All Packages Class Hierarchy This Package Previous Next Index
Class gjt.CardPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.CardPanel
- public abstract class CardPanel
- extends Panel
CardPanel employs a BorderLayout to lay out North and
Center panels; extensions of CardPanel must implement
Component setViewSelector(). The component returned from
Component setViewSelector() is centered in the North panel,
and should contain UI controls that allow selection of the
component to be displayed in the Center panel.
- See Also:
- IconCardPanel, ChoiceCardPanel, ChoiceCardPanelTest, IconCardPanelTest
-
CardPanel()
-
-
CardPanel(Insets)
-
-
CardPanel(Insets, BorderStyle)
-
-
addNotify()
-
-
addView(String, Component)
-
-
getCenterInsets()
-
-
getCenterPanel()
-
-
getWallpaper()
-
-
setCenterWallPaper(Image)
-
-
setViewSelector()
-
-
showView(String)
-
CardPanel
public CardPanel()
CardPanel
public CardPanel(Insets centerInsets)
CardPanel
public CardPanel(Insets centerInsets,
BorderStyle borderStyle)
setViewSelector
public abstract Component setViewSelector()
addNotify
public void addNotify()
- Overrides:
- addNotify in class Panel
setCenterWallPaper
public void setCenterWallPaper(Image image)
getWallpaper
public Image getWallpaper()
getCenterInsets
public Insets getCenterInsets()
getCenterPanel
protected Panel getCenterPanel()
addView
protected void addView(String name,
Component component)
showView
protected void showView(String name)
All Packages Class Hierarchy This Package Previous Next Index