Package com.l2fprod.gui.plaf.skin
Class SkinMenuBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.MenuBarUI
-
- javax.swing.plaf.basic.BasicMenuBarUI
-
- com.l2fprod.gui.plaf.skin.SkinMenuBarUI
-
public final class SkinMenuBarUI extends javax.swing.plaf.basic.BasicMenuBarUI
Description of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description SkinMenuBarUI()
-
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()
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicMenuBarUI
createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, 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()
Description of the Method- Overrides:
installDefaults
in classjavax.swing.plaf.basic.BasicMenuBarUI
-
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
-
-