All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.RadioGadget

java.lang.Object
   |
   +----dtai.gwt.Gadget
           |
           +----dtai.gwt.DisplayGadget
                   |
                   +----dtai.gwt.CheckboxIndicatorGadget
                           |
                           +----dtai.gwt.RadioGadget

public class RadioGadget
extends CheckboxIndicatorGadget
RadioGadget


Constructor Index

 o RadioGadget()
RadioGadget

Method Index

 o paintBorder(GadgetGraphics, Color, int, int, int, int, int)
paintBorder
 o paintDisabledForeground(GadgetGraphics, int, int, int, int)
paintDisabledForeground
 o paintForeground(GadgetGraphics, int, int, int, int)
paints the foreground
 o resetForegroundSize(GadgetGraphics)
resets the foreground size
 o showSelected(GadgetGraphics)
showSelected

Constructors

 o RadioGadget
 public RadioGadget()
RadioGadget

Methods

 o resetForegroundSize
 protected void resetForegroundSize(GadgetGraphics g)
resets the foreground size

Parameters:
g - description
Overrides:
resetForegroundSize in class DisplayGadget
 o showSelected
 protected void showSelected(GadgetGraphics g)
showSelected

Parameters:
g - description
 o paintBorder
 protected void paintBorder(GadgetGraphics g,
                            Color bg,
                            int thickness,
                            int x,
                            int y,
                            int width,
                            int height)
paintBorder

Parameters:
g - description
bg - description
thickness - description
x - description
y - description
width - description
height - description
 o paintDisabledForeground
 protected void paintDisabledForeground(GadgetGraphics g,
                                        int x,
                                        int y,
                                        int width,
                                        int height)
paintDisabledForeground

Parameters:
g - description
x - description
y - description
width - description
height - description
Overrides:
paintDisabledForeground in class DisplayGadget
 o paintForeground
 protected void paintForeground(GadgetGraphics g,
                                int x,
                                int y,
                                int width,
                                int height)
paints the foreground

Parameters:
g - description
x - description
y - description
width - description
height - description
Overrides:
paintForeground in class DisplayGadget

All Packages  Class Hierarchy  This Package  Previous  Next  Index