public final class SkinMenuBarUI
extends javax.swing.plaf.basic.BasicMenuBarUI
Constructor | Description |
---|---|
SkinMenuBarUI() |
Modifier and Type | Method | Description |
---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Description of the Method
|
protected void |
installDefaults() |
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
Description of the Method
|
createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.ComponentUI
g
- Description of Parameterc
- Description of Parameterprotected void installDefaults()
installDefaults
in class javax.swing.plaf.basic.BasicMenuBarUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- Description of Parameter