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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRedefinesPropertyEditorSupport.getCustomEditor()and implementsPropertyEditor.getCustomEditor().booleanRedefinesPropertyEditorSupport.isPaintable()and implementsPropertyEditor.isPaintable().voidpaintValue(Graphics gfx, Rectangle box) RedefinesPropertyEditorSupport.paintValue()and implementsPropertyEditor.paintValue().voidRedefinesPropertyEditorSupport.setValue()and implementsPropertyEditor.setValue().
No action will be performed if value is not an instanceofTLcdGXYPainterProviderbooleanRedefinesPropertyEditorSupport.supportsCustomEditor()and implementsPropertyEditor.supportsCustomEditor().Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, removePropertyChangeListener, setAsText, 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, 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:
isPaintablein interfacePropertyEditor- Overrides:
isPaintablein classPropertyEditorSupport- Returns:
true- See Also:
-
paintValue
RedefinesPropertyEditorSupport.paintValue()and implementsPropertyEditor.paintValue().- Specified by:
paintValuein interfacePropertyEditor- Overrides:
paintValuein classPropertyEditorSupport- See Also:
-
getCustomEditor
RedefinesPropertyEditorSupport.getCustomEditor()and implementsPropertyEditor.getCustomEditor().- Specified by:
getCustomEditorin interfacePropertyEditor- Overrides:
getCustomEditorin classPropertyEditorSupport- Returns:
- an instance of
TLcdGXYPainterProviderCustomizer - See Also:
-
supportsCustomEditor
public boolean supportsCustomEditor()RedefinesPropertyEditorSupport.supportsCustomEditor()and implementsPropertyEditor.supportsCustomEditor().- Specified by:
supportsCustomEditorin interfacePropertyEditor- Overrides:
supportsCustomEditorin classPropertyEditorSupport- Returns:
true- See Also:
-
setValue
RedefinesPropertyEditorSupport.setValue()and implementsPropertyEditor.setValue().
No action will be performed if value is not an instanceofTLcdGXYPainterProvider- Specified by:
setValuein interfacePropertyEditor- Overrides:
setValuein classPropertyEditorSupport- See Also:
-