TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.ui.internal.filters
Class HighlightersStandardTabUI

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.tptp.platform.log.views.internal.views.LogFiltersStandardUI
              extended by org.eclipse.hyades.ui.internal.filters.HighlightersStandardTabUI

public class HighlightersStandardTabUI
extends LogFiltersStandardUI


Field Summary
protected  java.lang.String filterName
           
protected  org.eclipse.jface.preference.ColorSelector highlightColor
           
protected  org.eclipse.swt.widgets.Button selectedChkBox
           
 
Fields inherited from class org.eclipse.tptp.platform.log.views.internal.views.LogFiltersStandardUI
_showCorrelationOption, ATTRIBUTE_SEVERITY_CONTROL, errorSeverityControl, filterBySeverityControl, informationSeverityControl, OPERATOR_BETWEEN, OPERATOR_GT, OPERATOR_LT, VALUES_SEVERITY_ERROR, VALUES_SEVERITY_INFORMATION, VALUES_SEVERITY_WARNING, warningSeverityControl
 
Fields inherited from class org.eclipse.hyades.ui.filters.internal.dialogs.FiltersTabUI
_complete, _dialog, _errorMessage
 
Constructor Summary
HighlightersStandardTabUI(java.lang.String filterName)
           
 
Method Summary
protected  org.eclipse.swt.widgets.Composite createOtherOptions(org.eclipse.swt.widgets.Composite parent)
           
 org.eclipse.swt.graphics.RGB getColor()
           
 boolean getSelection()
           
 
Methods inherited from class org.eclipse.tptp.platform.log.views.internal.views.LogFiltersStandardUI
createCompositeWithNumberColumns, createControl, createCorrelationOption, createSeverityGroup, filterBySeverityControlUpdate, initializeFrom, 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

highlightColor

protected org.eclipse.jface.preference.ColorSelector highlightColor

selectedChkBox

protected org.eclipse.swt.widgets.Button selectedChkBox

filterName

protected java.lang.String filterName
Constructor Detail

HighlightersStandardTabUI

public HighlightersStandardTabUI(java.lang.String filterName)
Method Detail

createOtherOptions

protected org.eclipse.swt.widgets.Composite createOtherOptions(org.eclipse.swt.widgets.Composite parent)
Overrides:
createOtherOptions in class LogFiltersStandardUI

getColor

public org.eclipse.swt.graphics.RGB getColor()

getSelection

public boolean getSelection()

TPTP 4.5.0 Platform Project
Internal API Specification