org.oddjob.arooa.design.actions
Interface ActionContributor

All Known Implementing Classes:
DesignerEditActions, EditActionsContributor, ExplorerEditActions, ExplorerJobActions, ViewActionsContributor

public interface ActionContributor

Something that is able to contribute actions to a menu system.

Author:
rob

Method Summary
 void addKeyStrokes(JComponent component)
          Add the accelerator keys to the given component if applicable.
 void contributeTo(ActionRegistry actionRegistry)
          Contribute actions using the given registry.
 

Method Detail

contributeTo

void contributeTo(ActionRegistry actionRegistry)
Contribute actions using the given registry.

Parameters:
actionRegistry -

addKeyStrokes

void addKeyStrokes(JComponent component)
Add the accelerator keys to the given component if applicable.

Parameters:
component -