|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.util.gis.client.gui.panels.actions.ForceRefreshAction
public class ForceRefreshAction
Popup menu panel action. Forces the refresh of the map data by deleting
the data shown in map panel.
Form code:
<com.ontimize.util.gis.client.gui.panels.components.PopupMenuItem
attr="POPUP_MENU_ITEM_FORCE_REFRESH"
img="com/ontimize/util/gis/client/gui/images/refresh.png"
actionClass="com.ontimize.util.gis.client.gui.panels.actions.ForceRefreshAction"/>
| Field Summary | |
|---|---|
protected IGisViewer |
viewer
|
| Constructor Summary | |
|---|---|
ForceRefreshAction()
|
|
ForceRefreshAction(IGisViewer viewer)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
setParameter(java.lang.String paramName,
java.lang.Object paramValue)
Set a parameter value for this action. |
void |
setParameters(java.util.Hashtable<java.lang.String,java.lang.Object> params)
Set a group of parameters stored in a hashtable in [name, value] pairs. |
void |
setParentItem(PopupMenuItem popupItem)
Set action parent item |
void |
setResourceBundle(java.util.ResourceBundle res)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IGisViewer viewer
| Constructor Detail |
|---|
public ForceRefreshAction()
public ForceRefreshAction(IGisViewer viewer)
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
public void setParameter(java.lang.String paramName,
java.lang.Object paramValue)
IPopupMenuActionFormAttribute
element
setParameter in interface IPopupMenuActionparamName - Parameter nameparamValue - Parameter valuepublic void setParameters(java.util.Hashtable<java.lang.String,java.lang.Object> params)
IPopupMenuAction
setParameters in interface IPopupMenuActionparams - Hashtable containing the popup menu action configuration parameterspublic void setResourceBundle(java.util.ResourceBundle res)
setResourceBundle in interface IPopupMenuActionpublic void setParentItem(PopupMenuItem popupItem)
IPopupMenuAction
setParentItem in interface IPopupMenuActionpopupItem - Parent item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||