Searched defs:CardLayout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DCardLayout.java39 * A <code>CardLayout</code> object is a layout manager for a
43 * <code>CardLayout</code> object is the visible component when the
47 * ordering of its component objects. <code>CardLayout</code>
50 * The {@link CardLayout#addLayoutComponent}
59 public class CardLayout implements LayoutManager2, class in inherits:LayoutManager2,Serializable
85 * Index of Component currently displayed by CardLayout.
129 public CardLayout() { method in class:CardLayout
141 public CardLayout(int hgap, int vgap) { method in class:CardLayout
149 * @see java.awt.CardLayout#setHgap(int)
150 * @see java.awt.CardLayout#getVga
[all...]

Completed in 391 milliseconds