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
-
enableGrossNetscapeAWTBugFix
-
-
HORIZONTAL
-
-
VERTICAL
-
-
ImageButtonGroup(int)
-
-
action(Event, Object)
-
-
addButton(ImageButton)
-
-
addNotify()
-
-
getComponentDealingWithBogosity(int)
-
-
select(ImageButton)
-
-
select(int)
-
-
setSelectedButton(ImageButton)
-
VERTICAL
public final static int VERTICAL
HORIZONTAL
public final static int HORIZONTAL
enableGrossNetscapeAWTBugFix
public static boolean enableGrossNetscapeAWTBugFix
ImageButtonGroup
public ImageButtonGroup(int type)
addButton
public synchronized void addButton(ImageButton b)
action
public synchronized boolean action(Event ev,
Object arg)
- Overrides:
- action in class Component
getComponentDealingWithBogosity
public Component getComponentDealingWithBogosity(int n)
setSelectedButton
public void setSelectedButton(ImageButton b)
select
protected synchronized void select(int i)
select
protected synchronized void select(ImageButton b)
addNotify
public synchronized void addNotify()
- Overrides:
- addNotify in class Panel
All Packages Class Hierarchy This Package Previous Next Index