Klasse MultiFilter

Alle implementierten Schnittstellen:
PointerInterface
Bekannte direkte Unterklassen:
AnyFilter, EveryFilter

public class MultiFilter extends Filter
Base class for filters that combine multiple filters.

https://docs.gtk.org/gtk4/class.MultiFilter.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • append

      public void append(@Nonnull Filter filter)
      Adds a filter.
      Parameter:
      filter - a filter to add
    • remove

      public void remove(int position)
      Removes a filter.

      If @position is larger than the number of filters,
      nothing happens.
      Parameter:
      position - position of filter to remove
    • asListModel

      public ListModel asListModel()
      Implements interface ListModel. Call this to get access to interface functions.
      Gibt zurück:
      ListModel
    • asBuildable

      public Buildable asBuildable()
      Implements interface Buildable. Call this to get access to interface functions.
      Gibt zurück:
      Buildable
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()