Class SubstancePanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- javax.swing.plaf.basic.BasicPanelUI
-
- org.pushingpixels.substance.internal.ui.SubstancePanelUI
-
public class SubstancePanelUI extends BasicPanelUI
UI for panels in Substance look and feel.
-
-
Constructor Summary
Constructors Constructor Description SubstancePanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent comp)protected voidinstallDefaults(JPanel p)protected booleantoPaintBackground(JComponent c)Returns indication whether the panel background should be filled.voidupdate(Graphics g, JComponent c)-
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installUI, uninstallDefaults, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
installDefaults
protected void installDefaults(JPanel p)
- Overrides:
installDefaultsin classBasicPanelUI
-
update
public void update(Graphics g, JComponent c)
- Overrides:
updatein classComponentUI
-
toPaintBackground
protected boolean toPaintBackground(JComponent c)
Returns indication whether the panel background should be filled.- Parameters:
c- Component (should beJPanel).- Returns:
trueif the panel background should be filled with the background color,falseotherwise.
-
-