All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.motif.MotifRadioButtonUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ButtonUI
                    |
                    +----java.awt.swing.plaf.ToggleButtonUI
                            |
                            +----java.awt.swing.basic.BasicToggleButtonUI
                                    |
                                    +----java.awt.swing.basic.BasicRadioButtonUI
                                            |
                                            +----java.awt.swing.motif.MotifRadioButtonUI

public class MotifRadioButtonUI
extends BasicRadioButtonUI
RadioButtonUI implementation for BasicRadioButtonUI


Variable Index

 o model
The View

Constructor Index

 o MotifRadioButtonUI()

Method Index

 o createIcon()
Creates the radio dot
 o createUI(JComponent)
 o paintFocus(Graphics, Rectangle, Dimension)

Variables

 o model
protected ButtonModel model
The View

Constructors

 o MotifRadioButtonUI
public MotifRadioButtonUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o paintFocus
protected void paintFocus(Graphics g,
                          Rectangle t,
                          Dimension d)
Overrides:
paintFocus in class BasicRadioButtonUI
 o createIcon
public Icon createIcon()
Creates the radio dot

Overrides:
createIcon in class BasicRadioButtonUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature