javax.swing.plaf.basic

Class BasicCheckBoxMenuItemUI

public class BasicCheckBoxMenuItemUI extends BasicMenuItemUI

DOCUMENT ME!
Constructor Summary
BasicCheckBoxMenuItemUI()
Creates a new BasicCheckBoxMenuItemUI object.
Method Summary
static ComponentUIcreateUI(JComponent c)
Factory method to create a BasicCheckBoxMenuItemUI for the given {@link JComponent}, which should be a JCheckBoxMenuItem
protected StringgetPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.
voidprocessMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager)
DOCUMENT ME!

Constructor Detail

BasicCheckBoxMenuItemUI

public BasicCheckBoxMenuItemUI()
Creates a new BasicCheckBoxMenuItemUI object.

Method Detail

createUI

public static ComponentUI createUI(JComponent c)
Factory method to create a BasicCheckBoxMenuItemUI for the given {@link JComponent}, which should be a JCheckBoxMenuItem

Parameters: c The {@link JComponent} a UI is being created for.

Returns: A BasicCheckBoxMenuItemUI for the {@link JComponent}.

getPropertyPrefix

protected String getPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.

Returns: "CheckBoxMenuItem"

processMouseEvent

public void processMouseEvent(JMenuItem item, MouseEvent e, MenuElement[] path, MenuSelectionManager manager)
DOCUMENT ME!

Parameters: item DOCUMENT ME! e DOCUMENT ME! path DOCUMENT ME! manager DOCUMENT ME!