Interface IBaseFactory2

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IBaseFactory3

    public interface IBaseFactory2
    extends com4j.Com4jObject
    Provides basic object basic factory services, such as adding and removing factory child objects and creating lists of child objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject groupingManager()
      The GroupingManager for this factory.
      boolean groupingSupported()
      Check whether the factory supports grouping.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • groupingManager

        com4j.Com4jObject groupingManager()

        The GroupingManager for this factory.

        Getter method for the COM property "GroupingManager"

        Returns:
        Returns a value of type com4j.Com4jObject
      • groupingSupported

        boolean groupingSupported()

        Check whether the factory supports grouping.

        Getter method for the COM property "GroupingSupported"

        Returns:
        Returns a value of type boolean