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

Constructor Index

 o ExclusiveImageButtonPanel(Orientation)
 o ExclusiveImageButtonPanel(Orientation, int)
 o ExclusiveImageButtonPanel(Orientation, Orientation, Orientation, int)

Method Index

 o add(Image)
 o add(Image, String)
 o add(ImageButton)

Constructors

 o ExclusiveImageButtonPanel
  public ExclusiveImageButtonPanel(Orientation orient)
 o ExclusiveImageButtonPanel
  public ExclusiveImageButtonPanel(Orientation orient,
                                   int gap)
 o ExclusiveImageButtonPanel
  public ExclusiveImageButtonPanel(Orientation orient,
                                   Orientation horient,
                                   Orientation vorient,
                                   int gap)

Methods

 o add
  public void add(ImageButton button)
Overrides:
add in class ImageButtonPanel
 o add
  public ImageButton add(Image image)
Overrides:
add in class ImageButtonPanel
 o add
  public ImageButton add(Image image,
                         String name)
Overrides:
add in class ImageButtonPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index