Class como.awt.RadioImageButton
All Packages Class Hierarchy This Package Previous Next Index
Class como.awt.RadioImageButton
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----como.awt.RadioImageButton
- public class RadioImageButton
- extends Panel
-
RadioImageButton()
-
-
action(Event, Object)
-
-
add(String, Image, Image, int, int)
-
-
add(Image, Image, int, int)
-
-
deselectExcept(int)
-
-
switchButtonOn(int)
-
RadioImageButton
public RadioImageButton()
add
public ImageButton add(String con,
Image normal,
Image current,
int width,
int height)
add
public ImageButton add(Image normal,
Image current,
int width,
int height)
deselectExcept
public void deselectExcept(int except)
switchButtonOn
public void switchButtonOn(int i)
action
public boolean action(Event evt,
Object what)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index