|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
net.sourceforge.nite.gui.actions.NiteAction
net.sourceforge.nite.gui.actions.XMLAction
net.sourceforge.nite.gui.actions.AddSibling
public class AddSibling
Field Summary |
---|
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
AddSibling(JDomParser p,
ObjectModelElement old,
ObjectModelElement newEl,
int i)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
When this action is executed, collect the user input from the source, and initiate the action. |
int |
getIndex()
Returns the index. |
void |
setIndex(int index)
Sets the index. |
Methods inherited from class net.sourceforge.nite.gui.actions.XMLAction |
---|
getElement, setElement |
Methods inherited from class net.sourceforge.nite.gui.actions.NiteAction |
---|
addComponentID, addInputComponent, addInputComponentID, addIntermediateComponent, addOutputComponent, addPopupContext, addXmlAction, getActionType, getAttributeName, getComponentsIDs, getDescription, getDisplayer, getId, getInputComponentIDs, getInputComponents, getOptionValues, getOutputComponentIDs, getOutputComponents, getParser, setActionType, setAttributeName, setComponentsIDs, setDescription, setDisplayer, setId, setInputComponents, setOutputComponents, setParser |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddSibling(JDomParser p, ObjectModelElement old, ObjectModelElement newEl, int i)
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
NiteAction
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class NiteAction
ActionListener.actionPerformed(java.awt.event.ActionEvent)
public int getIndex()
public void setIndex(int index)
index
- The index to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |