public class IlvCoordinateSystemPropertyEditor extends Object implements PropertyEditor
Constructor and Description |
---|
IlvCoordinateSystemPropertyEditor()
Creates a new
IlvCoordinateSystemPropertyEditor . |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Not implemented.
|
String |
getAsText()
Returns the string representation of the coordinate system.
|
Component |
getCustomEditor()
Returns the specific
IlvJCoordinateSystemEditorPanel editor panel. |
String |
getJavaInitializationString()
Returns null.
|
String[] |
getTags()
Returns null.
|
Object |
getValue()
Returns the Coordinate system in use.
|
boolean |
isPaintable()
Returns false.
|
void |
paintValue(Graphics gfx,
Rectangle box)
Does nothing.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Not implemented.
|
void |
setAsText(String text)
Does nothing.
|
void |
setValue(Object value)
Sets the coordinate system to display.
|
boolean |
supportsCustomEditor()
Returns true.
|
public IlvCoordinateSystemPropertyEditor()
IlvCoordinateSystemPropertyEditor
.public void setValue(Object value)
setValue
in interface PropertyEditor
PropertyEditor.setValue(java.lang.Object)
public Object getValue()
getValue
in interface PropertyEditor
PropertyEditor.getValue()
public boolean isPaintable()
isPaintable
in interface PropertyEditor
PropertyEditor.isPaintable()
public void paintValue(Graphics gfx, Rectangle box)
paintValue
in interface PropertyEditor
PropertyEditor.paintValue(java.awt.Graphics, java.awt.Rectangle)
public String getJavaInitializationString()
getJavaInitializationString
in interface PropertyEditor
PropertyEditor.getJavaInitializationString()
public String getAsText()
getAsText
in interface PropertyEditor
PropertyEditor.getAsText()
public void setAsText(String text) throws IllegalArgumentException
setAsText
in interface PropertyEditor
IllegalArgumentException
PropertyEditor.setAsText(java.lang.String)
public String[] getTags()
getTags
in interface PropertyEditor
PropertyEditor.getTags()
public Component getCustomEditor()
IlvJCoordinateSystemEditorPanel
editor panel.getCustomEditor
in interface PropertyEditor
PropertyEditor.getCustomEditor()
public boolean supportsCustomEditor()
supportsCustomEditor
in interface PropertyEditor
PropertyEditor.supportsCustomEditor()
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface PropertyEditor
PropertyEditor.addPropertyChangeListener(java.beans.PropertyChangeListener)
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface PropertyEditor
PropertyEditor.removePropertyChangeListener(java.beans.PropertyChangeListener)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.