|
|||||||||
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.DeleteElement
public class DeleteElement
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 | |
---|---|
DeleteElement(JDomParser p)
|
|
DeleteElement(JDomParser p,
ObjectModelElement el)
|
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. |
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 DeleteElement(JDomParser p)
public DeleteElement(JDomParser p, ObjectModelElement el)
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |