Class BasicTaskPaneContainerUI


public class BasicTaskPaneContainerUI extends TaskPaneContainerUI
Base implementation of the JXTaskPaneContainer UI.
Author:
Frederic Lavigne, Karl Schaefer
  • Field Details

    • taskPane

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

    • BasicTaskPaneContainerUI

      public BasicTaskPaneContainerUI()
  • Method Details

    • createUI

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

      public void installUI(JComponent c)
      Overrides:
      installUI in class ComponentUI
    • 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
    • uninstallUI

      public void uninstallUI(JComponent c)
      Overrides:
      uninstallUI in class ComponentUI
    • uninstallDefaults

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