Package com.luciad.gui
Class TLcdIconEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.gui.TLcdIconEditor
- All Implemented Interfaces:
PropertyEditor
Deprecated.
Use a dedicated UI instead.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.RedefinesPropertyEditorSupport.getCustomEditor()
and implementsPropertyEditor.getCustomEditor()
boolean
Deprecated.RedefinesPropertyEditorSupport.isPaintable()
and implementsPropertyEditor.isPaintable()
.boolean
Deprecated.This method has been deprecated.void
paintValue
(Graphics gfx, Rectangle box) Deprecated.RedefinesPropertyEditorSupport.paintValue()
and implementsPropertyEditor.paintValue()
.void
Deprecated.static void
setClassTraceOn
(boolean aClassTraceOn) Deprecated.This method has been deprecated.void
setTraceOn
(boolean aTraceOn) Deprecated.This method has been deprecated.void
Deprecated.RedefinesPropertyEditorSupport.setValue()
and implementsPropertyEditor.setValue()
No action will be performed if value is not an instanceofILcdIcon
boolean
Deprecated.RedefinesPropertyEditorSupport.supportsCustomEditor()
and implementsPropertyEditor.supportsCustomEditor()
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getJavaInitializationString, getTags, getValue, removePropertyChangeListener
-
Constructor Details
-
TLcdIconEditor
public TLcdIconEditor()Deprecated.
-
-
Method Details
-
setClassTraceOn
public static void setClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for all instances of this class. If the argument istrue
then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.- Parameters:
aClassTraceOn
- if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrue
orfalse
as argument automatically turns off tracing for all other class instances for whichsetTraceOn
has not been called. If the argument isfalse
then only the informative, warning and error log messages are recorded.- Parameters:
aTraceOn
- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrue
if tracing is enabled for this class.- Returns:
- true if tracing is enabled for this class, false otherwise.
-
isPaintable
public boolean isPaintable()Deprecated.RedefinesPropertyEditorSupport.isPaintable()
and implementsPropertyEditor.isPaintable()
.- Specified by:
isPaintable
in interfacePropertyEditor
- Overrides:
isPaintable
in classPropertyEditorSupport
- Returns:
true
- See Also:
-
paintValue
Deprecated.RedefinesPropertyEditorSupport.paintValue()
and implementsPropertyEditor.paintValue()
.- Specified by:
paintValue
in interfacePropertyEditor
- Overrides:
paintValue
in classPropertyEditorSupport
- See Also:
-
getCustomEditor
Deprecated.RedefinesPropertyEditorSupport.getCustomEditor()
and implementsPropertyEditor.getCustomEditor()
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
- Returns:
- an instance of
TLcdIconCustomizer
- See Also:
-
supportsCustomEditor
public boolean supportsCustomEditor()Deprecated.RedefinesPropertyEditorSupport.supportsCustomEditor()
and implementsPropertyEditor.supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
- Returns:
true
- See Also:
-
setValue
Deprecated.RedefinesPropertyEditorSupport.setValue()
and implementsPropertyEditor.setValue()
No action will be performed if value is not an instanceofILcdIcon
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
- See Also:
-
getAsText
Deprecated.- Specified by:
getAsText
in interfacePropertyEditor
- Overrides:
getAsText
in classPropertyEditorSupport
-
setAsText
Deprecated.- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-