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

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.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.builder

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

AbstractFormBuilder.AbstractFormBuilder(Container container, FormLayout layout)
Constructs an instance of AbstractFormBuilder for the given container and form layout.
AbstractFormBuilder.AbstractFormBuilder(FormLayout layout, Container container)
Constructs an instance of AbstractFormBuilder for the given FormLayout and layout container.
Constructs an instance of DefaultFormBuilder for the given panel and layout.
DefaultFormBuilder.DefaultFormBuilder(JPanel panel, FormLayout layout, ResourceBundle bundle)
Constructs an instance of DefaultFormBuilder for the given panel, layout and resource bundle.
Constructs an instance of DefaultFormBuilder for the given layout.
Constructs an instance of DefaultFormBuilder for the given panel and layout.
DefaultFormBuilder.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle)
Constructs an instance of DefaultFormBuilder for the given layout and resource bundle.
DefaultFormBuilder.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
Constructs an instance of DefaultFormBuilder for the given panel, layout and resource bundle.
I15dPanelBuilder.I15dPanelBuilder(JPanel panel, FormLayout layout, ResourceBundle bundle)
Constructs an instance of I15dPanelBuilder for the given FormLayout and layout container.
I15dPanelBuilder.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle)
Constructs an instance of I15dPanelBuilder for the given layout.
I15dPanelBuilder.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel)
Constructs an instance of I15dPanelBuilder for the given FormLayout and layout container.
PanelBuilder.PanelBuilder(JPanel panel, FormLayout layout)
Constructs an instance of PanelBuilder for the given panel and layout.
Constructs an instance of PanelBuilder for the given layout.
PanelBuilder.PanelBuilder(FormLayout layout, JPanel panel)
Constructs an instance of 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.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-2006 JGoodies Karsten Lentzsch. All Rights Reserved.