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
-
IconCardPanel()
-
-
addImageButton(Image, String, Component)
-
-
viewSelector()
-
IconCardPanel
public IconCardPanel()
viewSelector
public Component viewSelector()
- Overrides:
- viewSelector in class CardPanel
addImageButton
public void addImageButton(Image image,
String name,
Component component)
All Packages Class Hierarchy This Package Previous Next Index