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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) void
layoutContainer
(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:
addLayoutComponent
in interfaceLayoutManager
- See Also:
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
- See Also:
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
- See Also:
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
- See Also:
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
- See Also:
-