Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing.config
Class MonitorChoices.WindowChoice  view MonitorChoices.WindowChoice download MonitorChoices.WindowChoice.java

java.lang.Object
  extended bycom.eireneh.config.choices.AbstractChoice
      extended bycom.eireneh.config.choices.BooleanChoice
          extended bycom.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.