|
|||||||||
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
public class NiteAction
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 | |
---|---|
NiteAction()
|
|
NiteAction(JDomParser parser)
|
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. |
void |
addComponentID(java.lang.String id)
|
void |
addInputComponent(InputComponent s)
|
void |
addInputComponentID(java.lang.String id)
|
void |
addIntermediateComponent(JComponentHandler j)
|
void |
addOutputComponent(OutputComponent j)
|
void |
addPopupContext(java.lang.String attribute,
java.lang.String optionValue)
Method addOptionValue. |
void |
addXmlAction(NiteAction a)
|
java.lang.String |
getActionType()
|
java.lang.String |
getAttributeName()
|
java.util.List |
getComponentsIDs()
Returns the componentsIDs. |
java.lang.String |
getDescription()
Returns the description. |
Displayer |
getDisplayer()
Returns the displayer which is the object claiming it can redisplay after this action. |
java.lang.String |
getId()
Returns the id. |
java.util.List |
getInputComponentIDs()
|
java.util.List |
getInputComponents()
Returns the swingTargets. |
java.util.List |
getOptionValues(java.lang.String attribute)
Returns the optionValues. |
java.util.List |
getOutputComponentIDs()
|
java.util.List |
getOutputComponents()
|
JDomParser |
getParser()
Returns the parser. |
void |
setActionType(java.lang.String actionType)
Sets the actionType. |
void |
setAttributeName(java.lang.String attributeName)
Sets the attributeName. |
void |
setComponentsIDs(java.util.List componentsIDs)
Sets the componentsIDs. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayer(Displayer displayer)
Sets the displayer which is the object claiming it can redisplay after this action. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setInputComponents(java.util.List ic)
|
void |
setOutputComponents(java.util.List outputComponents)
Sets the outputComponents. |
void |
setParser(JDomParser parser)
Sets the parser. |
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 NiteAction(JDomParser parser)
public NiteAction()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(ActionEvent)
public void addInputComponent(InputComponent s)
public void addOutputComponent(OutputComponent j)
public void addIntermediateComponent(JComponentHandler j)
public void addInputComponentID(java.lang.String id)
public void addComponentID(java.lang.String id)
public java.lang.String getDescription()
public java.lang.String getId()
public java.util.List getInputComponents()
public void setDescription(java.lang.String description)
description
- The description to setpublic void setId(java.lang.String id)
id
- The id to setpublic void setInputComponents(java.util.List ic)
public java.util.List getOutputComponentIDs()
public java.util.List getInputComponentIDs()
public java.util.List getComponentsIDs()
public void setComponentsIDs(java.util.List componentsIDs)
componentsIDs
- The componentsIDs to setpublic void addPopupContext(java.lang.String attribute, java.lang.String optionValue)
option
- public java.util.List getOptionValues(java.lang.String attribute)
public JDomParser getParser()
public void setParser(JDomParser parser)
parser
- The parser to setpublic void setDisplayer(Displayer displayer)
public Displayer getDisplayer()
public java.lang.String getActionType()
public void setActionType(java.lang.String actionType)
actionType
- The actionType to setpublic void addXmlAction(NiteAction a)
object
- public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- The attributeName to setpublic java.util.List getOutputComponents()
public void setOutputComponents(java.util.List outputComponents)
outputComponents
- The outputComponents to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |