Class EventLogSourceFilter

java.lang.Object
org.eclipse.jface.viewers.ViewerFilter
org.yamcs.studio.eventlog.EventLogSourceFilter

public class EventLogSourceFilter extends ViewerFilter
Allows the user to select the source for the events managed by EventLogTableViewer from a dropdown Combo box.
  • Constructor Details

    • EventLogSourceFilter

      public EventLogSourceFilter(Combo sourceCombo)
      Parameters:
      sourceCombo - The combo box which will be populated with the items (such as event sources) in the select filter.
  • Method Details