public abstract class FreemindAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
FreemindAction(java.lang.String title,
javax.swing.Icon icon,
MindMapController mindMapController) |
FreemindAction(java.lang.String title,
java.lang.String iconPath,
MindMapController mindMapController) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActor(ActorXml actor) |
MindMapController |
getMindMapController() |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic 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.public void addActor(ActorXml actor)
public MindMapController getMindMapController()