cz.cuni.jagrlib.reg
Class InfoGroupGUI

java.lang.Object
  extended by cz.cuni.jagrlib.reg.InfoModuleGUI
      extended by cz.cuni.jagrlib.reg.InfoGroupGUI

public class InfoGroupGUI
extends InfoModuleGUI

Information about gui of group.

See Also:
InfoGroupGUI.java

Field Summary
static java.awt.Color colorName
          Color of background of title.
 
Fields inherited from class cz.cuni.jagrlib.reg.InfoModuleGUI
colorSelect, defaultHeight, defaultWidth, editable, gui, height, iconRunable, maximizable, minimizable, modeShow, MS_ICON, MS_MINI, MS_NORMAL, nextInfo, selected, width, x, y
 
Constructor Summary
InfoGroupGUI()
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object of the same class as this object.
 
Methods inherited from class cz.cuni.jagrlib.reg.InfoModuleGUI
isMini, isNormal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorName

public static java.awt.Color colorName
Color of background of title.

Constructor Detail

InfoGroupGUI

public InfoGroupGUI()
Method Detail

clone

public java.lang.Object clone()
Creates a new object of the same class as this object. Except GUI.

Overrides:
clone in class InfoModuleGUI
Returns:
a clone of this instance.