|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.beans.editor.IlvCoordinateEditor
IlvCoordinateEditor
public abstract class IlvCoordinateEditor
Generic Coordinate Editor. Allows to edit coordinate values in degrees / minutes / seconds. This class must be used in one of its two derived forms.
IlvLatitudeEditor,
IlvLongitudeEditor| Field Summary | |
|---|---|
protected double |
current
Deprecated. Current value edited. |
| Constructor Summary | |
|---|---|
IlvCoordinateEditor()
Deprecated. Creates a new IlvCoordinateEditor. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Deprecated. |
void |
firePropertyChange(double old,
double newval)
Deprecated. fire the properyChangeEvent on all listeners of the property editor. |
Component |
getCustomEditor()
Deprecated. No custom editor for the property. |
String |
getJavaInitializationString()
Deprecated. |
String[] |
getTags()
Deprecated. No tags for the property |
Object |
getValue()
Deprecated. Returns the current value of the editor. |
boolean |
isPaintable()
Deprecated. Editor in not paintable. |
void |
paintValue(Graphics g,
Rectangle r)
Deprecated. Does nothing since editor is not paintable. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Deprecated. |
void |
setAsText(String text)
Deprecated. Changes the value of the editor as a text. |
void |
setValue(Object value)
Deprecated. Changes the value of the editor. |
boolean |
supportsCustomEditor()
Deprecated. This property editor does not support a custom editor. |
| 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 |
|---|
getAsText |
| Field Detail |
|---|
protected double current
| Constructor Detail |
|---|
public IlvCoordinateEditor()
IlvCoordinateEditor.
| Method Detail |
|---|
public void setValue(Object value)
setValue in interface PropertyEditorvalue - new value.PropertyEditor.setValue(java.lang.Object)public Object getValue()
getValue in interface PropertyEditorPropertyEditor.getValue()public boolean isPaintable()
isPaintable in interface PropertyEditorPropertyEditor.isPaintable()
public void paintValue(Graphics g,
Rectangle r)
paintValue in interface PropertyEditorg - unused.r - unused.PropertyEditor.paintValue(java.awt.Graphics, java.awt.Rectangle)public String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorPropertyEditor.getJavaInitializationString()
public void setAsText(String text)
throws IllegalArgumentException
IlvProjectionUtil.DMSToRadian(java.lang.String).
setAsText in interface PropertyEditortext - coordinate string.
IllegalArgumentExceptionPropertyEditor.setAsText(java.lang.String)public String[] getTags()
getTags in interface PropertyEditorPropertyEditor.getTags()public Component getCustomEditor()
getCustomEditor in interface PropertyEditorPropertyEditor.getCustomEditor()public boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorPropertyEditor.supportsCustomEditor()
public void firePropertyChange(double old,
double newval)
old - old property valuenewval - new property value.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 | |||||||||