org.openstreetmap.josm.actions
Interface ParameterizedAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, AdaptableAction, java.util.EventListener
All Known Implementing Classes:
SearchAction

public interface ParameterizedAction
extends AdaptableAction


Field Summary
 
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
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e, java.util.Map<java.lang.String,java.lang.Object> parameters)
           
 java.util.List<ActionParameter<?>> getActionParameters()
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

getActionParameters

java.util.List<ActionParameter<?>> getActionParameters()

actionPerformed

void actionPerformed(java.awt.event.ActionEvent e,
                     java.util.Map<java.lang.String,java.lang.Object> parameters)


JOSM