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

Quick Search    Search Deep

org.gendiapo.editor.plugins
Class AttributesEditorAction  view AttributesEditorAction download AttributesEditorAction.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.AttributesEditorAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable, org.merlotxml.merlot.StateAction

public class AttributesEditorAction
extends org.merlotxml.merlot.plugin.dtd.DTDPluginAction
implements java.beans.PropertyChangeListener


Field Summary
(package private)  org.gendiapo.editor.document.GenDiapoEditorKit.ToggleStyledTag _kitAction
           
protected  java.lang.String ELEMENTNAME
           
 
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
AttributesEditorAction(java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
protected  AttributesEditor getAttributesEditor()
           
protected  void initKitAction(org.merlotxml.merlot.MerlotDocumentControler controler)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
          Fired after a Bean's property has changed.
 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
 

Field Detail

ELEMENTNAME

protected java.lang.String ELEMENTNAME

_kitAction

org.gendiapo.editor.document.GenDiapoEditorKit.ToggleStyledTag _kitAction
Constructor Detail

AttributesEditorAction

public AttributesEditorAction(java.lang.String name)
Method Detail

initKitAction

protected void initKitAction(org.merlotxml.merlot.MerlotDocumentControler controler)

setContext

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

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Description copied from interface: java.beans.PropertyChangeListener
Fired after a Bean's property has changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener

getAttributesEditor

protected AttributesEditor getAttributesEditor()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener