net.sourceforge.spedit.app
Class Application.DocumentFrame.ActionElementInsert

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--net.sourceforge.spedit.app.Application.DocumentFrame.ActionElementInsert
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable
Enclosing class:
Application.DocumentFrame

protected class Application.DocumentFrame.ActionElementInsert
extends AbstractAction

See Also:
Serialized Form

Field Summary
protected  XMLElement newElement
           
protected  int pos
           
protected  XMLElementWrapper wrapper
           
 
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
Application.DocumentFrame.ActionElementInsert(XMLElementWrapper wrp, XMLElement elt, int pos)
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wrapper

protected XMLElementWrapper wrapper

newElement

protected XMLElement newElement

pos

protected int pos
Constructor Detail

Application.DocumentFrame.ActionElementInsert

public Application.DocumentFrame.ActionElementInsert(XMLElementWrapper wrp,
                                                     XMLElement elt,
                                                     int pos)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class AbstractAction