Class VerticalLayout

java.lang.Object
ghidra.util.layout.VerticalLayout
All Implemented Interfaces:
LayoutManager

public class VerticalLayout extends Object implements LayoutManager
LayoutManager for arranging components in a single column. All components retain their preferred heights, but are sized to the same width.