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

Quick Search    Search Deep

org.merlotxml.merlot.plugin.dtd
Class DTDPluginAction  view DTDPluginAction download DTDPluginAction.java

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.merlotxml.merlot.AbstractStateAction
          extended byorg.merlotxml.merlot.plugin.dtd.DTDPluginAction
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 DTDPluginAction
extends org.merlotxml.merlot.AbstractStateAction


Field Summary
protected  ActionConfig config
           
protected  org.merlotxml.merlot.MerlotDocumentControler controler
           
protected  org.merlotxml.merlot.MerlotDOMNode 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
DTDPluginAction()
           
DTDPluginAction(org.merlotxml.merlot.MerlotDocumentControler controler, org.merlotxml.merlot.MerlotDOMNode node)
           
 
Method Summary
 void setConfig(ActionConfig ac)
           
 void setContext(org.merlotxml.merlot.MerlotDocumentControler controler, org.merlotxml.merlot.MerlotDOMNode node)
           
 
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

protected org.merlotxml.merlot.MerlotDocumentControler controler

node

protected org.merlotxml.merlot.MerlotDOMNode node

config

protected ActionConfig config
Constructor Detail

DTDPluginAction

public DTDPluginAction()

DTDPluginAction

public DTDPluginAction(org.merlotxml.merlot.MerlotDocumentControler controler,
                       org.merlotxml.merlot.MerlotDOMNode node)
Method Detail

setConfig

public void setConfig(ActionConfig ac)

setContext

public void setContext(org.merlotxml.merlot.MerlotDocumentControler controler,
                       org.merlotxml.merlot.MerlotDOMNode node)