Interface AttributeFilterPanel

    • Method Detail

      • opening

        void opening()
        This method is called when the panel is about to be shown.
      • closing

        void closing()
        This method is called when the panel is about to be closed
      • getFiltersToAdd

        java.util.List<EventFilter> getFiltersToAdd()
        After closing, the filters to add will be retrieved through this method
        Returns:
      • getFiltersToRemove

        java.util.List<EventFilter> getFiltersToRemove()
        After closing, the filters to remove will be retrieved through this method
        Returns:
      • getAttributeCount

        int getAttributeCount()
        returns the number of attributes included in this panel
        Returns: