|
|||||||||
| Home >> All >> com >> eireneh >> swing >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.swing.config
Class MonitorChoices.WindowChoice

java.lang.Objectcom.eireneh.config.choices.AbstractChoice
com.eireneh.config.choices.BooleanChoice
com.eireneh.swing.config.MonitorChoices.WindowChoice
- All Implemented Interfaces:
- com.eireneh.config.Choice, java.io.Serializable
- Enclosing class:
- MonitorChoices
- public static class MonitorChoices.WindowChoice
- extends com.eireneh.config.choices.BooleanChoice
Do we show the status window
| Field Summary | |
private com.eireneh.config.Config |
config
|
private java.net.URL |
url
|
| Fields inherited from interface com.eireneh.config.Choice |
PRIORITY_ACCESSOR, PRIORITY_CTOR, PRIORITY_EXTENDER, PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_NORMAL, PRIORITY_SYSTEM |
| Constructor Summary | |
MonitorChoices.WindowChoice(com.eireneh.config.Config config,
java.net.URL url)
|
|
| Method Summary | |
boolean |
getBoolean()
Generalized read boolean from the Properties file |
java.lang.String |
getHelpText()
Get some help on this Field. |
void |
setBoolean(boolean value)
Generalized set boolean to the Properties file |
| Methods inherited from class com.eireneh.config.choices.BooleanChoice |
getString, getType, setString |
| Methods inherited from class com.eireneh.config.choices.AbstractChoice |
getTypeOptions, getUserLevel, isSaveable, priority, requiresRestart |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
config
private com.eireneh.config.Config config
url
private java.net.URL url
| Constructor Detail |
MonitorChoices.WindowChoice
public MonitorChoices.WindowChoice(com.eireneh.config.Config config, java.net.URL url)
| Method Detail |
getBoolean
public boolean getBoolean()
- Description copied from class:
com.eireneh.config.choices.BooleanChoice - Generalized read boolean from the Properties file
setBoolean
public void setBoolean(boolean value)
- Description copied from class:
com.eireneh.config.choices.BooleanChoice - Generalized set boolean to the Properties file
getHelpText
public java.lang.String getHelpText()
- Description copied from class:
com.eireneh.config.choices.AbstractChoice - Get some help on this Field. In this case we are just providing
a default help text, that isn't much use.
|
|||||||||
| Home >> All >> com >> eireneh >> swing >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC