|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Interface
java.awt.LayoutManager
| Uses of LayoutManager in java.awt |
| Subinterfaces of LayoutManager in java.awt | |
interface |
LayoutManager2
Layout manager for laying out containers based on contraints. |
| Classes in java.awt that implement LayoutManager | |
class |
BorderLayout
This class implements a layout manager that positions components in certain sectors of the parent container. |
class |
CardLayout
This class implements a card-based layout scheme. |
class |
FlowLayout
This class implements a flow-based layout. |
class |
GridBagLayout
|
class |
GridLayout
This class implements a grid-based layout scheme. |
| Fields in java.awt declared as LayoutManager | |
(package private) LayoutManager |
Container.layoutMgr
|
| Methods in java.awt that return LayoutManager | |
LayoutManager |
Container.getLayout()
Returns the current 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 to the specified layout manager. |
void |
ScrollPane.setLayout(LayoutManager layoutManager)
This method overrides its superclass method to ensure no layout manager is set for this container. |
| Constructors in java.awt with parameters of type LayoutManager | |
Panel(LayoutManager layoutManager)
Initializes a new instance of Panel with the specified
layout manager. |
|
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||