public abstract class TitledPanelUI extends PanelUI
| Constructor and Description |
|---|
TitledPanelUI() |
| Modifier and Type | Method and Description |
|---|---|
abstract JComponent |
getLeftDecoration() |
abstract JComponent |
getRightDecoration() |
abstract Container |
getTitleBar() |
abstract void |
setLeftDecoration(JComponent decoration)
Adds the given JComponent as a decoration on the left of the title
|
abstract void |
setRightDecoration(JComponent decoration)
Adds the given JComponent as a decoration on the right of the title
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract void setRightDecoration(JComponent decoration)
decoration - public abstract JComponent getRightDecoration()
public abstract void setLeftDecoration(JComponent decoration)
decoration - public abstract JComponent getLeftDecoration()
public abstract Container getTitleBar()
Copyright © 2017. All Rights Reserved.