public class CloudColorAction extends FreemindAction implements ActorXml, MenuItemEnabledListener
| Constructor and Description |
|---|
CloudColorAction(MindMapController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
act(freemind.controller.actions.generated.instance.XmlAction action) |
void |
actionPerformed(java.awt.event.ActionEvent e) |
freemind.controller.actions.generated.instance.CloudColorXmlAction |
createCloudColorXmlAction(MindMapNode node,
java.awt.Color color) |
java.lang.Class |
getDoActionClass() |
boolean |
isEnabled(javax.swing.JMenuItem item,
javax.swing.Action action) |
void |
setCloudColor(MindMapNode node,
java.awt.Color color) |
addActor, getMindMapControllerpublic CloudColorAction(MindMapController controller)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void setCloudColor(MindMapNode node, java.awt.Color color)
public freemind.controller.actions.generated.instance.CloudColorXmlAction createCloudColorXmlAction(MindMapNode node, java.awt.Color color)
public void act(freemind.controller.actions.generated.instance.XmlAction action)
public java.lang.Class getDoActionClass()
getDoActionClass in interface ActorXmlpublic boolean isEnabled(javax.swing.JMenuItem item,
javax.swing.Action action)
isEnabled in interface MenuItemEnabledListener