TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.hyades.uml2sd.trace.actions.internal
Class OpenNodeInteractions

java.lang.Object
  extended byOpenAssociatedTraceViewAction
      extended byorg.eclipse.hyades.uml2sd.trace.actions.internal.OpenTraceInteractions
          extended byorg.eclipse.hyades.uml2sd.trace.actions.internal.OpenNodeInteractions
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class OpenNodeInteractions
extends OpenTraceInteractions

Action that opens the node interactions. It exists mainly because the id of the org.eclipse.hyades.ui.analyzerExtensions extension point can not be retrieved.

See Also:
Serialized Form

Constructor Summary
OpenNodeInteractions()
           
 
Method Summary
 java.lang.String getLoaderClassName()
          Not so confortable than the extension id, but an id anyway Now we know which class is to be instantiated
 
Methods inherited from class org.eclipse.hyades.uml2sd.trace.actions.internal.OpenTraceInteractions
dispose, getCurrentProcesses, getViewID, init, init, isEnabledForObject, isVisibleForType, run, run, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNodeInteractions

public OpenNodeInteractions()
Method Detail

getLoaderClassName

public java.lang.String getLoaderClassName()
Not so confortable than the extension id, but an id anyway Now we know which class is to be instantiated

Specified by:
getLoaderClassName in class OpenTraceInteractions

TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification