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 java.lang.ObjectMaps an action definition id to an StyledText action.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description IdMapEntry(java.lang.String actionId, int action)Creates a new mapping.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAction()Returns the action.java.lang.StringgetActionId()Returns the action id.
-