Class PreferenceDialog.JConfigurationPanel.ResizingCardLayout

  • All Implemented Interfaces:
    java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable
    Enclosing class:
    PreferenceDialog.JConfigurationPanel

    protected class PreferenceDialog.JConfigurationPanel.ResizingCardLayout
    extends java.awt.CardLayout
    A CardLayout that returns a preferred height based on the currently displayed component.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResizingCardLayout()
      Creates a new ResizingCardLayout.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Dimension preferredLayoutSize​(java.awt.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

      • ResizingCardLayout

        public ResizingCardLayout()
        Creates a new ResizingCardLayout.
    • Method Detail

      • preferredLayoutSize

        public java.awt.Dimension preferredLayoutSize​(java.awt.Container parent)
        Specified by:
        preferredLayoutSize in interface java.awt.LayoutManager
        Overrides:
        preferredLayoutSize in class java.awt.CardLayout