Uses of Class
cz.cuni.jagrlib.reg.InfoPlug

Packages that use InfoPlug
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 InfoPlug in cz.cuni.jagrlib.gui
 

Fields in cz.cuni.jagrlib.gui declared as InfoPlug
protected  InfoPlug ModuleGUI.actualPlug
          Actual plug.
 InfoPlug PlugGUI.info
          Information about Plug.
protected  InfoPlug CompositionGUI.plugFrom
          Active plug for new channel.
protected  InfoPlug CompositionGUI.plugTo
          Active plug for new channel.
 

Methods in cz.cuni.jagrlib.gui that return InfoPlug
static InfoPlug CompositionGUIBasic.findOpposite(InfoPlug _find, InfoModule _module)
          Looking for opposite plug in the given module.
protected  InfoPlug ModuleGUI.getPlugAtPoint(int x, int y)
          Finds a plug at the given screen position [x,y].
 

Methods in cz.cuni.jagrlib.gui with parameters of type InfoPlug
 InfoChannel CompositionGUIBasic.findChannel(InfoPlug _plug1, InfoPlug _plug2)
          Looking for channel connecting two given plugs.
static InfoPlug CompositionGUIBasic.findOpposite(InfoPlug _find, InfoModule _module)
          Looking for opposite plug in the given module.
 boolean GroupGUIBasic.findPlugInChannels(InfoPlug ip)
          Finds the given plug in actual channel set.
 void ModuleGUI.newPlug(InfoPlug _infoP)
          Adds new plug (initial orientation: South).
static PlugGUI InstanceGUI.newPlugInstance(InfoPlug _infoP)
          Creates new instance of Plug with info.
 void CompositionGUI.setIDModule(InfoPlug plug)
          Sets active plug for a new channel.
protected  void CompositionGUI.setIDModuleFrom(InfoPlug plug)
          Sets starting plug for a new channel.
protected  void CompositionGUI.setIDModuleTo(InfoPlug plug)
          Sets ending plug for a new channel.
 

Constructors in cz.cuni.jagrlib.gui with parameters of type InfoPlug
PlugGUIImproved(InfoPlug _infoP)
          Creates new PlugGUIImproved.
 

Uses of InfoPlug in cz.cuni.jagrlib.reg
 

Fields in cz.cuni.jagrlib.reg declared as InfoPlug
 InfoPlug InfoPlug.linkToOrig
          Link to original plug (for groups).
 InfoPlug InfoChannel.plugFrom
          Starting plug of the channel.
 InfoPlug InfoChannel.plugTo
          End plug of the channel.
 

Fields in cz.cuni.jagrlib.reg with type parameters of type InfoPlug
 java.util.Map<java.lang.String,InfoPlug> InfoModule.plugs
          Set of all information about module plugs.
 java.util.Map<java.lang.String,InfoPlug> RegPiece.plugs
          Set of module plugs.
 

Methods in cz.cuni.jagrlib.reg that return InfoPlug
 InfoPlug InputOutput.loadPlug(InfoPlug _info, InfoModule _owner)
          Loads plug.
 

Methods in cz.cuni.jagrlib.reg with parameters of type InfoPlug
 boolean InfoGroup.findPlugInChannels(InfoPlug ip)
          Looking for plug in group's channels.
 boolean InfoChannel.hasPlugs(InfoPlug _plug1, InfoPlug _plug2)
          Tests whether the channel in connecting the two given plugs.
static boolean InfoPlug.isOpposite(InfoPlug _plug1, InfoPlug _plug2)
          Tests whether the two plugs are opposite.
 InfoPlug InputOutput.loadPlug(InfoPlug _info, InfoModule _owner)
          Loads plug.
 InfoChannel InfoGroup.newLink(InfoPlug ipmodule, InfoPlug ipgroup)
          Connecting module's and group's plug.
 void InputOutput.savePlug(InfoPlug _info, java.lang.String _key)
          Saves plug.
 

Constructors in cz.cuni.jagrlib.reg with parameters of type InfoPlug
InfoPlug(InfoPlug ip)
          Creates plug for groups with link to original plug.
 

Uses of InfoPlug in cz.cuni.jagrlib.xml
 

Methods in cz.cuni.jagrlib.xml that return InfoPlug
 InfoPlug InputOutputXML.loadPlug(InfoPlug _info, InfoModule _owner)
          Loads plug.
 

Methods in cz.cuni.jagrlib.xml that return types with arguments of type InfoPlug
 java.util.Map<java.lang.String,InfoPlug> RegTablesXML.getPlugs(org.w3c.dom.Node nodeTemp, InfoModule _owner)
          Gets information about plugs.
 

Methods in cz.cuni.jagrlib.xml with parameters of type InfoPlug
 InfoPlug InputOutputXML.loadPlug(InfoPlug _info, InfoModule _owner)
          Loads plug.
 void InputOutputXML.savePlug(InfoPlug _info, java.lang.String _key)
          Saves one plug.