|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
rle.core.ui.UiActionBase
rle.simple.ui.ItemUiActionBase
public abstract class ItemUiActionBase
Convenience implementation for Item Actions
Field Summary | |
---|---|
protected ItemCommands |
command
|
protected int |
row
|
protected ItemTable |
table
|
Fields inherited from class rle.core.ui.UiActionBase |
---|
config, context, parameters |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
ItemUiActionBase()
|
Method Summary | |
---|---|
void |
configure(ItemCommands command,
int row)
|
Methods inherited from class rle.core.ui.UiActionBase |
---|
actionPerformed, config, getContext, getEvent, getParameters, paramMap, setConfig, setParameters |
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 |
Methods inherited from interface rle.core.ui.UiAction |
---|
doAction, getEvent |
Methods inherited from interface javax.swing.Action |
---|
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Methods inherited from interface rle.core.vm.PlugIn |
---|
config, getContext, paramMap, setConfig, setParameters |
Field Detail |
---|
protected ItemCommands command
protected ItemTable table
protected int row
Constructor Detail |
---|
public ItemUiActionBase()
Method Detail |
---|
public void configure(ItemCommands command, int row)
configure
in interface ItemUiAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |