public class EmbeddedEditorActions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedEditorActions.Factory |
| Modifier and Type | Field and Description |
|---|---|
protected static ActionDefinitionToStyledTextAction[] |
ACTION_MAP |
protected Map<String,org.eclipse.jface.action.IAction> |
allActions |
static String |
EMBEDDED_TEXT_EDITOR_SCOPE |
protected org.eclipse.jface.text.source.ISourceViewer |
viewer |
protected org.eclipse.ui.IWorkbench |
workbench |
| Constructor and Description |
|---|
EmbeddedEditorActions(org.eclipse.jface.text.source.ISourceViewer viewer,
org.eclipse.ui.IWorkbench workbench) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createActions() |
protected void |
fillContextMenu(org.eclipse.jface.action.IMenuManager menu) |
protected ActionActivationCode |
findActionActivationCode(List<ActionActivationCode> activationCodes,
String actionID) |
protected org.eclipse.jface.action.IAction |
get(String actionId) |
protected void |
initialize() |
protected void |
setAction(String actionID,
org.eclipse.jface.action.IAction action) |
protected void |
setActionActivationCode(List<ActionActivationCode> activationCodes,
String actionID,
char activationCharacter,
int activationKeyCode,
int activationStateMask) |
protected void |
updateAction(String actionId) |
protected void |
updateAllActions() |
protected void |
updateSelectionDependentActions() |
public static final String EMBEDDED_TEXT_EDITOR_SCOPE
protected static final ActionDefinitionToStyledTextAction[] ACTION_MAP
protected final org.eclipse.jface.text.source.ISourceViewer viewer
protected final org.eclipse.ui.IWorkbench workbench
public EmbeddedEditorActions(org.eclipse.jface.text.source.ISourceViewer viewer,
org.eclipse.ui.IWorkbench workbench)
protected void initialize()
protected void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
protected void setActionActivationCode(List<ActionActivationCode> activationCodes, String actionID, char activationCharacter, int activationKeyCode, int activationStateMask)
protected ActionActivationCode findActionActivationCode(List<ActionActivationCode> activationCodes, String actionID)
protected void createActions()
protected void setAction(String actionID, org.eclipse.jface.action.IAction action)
protected org.eclipse.jface.action.IAction get(String actionId)
protected void updateAllActions()
protected void updateSelectionDependentActions()
protected void updateAction(String actionId)
Copyright © 2016. All Rights Reserved.