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

Constructor Index

 o RadioImageButton()

Method Index

 o action(Event, Object)
 o add(String, Image, Image, int, int)
 o add(Image, Image, int, int)
 o deselectExcept(int)
 o switchButtonOn(int)

Constructors

 o RadioImageButton
  public RadioImageButton()

Methods

 o add
  public ImageButton add(String con,
                         Image normal,
                         Image current,
                         int width,
                         int height)
 o add
  public ImageButton add(Image normal,
                         Image current,
                         int width,
                         int height)
 o deselectExcept
  public void deselectExcept(int except)
 o switchButtonOn
  public void switchButtonOn(int i)
 o action
  public boolean action(Event evt,
                        Object what)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index