Java Platform 1.2
Beta 4

Uses of Interface
java.awt.LayoutManager

Packages that use LayoutManager
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
 

Uses of LayoutManager in com.sun.java.swing
 

Classes in com.sun.java.swing that implement LayoutManager
  BoxLayout
          A layout manager that allows multiple components to be layed out either vertically or horizontally.
protected   JRootPane.RootLayout
          A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
  OverlayLayout
          A layout manager to arrange components over the top of each other.
  ScrollPaneLayout
          The layout manager used by JScrollPane.
static  ScrollPaneLayout.UIResource
           
  ViewportLayout
          The default layout manager for JViewport.
 

Methods in com.sun.java.swing that return LayoutManager
protected  LayoutManager JViewport.createLayoutManager()
          Subclassers can override this to install a different layout manager (or null) in the constructor.
protected  LayoutManager JRootPane.createRootLayout()
          Called by the constructor methods to create the default layoutManager.
 

Methods in com.sun.java.swing with parameters of type LayoutManager
 void JFrame.setLayout(LayoutManager manager)
          By default the layout of this component may not be set, the layout of its contentPane should be set instead.
 void JWindow.setLayout(LayoutManager manager)
          By default the layout of this component may not be set, the layout of its contentPane should be set instead.
 void JDialog.setLayout(LayoutManager manager)
          By default the layout of this component may not be set, the layout of its contentPane should be set instead.
 void JScrollPane.setLayout(LayoutManager layout)
          Sets the layout manager for this JScrollPane.
 void JInternalFrame.setLayout(LayoutManager manager)
          By default the layout of this component may not be set, the layout of its contentPane should be set instead.
 void JApplet.setLayout(LayoutManager manager)
          By default the layout of this component may not be set, the layout of its contentPane should be set instead.
 void Box.setLayout(LayoutManager l)
          Throws an AWTError, since a Box can use only a BoxLayout.
 

Constructors in com.sun.java.swing with parameters of type LayoutManager
JPanel.JPanel(LayoutManager layout, boolean isDoubleBuffered)
          Creates a new JPanel with the specified layout manager and buffering strategy.
JPanel.JPanel(LayoutManager layout)
          Create a new buffered JPanel with the specified layout manager
 

Uses of LayoutManager in java.awt
 

Subinterfaces of LayoutManager in java.awt
  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
  BorderLayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
  CardLayout
          A CardLayout object is a layout manager for a container.
  FlowLayout
          A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
  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.
  GridLayout
          The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
 

Methods in java.awt that return LayoutManager
 LayoutManager Container.getLayout()
          Gets the layout manager for this container.
 

Methods in java.awt with parameters of type LayoutManager
 void Container.setLayout(LayoutManager mgr)
          Sets the layout manager for this container.
 void ScrollPane.setLayout(LayoutManager mgr)
          Sets the layout manager for this container.
 

Constructors in java.awt with parameters of type LayoutManager
Panel.Panel(LayoutManager layout)
          Creates a new panel with the specified layout manager.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.