Class FilterEvent<T extends DataContainer>

    • Field Detail

      • m_OverlayOriginalData

        protected boolean m_OverlayOriginalData
        whether to overlay the original data.
    • Constructor Detail

      • FilterEvent

        public FilterEvent​(FilterDialog source,
                           Filter<T> filter,
                           boolean overlay)
        Initializes the event.
        Parameters:
        source - the dialog that triggered the event
        filter - the selected filter
        overlay - if true then the original data will be overlayed
    • Method Detail

      • getDialog

        public FilterDialog getDialog()
        Returns the dialog that triggered the event.
        Returns:
        the dialog
      • getFilter

        public Filter<T> getFilter()
        Returns the filter.
        Returns:
        the filter
      • getOverlayOriginalData

        public boolean getOverlayOriginalData()
        Returns whether the original data should be overlayed.
        Returns:
        true if original data should be overlayed
      • toString

        public String toString()
        Returns a string representation of the event.
        Overrides:
        toString in class EventObject
        Returns:
        the string