Package ghidra.util.layout
Class VerticalLayout
java.lang.Object
ghidra.util.layout.VerticalLayout
- All Implemented Interfaces:
 LayoutManager
LayoutManager for arranging components in a single column.  All components
 retain their preferred heights, but are sized to the same width.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) void 
- 
Constructor Details
- 
VerticalLayout
public VerticalLayout(int vgap) Constructor for VerticalLayout.- Parameters:
 vgap- gap (in pixels) between components.
 
 - 
 - 
Method Details
- 
addLayoutComponent
- Specified by:
 addLayoutComponentin interfaceLayoutManager- See Also:
 
 - 
removeLayoutComponent
- Specified by:
 removeLayoutComponentin interfaceLayoutManager- See Also:
 
 - 
preferredLayoutSize
- Specified by:
 preferredLayoutSizein interfaceLayoutManager- See Also:
 
 - 
minimumLayoutSize
- Specified by:
 minimumLayoutSizein interfaceLayoutManager- See Also:
 
 - 
layoutContainer
- Specified by:
 layoutContainerin interfaceLayoutManager- See Also:
 
 
 -