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.BasicPanelUIDescription 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.ComponentUIcreateUI(javax.swing.JComponent c)Description of the Methodprotected voidinstallDefaults(javax.swing.JPanel p)Description of the Methodvoidpaint(java.awt.Graphics g, javax.swing.JComponent c)Description of the Methodprotected voiduninstallDefaults(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:
paintin 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:
installDefaultsin classjavax.swing.plaf.basic.BasicPanelUI- Parameters:
p- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults(javax.swing.JPanel p)
- Overrides:
uninstallDefaultsin 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
-
-