|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfoGroup | |
---|---|
cz.cuni.jagrlib.gui | GUI classes for the JaGrLib project. |
cz.cuni.jagrlib.reg | GUI classes for the JaGrLib project. |
cz.cuni.jagrlib.xml | Classes for XML processing in the JaGrLib project. |
Uses of InfoGroup in cz.cuni.jagrlib.gui |
---|
Fields in cz.cuni.jagrlib.gui declared as InfoGroup | |
---|---|
InfoGroup |
MainWindow.RunningWorker.composition
Composition in which this MainWindow.RunningWorker runs.. |
InfoGroup |
CompositionGUI.info
Info about Composition. |
InfoGroup |
GroupGUI.infoGroup
Information about Group |
InfoGroup |
GroupGUIImproved.infoGroup
Information about Group. |
Methods in cz.cuni.jagrlib.gui with parameters of type InfoGroup | |
---|---|
abstract void |
CompositionGUI.newGroup(InfoGroup _info)
Adds a new group. |
void |
CompositionGUIBasic.newGroup(InfoGroup _info)
Adds a new group. |
void |
CompositionGUIBasic.newGroup(int x,
int y,
InfoGroup _info)
Adds a new group at position [ x, y ]. |
static ModuleGUI |
InstanceGUI.newGroupInstance(InfoGroup _info)
Creates new instance of Group. |
void |
MainWindow.runningInc(java.lang.Thread t,
Breakable br,
InfoGroup comp)
Adds new running composition thread. |
void |
CompositionGUI.unsetGroup(InfoGroup ig)
Dismisses the existing group. |
void |
CompositionGUIBasic.unsetGroup(InfoGroup ig)
Dismisses the given group |
Constructors in cz.cuni.jagrlib.gui with parameters of type InfoGroup | |
---|---|
GroupGUIBasic(InfoGroup _info)
Creates new GroupGUIBasic. |
|
GroupGUIImproved(InfoGroup _info)
Creates new GroupGUIImproved. |
|
MainWindow.RunningWorker(Breakable b,
InfoGroup comp)
|
Uses of InfoGroup in cz.cuni.jagrlib.reg |
---|
Fields in cz.cuni.jagrlib.reg declared as InfoGroup | |
---|---|
InfoGroup |
InfoChannel.owner
Channel owner. |
InfoGroup |
InfoModule.owner
Owner of the module (composition/group). |
Methods in cz.cuni.jagrlib.reg that return InfoGroup | |
---|---|
static InfoGroup |
InfoGroup.createNewGroup(InfoGroup superGroup)
Creation of a new group. |
InfoGroup |
InputOutput.loadComposition(InfoGroup _composition)
Loads composition. |
InfoGroup |
InputOutput.loadGroup(InfoGroup _info)
Loads group. |
Methods in cz.cuni.jagrlib.reg with parameters of type InfoGroup | |
---|---|
static InfoGroup |
InfoGroup.createNewGroup(InfoGroup superGroup)
Creation of a new group. |
void |
InputOutput.load(InfoGroup _composition)
Main method for load Composition. |
InfoGroup |
InputOutput.loadComposition(InfoGroup _composition)
Loads composition. |
void |
InputOutput.loadFile(InfoGroup _composition,
java.lang.String fileName)
Loads composition w/o asking for its file-name. |
InfoGroup |
InputOutput.loadGroup(InfoGroup _info)
Loads group. |
static void |
InfoGroup.moveChannelsToGroup(HashMapChannels superChannels,
InfoGroup newGroup)
Moves channels (with both plugs in group) to new group. |
void |
RegTables.registerGroup(InfoGroup _info)
Registration of group into registry data. |
static boolean |
RegDatabaseBasic.registryGroup(InfoGroup _group)
Opens registration window for group. |
static void |
Composition.run(InfoGroup composition)
Runs the given composition. |
void |
InputOutput.save(java.lang.String type,
InfoGroup _composition)
Main method for save Composition. |
void |
InputOutput.saveComposition(InfoGroup _composition)
Saves composition. |
void |
InputOutput.saveGroup(InfoGroup _info)
Saves group. |
Constructors in cz.cuni.jagrlib.reg with parameters of type InfoGroup | |
---|---|
RegGroupDialog(java.awt.Frame frame,
java.lang.String title,
boolean modal,
InfoGroup _group)
Create a new RegGroupDialog. |
|
RegGroupDialog(InfoGroup _group)
Create a new RegGroupDialog. |
Uses of InfoGroup in cz.cuni.jagrlib.xml |
---|
Methods in cz.cuni.jagrlib.xml that return InfoGroup | |
---|---|
InfoGroup |
InputOutputXML.loadComposition(InfoGroup _composition)
Loads composition. |
InfoGroup |
InputOutputXML.loadGroup(InfoGroup _info)
Loads group. |
Methods in cz.cuni.jagrlib.xml with parameters of type InfoGroup | |
---|---|
void |
InputOutputXML.load(InfoGroup _composition)
Main method for load Composition from XML file. |
InfoGroup |
InputOutputXML.loadComposition(InfoGroup _composition)
Loads composition. |
void |
InputOutputXML.loadFile(InfoGroup _composition,
java.lang.String fileName)
Loads composition w/o asking for its file-name. |
InfoGroup |
InputOutputXML.loadGroup(InfoGroup _info)
Loads group. |
void |
RegTablesXML.registerGroup(InfoGroup _info)
Registration of group into registry data. |
void |
InputOutputXML.save(java.lang.String type,
InfoGroup _composition)
Main method for save Composition to XML file. |
void |
InputOutputXML.saveComposition(InfoGroup _composition)
Saves composition. |
void |
InputOutputXML.saveGroup(InfoGroup _info)
Saves one group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |