public class IlvBoundsPropertyEditor extends PropertyEditorSupport
Constructor and Description |
---|
IlvBoundsPropertyEditor()
Creates a new
IlvBoundsPropertyEditor . |
Modifier and Type | Method and Description |
---|---|
String |
getAsText() |
Component |
getCustomEditor() |
String |
getJavaInitializationString() |
Object |
getValue() |
boolean |
isPaintable()
This property does not require specific painting.
|
void |
paintValue(Graphics gfx,
Rectangle box)
No specific painting done.
|
void |
setTarget(Object target)
Tries to automatically find the view.
|
void |
setValue(Object value) |
void |
setView(IlvManagerView view)
Sets the view to use to pick coordinates
|
boolean |
supportsCustomEditor()
This property editor supports a custom editor.
|
addPropertyChangeListener, firePropertyChange, getSource, getTags, removePropertyChangeListener, setAsText, setSource
public IlvBoundsPropertyEditor()
IlvBoundsPropertyEditor
.public Component getCustomEditor()
getCustomEditor
in interface PropertyEditor
getCustomEditor
in class PropertyEditorSupport
PropertyEditorSupport.getCustomEditor()
public String getJavaInitializationString()
getJavaInitializationString
in interface PropertyEditor
getJavaInitializationString
in class PropertyEditorSupport
PropertyEditorSupport.getJavaInitializationString()
public boolean isPaintable()
isPaintable
in interface PropertyEditor
isPaintable
in class PropertyEditorSupport
false
PropertyEditorSupport.isPaintable()
public void paintValue(Graphics gfx, Rectangle box)
paintValue
in interface PropertyEditor
paintValue
in class PropertyEditorSupport
PropertyEditorSupport.paintValue(java.awt.Graphics, java.awt.Rectangle)
public boolean supportsCustomEditor()
supportsCustomEditor
in interface PropertyEditor
supportsCustomEditor
in class PropertyEditorSupport
PropertyEditorSupport.supportsCustomEditor()
public void setValue(Object value)
setValue
in interface PropertyEditor
setValue
in class PropertyEditorSupport
PropertyEditorSupport.setValue(java.lang.Object)
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
PropertyEditorSupport.getAsText()
public Object getValue()
getValue
in interface PropertyEditor
getValue
in class PropertyEditorSupport
PropertyEditorSupport.getValue()
public void setView(IlvManagerView view)
view
- The view to interact with.public void setTarget(Object target)
target
- The target of the property sheet that needs the editor.setView(IlvManagerView)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.