public abstract class DataModuleAction extends AbstractAction
ToxTreeModule| Modifier and Type | Field and Description |
|---|---|
protected Component |
frame |
protected DataModule |
module |
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
DataModuleAction(DataModule module) |
DataModuleAction(DataModule module,
String name) |
DataModuleAction(DataModule module,
String name,
Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent arg0) |
Component |
getFrame() |
abstract void |
runAction() |
void |
setFrame(Component frame) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected DataModule module
protected Component frame
public DataModuleAction(DataModule module)
public DataModuleAction(DataModule module, String name)
public DataModuleAction(DataModule module, String name, Icon icon)
public Component getFrame()
public void setFrame(Component frame)
public void actionPerformed(ActionEvent arg0)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.