Package org.apache.batik.apps.svgbrowser
Class PreferenceDialog.JConfigurationPanel.ResizingCardLayout
java.lang.Object
java.awt.CardLayout
org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel.ResizingCardLayout
- All Implemented Interfaces:
LayoutManager
,LayoutManager2
,Serializable
- Enclosing class:
- PreferenceDialog.JConfigurationPanel
A CardLayout that returns a preferred height based on the currently
displayed component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.CardLayout
addLayoutComponent, addLayoutComponent, first, getHgap, getLayoutAlignmentX, getLayoutAlignmentY, getVgap, invalidateLayout, last, layoutContainer, maximumLayoutSize, minimumLayoutSize, next, previous, removeLayoutComponent, setHgap, setVgap, show, toString
-
Constructor Details
-
ResizingCardLayout
public ResizingCardLayout()Creates a new ResizingCardLayout.
-
-
Method Details
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- Overrides:
preferredLayoutSize
in classCardLayout
-