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
-
ExclusiveImageButtonPanel(Orientation)
-
-
ExclusiveImageButtonPanel(Orientation, int)
-
-
ExclusiveImageButtonPanel(Orientation, Orientation, Orientation, int)
-
-
actionPerformed(ActionEvent)
-
-
add(Image)
-
-
add(Image, String)
-
-
add(ImageButton)
-
-
attachListeners(ImageButton)
-
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient)
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient,
int gap)
ExclusiveImageButtonPanel
public ExclusiveImageButtonPanel(Orientation orient,
Orientation horient,
Orientation vorient,
int gap)
actionPerformed
public void actionPerformed(ActionEvent event)
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
attachListeners
protected void attachListeners(ImageButton button)
All Packages Class Hierarchy This Package Previous Next Index