public class ViewActionsContributor extends Object implements ActionContributor
| Modifier and Type | Field and Description |
|---|---|
static String |
VIEW_GROUP |
static String |
VIEW_MENU_ID |
| Constructor and Description |
|---|
ViewActionsContributor(DesignerModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyStrokes(JComponent component)
Add the accelerator keys to the given component if applicable.
|
void |
contributeTo(ActionRegistry actionRegistry)
Contribute actions using the given registry.
|
public static final String VIEW_MENU_ID
public static final String VIEW_GROUP
public ViewActionsContributor(DesignerModel model)
public void contributeTo(ActionRegistry actionRegistry)
ActionContributorcontributeTo in interface ActionContributorpublic void addKeyStrokes(JComponent component)
ActionContributoraddKeyStrokes in interface ActionContributorCopyright © 2023. All rights reserved.