Package org.eclipse.ui.texteditor
Class AbstractTextEditor.IdMapEntry
- java.lang.Object
-
- org.eclipse.ui.texteditor.AbstractTextEditor.IdMapEntry
-
- Enclosing class:
- AbstractTextEditor
protected static final class AbstractTextEditor.IdMapEntry extends Object
Maps an action definition id to an StyledText action.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description IdMapEntry(String actionId, int action)
Creates a new mapping.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAction()
Returns the action.String
getActionId()
Returns the action id.
-
-
-
Constructor Detail
-
IdMapEntry
public IdMapEntry(String actionId, int action)
Creates a new mapping.- Parameters:
actionId
- the action idaction
- the StyledText action
-
-
Method Detail
-
getActionId
public String getActionId()
Returns the action id.- Returns:
- the action id
-
getAction
public int getAction()
Returns the action.- Returns:
- the action
-
-