|
|||||||||
| 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 AttributesEditorAction

java.lang.Objectjavax.swing.AbstractAction
org.merlotxml.merlot.AbstractStateAction
org.merlotxml.merlot.plugin.dtd.DTDPluginAction
org.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
- extends org.merlotxml.merlot.plugin.dtd.DTDPluginAction
| 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:
propertyChangein interfacejava.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:
actionPerformedin interfacejava.awt.event.ActionListener
|
|||||||||
| Home >> All >> org >> gendiapo >> editor >> [ plugins overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC