JavaGantt 2011.1 API

eu.beesoft.gaia.swing.client
Class SwingClientAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by eu.beesoft.gaia.swing.SwingAction
          extended by eu.beesoft.gaia.swing.client.SwingClientAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class SwingClientAction
extends SwingAction

A javax.swing.Action implementation with served actionPerformed(ActionEvent) method to send a request to server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SwingClientAction()
          Creates a new SwingClientAction.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Invokes the SwingClient.actionPerformed(SwingClientAction) method to send request to server.
 
Methods inherited from class eu.beesoft.gaia.swing.SwingAction
getAccelerator, getActionCommand, getIcon, getName, getToolTipText, setAccelerator, setAccelerator, setActionCommand, setIcon, setIcon, setName, setToolTipText
 
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
 

Constructor Detail

SwingClientAction

public SwingClientAction()
Creates a new SwingClientAction.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Invokes the SwingClient.actionPerformed(SwingClientAction) method to send request to server. Action command from this action is used as a name of requested action for server.

Parameters:
event - - event to process

JavaGantt 2011.1 API