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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.void
paintValue
(Graphics g, Rectangle r) Deprecated.boolean
Deprecated.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:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
getCustomEditor
Deprecated.- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
-
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
-