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
-
RadioGadget()
- RadioGadget
-
paintBorder(GadgetGraphics, Color, int, int, int, int, int)
- paintBorder
-
paintDisabledForeground(GadgetGraphics, int, int, int, int)
- paintDisabledForeground
-
paintForeground(GadgetGraphics, int, int, int, int)
- paints the foreground
-
resetForegroundSize(GadgetGraphics)
- resets the foreground size
-
showSelected(GadgetGraphics)
- showSelected
RadioGadget
public RadioGadget()
- RadioGadget
resetForegroundSize
protected void resetForegroundSize(GadgetGraphics g)
- resets the foreground size
- Parameters:
- g - description
- Overrides:
- resetForegroundSize in class DisplayGadget
showSelected
protected void showSelected(GadgetGraphics g)
- showSelected
- Parameters:
- g - description
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
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
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