All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifCheckBoxMenuItemUI

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.motif.MotifCheckBoxMenuItemUI

public class MotifCheckBoxMenuItemUI
extends CheckBoxMenuItemUI
implements Serializable
MotifCheckboxMenuItem implementation


Class Index

 o MotifCheckBoxMenuItemUI.CheckboxMenuItemListener

Variable Index

 o buttonListener
 o checkIcon
 o defaultTextIconGap
 o listener
 o textIconGap

Constructor Index

 o MotifCheckBoxMenuItemUI()

Method Index

 o createButtonListener(JComponent)
 o createCheckboxMenuItemListener(JComponent)
 o createUI(JComponent)
 o getDefaultMargin(AbstractButton)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)
 o uninstallUI(JComponent)

Variables

 o defaultTextIconGap
protected static final int defaultTextIconGap
 o listener
protected MotifCheckBoxMenuItemUI.CheckboxMenuItemListener listener
 o buttonListener
protected MotifButtonListener buttonListener
 o textIconGap
protected static final int textIconGap
 o checkIcon
protected static Icon checkIcon

Constructors

 o MotifCheckBoxMenuItemUI
public MotifCheckBoxMenuItemUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent b)
 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 createCheckboxMenuItemListener
protected MotifCheckBoxMenuItemUI.CheckboxMenuItemListener createCheckboxMenuItemListener(JComponent c)
 o createButtonListener
protected MotifButtonListener createButtonListener(JComponent c)
 o getMinimumSize
public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class ComponentUI
 o paint
public void paint(Graphics g,
                  JComponent c)
Overrides:
paint 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 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