public class ClearLabelsAction extends JMapAbstractAction
appContext| Constructor and Description |
|---|
ClearLabelsAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
destroy()
This method is called by the
JMapApplicationActionManager. |
void |
init()
This method is called by the
JMapApplicationActionManager after this
action has been created. |
hasAnyActiveView, setJMapApplicationContextpublic void init()
JMapAbstractActionJMapApplicationActionManager after this
action has been created. The JMapApplicationContext is available at this moment.init in class JMapAbstractActionpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class JMapAbstractActionpublic void destroy()
JMapAbstractActionJMapApplicationActionManager.
The JMapApplicationContext is available at this moment.destroy in class JMapAbstractAction