Package ghidra.util.layout


package ghidra.util.layout
  • Classes
    Class
    Description
    This layout arranges components in columns, putting as many components as possible in a column and using as many columns as necessary.
    LayoutManager for arranging components in a single row.
    MaximizeSpecificColumnGridLayout is a row oriented grid type of layout.
    Puts the first child of the given component in the middle of the component, both vertically and horizontally.
    LayoutManger for arranging components into exactly two columns.
    Layout for two components laid out horizontally where the first component gets its preferred width and the second component gets the remaining space up to its preferred width.
    This layout arranges components in rows, putting as many components as possible on a row and using as many rows as necessary.
    This layout arranges components in rows, putting as many components as possible on a row and using as many rows as necessary.
    A layout manager that gives the affect of CENTER in BorderLayout.
    LayoutManger for arranging components into exactly two columns.
    LayoutManger for arranging components into exactly two columns.
     
    LayoutManager for arranging components in a single column.