|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
freemind.modes.mindmapmode.actions.FreemindAction
public abstract class FreemindAction
Field Summary |
---|
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 |
Constructor Summary | |
---|---|
FreemindAction(java.lang.String title,
javax.swing.Icon icon,
MindMapController mindMapController)
|
|
FreemindAction(java.lang.String title,
java.lang.String iconPath,
MindMapController mindMapController)
|
Method Summary | |
---|---|
void |
addActor(ActorXml actor)
|
MindMapController |
getMindMapController()
|
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 |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Constructor Detail |
---|
public FreemindAction(java.lang.String title, javax.swing.Icon icon, MindMapController mindMapController)
title
- is a fixed title (no translation is done via resources)public FreemindAction(java.lang.String title, java.lang.String iconPath, MindMapController mindMapController)
title
- Title is a resource.iconPath
- is a path to an icon.Method Detail |
---|
public void addActor(ActorXml actor)
public MindMapController getMindMapController()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |