EchoPoint
1.0

echopoint.layout
Class BrowserLayoutManager

java.lang.Object
  extended byechopoint.layout.AbstractLayoutManager
      extended byechopoint.layout.BrowserLayoutManager
All Implemented Interfaces:
LayoutManager, java.io.Serializable

public class BrowserLayoutManager
extends AbstractLayoutManager

This layout manager uses the default layout capabilities of the browser. Child components are layout out in sequential list order with no special processing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class echopoint.layout.AbstractLayoutManager
componentMap, layoutManageableWR
 
Constructor Summary
BrowserLayoutManager()
           
 
Methods inherited from class echopoint.layout.AbstractLayoutManager
addLayoutComponent, getComponent, getComponentMap, getContraints, getLayoutManageable, invalidateLayout, removeLayoutComponent, setLayoutManageable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLayoutManager

public BrowserLayoutManager()

EchoPoint
1.0