Class FilterDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class FilterDialog extends JDialog
Dialog allowing to create new or edit existing task filter.
See Also:
  • Constructor Details

    • FilterDialog

      public FilterDialog(FiltersTableModel filtersTableModel, AbstractTaskFilter taskFilter)
      Creates new form filter dialog for editing provided task filter.
      Parameters:
      filtersTableModel - Table model with all selected task filters.
      taskFilter - Task filter to be edited.
    • FilterDialog

      public FilterDialog(FiltersTableModel filtersTableModel)
      Creates new form filter dialog for creating new task filter.
      Parameters:
      filtersTableModel - Table model with all selected task filters.
  • Method Details

    • getFont

      public Font getFont()
      Returns font that should be used for all widgets in this component based on the language preferences specified by user.
      Specified by:
      getFont in interface MenuContainer
      Overrides:
      getFont in class Component
      Returns:
      Font to be used in this component.