Uses of Class
com.gargoylesoftware.base.gui.TableLayoutConstraints
-
Packages that use TableLayoutConstraints Package Description com.gargoylesoftware.base.gui Classes that are UI related. -
-
Uses of TableLayoutConstraints in com.gargoylesoftware.base.gui
Fields in com.gargoylesoftware.base.gui declared as TableLayoutConstraints Modifier and Type Field Description private TableLayoutConstraints
TableLayout.Entry. constraints_
Description of the FieldMethods in com.gargoylesoftware.base.gui that return TableLayoutConstraints Modifier and Type Method Description TableLayoutConstraints
TableLayout.Entry. getConstraints()
Gets the constraints attribute of the Entry objectprivate TableLayoutConstraints
TableLayout. getConstraints(java.awt.Component component)
Return the TableLayoutConstraints object that corresponds to the specified component or null if this component could not be found.static TableLayoutConstraints
TableLayoutConstraints. makeConstraints(java.lang.String constraintString)
Create an instance of TableLayoutConstraints from the specified string.Methods in com.gargoylesoftware.base.gui with parameters of type TableLayoutConstraints Modifier and Type Method Description private static void
TableLayoutConstraints. parseConstraintString(TableLayoutConstraints constraints, java.lang.String constraintString, boolean isRow)
Parse the constraint string.Constructors in com.gargoylesoftware.base.gui with parameters of type TableLayoutConstraints Constructor Description Entry(java.awt.Component comp, TableLayoutConstraints constraints)
Constructor for the Entry object
-