|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfoModule | |
---|---|
cz.cuni.jagrlib | Core JaGrLib package. |
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 InfoModule in cz.cuni.jagrlib |
---|
Fields in cz.cuni.jagrlib declared as InfoModule | |
---|---|
protected InfoModule |
Piece.info
XML-persistent data about this module instance. |
Methods in cz.cuni.jagrlib that return InfoModule | |
---|---|
InfoModule |
Piece.getInfo()
|
Uses of InfoModule in cz.cuni.jagrlib.gui |
---|
Fields in cz.cuni.jagrlib.gui declared as InfoModule | |
---|---|
InfoModule |
ModuleGUI.info
Information about module. |
Methods in cz.cuni.jagrlib.gui that return InfoModule | |
---|---|
InfoModule |
CompositionGUIBasic.findModule(java.lang.String _name)
Finds module with field Name equals _name. |
Methods in cz.cuni.jagrlib.gui with parameters of type InfoModule | |
---|---|
abstract void |
CompositionGUI.connectWithOther(InfoModule infoM)
Connects the given module with others.. |
void |
CompositionGUIBasic.connectWithOther(InfoModule infoM)
Connects the given module with others.. |
static InfoPlug |
CompositionGUIBasic.findOpposite(InfoPlug _find,
InfoModule _module)
Looking for opposite plug in the given module. |
abstract void |
CompositionGUI.newModule(InfoModule _info)
Adds a new module. |
void |
CompositionGUIBasic.newModule(InfoModule _info)
Adds a new module. |
void |
CompositionGUIBasic.newModule(int x,
int y,
InfoModule _info)
Adds a new module at position [ x, y ]. |
static ModuleGUI |
InstanceGUI.newModuleInstance(InfoModule _info)
Creates new instance of module with info. |
void |
CompositionGUIBasic.renameNewModule(InfoModule _newModule)
If the new module has the same name as any other in composition, rename it! |
abstract void |
CompositionGUI.replaceModule(InfoModule _info)
Replaces module with new one. |
void |
CompositionGUIBasic.replaceModule(InfoModule infoOld)
Replace module with new one. |
void |
GroupGUIImproved.setInfo(InfoModule _info)
Initialization of info-object. |
void |
ModuleGUIImproved.setInfo(InfoModule _info)
Initialization of info. |
Constructors in cz.cuni.jagrlib.gui with parameters of type InfoModule | |
---|---|
ModuleGUIImproved(InfoModule _info)
Creates new ModuleGUIImproved. |
Uses of InfoModule in cz.cuni.jagrlib.reg |
---|
Subclasses of InfoModule in cz.cuni.jagrlib.reg | |
---|---|
class |
InfoGroup
Information about concrete group instance (stored in XML file). |
Fields in cz.cuni.jagrlib.reg declared as InfoModule | |
---|---|
InfoModule |
RegModulesSelect.infoPiece
Selected module. |
InfoModule[] |
RegModulesSelect.infoPieces
Selected modules. |
InfoModule |
InfoParam.owner
Owner of parameter. |
InfoModule |
InfoPlug.owner
Owner of plug. |
Methods in cz.cuni.jagrlib.reg that return InfoModule | |
---|---|
static InfoModule |
RegDatabaseBasic.getInfo(java.lang.String _package,
java.lang.String _class,
java.lang.String _template)
Gets information about module or group. |
InfoModule |
RegTables.getInfo(java.lang.String _package,
java.lang.String _class,
java.lang.String _template)
Gets information about module or group. |
InfoModule |
InfoPlug.getModuleOwner()
Get owner of the plug. |
InfoModule |
InfoModule.getTopLevelOwner()
Looking for top level owner of module. |
InfoModule |
InputOutput.loadModule(InfoModule _info)
Loads module. |
InfoModule |
HashMapModules.put(java.lang.Integer key,
InfoModule module)
Associates the module (or group) with the specified key in this map. |
InfoModule |
HashMapModules.remove(java.lang.Integer key)
Removes the mapping for this key from this map if present. |
static InfoModule[] |
RegDatabaseBasic.viewModules()
Opens dialog with selection of modules. |
static InfoModule |
RegDatabaseBasic.viewModules(InfoModule _info)
Opens dialog with selection of modules. |
Methods in cz.cuni.jagrlib.reg with parameters of type InfoModule | |
---|---|
abstract boolean |
SelectFilter.filter(InfoModule im)
Test if module passes the associated filter. |
boolean |
SelectFilterBasic.filter(InfoModule im)
Test if module passes the associated filter. |
void |
HashMapModules.changePerformed(int id,
InfoModule _obj)
Group change - add/delete module. |
InfoModule |
InputOutput.loadModule(InfoModule _info)
Loads module. |
InfoParam |
InputOutput.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
InfoPlug |
InputOutput.loadPlug(InfoPlug _info,
InfoModule _owner)
Loads plug. |
void |
RegTables.moveModule(InfoModule _info,
java.lang.String newPackageName)
Move module to diferent package. |
static Piece |
RegDatabaseBasic.newPieceInstance(InfoModule _info)
Creates instance of Piece from InfoModule data object. |
void |
RegModulesDialog.openModule(InfoModule im)
Open dialog with module. |
InfoModule |
HashMapModules.put(java.lang.Integer key,
InfoModule module)
Associates the module (or group) with the specified key in this map. |
void |
RegTables.registerModule(InfoModule _info)
Registration of Piece into registry data. |
void |
InputOutput.saveModule(InfoModule _info)
Saves module. |
void |
InfoGroup.setParams(InfoModule im)
Setting parameters from it's module. |
void |
InfoGroup.setPlugs(InfoModule im)
Copies all plugs from the given module. |
void |
RegTables.unregister(InfoModule _info)
Unregistration of Piece into registry data. |
static InfoModule |
RegDatabaseBasic.viewModules(InfoModule _info)
Opens dialog with selection of modules. |
Constructors in cz.cuni.jagrlib.reg with parameters of type InfoModule | |
---|---|
RegModulesSelect(java.awt.Frame frame,
java.lang.String title,
boolean modal,
InfoModule _info)
Creates new RegModulesSelect. |
|
RegModulesSelect(InfoModule _info)
Creates new RegModulesSelect. |
Uses of InfoModule in cz.cuni.jagrlib.xml |
---|
Methods in cz.cuni.jagrlib.xml that return InfoModule | |
---|---|
InfoModule |
RegTablesXML.getInfo(java.lang.String _package,
java.lang.String _class,
java.lang.String _template)
Gets information about module or group. |
InfoModule |
InputOutputXML.loadModule(InfoModule _info)
Loads module. |
InfoModule |
InputOutputXML.loadModuleInfo(InfoModule _info)
Loads module or group info. |
Methods in cz.cuni.jagrlib.xml with parameters of type InfoModule | |
---|---|
java.util.LinkedHashMap<java.lang.String,InfoParam> |
RegTablesXML.getParams(org.w3c.dom.Node nodeTemp,
InfoModule _owner)
Gets information about parameters. |
java.util.Map<java.lang.String,InfoPlug> |
RegTablesXML.getPlugs(org.w3c.dom.Node nodeTemp,
InfoModule _owner)
Gets information about plugs. |
void |
RegTablesXML.initGroupModuleShape(org.w3c.dom.Node nodeShape,
InfoModule im)
Read information about shape of module. |
void |
RegTablesXML.initGroupParams(org.w3c.dom.Node nodeParams,
InfoModule im)
Read information about parameters of group. |
void |
RegTablesXML.initGroupPlugs(org.w3c.dom.Node nodePlugs,
InfoModule im)
Read information about plugs of group. |
InfoModule |
InputOutputXML.loadModule(InfoModule _info)
Loads module. |
InfoModule |
InputOutputXML.loadModuleInfo(InfoModule _info)
Loads module or group info. |
InfoParam |
InputOutputXML.loadParam(InfoParam _info,
InfoModule _owner)
Loads parameter. |
InfoPlug |
InputOutputXML.loadPlug(InfoPlug _info,
InfoModule _owner)
Loads plug. |
void |
InputOutputXML.loadPlugsParams(InfoModule _info)
Loads plugs and params. |
void |
RegTablesXML.moveModule(InfoModule _info,
java.lang.String newPackageName)
Move module to diferent package. |
void |
RegTablesXML.registerModule(InfoModule _info)
Registration of Piece into registry data. |
void |
InputOutputXML.saveModule(org.w3c.dom.Element sg,
InfoModule _info)
Saves module or group info. |
void |
InputOutputXML.saveModule(InfoModule _info)
Saves one module. |
void |
RegTablesXML.unregister(InfoModule _info)
Unregistration of Piece into registry data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |