|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutManager | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.plaf.metal | Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. |
Uses of LayoutManager in java.awt |
Subinterfaces of LayoutManager in java.awt | |
interface |
LayoutManager2
Defines an interface for classes that know how to layout Containers based on a layout constraints object. |
Classes in java.awt that implement LayoutManager | |
class |
BorderLayout
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center. |
class |
CardLayout
A CardLayout object is a layout manager for a
container. |
class |
FlowLayout
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. |
class |
GridBagLayout
The GridBagLayout class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size. |
class |
GridLayout
The GridLayout class is a layout manager that
lays out a container's components in a rectangular grid. |
Uses of LayoutManager in javax.swing |
Classes in javax.swing that implement LayoutManager | |
class |
BoxLayout
A layout manager that allows multiple components to be laid out either vertically or horizontally. |
protected class |
JRootPane.RootLayout
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar. |
static class |
JSpinner.DateEditor
An editor for a JSpinner whose model is a
SpinnerDateModel . |
static class |
JSpinner.DefaultEditor
A simple base class for more specialized editors that displays a read-only view of the model's current value with a JFormattedTextField |
static class |
JSpinner.ListEditor
An editor for a JSpinner whose model is a
SpinnerListModel . |
static class |
JSpinner.NumberEditor
An editor for a JSpinner whose model is a
SpinnerNumberModel . |
class |
OverlayLayout
A layout manager to arrange components over the top of each other. |
class |
ScrollPaneLayout
The layout manager used by JScrollPane . |
static class |
ScrollPaneLayout.UIResource
The UI resource version of ScrollPaneLayout . |
class |
SpringLayout
A SpringLayout lays out the children of its associated container
according to a set of constraints. |
class |
ViewportLayout
The default layout manager for JViewport . |
Uses of LayoutManager in javax.swing.plaf.basic |
Classes in javax.swing.plaf.basic that implement LayoutManager | |
class |
BasicComboBoxUI.ComboBoxLayoutManager
This layout manager handles the 'standard' layout of combo boxes. |
class |
BasicInternalFrameTitlePane.TitlePaneLayout
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameUI.InternalFrameLayout
|
static class |
BasicOptionPaneUI.ButtonAreaLayout
ButtonAreaLayout behaves in a similar manner to
FlowLayout . |
class |
BasicScrollBarUI
Implementation of ScrollBarUI for the Basic Look and Feel |
protected class |
BasicSplitPaneDivider.DividerLayout
Used to layout a BasicSplitPaneDivider . |
class |
BasicSplitPaneUI.BasicHorizontalLayoutManager
LayoutManager for JSplitPanes that have an orientation of HORIZONTAL_SPLIT. |
class |
BasicSplitPaneUI.BasicVerticalLayoutManager
LayoutManager used for JSplitPanes with an orientation of VERTICAL_SPLIT. |
class |
BasicTabbedPaneUI.TabbedPaneLayout
This inner class is marked "public" due to a compiler bug. |
class |
DefaultMenuLayout
The default layout manager for Popup menus and menubars. |
Uses of LayoutManager in javax.swing.plaf.metal |
Classes in javax.swing.plaf.metal that implement LayoutManager | |
class |
MetalComboBoxUI.MetalComboBoxLayoutManager
This inner class is marked "public" due to a compiler bug. |
class |
MetalScrollBarUI
Implementation of ScrollBarUI for the Metal Look and Feel |
class |
MetalTabbedPaneUI.TabbedPaneLayout
This inner class is marked "public" due to a compiler bug. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.