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