Class gjt.IconCardPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.IconCardPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----gjt.CardPanel
                                   |
                                   +----gjt.IconCardPanel

public class IconCardPanel
extends CardPanel
A CardPanel whose Component viewSelector() returns a panel with image buttons to control the selection of the panel to be displayed beneath the view selector panel.

See Also:
CardPanel, ChoiceCardpanel, IconCardPanelTest

Constructor Index

 o IconCardPanel()

Method Index

 o addImageButton(Image, String, Component)
 o viewSelector()

Constructors

 o IconCardPanel
  public IconCardPanel()

Methods

 o viewSelector
  public Component viewSelector()
Overrides:
viewSelector in class CardPanel
 o addImageButton
  public void addImageButton(Image image,
                             String name,
                             Component component)

All Packages  Class Hierarchy  This Package  Previous  Next  Index