Package ghidra.util.layout
Class MiddleLayout
java.lang.Object
ghidra.util.layout.MiddleLayout
- All Implemented Interfaces:
LayoutManager
,Serializable
Puts the first child of the given component in the middle of the component, both vertically
and horizontally.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) void
layoutContainer
(Container container) minimumLayoutSize
(Container cont) preferredLayoutSize
(Container container) void
-
Constructor Details
-
MiddleLayout
public MiddleLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-