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

Uses in package com.jgoodies.forms.builder

Constructors with parameter type com.jgoodies.forms.layout.FormLayout

AbstractFormBuilder.AbstractFormBuilder(FormLayout layout, Container container)
Constructs a AbstractFormBuilder for the given FormLayout and layout container.
Constructs an AbstractI15dPanelBuilder for the given layout.
Constructs an AbstractI15dPanelBuilder for the given FormLayout and layout container.
Constructs a DefaultFormBuilder for the given layout.
Constructs a DefaultFormBuilder for the given layout and panel.
DefaultFormBuilder.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle)
Constructs a DefaultFormBuilder for the given layout and resource bundle.
DefaultFormBuilder.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
Constructs a DefaultFormBuilder for the given layout, resource bundle, and panel.
I15dPanelBuilder.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle)
Constructs an I15dPanelBuilder for the given layout and resource bundle.
I15dPanelBuilder.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.
Constructs a PanelBuilder for the given layout.
PanelBuilder.PanelBuilder(FormLayout layout, JPanel panel)
Constructs a PanelBuilder for the given FormLayout and layout container.

Methods with return type com.jgoodies.forms.layout.FormLayout

FormLayout
Returns the instance of FormLayout used to build this form.

Uses in package com.jgoodies.forms.factories

Methods with return type com.jgoodies.forms.layout.FormLayout

FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec)
Creates and returns an instance of FormLayout to build forms with the specified number of major and minor columns.
FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ColumnSpec componentColumnSpec, ConstantSize indent, ConstantSize majorColumnGap, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.
FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ConstantSize indent, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.

Uses in package com.jgoodies.forms.layout

Methods with parameter type com.jgoodies.forms.layout.FormLayout

String
Returns a short string representation of this constraints object.

Uses in package com.jgoodies.forms.debug

Constructors with parameter type com.jgoodies.forms.layout.FormLayout

Constructs a FormDebugPanel on the given FormLayout instance that paints the grid in the foreground and paints no diagonals.
FormDebugPanel.FormDebugPanel(FormLayout layout, boolean paintInBackground, boolean paintDiagonals)
Constructs a FormDebugPanel on the given FormLayout using the specified settings that are otherwise turned off.

Methods with parameter type com.jgoodies.forms.layout.FormLayout

void
Dumps the layout's column groups to the console.
void
Dumps the layout's column specifications to the console.
void
Dumps the layout's row groups to the console.
void
Dumps the layout's row specifications to the console.

Uses in package com.jgoodies.forms.extras

Methods with parameter type com.jgoodies.forms.layout.FormLayout

boolean
FormLayoutUtils.isGroupedColumn(FormLayout layout, int columnIndex)
Checks and answers whether the specified column is grouped in the given FormLayout.
boolean
FormLayoutUtils.isGroupedRow(FormLayout layout, int rowIndex)
Checks and answers whether the specified row is grouped in the given FormLayout.

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