TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.hyades.trace.views.adapter.internal
Class FiltersStandardTabTraceViewsUI

java.lang.Object
  extended byorg.eclipse.hyades.ui.filters.internal.dialogs.FiltersTabUI
      extended byorg.eclipse.hyades.ui.filters.FiltersStandardTabUI
          extended byorg.eclipse.hyades.trace.views.adapter.internal.FiltersStandardTabTraceViewsUI
Direct Known Subclasses:
ProfilingFilterStandardTabUI

public class FiltersStandardTabTraceViewsUI
extends org.eclipse.hyades.ui.filters.FiltersStandardTabUI


Field Summary
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_CLASS_NAME
           
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_METHOD_NAME
           
static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_PACKAGE_NAME
           
static org.eclipse.hyades.models.hierarchy.extensions.RelationalOperators OPERATOR_LIKE
           
 
Constructor Summary
FiltersStandardTabTraceViewsUI(boolean showMethodLevel)
           
 
Method Summary
 org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
           
protected  void createSpacer(org.eclipse.swt.widgets.Composite parent)
           
 void initializeFrom(org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery filter)
           
 org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery performApply()
           
 
Methods inherited from class org.eclipse.hyades.ui.filters.FiltersStandardTabUI
getTabImage, getTabName
 
Methods inherited from class org.eclipse.hyades.ui.filters.internal.dialogs.FiltersTabUI
getComplete, getError, initializeDialog, noError, setComplete, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_PACKAGE_NAME

public static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_PACKAGE_NAME

ATTRIBUTE_CLASS_NAME

public static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_CLASS_NAME

ATTRIBUTE_METHOD_NAME

public static org.eclipse.emf.ecore.EAttribute ATTRIBUTE_METHOD_NAME

OPERATOR_LIKE

public static org.eclipse.hyades.models.hierarchy.extensions.RelationalOperators OPERATOR_LIKE
Constructor Detail

FiltersStandardTabTraceViewsUI

public FiltersStandardTabTraceViewsUI(boolean showMethodLevel)
Method Detail

createControl

public org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)

createSpacer

protected void createSpacer(org.eclipse.swt.widgets.Composite parent)

initializeFrom

public void initializeFrom(org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery filter)

performApply

public org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery performApply()

TPTP 4.1.0 Tracing and Profiling Tools Project
Internal API Specification