|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponent | |
---|---|
cz.cuni.mff.ksi.jinfer.autoeditor | Main package of the AutoEditor module. |
cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins | This package contains graph mouse plugins for
Visualizer . |
cz.cuni.mff.ksi.jinfer.autoeditor.gui.component | This package contains base class representing panel
(AbstractComponent )
for AutoEditor and its extensions. |
cz.cuni.mff.ksi.jinfer.autoeditor.gui.topcomponent | This package contains AutoEditor main panel shown as tab in NB. |
Uses of AbstractComponent in cz.cuni.mff.ksi.jinfer.autoeditor |
---|
Methods in cz.cuni.mff.ksi.jinfer.autoeditor with parameters of type AbstractComponent | |
---|---|
static boolean |
AutoEditor.drawComponentAndWaitForGUI(AbstractComponent component)
Draws component in the AutoEditor tab. |
static void |
AutoEditor.drawComponentAsync(AbstractComponent component)
Asynchronously draws component in the AutoEditor tab. |
Uses of AbstractComponent in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins |
---|
Fields in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins declared as AbstractComponent | |
---|---|
protected AbstractComponent<V> |
VertexPickingGraphMousePlugin.component
component that has to be notified that a vertex was picked by calling its GUIDone method. |
Constructors in cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.graphmouseplugins with parameters of type AbstractComponent | |
---|---|
VertexPickingGraphMousePlugin(AbstractComponent<V> component)
Create an instance with default settings. |
Uses of AbstractComponent in cz.cuni.mff.ksi.jinfer.autoeditor.gui.component |
---|
Subclasses of AbstractComponent in cz.cuni.mff.ksi.jinfer.autoeditor.gui.component | |
---|---|
class |
StatePickingComponent<T>
This class represents AutoEditor panel providing picking of one state of displayed automaton. |
class |
StatesPickingComponent<T>
This class represents AutoEditor panel providing picking of states of displayed automaton. |
Uses of AbstractComponent in cz.cuni.mff.ksi.jinfer.autoeditor.gui.topcomponent |
---|
Methods in cz.cuni.mff.ksi.jinfer.autoeditor.gui.topcomponent with parameters of type AbstractComponent | |
---|---|
void |
AutoEditorTopComponent.drawComponent(AbstractComponent component)
Specified component is drawn on this top component. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |