qflib 0.98.0

de.qfs.lib.option
Class EditorOption

java.lang.Object
  |
  +--java.util.Observable
        |
        +--de.qfs.lib.option.Option
              |
              +--de.qfs.lib.option.StringOption
                    |
                    +--de.qfs.lib.option.TextOption
                          |
                          +--de.qfs.lib.option.EditorOption
All Implemented Interfaces:
java.lang.Cloneable, ConfigurableOption, java.io.Serializable

public class EditorOption
extends TextOption

An EditorOption is similar to a StringOption except that its edit Component is a JEditorPane.

Since:
0.98.0
Version:
$Revision: 1.3 $
Author:
Gregor Schmid
See Also:
Serialized Form

Fields inherited from class de.qfs.lib.option.TextOption
LINESEP
 
Constructor Summary
EditorOption()
          Create a new EditorOption.
EditorOption(java.lang.String name, java.lang.String value)
          Create a new EditorOption with a name and a value.
EditorOption(java.lang.String name, java.lang.String value, boolean nullOK)
          Create a new EditorOption with a name and a value and the nullOK flag.
 
Methods inherited from class de.qfs.lib.option.TextOption
fromArray, join, split, toArray
 
Methods inherited from class de.qfs.lib.option.StringOption
equals, getConfigurableValue, setConfigurableValue
 
Methods inherited from class de.qfs.lib.option.Option
addResources, addValidator, checkValue, clone, getName, getResources, getValue, hashCode, isNullOK, removeValidator, setName, setNullOK, setResources, setValue, toString
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorOption

public EditorOption()
Create a new EditorOption.

EditorOption

public EditorOption(java.lang.String name,
                    java.lang.String value)
Create a new EditorOption with a name and a value.
Parameters:
name - The name to use.
value - The value to use.

EditorOption

public EditorOption(java.lang.String name,
                    java.lang.String value,
                    boolean nullOK)
Create a new EditorOption with a name and a value and the nullOK flag.
Parameters:
name - The name to use.
value - The value to use.
nullOK - The nullOK flag to use.

qflib 0.98.0