org.ximtec.igesture.tool.core
Class GenericLocateableAction
java.lang.Object
javax.swing.AbstractAction
org.sigtec.graphix.widget.BasicAction
org.ximtec.igesture.tool.core.LocateableAction
org.ximtec.igesture.tool.core.GenericLocateableAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class GenericLocateableAction
- extends LocateableAction
A generic locateable action implementation. It executes the command given in
a string on the given controller.
- Author:
- Ueli Kurmann
- See Also:
- Serialized Form
| 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 |
GenericLocateableAction
public GenericLocateableAction(Controller controller,
String key,
String commandString)
- Creates a generic locate able action
- Parameters:
controller - the controller handling the actionkey - the key referencing the resources attached to this actioncommandString - the command string which is executed on the controller
actionPerformed
public void actionPerformed(ActionEvent event)
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.