- All Superinterfaces:
-
LayoutManager
- All Known Implementing Classes:
-
BasicSplitPaneUI.BasicHorizontalLayoutManager , BasicSplitPaneUI.BasicVerticalLayoutManager , BorderLayout , BoxLayout , CardLayout , DefaultMenuLayout , GridBagLayout , GroupLayout , JRootPane.RootLayout , OverlayLayout , SpringLayout
Defines an interface for classes that know how to layout ContainersContainer s based on a layout constraints object. This interface extends the LayoutManager interface to deal with layouts explicitly in terms of constraint objects that specify how and where components should be added to the layout. This minimal extension to LayoutManager is intended for tool providers who wish to the creation ofcreate constraint-based layouts. It does not yet provide full, general support for custom constraint-based layout managers.
- See Also:
-
|
- All Superinterfaces:
-
LayoutManager
- All Known Implementing Classes:
-
BasicSplitPaneUI.BasicHorizontalLayoutManager , BasicSplitPaneUI.BasicVerticalLayoutManager , BorderLayout , BoxLayout , CardLayout , DefaultMenuLayout , GridBagLayout , GroupLayout , JRootPane.RootLayout , OverlayLayout , SpringLayout
Defines an interface for classes that know how to layout Containers based on a layout constraints object. This interface extends the LayoutManager interface to deal with layouts explicitly in terms of constraint objects that specify how and where components should be added to the layout. This minimal extension to LayoutManager is intended for tool providers who wish to the creation of constraint-based layouts. It does not yet provide full, general support for custom constraint-based layout managers.
- See Also:
-
|
- All Superinterfaces:
-
LayoutManager
- All Known Implementing Classes:
-
BasicSplitPaneUI.BasicHorizontalLayoutManager , BasicSplitPaneUI.BasicVerticalLayoutManager , BorderLayout , BoxLayout , CardLayout , DefaultMenuLayout , GridBagLayout , GroupLayout , JRootPane.RootLayout , OverlayLayout , SpringLayout
Defines an interface for classes that know how to layout Container s based on a layout constraints object. This interface extends the LayoutManager interface to deal with layouts explicitly in terms of constraint objects that specify how and where components should be added to the layout. This minimal extension to LayoutManager is intended for tool providers who wish to create constraint-based layouts. It does not yet provide full, general support for custom constraint-based layout managers.
- See Also:
-
|
|