Uses of Class
cz.cuni.jagrlib.gui.PlugGUI

Packages that use PlugGUI
cz.cuni.jagrlib.gui GUI classes for the JaGrLib project. 
cz.cuni.jagrlib.reg GUI classes for the JaGrLib project. 
 

Uses of PlugGUI in cz.cuni.jagrlib.gui
 

Subclasses of PlugGUI in cz.cuni.jagrlib.gui
 class PlugGUIImproved
          Concrete class for visual representation of a plug.
 

Methods in cz.cuni.jagrlib.gui that return PlugGUI
static PlugGUI InstanceGUI.newPlugInstance(InfoPlug _infoP)
          Creates new instance of Plug with info.
 

Methods in cz.cuni.jagrlib.gui with parameters of type PlugGUI
protected  void ModuleGUI.resizePlug(PlugGUI p)
          Resizes the window (Plug has to adapt).
 

Uses of PlugGUI in cz.cuni.jagrlib.reg
 

Fields in cz.cuni.jagrlib.reg declared as PlugGUI
 PlugGUI InfoPlugGUI.gui
          Plug's visual representation.