java.awt
Class CardLayout
java.lang.Object
|
+--java.awt.CardLayout
- All Implemented Interfaces:
- LayoutManager
- public class CardLayout
- extends java.lang.Object
- implements LayoutManager
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CardLayout
public CardLayout()
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
Component card)
- Specified by:
addLayoutComponent in interface LayoutManager
first
public void first(Container parent)
last
public void last(Container parent)
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize in interface LayoutManager
next
public void next(Container parent)
previous
public void previous(Container parent)
show
public void show(Container parent,
java.lang.String name)
removeLayoutComponent
public void removeLayoutComponent(Component card)
- Specified by:
removeLayoutComponent in interface LayoutManager