JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs
Interface ITimeGraphEntryActiveProvider
public interface
ITimeGraphEntryActiveProvider
Interface containing information for an additional view-specific active dependent button to be used in TimeGraphFilterDialog.
Since:
1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLabel
()
String
getTooltip
()
boolean
isActive
(
ITimeGraphEntry
entry)
Method Details
getLabel
String
getLabel
()
Returns:
Name of the button label.
getTooltip
String
getTooltip
()
Returns:
Tooltip of the button.
isActive
boolean
isActive
(
ITimeGraphEntry
entry)
Parameters:
entry
- An Element in the TimeGraphFilterDialog to check against selecting/ticking
Returns:
True if this element is active.