Uses of Interface java.awt.LayoutManager2

Uses in package javax.swing

Classes implementing java.awt.LayoutManager2

class
A layout that stacks the children of a container in a Box, either horizontally or vertically.
class
class
A layout manager that lays out the components of a container one over another.
class
A very flexible layout manager.

Uses in package java.awt

Classes implementing java.awt.LayoutManager2

class
This class implements a layout manager that positions components in certain sectors of the parent container.
class
This class implements a card-based layout scheme.
class

Uses in package javax.swing.plaf.basic

Classes implementing java.awt.LayoutManager2

class
This Layout Manager controls the position and size of the components when the JSplitPane's orientation is HORIZONTAL_SPLIT.
class
This class is the Layout Manager for the JSplitPane when the orientation is VERTICAL_SPLIT.
class
The LayoutManager that is used in PopupMenus.