All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.basic.BasicCheckBoxMenuItemUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ButtonUI
                    |
                    +----java.awt.swing.plaf.MenuItemUI
                            |
                            +----java.awt.swing.plaf.CheckBoxMenuItemUI
                                    |
                                    +----java.awt.swing.basic.BasicCheckBoxMenuItemUI

public class BasicCheckBoxMenuItemUI
extends CheckBoxMenuItemUI
implements Serializable
BasicCheckboxMenuItem implementation


Class Index

 o BasicCheckBoxMenuItemUI.CheckboxMenuItemListener

Variable Index

 o buttonListener
 o defaultBorder
 o defaultTextIconGap
 o listener
 o pressedBackground
 o pressedForeground

Constructor Index

 o BasicCheckBoxMenuItemUI()

Method Index

 o addListeners(JComponent)
 o createButtonListener(JComponent)
 o createMouseListener(JComponent)
 o createUI(JComponent)
 o getDefaultMargin(AbstractButton)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o initListeners(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)
 o removeListeners(JComponent)
 o uninstallUI(JComponent)

Variables

 o pressedBackground
protected static final Color pressedBackground
 o pressedForeground
protected static final Color pressedForeground
 o defaultBorder
protected static Border defaultBorder
 o defaultTextIconGap
protected static final int defaultTextIconGap
 o listener
protected MouseListener listener
 o buttonListener
protected BasicButtonListener buttonListener

Constructors

 o BasicCheckBoxMenuItemUI
public BasicCheckBoxMenuItemUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI
 o uninstallUI
public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI
 o initListeners
protected void initListeners(JComponent c)
 o addListeners
protected void addListeners(JComponent c)
 o removeListeners
protected void removeListeners(JComponent c)
 o createMouseListener
protected MouseListener createMouseListener(JComponent c)
 o createButtonListener
protected BasicButtonListener createButtonListener(JComponent c)
 o getMinimumSize
public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class ComponentUI
 o getPreferredSize
public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class ComponentUI
 o getMaximumSize
public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class ComponentUI
 o paint
public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class ComponentUI
 o getDefaultMargin
public Insets getDefaultMargin(AbstractButton c)
Overrides:
getDefaultMargin in class ButtonUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature