rle.simple.ui
Interface ItemUiAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener, PlugIn, UiAction
All Known Implementing Classes:
Drop, Eat, ItemUiActionBase, TakeOff, Throw, Wear

public interface ItemUiAction
extends UiAction

Special interface for Item Actions


Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 void configure(ItemCommands command, int row)
           
 
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
 

Method Detail

configure

void configure(ItemCommands command,
               int row)