org.icepdf.ri.common.views
Class ModifiedFlowLayout

java.lang.Object
  extended by java.awt.FlowLayout
      extended by org.icepdf.ri.common.views.ModifiedFlowLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class ModifiedFlowLayout
extends java.awt.FlowLayout

Modified Flow layout allos the layout to be recalculated when parent container is resized.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
ModifiedFlowLayout()
           
 
Method Summary
 java.awt.Dimension computeSize(int w, java.awt.Container target)
           
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getHgap, getVgap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAlignment, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifiedFlowLayout

public ModifiedFlowLayout()
Method Detail

computeSize

public java.awt.Dimension computeSize(int w,
                                      java.awt.Container target)