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

Quick Search    Search Deep

com.eireneh.bible.control
Class State.BibleChoice  view State.BibleChoice download State.BibleChoice.java

java.lang.Object
  extended bycom.eireneh.config.choices.AbstractChoice
      extended bycom.eireneh.bible.control.State.PropertyChoice
          extended bycom.eireneh.bible.control.State.BibleChoice
All Implemented Interfaces:
com.eireneh.config.Choice, java.io.Serializable
Enclosing class:
State

public class State.BibleChoice
extends State.PropertyChoice

Custom Choice for a list of Bibles


Field Summary
 
Fields inherited from class com.eireneh.bible.control.State.PropertyChoice
 
Fields inherited from interface com.eireneh.config.Choice
PRIORITY_ACCESSOR, PRIORITY_CTOR, PRIORITY_EXTENDER, PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_NORMAL, PRIORITY_SYSTEM
 
Constructor Summary
State.BibleChoice(java.lang.String key, java.lang.String help)
           
 
Method Summary
 java.lang.String getType()
          This method is used to configure a good way of editing this component.
 java.lang.Object getTypeOptions()
          This method is used to configure a the type selected above.
 
Methods inherited from class com.eireneh.bible.control.State.PropertyChoice
getHelpText, getString, setString
 
Methods inherited from class com.eireneh.config.choices.AbstractChoice
getUserLevel, isSaveable, priority, requiresRestart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State.BibleChoice

public State.BibleChoice(java.lang.String key,
                         java.lang.String help)
Method Detail

getType

public java.lang.String getType()
Description copied from class: com.eireneh.config.choices.AbstractChoice
This method is used to configure a good way of editing this component. It returns a MIME style string, which a config ui can use to select a suitable ui tool.


getTypeOptions

public java.lang.Object getTypeOptions()
Description copied from class: com.eireneh.config.choices.AbstractChoice
This method is used to configure a the type selected above. The object returned will depend on the type of editor selected. For example an editor of type "options" may need a String array.