|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.datasource.IlvCoordinateSystemPropertyEditor
public class IlvCoordinateSystemPropertyEditor
A property editor used to edit coordinate system.
| Constructor Summary | |
|---|---|
IlvCoordinateSystemPropertyEditor()
Creates a new IlvCoordinateSystemPropertyEditor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvCoordinateSystemPropertyEditor()
IlvCoordinateSystemPropertyEditor.
| Method Detail |
|---|
public void setValue(Object value)
setValue in interface PropertyEditorPropertyEditor.setValue(java.lang.Object)public Object getValue()
getValue in interface PropertyEditorPropertyEditor.getValue()public boolean isPaintable()
isPaintable in interface PropertyEditorPropertyEditor.isPaintable()
public void paintValue(Graphics gfx,
Rectangle box)
paintValue in interface PropertyEditorPropertyEditor.paintValue(java.awt.Graphics, java.awt.Rectangle)public String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorPropertyEditor.getJavaInitializationString()public String getAsText()
getAsText in interface PropertyEditorPropertyEditor.getAsText()
public void setAsText(String text)
throws IllegalArgumentException
setAsText in interface PropertyEditorIllegalArgumentExceptionPropertyEditor.setAsText(java.lang.String)public String[] getTags()
getTags in interface PropertyEditorPropertyEditor.getTags()public Component getCustomEditor()
IlvJCoordinateSystemEditorPanel editor panel.
getCustomEditor in interface PropertyEditorPropertyEditor.getCustomEditor()public boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorPropertyEditor.supportsCustomEditor()public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface PropertyEditorPropertyEditor.addPropertyChangeListener(java.beans.PropertyChangeListener)public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface PropertyEditorPropertyEditor.removePropertyChangeListener(java.beans.PropertyChangeListener)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||