IBM Rational Performance Tester SDK

com.ibm.rational.common.test.editor.framework.kernel.actions
Class EditorActionContext

java.lang.Object
  extended by org.eclipse.ui.actions.ActionContext
      extended by com.ibm.rational.common.test.editor.framework.kernel.actions.EditorActionContext

public class EditorActionContext
extends ActionContext


Constructor Summary
EditorActionContext(ISelection selection, TestEditor editor)
           
EditorActionContext(TestEditor editor, ISelection selection)
           
EditorActionContext(TestEditor editor, ISelection selection, int i)
           
 
Method Summary
 void addInsertionPoint(int newInsertionPoint)
           
 Integer[] getAllInsertionPoints()
           
 int getInsertionPoint()
           
 TestEditor getTestEditor()
           
 void setInsertionPoint(int insertionPoint)
          Deprecated. Not used.
 
Methods inherited from class org.eclipse.ui.actions.ActionContext
getInput, getSelection, setInput, setSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.