|
JavaGantt 2011.1 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
eu.beesoft.gaia.swing.SwingAction
eu.beesoft.gaia.swing.client.SwingClientAction
public class SwingClientAction
A javax.swing.Action implementation with served
actionPerformed(ActionEvent) method to send a request to server.
| 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 |
|---|
public SwingClientAction()
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent event)
SwingClient.actionPerformed(SwingClientAction) method
to send request to server. Action command from this action is used as a
name of requested action for server.
event - - event to process
|
JavaGantt 2011.1 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||