@Deprecated
public class TLcdIconEditor
extends java.beans.PropertyEditorSupport
implements java.beans.PropertyEditor
Constructor and Description |
---|
TLcdIconEditor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsText()
Deprecated.
|
java.awt.Component |
getCustomEditor()
Deprecated.
Redefines
PropertyEditorSupport.getCustomEditor() and implements
PropertyEditor.getCustomEditor() |
boolean |
isPaintable()
Deprecated.
Redefines
PropertyEditorSupport.isPaintable() and implements
PropertyEditor.isPaintable() . |
boolean |
isTraceOn()
Deprecated.
This method has been deprecated. It is recommended to use the
standard Java logging framework directly.
|
void |
paintValue(java.awt.Graphics gfx,
java.awt.Rectangle box)
Deprecated.
Redefines
PropertyEditorSupport.paintValue() and implements
PropertyEditor.paintValue() . |
void |
setAsText(java.lang.String text)
Deprecated.
|
static void |
setClassTraceOn(boolean aClassTraceOn)
Deprecated.
This method has been deprecated. It is recommended to use the
standard Java logging framework directly.
|
void |
setTraceOn(boolean aTraceOn)
Deprecated.
This method has been deprecated. It is recommended to use the
standard Java logging framework directly.
|
void |
setValue(java.lang.Object value)
Deprecated.
Redefines
PropertyEditorSupport.setValue() and implements
PropertyEditor.setValue() No action will be performed if value is not an instanceof ILcdIcon |
boolean |
supportsCustomEditor()
Deprecated.
Redefines
PropertyEditorSupport.supportsCustomEditor() and implements
PropertyEditor.supportsCustomEditor() |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setSource
public static void setClassTraceOn(boolean aClassTraceOn)
true
then all log messages are recorded, otherwise only
the informative, warning and error messages are recorded.aClassTraceOn
- if true then all log messages are recorded,
otherwise only the informative, warning and error messages are recorded.public void setTraceOn(boolean aTraceOn)
true
or false
as argument automatically turns
off tracing for all other class instances for which
setTraceOn
has not been called.
If the argument is false
then only the informative, warning
and error log messages are recorded.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.public boolean isTraceOn()
true
if tracing is enabled for this class.public boolean isPaintable()
PropertyEditorSupport.isPaintable()
and implements
PropertyEditor.isPaintable()
.isPaintable
in interface java.beans.PropertyEditor
isPaintable
in class java.beans.PropertyEditorSupport
true
PropertyEditor.isPaintable()
public void paintValue(java.awt.Graphics gfx, java.awt.Rectangle box)
PropertyEditorSupport.paintValue()
and implements
PropertyEditor.paintValue()
.paintValue
in interface java.beans.PropertyEditor
paintValue
in class java.beans.PropertyEditorSupport
PropertyEditor.paintValue(java.awt.Graphics, java.awt.Rectangle)
public java.awt.Component getCustomEditor()
PropertyEditorSupport.getCustomEditor()
and implements
PropertyEditor.getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class java.beans.PropertyEditorSupport
TLcdIconCustomizer
PropertyEditor.getCustomEditor()
public boolean supportsCustomEditor()
PropertyEditorSupport.supportsCustomEditor()
and implements
PropertyEditor.supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
supportsCustomEditor
in class java.beans.PropertyEditorSupport
true
PropertyEditor.supportsCustomEditor()
public void setValue(java.lang.Object value)
PropertyEditorSupport.setValue()
and implements
PropertyEditor.setValue()
ILcdIcon
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
PropertyEditor.setValue(java.lang.Object)
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException