freemind.modes.mindmapmode.actions.xml
Class AbstractXmlAction
java.lang.Object
javax.swing.AbstractAction
freemind.modes.mindmapmode.actions.FreemindAction
freemind.modes.mindmapmode.actions.xml.AbstractXmlAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
- Direct Known Subclasses:
- NodeGeneralAction, UndoAction
public abstract class AbstractXmlAction
- extends FreemindAction
- Author:
- foltin
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlAction
protected AbstractXmlAction(java.lang.String name,
javax.swing.Icon icon,
MindMapController controller)
actionPerformed
public final void actionPerformed(java.awt.event.ActionEvent arg0)
xmlActionPerformed
protected abstract void xmlActionPerformed(java.awt.event.ActionEvent arg0)
getMindMapController
public MindMapController getMindMapController()
- Overrides:
getMindMapController
in class FreemindAction
addActor
public void addActor(ActorXml actor)
- Overrides:
addActor
in class FreemindAction
getActor
public ActorXml getActor()