Package com.luciad.view.gxy.painter
Class TLcdGXYIconPainterEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.view.gxy.painter.TLcdGXYIconPainterEditor
- All Implemented Interfaces:
PropertyEditor
Deprecated.
Use standard Java classes to implement an editor GUI for an icon painter.
This can be used as java.bean.PropertyEditor to edit an
TLcdGXYIconPainter as property of another Class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.voidpaintValue(Graphics g, Rectangle r) Deprecated.booleanDeprecated.Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setAsText, setSource, setValue
-
Constructor Details
-
TLcdGXYIconPainterEditor
public TLcdGXYIconPainterEditor()Deprecated.
-
-
Method Details
-
supportsCustomEditor
public boolean supportsCustomEditor()Deprecated.- Specified by:
supportsCustomEditorin interfacePropertyEditor- Overrides:
supportsCustomEditorin classPropertyEditorSupport
-
getCustomEditor
Deprecated.- Specified by:
getCustomEditorin interfacePropertyEditor- Overrides:
getCustomEditorin classPropertyEditorSupport
-
isPaintable
public boolean isPaintable()Deprecated.- Specified by:
isPaintablein interfacePropertyEditor- Overrides:
isPaintablein classPropertyEditorSupport
-
paintValue
Deprecated.- Specified by:
paintValuein interfacePropertyEditor- Overrides:
paintValuein classPropertyEditorSupport
-