Class VerticalScrollingFlowLayout
java.lang.Object
java.awt.FlowLayout
com.inductiveautomation.ignition.client.util.gui.VerticalScrollingFlowLayout
- All Implemented Interfaces:
- LayoutManager,- Serializable
- Direct Known Subclasses:
- HorizontalScrollingFlowLayout
A modified version of FlowLayout that allows containers using this Layout to behave in a reasonable manner when
 placed inside a JScrollPane
 
Found at: http://www.javakb.com/Uwe/Forum.aspx/java-gui/1904/Flowlayout-JPanel-and-JScrollPane-Scrolling-vertically- impossible
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionVerticalScrollingFlowLayout(int align) VerticalScrollingFlowLayout(int align, int hgap, int vgap) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected DimensioncomputeSize(Container target, boolean minimum) minimumLayoutSize(Container target) preferredLayoutSize(Container target) Methods inherited from class java.awt.FlowLayoutaddLayoutComponent, getAlignment, getAlignOnBaseline, getHgap, getVgap, layoutContainer, removeLayoutComponent, setAlignment, setAlignOnBaseline, setHgap, setVgap, toString
- 
Constructor Details- 
VerticalScrollingFlowLayoutpublic VerticalScrollingFlowLayout()
- 
VerticalScrollingFlowLayoutpublic VerticalScrollingFlowLayout(int align) 
- 
VerticalScrollingFlowLayoutpublic VerticalScrollingFlowLayout(int align, int hgap, int vgap) 
 
- 
- 
Method Details- 
minimumLayoutSize- Specified by:
- minimumLayoutSizein interface- LayoutManager
- Overrides:
- minimumLayoutSizein class- FlowLayout
 
- 
preferredLayoutSize- Specified by:
- preferredLayoutSizein interface- LayoutManager
- Overrides:
- preferredLayoutSizein class- FlowLayout
 
- 
computeSize
 
-