|
|||||||||
| Home >> All >> org >> gendiapo >> editor >> [ plugins overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gendiapo.editor.plugins
Class SimpleAction

java.lang.Objectjavax.swing.AbstractAction
org.merlotxml.merlot.AbstractStateAction
org.merlotxml.merlot.plugin.dtd.DTDPluginAction
org.gendiapo.editor.plugins.SimpleAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable, org.merlotxml.merlot.StateAction
- public abstract class SimpleAction
- extends org.merlotxml.merlot.plugin.dtd.DTDPluginAction
| Field Summary | |
private org.merlotxml.merlot.MerlotDocumentControler |
_controler
|
private org.merlotxml.merlot.MerlotDOMNode |
_node
|
| Fields inherited from class org.merlotxml.merlot.plugin.dtd.DTDPluginAction |
config, controler, node |
| Fields inherited from class org.merlotxml.merlot.AbstractStateAction |
SELECTABLE, SELECTED |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
SimpleAction()
|
|
| Methods inherited from class org.merlotxml.merlot.plugin.dtd.DTDPluginAction |
setConfig |
| Methods inherited from class org.merlotxml.merlot.AbstractStateAction |
isSelectable, isSelected, setSelectable, setSelected |
| 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 javax.swing.Action |
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
| Field Detail |
_controler
private org.merlotxml.merlot.MerlotDocumentControler _controler
_node
private org.merlotxml.merlot.MerlotDOMNode _node
| Constructor Detail |
SimpleAction
public SimpleAction()
| Method Detail |
setContext
public void setContext(org.merlotxml.merlot.MerlotDocumentControler controler, org.merlotxml.merlot.MerlotDOMNode node)
getMerlotDOMNode
public org.merlotxml.merlot.MerlotDOMNode getMerlotDOMNode()
getMerlotDocumentControler
public org.merlotxml.merlot.MerlotDocumentControler getMerlotDocumentControler()
|
|||||||||
| Home >> All >> org >> gendiapo >> editor >> [ plugins overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC