public class UIMenuUI
extends javax.swing.plaf.basic.BasicMenuUI
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground| 构造器和说明 |
|---|
UIMenuUI() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor) |
protected void |
paintPressed(java.awt.Graphics g,
int w,
int h) |
protected void |
paintRollOver(java.awt.Graphics g,
int w,
int h) |
protected void |
paintText(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Rectangle textRect,
java.lang.String text) |
createChangeListener, createMenuDragMouseListener, createMenuKeyListener, createMenuListener, createMouseInputListener, createPropertyChangeListener, createUI, getMaximumSize, getPropertyPrefix, installDefaults, installKeyboardActions, installListeners, setupPostTimer, uninstallDefaults, uninstallKeyboardActions, uninstallListenersdoClick, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installUI, paint, paintMenuItem, uninstallComponents, uninstallUI, updateprotected void paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor)
paintBackground 在类中 javax.swing.plaf.basic.BasicMenuItemUIprotected void paintPressed(java.awt.Graphics g,
int w,
int h)
protected void paintRollOver(java.awt.Graphics g,
int w,
int h)
protected void paintText(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Rectangle textRect,
java.lang.String text)
paintText 在类中 javax.swing.plaf.basic.BasicMenuItemUI