|
||||||||||
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 void |
addLeftDecoration(javax.swing.JComponent decoration)
Adds the given JComponent as a decoration on the left of the title |
abstract void |
addRightDecoration(javax.swing.JComponent decoration)
Adds the given JComponent as a decoration on the right of the title |
abstract java.awt.Container |
getTitleBar()
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, 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 addRightDecoration(javax.swing.JComponent decoration)
decoration
- public abstract void addLeftDecoration(javax.swing.JComponent decoration)
decoration
- public abstract java.awt.Container getTitleBar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |