org.nuiton.widget
Class ApplicationAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.nuiton.widget.ApplicationAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public abstract class ApplicationAction
extends AbstractAction

See Also:
Serialized Form

Field Summary
protected  List<?> arguments
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ApplicationAction(String shortText, String description, String iconId, char mnemonic, String accelerator)
           
 
Method Summary
 List<?> getArguments()
           
protected  String getShortText()
           
 void setArguments(List<?> arguments)
           
protected  void setShortText(String shortText)
           
 
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 java.awt.event.ActionListener
actionPerformed
 

Field Detail

arguments

protected List<?> arguments
Constructor Detail

ApplicationAction

public ApplicationAction(String shortText,
                         String description,
                         String iconId,
                         char mnemonic,
                         String accelerator)
Method Detail

getShortText

protected String getShortText()

setShortText

protected void setShortText(String shortText)

getArguments

public List<?> getArguments()

setArguments

public void setArguments(List<?> arguments)


Copyright © 2004-2011 CodeLutin. All Rights Reserved.