org.oddjob.arooa.design.designer
Class ViewActionsContributor
java.lang.Object
org.oddjob.arooa.design.designer.ViewActionsContributor
- All Implemented Interfaces:
- ActionContributor
public class ViewActionsContributor
- extends Object
- implements ActionContributor
Provides the designers 'View As XML' and 'View As Component' actions.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_MENU_ID
public static final String VIEW_MENU_ID
- See Also:
- Constant Field Values
VIEW_GROUP
public static final String VIEW_GROUP
- See Also:
- Constant Field Values
ViewActionsContributor
public ViewActionsContributor(DesignerModel model)
contributeTo
public void contributeTo(ActionRegistry actionRegistry)
- Description copied from interface:
ActionContributor
- Contribute actions using the given registry.
- Specified by:
contributeTo
in interface ActionContributor
addKeyStrokes
public void addKeyStrokes(JComponent component)
- Description copied from interface:
ActionContributor
- Add the accelerator keys to the given component if applicable.
- Specified by:
addKeyStrokes
in interface ActionContributor