org.apache.batik.apps.svgbrowser
Class PreferenceDialog.JConfigurationPanel.ResizingCardLayout

java.lang.Object
  extended byjava.awt.CardLayout
      extended byorg.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel.ResizingCardLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable
Enclosing class:
PreferenceDialog.JConfigurationPanel

protected class PreferenceDialog.JConfigurationPanel.ResizingCardLayout
extends CardLayout

A CardLayout that returns a preferred height based on the currently displayed component.

See Also:
Serialized Form

Constructor Summary
PreferenceDialog.JConfigurationPanel.ResizingCardLayout()
          Creates a new ResizingCardLayout.
 
Method Summary
 Dimension preferredLayoutSize(Container parent)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreferenceDialog.JConfigurationPanel.ResizingCardLayout

public PreferenceDialog.JConfigurationPanel.ResizingCardLayout()
Creates a new ResizingCardLayout.

Method Detail

preferredLayoutSize

public Dimension preferredLayoutSize(Container parent)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.