public class ViewActionsContributor extends java.lang.Object implements ActionContributor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIEW_GROUP |
static java.lang.String |
VIEW_MENU_ID |
| Constructor and Description |
|---|
ViewActionsContributor(DesignerModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyStrokes(javax.swing.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 java.lang.String VIEW_MENU_ID
public static final java.lang.String VIEW_GROUP
public ViewActionsContributor(DesignerModel model)
public void contributeTo(ActionRegistry actionRegistry)
ActionContributorcontributeTo in interface ActionContributorpublic void addKeyStrokes(javax.swing.JComponent component)
ActionContributoraddKeyStrokes in interface ActionContributor