com.ibm.rational.common.test.editor.framework.kernel.actions
Class EditorActionContext
java.lang.Object
org.eclipse.ui.actions.ActionContext
com.ibm.rational.common.test.editor.framework.kernel.actions.EditorActionContext
public class EditorActionContext
- extends ActionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorActionContext
public EditorActionContext(TestEditor editor,
ISelection selection)
- Parameters:
selection
-
EditorActionContext
public EditorActionContext(TestEditor editor,
ISelection selection,
int i)
EditorActionContext
public EditorActionContext(ISelection selection,
TestEditor editor)
addInsertionPoint
public void addInsertionPoint(int newInsertionPoint)
getTestEditor
public TestEditor getTestEditor()
getInsertionPoint
public int getInsertionPoint()
- Returns:
- Returns the insertionPoint.
getAllInsertionPoints
public Integer[] getAllInsertionPoints()
- Returns:
- multiple insertion points.
setInsertionPoint
public void setInsertionPoint(int insertionPoint)
- Deprecated. Not used.
- Parameters:
insertionPoint
- The insertionPoint to set.
© Copyright IBM Corp. 2012. All rights reserved.