com.ontimize.util.gis.extension.google
Class GetGoogleAddressAction
java.lang.Object
com.ontimize.util.gis.extension.google.GetGoogleAddressAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class GetGoogleAddressAction
- extends java.lang.Object
- implements java.awt.event.ActionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORM_ADDRESS_FIELD
protected static final java.lang.String FORM_ADDRESS_FIELD
- See Also:
- Constant Field Values
FORM_LONGITUDE_FIELD
protected static final java.lang.String FORM_LONGITUDE_FIELD
- See Also:
- Constant Field Values
FORM_LATITUDE_FIELD
protected static final java.lang.String FORM_LATITUDE_FIELD
- See Also:
- Constant Field Values
CRS
protected static final java.lang.String CRS
- See Also:
- Constant Field Values
viewer
protected IGisViewer viewer
addressField
protected java.lang.String addressField
longitudeField
protected java.lang.String longitudeField
latitudeField
protected java.lang.String latitudeField
parentForm
protected com.ontimize.gui.Form parentForm
GetGoogleAddressAction
public GetGoogleAddressAction()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
setParameter
public void setParameter(java.lang.String name,
java.lang.Object value)
setParameters
public void setParameters(java.util.Hashtable<java.lang.String,java.lang.Object> params)
setResourceBundle
public void setResourceBundle(java.util.ResourceBundle res)
setParentItem
public void setParentItem(PopupMenuItem popupItem)