Class BulletinLayout

Class BulletinLayout

java.lang.Object
   |
   +----BulletinLayout

public class BulletinLayout
extends Object
implements LayoutManager
Lays out components as though they were pinned to a bulletin board.

Components are simply reshaped to their location and their preferred size. BulletinLayout is preferrable to setting a container's layout manager to null and explicitly positioning and sizing components.

Version:
1.0, Apr 1 1996
Author:
David Geary

Constructor Index

 o BulletinLayout()

Method Index

 o addLayoutComponent(String, Component)
 o layoutContainer(Container)
 o minimumLayoutSize(Container)
 o preferredLayoutSize(Container)
 o removeLayoutComponent(Component)

Constructors

 o BulletinLayout
  public BulletinLayout()

Methods

 o addLayoutComponent
  public void addLayoutComponent(String name,
                                 Component comp)
 o removeLayoutComponent
  public void removeLayoutComponent(Component comp)
 o preferredLayoutSize
  public Dimension preferredLayoutSize(Container target)
 o minimumLayoutSize
  public Dimension minimumLayoutSize(Container target)
 o layoutContainer
  public void layoutContainer(Container target)