public class BasicRadioButtonMenuItemUI extends BasicMenuItemUI
BasicMenuItemUI.MouseInputHandler
acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, selectionBackground, selectionForeground
Constructor and Description |
---|
BasicRadioButtonMenuItemUI()
Creates a new BasicRadioButtonMenuItemUI object.
|
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent b)
Factory method to create a BasicRadioButtonMenuItemUI for the given
JComponent , which should be a JRadioButtonMenuItem. |
protected String |
getPropertyPrefix()
Returns the prefix for entries in the
UIDefaults table. |
void |
processMouseEvent(JMenuItem item,
MouseEvent e,
MenuElement[] path,
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, update
contains, getAccessibleChild, getAccessibleChildrenCount
public BasicRadioButtonMenuItemUI()
public static ComponentUI createUI(JComponent b)
JComponent
, which should be a JRadioButtonMenuItem.b
- The JComponent
a UI is being created for.JComponent
.protected String getPropertyPrefix()
UIDefaults
table.getPropertyPrefix
in class BasicMenuItemUI
public void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager)
item
- DOCUMENT ME!e
- DOCUMENT ME!path
- DOCUMENT ME!manager
- DOCUMENT ME!