BasicTitledPanelUIpublic abstract class TitledPanelUI extends PanelUI
| Constructor | Description |
|---|---|
TitledPanelUI() |
| Modifier and Type | Method | 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 © 2018. All rights reserved.