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

Class gjt.ChoiceCardPanel

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

public class ChoiceCardPanel
extends CardPanel
ChoiceCardPanel is an extension of CardPanel which presents an awt.Choice for selecting the panel to be displayed in the center panel.

See Also:
CardPanel, IconCardPanel, IconCardPanelTest, ChoiceCardPanelTest

Constructor Index

 o ChoiceCardPanel()

Method Index

 o addChoice(String, Component)
 o viewSelector()

Constructors

 o ChoiceCardPanel
  public ChoiceCardPanel()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index