com.partnersoft.gui
Class FormLayout
java.lang.Object
com.partnersoft.gui.FormLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class FormLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Lays out components in a class data-entry form sort of way. Field labels
should be added, followed by fields; the labels will be right-flushed and
take up a minimum of horizontal space, leaving the rest for the left-flushed
fields.
Copyright 2007 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FormLayout
public FormLayout()
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer in interface java.awt.LayoutManager
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object