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

Method Index

 o addChoice(String, Component)
 o setViewSelector()

Constructors

 o ChoiceCardPanel
 public ChoiceCardPanel()
 o ChoiceCardPanel
 public ChoiceCardPanel(Insets centerInsets)
 o ChoiceCardPanel
 public ChoiceCardPanel(Insets centerInsets,
                        BorderStyle cardBorderStyle)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index