Package ghidra.util.layout
Class AbstractLayoutManager
java.lang.Object
ghidra.util.layout.AbstractLayoutManager
- All Implemented Interfaces:
LayoutManager
An abstract
LayoutManager that stubs out typically unused methods and defaults the
minimum size to the preferred size.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) minimumLayoutSize(Container parent) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.LayoutManager
layoutContainer, preferredLayoutSize
-
Constructor Details
-
AbstractLayoutManager
public AbstractLayoutManager()
-
-
Method Details
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-