Class BasicTaskPaneContainerUI

    • Field Detail

      • taskPane

        protected JXTaskPaneContainer taskPane
        The task pane container managed by this UI delegate.
    • Constructor Detail

      • BasicTaskPaneContainerUI

        public BasicTaskPaneContainerUI()
    • Method Detail

      • createUI

        public static ComponentUI createUI​(JComponent c)
        Returns a new instance of BasicTaskPaneContainerUI. BasicTaskPaneContainerUI delegates are allocated one per JXTaskPaneContainer.
        Returns:
        A new TaskPaneContainerUI implementation for the Basic look and feel.
      • installDefaults

        protected void installDefaults()
        Installs the default colors, border, and painter of the task pane container.
      • createDefaultLayout

        protected LayoutManager createDefaultLayout()
        Constructs a layout manager to be used by the Look and Feel.
        Returns:
        the layout manager for the current Look and Feel
      • uninstallDefaults

        protected void uninstallDefaults()
        Uninstalls the default colors, border, and painter of the task pane container.