Class gjt.ExclusiveImageButtonPanel
All Packages Class Hierarchy This Package Previous Next Index
Class gjt.ExclusiveImageButtonPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.ImageButtonPanel
|
+----gjt.ExclusiveImageButtonPanel
- public class ExclusiveImageButtonPanel
- extends ImageButtonPanel
An ImageButtonPanel which fits all of its ImageButtons with
a StickyImageButtonController. ExclusiveImageButtonPanel
relies upon its superclass' controller: a
RadioImageButtonPanelController, which ensures that only one
of the ImageButtons is selected at a time.
- See Also:
- ImageButton, ImageButtonPanel, ToolbarTest
-
ExclusiveImageButtonPanel(Orientation)
-
-
ExclusiveImageButtonPanel(Orientation, int)
-
-
ExclusiveImageButtonPanel(Orientation, Orientation, Orientation, int)
-
-
add(Image)
-
-
add(Image, String)
-
-
add(ImageButton)
-
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient)
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient,
int gap)
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient,
Orientation horient,
Orientation vorient,
int gap)
add
public void add(ImageButton button)
- Overrides:
- add in class ImageButtonPanel
add
public ImageButton add(Image image)
- Overrides:
- add in class ImageButtonPanel
add
public ImageButton add(Image image,
String name)
- Overrides:
- add in class ImageButtonPanel
All Packages Class Hierarchy This Package Previous Next Index