Class dnx.awtutil.ImageButtonGroup
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.awtutil.ImageButtonGroup

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----dnx.awtutil.ImageButtonGroup

public class ImageButtonGroup
extends Panel

Variable Index

 o enableGrossNetscapeAWTBugFix
 o HORIZONTAL
 o VERTICAL

Constructor Index

 o ImageButtonGroup(int)

Method Index

 o action(Event, Object)
 o addButton(ImageButton)
 o addNotify()
 o getComponentDealingWithBogosity(int)
 o select(ImageButton)
 o select(int)
 o setSelectedButton(ImageButton)

Variables

 o VERTICAL
  public final static int VERTICAL
 o HORIZONTAL
  public final static int HORIZONTAL
 o enableGrossNetscapeAWTBugFix
  public static boolean enableGrossNetscapeAWTBugFix

Constructors

 o ImageButtonGroup
  public ImageButtonGroup(int type)

Methods

 o addButton
  public synchronized void addButton(ImageButton b)
 o action
  public synchronized boolean action(Event ev,
                                     Object arg)
Overrides:
action in class Component
 o getComponentDealingWithBogosity
  public Component getComponentDealingWithBogosity(int n)
 o setSelectedButton
  public void setSelectedButton(ImageButton b)
 o select
  protected synchronized void select(int i)
 o select
  protected synchronized void select(ImageButton b)
 o addNotify
  public synchronized void addNotify()
Overrides:
addNotify in class Panel

All Packages  Class Hierarchy  This Package  Previous  Next  Index