Class MultiPagePane.DetachablePage

    • Field Detail

      • m_Component

        protected Component m_Component
        the component to wrap.
    • Constructor Detail

      • DetachablePage

        public DetachablePage​(Component comp)
        Initializes the detachable panel with the component.
        Parameters:
        comp - the component to allow to detach
    • Method Detail

      • getComponent

        public Component getComponent()
        Returns the wrapped component.
        Returns:
        the actual component