public class CoordinatesEditorModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
bean
Bean where to push back data.
|
protected CoordinateFormat |
format |
protected AbsoluteCoordinateEditorModel |
latitudeModel |
protected AbsoluteCoordinateEditorModel |
longitudeModel |
static String |
PROPERTY_FORMAT |
static String |
PROPERTY_LATITUDE |
static String |
PROPERTY_LONGITUDE |
static String |
PROPERTY_QUADRANT |
static String |
PROPERTY_SHOW_RESET_BUTTON |
protected String |
propertyLatitude
Name of the property of the bean to fire the change of the
latitudeModel. |
protected String |
propertyLongitude
Name of the property of the bean to fire the change of the
longitudeModel. |
protected String |
propertyQuadrant
Name of the property of the bean to fire the change of the
quadrant. |
protected Integer |
quadrant |
protected boolean |
showResetButton |
| Constructor and Description |
|---|
CoordinatesEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireLatitude() |
protected void |
fireLongitude() |
protected void |
fireQuadrant() |
Serializable |
getBean() |
CoordinateFormat |
getFormat() |
Float |
getLatitude() |
AbsoluteCoordinateEditorModel |
getLatitudeModel() |
Float |
getLongitude() |
AbsoluteCoordinateEditorModel |
getLongitudeModel() |
String |
getPropertyLatitude() |
String |
getPropertyLongitude() |
String |
getPropertyQuadrant() |
Integer |
getQuadrant() |
boolean |
isShowResetButton() |
void |
setBean(Serializable bean) |
void |
setFormat(CoordinateFormat format) |
void |
setLatitude(Float latitude) |
void |
setLongitude(Float longitude) |
void |
setPropertyLatitude(String propertyLatitude) |
void |
setPropertyLongitude(String propertyLongitude) |
void |
setPropertyQuadrant(String propertyQuadrant) |
void |
setQuadrant(Integer quadrant) |
void |
setShowResetButton(boolean showResetButton) |
protected void |
updateFormat(CoordinateFormat format) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_LATITUDE
public static final String PROPERTY_LONGITUDE
public static final String PROPERTY_QUADRANT
public static final String PROPERTY_FORMAT
public static final String PROPERTY_SHOW_RESET_BUTTON
protected final AbsoluteCoordinateEditorModel latitudeModel
protected final AbsoluteCoordinateEditorModel longitudeModel
protected Serializable bean
protected String propertyLatitude
latitudeModel.protected String propertyLongitude
longitudeModel.protected String propertyQuadrant
quadrant.protected Integer quadrant
protected CoordinateFormat format
protected boolean showResetButton
public Serializable getBean()
public void setBean(Serializable bean)
public String getPropertyLatitude()
public void setPropertyLatitude(String propertyLatitude)
public String getPropertyLongitude()
public void setPropertyLongitude(String propertyLongitude)
public String getPropertyQuadrant()
public void setPropertyQuadrant(String propertyQuadrant)
public boolean isShowResetButton()
public void setShowResetButton(boolean showResetButton)
public AbsoluteCoordinateEditorModel getLatitudeModel()
public AbsoluteCoordinateEditorModel getLongitudeModel()
public Float getLatitude()
public void setLatitude(Float latitude)
public Float getLongitude()
public void setLongitude(Float longitude)
public Integer getQuadrant()
public void setQuadrant(Integer quadrant)
public CoordinateFormat getFormat()
public void setFormat(CoordinateFormat format)
protected void fireLatitude()
protected void fireLongitude()
protected void fireQuadrant()
protected void updateFormat(CoordinateFormat format)
Copyright © 2008–2014 CodeLutin. All rights reserved.