net.javaprog.ui.wizard.plaf.windows
Class WindowsWizardContentPaneUI.WindowsWizardLayout

java.lang.Object
  extended by net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
      extended by net.javaprog.ui.wizard.plaf.windows.WindowsWizardContentPaneUI.WindowsWizardLayout
All Implemented Interfaces:
LayoutManager
Enclosing class:
WindowsWizardContentPaneUI

protected class WindowsWizardContentPaneUI.WindowsWizardLayout
extends BasicWizardContentPaneUI.BasicWizardLayout


Constructor Summary
protected WindowsWizardContentPaneUI.WindowsWizardLayout()
           
 
Method Summary
protected  void ensureContainsComponent(Container parent, Component child)
           
 void layoutContainer(Container parent)
           
 Dimension minimumLayoutSize(Container parent)
           
 
Methods inherited from class net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardLayout
addLayoutComponent, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsWizardContentPaneUI.WindowsWizardLayout

protected WindowsWizardContentPaneUI.WindowsWizardLayout()
Method Detail

layoutContainer

public void layoutContainer(Container parent)
Specified by:
layoutContainer in interface LayoutManager
Overrides:
layoutContainer in class BasicWizardContentPaneUI.BasicWizardLayout

minimumLayoutSize

public Dimension minimumLayoutSize(Container parent)
Specified by:
minimumLayoutSize in interface LayoutManager
Overrides:
minimumLayoutSize in class BasicWizardContentPaneUI.BasicWizardLayout

ensureContainsComponent

protected void ensureContainsComponent(Container parent,
                                       Component child)