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

Quick Search    Search Deep

com.eireneh.config.swing
Class Remote.UsernameChoice  view Remote.UsernameChoice download Remote.UsernameChoice.java

java.lang.Object
  extended bycom.eireneh.config.choices.AbstractChoice
      extended bycom.eireneh.config.swing.Remote.UsernameChoice
All Implemented Interfaces:
com.eireneh.config.Choice, java.io.Serializable
Enclosing class:
Remote

class Remote.UsernameChoice
extends com.eireneh.config.choices.AbstractChoice

Username


Field Summary
 
Fields inherited from interface com.eireneh.config.Choice
PRIORITY_ACCESSOR, PRIORITY_CTOR, PRIORITY_EXTENDER, PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_NORMAL, PRIORITY_SYSTEM
 
Constructor Summary
(package private) Remote.UsernameChoice()
           
 
Method Summary
 java.lang.String getHelpText()
          Get some help on this Field.
 java.lang.String getString()
          String value to associate with the name (key)
 void setString(java.lang.String value)
          String value to associate with this Field.
 
Methods inherited from class com.eireneh.config.choices.AbstractChoice
getType, 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

Remote.UsernameChoice

Remote.UsernameChoice()
Method Detail

setString

public void setString(java.lang.String value)
Description copied from interface: com.eireneh.config.Choice
String value to associate with this Field. This method can throw any Exception since almost anything could go wrong at this point. The Config dialog ought to cope with any errors.


getString

public java.lang.String getString()
Description copied from interface: com.eireneh.config.Choice
String value to associate with the name (key)


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.