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
implements ActionListener
An ImageButtonPanel which fits all of its ImageButtons with a StickyImageButtonLIstener.

See Also:
ImageButton, ImageButtonPanel, ToolbarTest

Constructor Index

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

Method Index

 o actionPerformed(ActionEvent)
 o add(Image)
 o add(Image, String)
 o add(ImageButton)
 o attachListeners(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 actionPerformed
 public void actionPerformed(ActionEvent event)
 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
 o attachListeners
 protected void attachListeners(ImageButton button)

All Packages  Class Hierarchy  This Package  Previous  Next  Index