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 getViewSelector() 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()
 o IconCardPanel(Insets)
 o IconCardPanel(Insets, BorderStyle)

Method Index

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

Constructors

 o IconCardPanel
 public IconCardPanel()
 o IconCardPanel
 public IconCardPanel(Insets centerInsets)
 o IconCardPanel
 public IconCardPanel(Insets centerInsets,
                      BorderStyle borderStyle)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index