Class Filter.FilterPreferenceEntry

    • Field Detail

      • mode

        public String mode
        Mode selector which defines how a filter is combined with the previous one:
        • replace: replace selection
        • add: add to selection
        • remove: remove from selection
        • in_selection: find in selection
        See Also:
        SearchMode
      • hiding

        public boolean hiding
        If this option is activated, the chosen objects are completely hidden. Otherwise they are disabled and shown in a shade of gray.
        See Also:
        Filter.hiding
      • inverted

        public boolean inverted
        Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden.
        See Also:
        Filter.inverted