Package com.l2fprod.gui.plaf.skin
Class SkinPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- javax.swing.plaf.basic.BasicPanelUI
-
- com.l2fprod.gui.plaf.skin.SkinPanelUI
-
public final class SkinPanelUI extends javax.swing.plaf.basic.BasicPanelUI
Description of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description SkinPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
Description of the Methodprotected void
installDefaults(javax.swing.JPanel p)
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Methodprotected void
uninstallDefaults(javax.swing.JPanel p)
-
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installUI, uninstallUI
-
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method- Overrides:
paint
in classjavax.swing.plaf.ComponentUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
installDefaults
protected void installDefaults(javax.swing.JPanel p)
Description of the Method- Overrides:
installDefaults
in classjavax.swing.plaf.basic.BasicPanelUI
- Parameters:
p
- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults(javax.swing.JPanel p)
- Overrides:
uninstallDefaults
in classjavax.swing.plaf.basic.BasicPanelUI
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
-