weka.gui.scripting
Class FileScriptingPanel.BasicAction
java.lang.Object
javax.swing.AbstractAction
weka.gui.scripting.FileScriptingPanel.BasicAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- FileScriptingPanel
public abstract class FileScriptingPanel.BasicAction
- extends AbstractAction
A slightly extended action class.
- Version:
- $Revision: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- 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 |
FileScriptingPanel.BasicAction
public FileScriptingPanel.BasicAction(String name,
String icon,
String accel,
Character mnemonic)
- Constructor for setting up an action.
- Parameters:
name - the name of the action (to be displayed in menu/button)icon - the icon name (no path required if in weka/gui/images), can be nullaccel - the accelerator command, e.g., "ctrl N", can be nullmnemonic - the mnemonic character
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.