Interface IHierarchySupportList

  • All Superinterfaces:
    com4j.Com4jObject, IFactoryList, IList, java.lang.Iterable<com4j.Com4jObject>

    public interface IHierarchySupportList
    extends IFactoryList
    Services to create and maintain lists of items and their parent objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isInFilter​(int index)
      Checks if the item matches the filter criteria of the list to which it belongs.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • isInFilter

        boolean isInFilter​(int index)

        Checks if the item matches the filter criteria of the list to which it belongs.

        Getter method for the COM property "IsInFilter"

        Parameters:
        index - Mandatory int parameter.
        Returns:
        Returns a value of type boolean