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

Quick Search    Search Deep

com.eireneh.config.choices
Class ClassChoices.Options  view ClassChoices.Options download ClassChoices.Options.java

java.lang.Object
  extended bycom.eireneh.config.choices.AbstractChoice
      extended bycom.eireneh.config.choices.HashtableChoice
          extended bycom.eireneh.config.choices.ClassChoices.Options
All Implemented Interfaces:
com.eireneh.config.Choice, java.io.Serializable
Enclosing class:
ClassChoices

public class ClassChoices.Options
extends HashtableChoice

This defines a Choice interface to display a table to edit the available Classes


Field Summary
 
Fields inherited from class com.eireneh.config.choices.HashtableChoice
 
Fields inherited from interface com.eireneh.config.Choice
PRIORITY_ACCESSOR, PRIORITY_CTOR, PRIORITY_EXTENDER, PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_NORMAL, PRIORITY_SYSTEM
 
Constructor Summary
ClassChoices.Options(java.lang.Class base)
          Create an Options Choice
 
Method Summary
 java.util.Hashtable getHashtable()
          Generalized read Object from the Properties file
 java.lang.String getHelpText()
          Some help text
 java.lang.String getType()
          Override this to check and note any change
 java.lang.Object getTypeOptions()
          A GUI component
 int getUserLevel()
          This is not something we'd like to allow basic users to do
 void setHashtable(java.util.Hashtable data)
          Generalized set Object to the Properties file
 
Methods inherited from class com.eireneh.config.choices.HashtableChoice
getString, setString
 
Methods inherited from class com.eireneh.config.choices.AbstractChoice
isSaveable, priority, requiresRestart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassChoices.Options

public ClassChoices.Options(java.lang.Class base)
Create an Options Choice

Method Detail

getHashtable

public java.util.Hashtable getHashtable()
Generalized read Object from the Properties file

Specified by:
getHashtable in class HashtableChoice

setHashtable

public void setHashtable(java.util.Hashtable data)
Generalized set Object to the Properties file

Specified by:
setHashtable in class HashtableChoice

getType

public java.lang.String getType()
Override this to check and note any change

Specified by:
getType in interface com.eireneh.config.Choice
Overrides:
getType in class HashtableChoice

getTypeOptions

public java.lang.Object getTypeOptions()
A GUI component

Specified by:
getTypeOptions in interface com.eireneh.config.Choice
Overrides:
getTypeOptions in class HashtableChoice

getHelpText

public java.lang.String getHelpText()
Some help text

Specified by:
getHelpText in interface com.eireneh.config.Choice
Overrides:
getHelpText in class AbstractChoice

getUserLevel

public int getUserLevel()
This is not something we'd like to allow basic users to do

Specified by:
getUserLevel in interface com.eireneh.config.Choice
Overrides:
getUserLevel in class AbstractChoice