Uses of Class
com.jgoodies.forms.layout.FormLayout
-
Packages that use FormLayout Package Description 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.internal 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
Fields in com.jgoodies.forms.builder declared as FormLayout Modifier and Type Field Description private FormLayoutFormBuilder. layoutMethods in com.jgoodies.forms.builder that return FormLayout Modifier and Type Method Description protected FormLayoutFormBuilder. getLayout()Methods in com.jgoodies.forms.builder with parameters of type FormLayout Modifier and Type Method Description FormBuilderFormBuilder. layout(FormLayout layout)Setslayoutas the layout to use by this builder.Constructors in com.jgoodies.forms.builder with parameters of type FormLayout Constructor Description DefaultFormBuilder(FormLayout layout)Deprecated.Constructs aDefaultFormBuilderfor the given layout.DefaultFormBuilder(FormLayout layout, com.jgoodies.common.internal.StringResourceAccessor localizer)Deprecated.Constructs aDefaultFormBuilderfor the given layout and resource bundle.DefaultFormBuilder(FormLayout layout, com.jgoodies.common.internal.StringResourceAccessor localizer, javax.swing.JPanel container)Deprecated.Constructs aDefaultFormBuilderfor the given layout, resource bundle, and panel.DefaultFormBuilder(FormLayout layout, java.util.ResourceBundle bundle)Deprecated.Constructs aDefaultFormBuilderfor the given layout and resource bundle.DefaultFormBuilder(FormLayout layout, java.util.ResourceBundle bundle, javax.swing.JPanel container)Deprecated.Constructs aDefaultFormBuilderfor the given layout, resource bundle, and panel.DefaultFormBuilder(FormLayout layout, javax.swing.JPanel container)Deprecated.Constructs aDefaultFormBuilderfor the given layout and panel.I15dPanelBuilder(FormLayout layout, com.jgoodies.common.internal.StringResourceAccessor localizer)Deprecated.Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.I15dPanelBuilder(FormLayout layout, com.jgoodies.common.internal.StringResourceAccessor localizer, javax.swing.JPanel container)Deprecated.Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.I15dPanelBuilder(FormLayout layout, java.util.ResourceBundle bundle)Deprecated.Constructs an I15dPanelBuilder for the given layout and resource bundle.I15dPanelBuilder(FormLayout layout, java.util.ResourceBundle bundle, javax.swing.JPanel container)Deprecated.Constructs an I15dPanelBuilder for the given FormLayout, resource bundle, and layout container.PanelBuilder(FormLayout layout)Deprecated.Constructs aPanelBuilderfor the given layout.PanelBuilder(FormLayout layout, javax.swing.JPanel panel)Deprecated.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 FormLayout Modifier and Type Method Description static 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 FormLayout Constructor Description 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
Fields in com.jgoodies.forms.extras declared as FormLayout Modifier and Type Field Description private FormLayoutFormLayoutUtils.ConstraintIterator. layoutRefers to the FormLayout instance used to look up constraints.Methods in com.jgoodies.forms.extras with parameters of type FormLayout Modifier and Type Method Description static 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.internal
Fields in com.jgoodies.forms.internal declared as FormLayout Modifier and Type Field Description private FormLayoutAbstractBuilder. layoutHolds the FormLayout instance that is used to specify, fill and layout this form.Methods in com.jgoodies.forms.internal that return FormLayout Modifier and Type Method Description FormLayoutAbstractBuilder. getLayout()Returns the FormLayout instance used to build this form.Constructors in com.jgoodies.forms.internal with parameters of type FormLayout Constructor Description AbstractBuilder(FormLayout layout, javax.swing.JPanel panel)Constructs an AbstractBuilder for the given layout and panel.AbstractButtonPanelBuilder(FormLayout layout, javax.swing.JPanel container)Constructs an AbstractButtonPanelBuilder for the given FormLayout and layout container.AbstractFormBuilder(FormLayout layout, javax.swing.JPanel panel)Constructs an AbstractFormBuilder for the given FormLayout and layout container. -
Uses of FormLayout in com.jgoodies.forms.layout
Methods in com.jgoodies.forms.layout with parameters of type FormLayout Modifier and Type Method Description (package private) voidCellConstraints. setBounds(java.awt.Component c, FormLayout layout, java.awt.Rectangle cellBounds, FormLayout.Measure minWidthMeasure, FormLayout.Measure minHeightMeasure, FormLayout.Measure prefWidthMeasure, FormLayout.Measure prefHeightMeasure)Sets the component's bounds using the given component and cell bounds.java.lang.StringCellConstraints. toShortString(FormLayout layout)Returns a short string representation of this constraints object.
-