|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.reg.InfoModuleGUI
public class InfoModuleGUI
Information about module's GUI.
Field Summary | |
---|---|
static java.awt.Color |
colorName
Color of background of title. |
static java.awt.Color |
colorSelect
Color of selection of selected module. |
int |
defaultHeight
Starting height of module. |
int |
defaultWidth
Starting width of module. |
boolean |
editable
Flag, if the module is editable. |
ModuleGUI |
gui
Class that care about visual representation of a module. |
int |
height
Height of module in normal mode. |
static javax.swing.ImageIcon |
iconRunable
Icon of runable module. |
boolean |
maximizable
Flag, if the module is maximizable. |
boolean |
minimizable
Flag, if the module is minimizable. |
java.lang.String |
modeShow
Mode of module. |
static java.lang.String |
MS_ICON
Key for icon. |
static java.lang.String |
MS_MINI
Minimization mode. |
static java.lang.String |
MS_NORMAL
Normal mode. |
java.util.Map<java.lang.String,java.lang.Object> |
nextInfo
Container for all other information. |
boolean |
selected
Flag, if the module is selected. |
int |
width
Width of module in normal mode. |
int |
x
X-axis of module on work space. |
int |
y
Y-axis of module on work space. |
Constructor Summary | |
---|---|
InfoModuleGUI()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object of the same class as this object. |
boolean |
isMini()
Tests, if module is in minimization mode. |
boolean |
isNormal()
Tests, if module is in normal mode. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String modeShow
public int height
public int width
public int x
public int y
public boolean editable
public boolean minimizable
public boolean maximizable
public boolean selected
public int defaultHeight
public int defaultWidth
public java.util.Map<java.lang.String,java.lang.Object> nextInfo
public ModuleGUI gui
ModuleGUI
,
ModuleGUIImproved
public static final java.lang.String MS_MINI
public static final java.lang.String MS_NORMAL
public static javax.swing.ImageIcon iconRunable
public static final java.lang.String MS_ICON
public static java.awt.Color colorSelect
public static java.awt.Color colorName
Constructor Detail |
---|
public InfoModuleGUI()
Method Detail |
---|
public boolean isNormal()
true
if module is in normal mode.public boolean isMini()
true
if module is in minimization mode.public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |