TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Interface ITestNavigator


public interface ITestNavigator

Interface for the Test Navigator. This interface is not intented to be used by clients.

Since:
4.2

Field Summary
static java.lang.String ID
           
 
Method Summary
 org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
          Returns the current selection.
 void selectReveal(org.eclipse.jface.viewers.ISelection selection)
          Sets the current selection and forces to show it.
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Method Detail

getStructuredSelection

public org.eclipse.jface.viewers.IStructuredSelection getStructuredSelection()
Returns the current selection.

Returns:
a not null IStructuredSelection.

selectReveal

public void selectReveal(org.eclipse.jface.viewers.ISelection selection)
Sets the current selection and forces to show it.

Parameters:
selection - the new selection of the test navigator.

TPTP 4.4.0 Testing Tools Project
Public API Specification