Package org.eclipse.ui.texteditor
Class AbstractTextEditor.IdMapEntry
java.lang.Object
org.eclipse.ui.texteditor.AbstractTextEditor.IdMapEntry
- Enclosing class:
- AbstractTextEditor
Maps an action definition id to an StyledText action.
- Since:
- 2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the action.Returns the action id.
-
Constructor Details
-
IdMapEntry
Creates a new mapping.- Parameters:
actionId
- the action idaction
- the StyledText action
-
-
Method Details
-
getActionId
Returns the action id.- Returns:
- the action id
-
getAction
public int getAction()Returns the action.- Returns:
- the action
-