LPEX
3.6.8

com.ibm.lpex.alef
Class LpexAbstractTextEditor.IdMapEntry

java.lang.Object
  extended by com.ibm.lpex.alef.LpexAbstractTextEditor.IdMapEntry
Enclosing class:
LpexAbstractTextEditor

protected static final class LpexAbstractTextEditor.IdMapEntry
extends Object

Maps an Eclipse action definition name to an LPEX action. See LpexTextNavigationAction.


Constructor Summary
LpexAbstractTextEditor.IdMapEntry(String actionName, int actionId)
          Create a new mapping.
 
Method Summary
 int getAction()
          Return the LPEX action id.
 String getActionId()
          Return the Eclipse action name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LpexAbstractTextEditor.IdMapEntry

public LpexAbstractTextEditor.IdMapEntry(String actionName,
                                         int actionId)
Create a new mapping.

Parameters:
actionName - the Eclipse action name
actionId - the LPEX action id
Method Detail

getActionId

public String getActionId()
Return the Eclipse action name.


getAction

public int getAction()
Return the LPEX action id.


LPEX
3.6.8

Copyright © 2013 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.