|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.mff.ksi.jinfer.autoeditor.AutoEditor
public final class AutoEditor
Contains static function for displaying visualized Automaton in NB GUI.
| Method Summary | |
|---|---|
static void |
closeTab()
Closes the AutoEditor tab. |
static boolean |
drawComponentAndWaitForGUI(AbstractComponent component)
Draws component in the AutoEditor tab. |
static void |
drawComponentAsync(AbstractComponent component)
Asynchronously draws component in the AutoEditor tab. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void drawComponentAsync(AbstractComponent component)
component - Component with initialized instance of Visualizer.
public static boolean drawComponentAndWaitForGUI(AbstractComponent component)
throws InterruptedException
component - Component with initialized instance of Visualizer.
true if the component signaled return,
false if waiting was interrupted by another thread.
InterruptedException - If the AutoEditor tab was closed.public static void closeTab()
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||