Class BasicRibbonBandUI.CollapsedButtonPopupPanel

    • Field Detail

      • component

        protected Component component
        The main component of this popup panel. Can be null.
    • Constructor Detail

      • CollapsedButtonPopupPanel

        public CollapsedButtonPopupPanel​(Component component,
                                         Dimension originalSize)
        Creates popup gallery with the specified component.
        Parameters:
        component - The main component of the popup gallery.
        originalSize - The original dimension of the main component.
    • Method Detail

      • removeComponent

        public Component removeComponent()
        Removes the main component of this popup gallery.
        Returns:
        The removed main component.
      • getComponent

        public Component getComponent()
        Returns the main component of this popup gallery.
        Returns:
        The main component.