TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.common.ui.trace.internal
Class TraceUIHelper

java.lang.Object
  extended by org.eclipse.tptp.platform.common.ui.trace.internal.TraceUIHelper
All Implemented Interfaces:
org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

public class TraceUIHelper
extends java.lang.Object
implements org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper


Field Summary
 
Fields inherited from interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper
INSTANCE, TPTP_TRACE_UI_HELPER
 
Constructor Summary
TraceUIHelper()
           
 
Method Summary
 void disposeTraceUIManager()
           
 Application getTraceUIApplication()
           
 org.eclipse.jface.preference.IPreferenceStore getTraceUIPreferenceStore()
           
 boolean isViewForType(java.lang.String viewID, java.lang.String type)
           
 void resetMonitors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceUIHelper

public TraceUIHelper()
Method Detail

disposeTraceUIManager

public void disposeTraceUIManager()
Specified by:
disposeTraceUIManager in interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

getTraceUIApplication

public Application getTraceUIApplication()
Specified by:
getTraceUIApplication in interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

getTraceUIPreferenceStore

public org.eclipse.jface.preference.IPreferenceStore getTraceUIPreferenceStore()
Specified by:
getTraceUIPreferenceStore in interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

isViewForType

public boolean isViewForType(java.lang.String viewID,
                             java.lang.String type)
Specified by:
isViewForType in interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

resetMonitors

public void resetMonitors()
Specified by:
resetMonitors in interface org.eclipse.hyades.trace.ui.provisional.ITraceUIHelper

TPTP 4.5.0 Platform Project
Internal API Specification