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

Quick Search    Search Deep

org.gendiapo.editor.plugins
Class ToggleStyleAction  view ToggleStyleAction download ToggleStyleAction.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.ToggleStyleAction
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 ToggleStyleAction
extends org.merlotxml.merlot.plugin.dtd.DTDPluginAction
implements java.beans.PropertyChangeListener


Field Summary
protected  java.lang.String ELEMENTNAME
           
(package private)  org.gendiapo.editor.document.GenDiapoEditorKit.ToggleStyledTag kitAction
           
 
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
ToggleStyleAction(java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
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

ToggleStyleAction

public ToggleStyleAction(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)

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

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