TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.wizard
Class FiltersStandardTabTraceViewsUI

java.lang.Object
  extended by org.eclipse.hyades.ui.filters.internal.dialogs.FiltersTabUI
      extended by org.eclipse.hyades.ui.filters.FiltersStandardTabUI
          extended by org.eclipse.hyades.trace.ui.internal.wizard.FiltersStandardTabTraceViewsUI
Direct Known Subclasses:
ImportTraceFilterStandardTabUI

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
           
 
Fields inherited from class org.eclipse.hyades.ui.filters.internal.dialogs.FiltersTabUI
_complete, _dialog, _errorMessage
 
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)
Specified by:
createControl in class org.eclipse.hyades.ui.filters.FiltersStandardTabUI

createSpacer

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

initializeFrom

public void initializeFrom(org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery filter)
Specified by:
initializeFrom in class org.eclipse.hyades.ui.filters.FiltersStandardTabUI

performApply

public org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery performApply()
Specified by:
performApply in class org.eclipse.hyades.ui.filters.FiltersStandardTabUI

TPTP 4.5.0 Platform Project
Internal API Specification