public abstract class FileScriptingPanel.BasicAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
BasicAction(java.lang.String name,
java.lang.String icon,
java.lang.String accel,
java.lang.Character mnemonic)
Constructor for setting up an action.
|
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic BasicAction(java.lang.String name,
java.lang.String icon,
java.lang.String accel,
java.lang.Character mnemonic)
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