Interface InteractiveActorWithCustomParentComponent

    • Method Detail

      • getActualParentComponent

        Component getActualParentComponent()
        Returns the parent component to use.
        Returns:
        the parent
      • setParentComponentActor

        void setParentComponentActor​(CallableActorReference value)
        Sets the (optional) callable actor to use as parent component instead of the flow panel.
        Parameters:
        value - the callable actor
      • getParentComponentActor

        CallableActorReference getParentComponentActor()
        Returns the (optional) callable actor to use as parent component instead of the flow panel.
        Returns:
        the callable actor
      • parentComponentActorTipText

        String parentComponentActorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUseOuterWindow

        void setUseOuterWindow​(boolean value)
        Sets whether to use the outer window as parent.
        Parameters:
        value - true if to use outer window
      • getUseOuterWindow

        boolean getUseOuterWindow()
        Returns whether to use the outer window as parent.
        Returns:
        true if to use outer window
      • useOuterWindowTipText

        String useOuterWindowTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.