Class ThreeColumnLayout

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

public class ThreeColumnLayout extends Object implements LayoutManager
LayoutManger for arranging components into exactly three columns. The first and last column are statically sized to be the max preferred width of those columns. The middle column's width will vary as the panel is resized.

This layout works well for a panel that has rows of labels followed by a field and followed by a trailing component like a button group.