Package org.jdesktop.swingx.plaf
Class TitledPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TitledPanelUI
- Direct Known Subclasses:
BasicTitledPanelUI
- Author:
- rbair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract JComponent
TODO docabstract JComponent
TODO docabstract Container
abstract void
setLeftDecoration
(JComponent decoration) Adds the given JComponent as a decoration on the left of the titleabstract void
setRightDecoration
(JComponent decoration) Adds the given JComponent as a decoration on the right of the titleMethods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
TitledPanelUI
public TitledPanelUI()
-
-
Method Details
-
setRightDecoration
Adds the given JComponent as a decoration on the right of the title- Parameters:
decoration
- JComponent
-
getRightDecoration
TODO doc- Returns:
- JComponent
-
setLeftDecoration
Adds the given JComponent as a decoration on the left of the title- Parameters:
decoration
- JComponent
-
getLeftDecoration
TODO doc- Returns:
- JComponent
-
getTitleBar
- Returns:
- the Container acting as the title bar for this component
-