|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TitledPanelUI
public abstract class TitledPanelUI
| Constructor Summary | |
|---|---|
TitledPanelUI()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TitledPanelUI()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||