Package 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
Modifier and TypeMethodDescriptionvoidaddKeyStrokes(JComponent component) Add the accelerator keys to the given component if applicable.voidcontributeTo(ActionRegistry actionRegistry) Contribute actions using the given registry.
-
Method Details
-
contributeTo
Contribute actions using the given registry.- Parameters:
actionRegistry-
-
addKeyStrokes
Add the accelerator keys to the given component if applicable.- Parameters:
component-
-