Uses of Class
com.jgoodies.forms.layout.FormLayout
Packages that use FormLayout
Package
Description
Contains optional builder classes of the Forms framework.
Consists of optional classes that help you find,
understand and fix layout problems.
Contains optional Forms framework classes that ship only with
the JGoodies Forms source distribution and are not yet part
of the binary Forms library.
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 FormLayoutModifier and TypeMethodDescriptionfinal FormLayoutAbstractButtonPanelBuilder.getLayout()Returns the instance ofFormLayoutused to build this form.final FormLayoutAbstractFormBuilder.getLayout()Returns the instance ofFormLayoutused to build this form.Constructors in com.jgoodies.forms.builder with parameters of type FormLayoutModifierConstructorDescriptionprotectedAbstractButtonPanelBuilder(FormLayout layout, JPanel container) Constructs aAbstractFormBuilderfor the given FormLayout and layout container.AbstractFormBuilder(FormLayout layout, Container container) Constructs aAbstractFormBuilderfor the given FormLayout and layout container.protectedAbstractI15dPanelBuilder(FormLayout layout) Constructs anAbstractI15dPanelBuilderfor the given layout.protectedAbstractI15dPanelBuilder(FormLayout layout, JPanel panel) Constructs anAbstractI15dPanelBuilderfor the given FormLayout and layout container.ButtonStackBuilder(FormLayout layout, JPanel panel) Constructs a ButtonStackBuilder on the given panel and layout.DefaultFormBuilder(FormLayout layout) Constructs aDefaultFormBuilderfor the given layout.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle) Constructs aDefaultFormBuilderfor the given layout and resource bundle.DefaultFormBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel) Constructs aDefaultFormBuilderfor the given layout, resource bundle, and panel.DefaultFormBuilder(FormLayout layout, JPanel panel) Constructs aDefaultFormBuilderfor the given layout and panel.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle) Constructs anI15dPanelBuilderfor the given layout and resource bundle.I15dPanelBuilder(FormLayout layout, ResourceBundle bundle, JPanel panel) Constructs anI15dPanelBuilderfor the given FormLayout, resource bundle, and layout container.PanelBuilder(FormLayout layout) Constructs aPanelBuilderfor the given layout.PanelBuilder(FormLayout layout, JPanel panel) Constructs aPanelBuilderfor the given FormLayout and layout container. -
Uses of FormLayout in com.jgoodies.forms.debug
Methods in com.jgoodies.forms.debug with parameters of type FormLayoutModifier and TypeMethodDescriptionstatic voidFormDebugUtils.dumpColumnGroups(FormLayout layout) Dumps the layout's column groups to the console.static voidFormDebugUtils.dumpColumnSpecs(FormLayout layout) Dumps the layout's column specifications to the console.static voidFormDebugUtils.dumpRowGroups(FormLayout layout) Dumps the layout's row groups to the console.static voidFormDebugUtils.dumpRowSpecs(FormLayout layout) Dumps the layout's row specifications to the console.Constructors in com.jgoodies.forms.debug with parameters of type FormLayoutModifierConstructorDescriptionFormDebugPanel(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 FormLayoutModifier and TypeMethodDescriptionstatic booleanFormLayoutUtils.isGroupedColumn(FormLayout layout, int columnIndex) Checks and answers whether the specified column is grouped in the given FormLayout.static booleanFormLayoutUtils.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.layout
Methods in com.jgoodies.forms.layout with parameters of type FormLayoutModifier and TypeMethodDescriptionCellConstraints.toShortString(FormLayout layout) Returns a short string representation of this constraints object.