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

Quick Search    Search Deep

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

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

public class State.PasswordChoice
extends State.PropertyChoice

Custom Choice for a list of Styles


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.PasswordChoice(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.
 
Methods inherited from class com.eireneh.bible.control.State.PropertyChoice
getHelpText, getString, 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
 

Constructor Detail

State.PasswordChoice

public State.PasswordChoice(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.