Class TitledPanelUI

Direct Known Subclasses:
BasicTitledPanelUI

public abstract class TitledPanelUI extends PanelUI
Author:
rbair
  • Constructor Details

    • TitledPanelUI

      public TitledPanelUI()
  • Method Details

    • setRightDecoration

      public abstract void setRightDecoration(JComponent decoration)
      Adds the given JComponent as a decoration on the right of the title
      Parameters:
      decoration - JComponent
    • getRightDecoration

      public abstract JComponent getRightDecoration()
      TODO doc
      Returns:
      JComponent
    • setLeftDecoration

      public abstract void setLeftDecoration(JComponent decoration)
      Adds the given JComponent as a decoration on the left of the title
      Parameters:
      decoration - JComponent
    • getLeftDecoration

      public abstract JComponent getLeftDecoration()
      TODO doc
      Returns:
      JComponent
    • getTitleBar

      public abstract Container getTitleBar()
      Returns:
      the Container acting as the title bar for this component