Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gendiapo.editor.plugins
Class SimpleAction  view SimpleAction download SimpleAction.java

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.merlotxml.merlot.AbstractStateAction
          extended byorg.merlotxml.merlot.plugin.dtd.DTDPluginAction
              extended byorg.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()
           
 
Method Summary
 org.merlotxml.merlot.MerlotDocumentControler getMerlotDocumentControler()
           
 org.merlotxml.merlot.MerlotDOMNode getMerlotDOMNode()
           
 void setContext(org.merlotxml.merlot.MerlotDocumentControler controler, org.merlotxml.merlot.MerlotDOMNode node)
           
 
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()