|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.control.cyclone.DisplayState
public class DisplayState
Field Summary | |
---|---|
private JCheckBox |
cbx
for gui |
private String |
name
the name |
private boolean |
visible
is this visible |
private WayDisplayState |
wayDisplayState
the way display state |
Constructor Summary | |
---|---|
DisplayState()
ctor |
|
DisplayState(WayDisplayState wayDisplayState,
String name,
boolean visible)
ctor |
Method Summary | |
---|---|
JCheckBox |
getCheckBox()
make the checkbox |
String |
getName()
Get the Name property. |
boolean |
getVisible()
Get the Visible property. |
WayDisplayState |
getWayDisplayState()
Get the WayDisplayState property. |
protected void |
setBackground(Color c)
set background color |
void |
setName(String value)
Set the Name property. |
void |
setVisible(boolean value)
Set the Visible property. |
void |
setWayDisplayState(WayDisplayState value)
Set the WayDisplayState property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private WayDisplayState wayDisplayState
private JCheckBox cbx
private boolean visible
private String name
Constructor Detail |
---|
public DisplayState()
public DisplayState(WayDisplayState wayDisplayState, String name, boolean visible)
wayDisplayState
- the way display statename
- the namevisible
- is this visibleMethod Detail |
---|
protected void setBackground(Color c)
c
- colorpublic JCheckBox getCheckBox()
public void setVisible(boolean value)
value
- The new value for Visiblepublic boolean getVisible()
public void setName(String value)
value
- The new value for Namepublic String getName()
public void setWayDisplayState(WayDisplayState value)
value
- The new value for WayDisplayStatepublic WayDisplayState getWayDisplayState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |