public abstract class TitledPanelUI
extends javax.swing.plaf.PanelUI
Constructor and Description |
---|
TitledPanelUI() |
Modifier and Type | Method and Description |
---|---|
abstract javax.swing.JComponent |
getLeftDecoration() |
abstract javax.swing.JComponent |
getRightDecoration() |
abstract java.awt.Container |
getTitleBar() |
abstract void |
setLeftDecoration(javax.swing.JComponent decoration)
Adds the given JComponent as a decoration on the left of the title
|
abstract void |
setRightDecoration(javax.swing.JComponent decoration)
Adds the given JComponent as a decoration on the right of the title
|
public abstract void setRightDecoration(javax.swing.JComponent decoration)
decoration
- public abstract javax.swing.JComponent getRightDecoration()
public abstract void setLeftDecoration(javax.swing.JComponent decoration)
decoration
- public abstract javax.swing.JComponent getLeftDecoration()
public abstract java.awt.Container getTitleBar()