Package com.wolfram.jlink.ui
Includes some classes useful in programs with non-trivial user intefaces.
-
Class Summary Class Description BracketMatcher A utility class that detects matching open/close bracket pairs in Mathematica input.ConsoleWindow A top-level frame window that displays output printed to the System.out and/or System.err streams.InterruptDialog This is an "interrupt computation" dialog similar to the one you see in the notebook front end when you select Kernel/Interrupt Evaluation.MathSessionPane MathSessionPane is a visual component that provides a scrolling In/Out session interface to the Mathematica kernel.SyntaxTokenizer A utility class that can break up Mathematica code into 4 syntax classes: strings, comments, symbols, and normal (meaning everything else).