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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.RedefinesPropertyEditorSupport.getCustomEditor()and implementsPropertyEditor.getCustomEditor()booleanDeprecated.RedefinesPropertyEditorSupport.isPaintable()and implementsPropertyEditor.isPaintable().booleanDeprecated.This method has been deprecated.voidpaintValue(Graphics gfx, Rectangle box) Deprecated.RedefinesPropertyEditorSupport.paintValue()and implementsPropertyEditor.paintValue().voidDeprecated.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.voidDeprecated.RedefinesPropertyEditorSupport.setValue()and implementsPropertyEditor.setValue()
No action will be performed if value is not an instanceofILcdIconbooleanDeprecated.RedefinesPropertyEditorSupport.supportsCustomEditor()and implementsPropertyEditor.supportsCustomEditor()Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 istruethen 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 eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen 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.Returnstrueif 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:
isPaintablein interfacePropertyEditor- Overrides:
isPaintablein classPropertyEditorSupport- Returns:
true- See Also:
-
paintValue
Deprecated.RedefinesPropertyEditorSupport.paintValue()and implementsPropertyEditor.paintValue().- Specified by:
paintValuein interfacePropertyEditor- Overrides:
paintValuein classPropertyEditorSupport- See Also:
-
getCustomEditor
Deprecated.RedefinesPropertyEditorSupport.getCustomEditor()and implementsPropertyEditor.getCustomEditor()- Specified by:
getCustomEditorin interfacePropertyEditor- Overrides:
getCustomEditorin classPropertyEditorSupport- Returns:
- an instance of
TLcdIconCustomizer - See Also:
-
supportsCustomEditor
public boolean supportsCustomEditor()Deprecated.RedefinesPropertyEditorSupport.supportsCustomEditor()and implementsPropertyEditor.supportsCustomEditor()- Specified by:
supportsCustomEditorin interfacePropertyEditor- Overrides:
supportsCustomEditorin 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:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport- See Also:
-
getAsText
Deprecated.- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport
-
setAsText
Deprecated.- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport- Throws:
IllegalArgumentException
-