edu.umd.cs.jazz.util
Class ZViewport.ZViewportLayout

java.lang.Object
  |
  +--javax.swing.ViewportLayout
        |
        +--edu.umd.cs.jazz.util.ZViewport.ZViewportLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable
Enclosing class:
ZViewport

public static class ZViewport.ZViewportLayout
extends javax.swing.ViewportLayout

A simple layout manager to give the ZCanvas the same size as the Viewport

See Also:
Serialized Form

Constructor Summary
ZViewport.ZViewportLayout()
           
 
Method Summary
 void layoutContainer(java.awt.Container parent)
          Called when the specified container needs to be laid out.
 
Methods inherited from class javax.swing.ViewportLayout
addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZViewport.ZViewportLayout

public ZViewport.ZViewportLayout()
Method Detail

layoutContainer

public void layoutContainer(java.awt.Container parent)
Called when the specified container needs to be laid out.

Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class javax.swing.ViewportLayout
Parameters:
parent - the container to lay out


Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.