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 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.