Package ghidra.util.layout
Class VariableRowHeightGridLayout
java.lang.Object
ghidra.util.layout.VariableRowHeightGridLayout
- All Implemented Interfaces:
- LayoutManager
- 
Constructor SummaryConstructorsConstructorDescriptionVariableRowHeightGridLayout(int columnCount) VariableRowHeightGridLayout(int vgap, int hgap, int columnCount) Constructs a new PairLayout.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) void
- 
Constructor Details- 
VariableRowHeightGridLayoutpublic VariableRowHeightGridLayout(int columnCount) 
- 
VariableRowHeightGridLayoutpublic VariableRowHeightGridLayout(int vgap, int hgap, int columnCount) Constructs a new PairLayout.- Parameters:
- vgap- the gap (in pixels) between rows.
- hgap- the gap (in pixels) between the two columns.
- columnCount- the number of columns in this grid
 
 
- 
- 
Method Details- 
preferredLayoutSize- Specified by:
- preferredLayoutSizein interface- LayoutManager
 
- 
minimumLayoutSize- Specified by:
- minimumLayoutSizein interface- LayoutManager
 
- 
layoutContainer- Specified by:
- layoutContainerin interface- LayoutManager
 
- 
addLayoutComponent- Specified by:
- addLayoutComponentin interface- LayoutManager
 
- 
removeLayoutComponent- Specified by:
- removeLayoutComponentin interface- LayoutManager
 
 
-