Package com.luciad.beans
Class TLcdColorEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.beans.TLcdColorEditor
- All Implemented Interfaces:
PropertyEditor
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.boolean
Deprecated.void
paintValue
(Graphics gfx, Rectangle box) Deprecated.void
Deprecated.Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getTags, getValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
TLcdColorEditor
public TLcdColorEditor()Deprecated.
-
-
Method Details
-
isPaintable
public boolean isPaintable()Deprecated.- Specified by:
isPaintable
in interfacePropertyEditor
- Overrides:
isPaintable
in classPropertyEditorSupport
-
paintValue
Deprecated.- Specified by:
paintValue
in interfacePropertyEditor
- Overrides:
paintValue
in classPropertyEditorSupport
-
getJavaInitializationString
Deprecated.- Specified by:
getJavaInitializationString
in interfacePropertyEditor
- Overrides:
getJavaInitializationString
in classPropertyEditorSupport
-
setAsText
Deprecated.- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-
getAsText
Deprecated.- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-