Uses of Class
com.jgoodies.forms.layout.FormLayout

Packages that use FormLayout
com.jgoodies.forms.builder Contains optional builder classes of the Forms framework. 
com.jgoodies.forms.debug Consists of optional classes that help you find, understand and fix layout problems 
com.jgoodies.forms.extras Contains optional Forms framework classes that ship only with the JGoodies Forms source distribution and are not yet part of the binary Forms library. 
com.jgoodies.forms.factories Consists of optional Forms framework factory classes that assist you in building consistent forms quickly 
com.jgoodies.forms.layout Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints 
 

Uses of FormLayout in com.jgoodies.forms.builder
 

Methods in com.jgoodies.forms.builder that return FormLayout
 FormLayout AbstractFormBuilder.getLayout()
          Returns the instance of FormLayout used to build this form.
 

Constructors in com.jgoodies.forms.builder with parameters of type FormLayout
AbstractFormBuilder(FormLayout layout, Container container)
          Constructs a AbstractFormBuilder for the given FormLayout and layout container.
AbstractI15dPanelBuilder(FormLayout layout)
          Constructs an AbstractI15dPanelBuilder for the given layout.
AbstractI15dPanelBuilder(FormLayout layout, JPanel panel)
          Constructs an AbstractI15dPanelBuilder for the given FormLayout and layout container.
DefaultFormBuilder(FormLayout layout)
          Constructs a DefaultFormBuilder for the given layout.
DefaultFormBuilder(FormLayout layout, JPanel panel)
          Constructs a DefaultFormBuilder for the given layout and panel.
DefaultFormBuilder(FormLayout layout, ResourceBundle bundle)
          Constructs a DefaultFormBuilder for the given layout and resource bundle.
DefaultFormBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
          Constructs a DefaultFormBuilder for the given layout, resource bundle, and panel.
I15dPanelBuilder(FormLayout layout, ResourceBundle bundle)
          Constructs an I15dPanelBuilder for the given layout and resource bundle.
I15dPanelBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
          Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.
PanelBuilder(FormLayout layout)
          Constructs a PanelBuilder for the given layout.
PanelBuilder(FormLayout layout, JPanel panel)
          Constructs a PanelBuilder for the given FormLayout and layout container.
 

Uses of FormLayout in com.jgoodies.forms.debug
 

Methods in com.jgoodies.forms.debug with parameters of type FormLayout
static void FormDebugUtils.dumpColumnGroups(FormLayout layout)
          Dumps the layout's column groups to the console.
static void FormDebugUtils.dumpColumnSpecs(FormLayout layout)
          Dumps the layout's column specifications to the console.
static void FormDebugUtils.dumpRowGroups(FormLayout layout)
          Dumps the layout's row groups to the console.
static void FormDebugUtils.dumpRowSpecs(FormLayout layout)
          Dumps the layout's row specifications to the console.
 

Constructors in com.jgoodies.forms.debug with parameters of type FormLayout
FormDebugPanel(FormLayout layout)
          Constructs a FormDebugPanel on the given FormLayout instance that paints the grid in the foreground and paints no diagonals.
FormDebugPanel(FormLayout layout, boolean paintInBackground, boolean paintDiagonals)
          Constructs a FormDebugPanel on the given FormLayout using the specified settings that are otherwise turned off.
 

Uses of FormLayout in com.jgoodies.forms.extras
 

Methods in com.jgoodies.forms.extras with parameters of type FormLayout
static boolean FormLayoutUtils.isGroupedColumn(FormLayout layout, int columnIndex)
          Checks and answers whether the specified column is grouped in the given FormLayout.
static boolean FormLayoutUtils.isGroupedRow(FormLayout layout, int rowIndex)
          Checks and answers whether the specified row is grouped in the given FormLayout.
 

Uses of FormLayout in com.jgoodies.forms.factories
 

Methods in com.jgoodies.forms.factories that return FormLayout
static FormLayout FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec)
          Deprecated. This method will be removed from the Forms 1.2
static FormLayout FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ColumnSpec componentColumnSpec, ConstantSize indent, ConstantSize majorColumnGap, ConstantSize minorColumnGap)
          Deprecated. This method will be removed from the Forms 1.2
static FormLayout FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ConstantSize indent, ConstantSize minorColumnGap)
          Deprecated. This method will be removed from the Forms 1.2
 

Uses of FormLayout in com.jgoodies.forms.layout
 

Methods in com.jgoodies.forms.layout with parameters of type FormLayout
 String CellConstraints.toShortString(FormLayout layout)
          Returns a short string representation of this constraints object.
 



Copyright © 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.