Interface UiAbstractWindow

    • Method Detail

      • findChild

        default UiAbstractWindow findChild​(UiChildWindow window)
        Parameters:
        window - is the potential descendant of this window. May be null.
        Returns:
        the ancestor of the given UiChildWindow that has this window as parent. Will be null if no such window was found (the given UiChildWindow is null or not a descendant of this window).
      • getPosition

        AttributeReadPosition getPosition()
        Returns:
        access to read and write the position of this window.
      • getSize

        AttributeReadSize getSize()
        Returns:
        access to read and write the size of this window.
      • open

        default void open()
        Opens this window by setting visible to true.
      • close

        default void close()
        Opens this window by setting visible to false.