All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifRadioButtonMenuItemUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ButtonUI
                    |
                    +----java.awt.swing.plaf.MenuItemUI
                            |
                            +----java.awt.swing.plaf.RadioButtonMenuItemUI
                                    |
                                    +----java.awt.swing.motif.MotifRadioButtonMenuItemUI

public class MotifRadioButtonMenuItemUI
extends RadioButtonMenuItemUI
implements Serializable
MotifRadioButtonMenuItem implementation


Class Index

 o MotifRadioButtonMenuItemUI.RadioButtonMenuItemListener

Variable Index

 o buttonListener
 o defaultTextIconGap
 o listener
 o radioIcon
 o textIconGap

Constructor Index

 o MotifRadioButtonMenuItemUI()

Method Index

 o createButtonListener(JComponent)
 o createRadioButtonMenuItemListener(JComponent)
 o createUI(JComponent)
 o getDefaultMargin(AbstractButton)
 o getInsets(JComponent)
 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 MotifRadioButtonMenuItemUI.RadioButtonMenuItemListener listener
 o buttonListener
protected MotifButtonListener buttonListener
 o textIconGap
protected static final int textIconGap
 o radioIcon
protected static Icon radioIcon

Constructors

 o MotifRadioButtonMenuItemUI
public MotifRadioButtonMenuItemUI()

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 createRadioButtonMenuItemListener
protected MotifRadioButtonMenuItemUI.RadioButtonMenuItemListener createRadioButtonMenuItemListener(JComponent c)
 o createButtonListener
protected MotifButtonListener createButtonListener(JComponent c)
 o getInsets
public Insets getInsets(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