Package com.luciad.view.gxy
Class TLcdGXYPainterProviderEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.view.gxy.TLcdGXYPainterProviderEditor
- All Implemented Interfaces:
PropertyEditor
A
PropertyEditor
for the TLcdGXYPainterProvider
class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRedefinesPropertyEditorSupport.getCustomEditor()
and implementsPropertyEditor.getCustomEditor()
.boolean
RedefinesPropertyEditorSupport.isPaintable()
and implementsPropertyEditor.isPaintable()
.void
paintValue
(Graphics gfx, Rectangle box) RedefinesPropertyEditorSupport.paintValue()
and implementsPropertyEditor.paintValue()
.void
RedefinesPropertyEditorSupport.setValue()
and implementsPropertyEditor.setValue()
.
No action will be performed if value is not an instanceofTLcdGXYPainterProvider
boolean
RedefinesPropertyEditorSupport.supportsCustomEditor()
and implementsPropertyEditor.supportsCustomEditor()
.Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setAsText, 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, getAsText, getJavaInitializationString, getTags, getValue, removePropertyChangeListener, setAsText
-
Constructor Details
-
TLcdGXYPainterProviderEditor
public TLcdGXYPainterProviderEditor()Default constructor.
-
-
Method Details
-
isPaintable
public boolean isPaintable()RedefinesPropertyEditorSupport.isPaintable()
and implementsPropertyEditor.isPaintable()
.- Specified by:
isPaintable
in interfacePropertyEditor
- Overrides:
isPaintable
in classPropertyEditorSupport
- Returns:
true
- See Also:
-
paintValue
RedefinesPropertyEditorSupport.paintValue()
and implementsPropertyEditor.paintValue()
.- Specified by:
paintValue
in interfacePropertyEditor
- Overrides:
paintValue
in classPropertyEditorSupport
- See Also:
-
getCustomEditor
RedefinesPropertyEditorSupport.getCustomEditor()
and implementsPropertyEditor.getCustomEditor()
.- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
- Returns:
- an instance of
TLcdGXYPainterProviderCustomizer
- See Also:
-
supportsCustomEditor
public boolean supportsCustomEditor()RedefinesPropertyEditorSupport.supportsCustomEditor()
and implementsPropertyEditor.supportsCustomEditor()
.- Specified by:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
- Returns:
true
- See Also:
-
setValue
RedefinesPropertyEditorSupport.setValue()
and implementsPropertyEditor.setValue()
.
No action will be performed if value is not an instanceofTLcdGXYPainterProvider
- Specified by:
setValue
in interfacePropertyEditor
- Overrides:
setValue
in classPropertyEditorSupport
- See Also:
-