TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.core
Class TraceAssociationManager

java.lang.Object
  extended by org.eclipse.hyades.trace.ui.internal.core.TraceAssociationManager

public class TraceAssociationManager
extends java.lang.Object

Contains utility methods to work with the Test UI extensions.


Nested Class Summary
protected static class TraceAssociationManager.TraceDescriptorFilter
           
 
Field Summary
static java.lang.String GENERIC_TEST_SUITE_EDITOR_PART_ID
          The Hyades generic test suite editor that is registered to the Eclipse framework.
static java.lang.String GENERIC_TEST_SUITE_TYPE
          The Hyades generic test suite type
protected static org.eclipse.hyades.ui.extension.IAssociationMappingRegistry traceViewMappingRegistry
           
 
Constructor Summary
TraceAssociationManager()
           
 
Method Summary
static void dispose()
          Disposes the resources used by this class.
static org.eclipse.hyades.ui.extension.IAssociationMappingRegistry getTraceViewMappingRegistry()
          Returns the Test Suite's Association mapping registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_TEST_SUITE_TYPE

public static final java.lang.String GENERIC_TEST_SUITE_TYPE
The Hyades generic test suite type

See Also:
Constant Field Values

GENERIC_TEST_SUITE_EDITOR_PART_ID

public static final java.lang.String GENERIC_TEST_SUITE_EDITOR_PART_ID
The Hyades generic test suite editor that is registered to the Eclipse framework.

See Also:
Constant Field Values

traceViewMappingRegistry

protected static org.eclipse.hyades.ui.extension.IAssociationMappingRegistry traceViewMappingRegistry
Constructor Detail

TraceAssociationManager

public TraceAssociationManager()
Method Detail

dispose

public static void dispose()
Disposes the resources used by this class.


getTraceViewMappingRegistry

public static org.eclipse.hyades.ui.extension.IAssociationMappingRegistry getTraceViewMappingRegistry()
Returns the Test Suite's Association mapping registry.

When this method is called for the first time it initializes the registry.

Returns:
IAssociationMappingRegistry

TPTP 4.5.0 Platform Project
Internal API Specification