public class BasicCheckBoxMenuItemUI extends BasicMenuItemUI
BasicMenuItemUI.MouseInputHandleracceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground| Constructor and Description |
|---|
BasicCheckBoxMenuItemUI()
Creates a new BasicCheckBoxMenuItemUI object.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Factory method to create a BasicCheckBoxMenuItemUI for the given
JComponent, which should be a JCheckBoxMenuItem |
protected java.lang.String |
getPropertyPrefix()
Returns the prefix for entries in the
UIDefaults table. |
void |
processMouseEvent(javax.swing.JMenuItem item,
java.awt.event.MouseEvent e,
javax.swing.MenuElement[] path,
javax.swing.MenuSelectionManager manager)
DOCUMENT ME!
|
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, doClick, getMaximumSize, getMinimumSize, getPath, getPreferredMenuItemSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, paint, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, updatepublic BasicCheckBoxMenuItemUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
JComponent, which should be a JCheckBoxMenuItemc - The JComponent a UI is being created for.JComponent.protected java.lang.String getPropertyPrefix()
UIDefaults table.getPropertyPrefix in class BasicMenuItemUIpublic void processMouseEvent(javax.swing.JMenuItem item, java.awt.event.MouseEvent e, javax.swing.MenuElement[] path, javax.swing.MenuSelectionManager manager)
item - DOCUMENT ME!e - DOCUMENT ME!path - DOCUMENT ME!manager - DOCUMENT ME!