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

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

Fields in cz.cuni.jagrlib.gui declared as InfoChannel
 InfoChannel ChannelGUI.info
          Information about channel.
protected  InfoChannel ModuleGUIImproved.tempChannel
          Temporary channel.
 

Methods in cz.cuni.jagrlib.gui that return InfoChannel
 InfoChannel CompositionGUIBasic.findChannel(InfoPlug _plug1, InfoPlug _plug2)
          Looking for channel connecting two given plugs.
abstract  InfoChannel CompositionGUI.newChannelTemp()
          Creates new temporary channel.
 InfoChannel CompositionGUIBasic.newChannelTemp()
          Creates new temporary channel.
 

Methods in cz.cuni.jagrlib.gui with parameters of type InfoChannel
abstract  void CompositionGUI.newChannel(InfoChannel _info)
          Adds a new channel.
 void CompositionGUIBasic.newChannel(InfoChannel _info)
          Adds a new channel.
static ChannelGUI InstanceGUI.newChannelInstance(InfoChannel _info)
          Creates new instance of Channel and connecting Modules and Plugs.
 

Constructors in cz.cuni.jagrlib.gui with parameters of type InfoChannel
ChannelGUIImproved(InfoChannel _info)
          Creates new ChannelGUIImproved.
 

Uses of InfoChannel in cz.cuni.jagrlib.reg
 

Methods in cz.cuni.jagrlib.reg that return InfoChannel
 InfoChannel InputOutput.loadChannel(InfoChannel _info)
          Loads channel.
 InfoChannel InfoGroup.newLink(InfoPlug ipmodule, InfoPlug ipgroup)
          Connecting module's and group's plug.
 InfoChannel HashMapChannels.put(java.lang.Integer key, InfoChannel channel)
          Associates the channel with the specified key in this map.
 InfoChannel HashMapChannels.remove(java.lang.Integer key)
          Removes the mapping for this key from this map if present.
 

Methods in cz.cuni.jagrlib.reg with parameters of type InfoChannel
 void HashMapChannels.changePerformed(int id, InfoChannel _obj)
          Group change - add/remove channel.
 InfoChannel InputOutput.loadChannel(InfoChannel _info)
          Loads channel.
 InfoChannel HashMapChannels.put(java.lang.Integer key, InfoChannel channel)
          Associates the channel with the specified key in this map.
 void InfoPlug.registryChannel(InfoChannel _channel)
          Registry new connected channel.
 void InputOutput.saveChannel(InfoChannel _info)
          Saves channel.
 void InfoPlug.unregistryChannel(InfoChannel _channel)
          Unregistry connected channel.
 

Uses of InfoChannel in cz.cuni.jagrlib.xml
 

Methods in cz.cuni.jagrlib.xml that return InfoChannel
 InfoChannel InputOutputXML.loadChannel(InfoChannel _info)
          Loads channel.
 

Methods in cz.cuni.jagrlib.xml with parameters of type InfoChannel
 InfoChannel InputOutputXML.loadChannel(InfoChannel _info)
          Loads channel.
 void InputOutputXML.saveChannel(InfoChannel _info)
          Saves one channel.