Package com.gargoylesoftware.base.gui
Class TableLayout.Entry
java.lang.Object
com.gargoylesoftware.base.gui.TableLayout.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
TableLayout
A convenience class to attach the constraints to a component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Component
Description of the Fieldprivate final TableLayoutConstraints
Description of the Fieldprivate static final long
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(Component comp, TableLayoutConstraints constraints) Constructor for the Entry object -
Method Summary
Modifier and TypeMethodDescriptionfinal Component
Gets the component attribute of the Entry objectfinal TableLayoutConstraints
Gets the constraints attribute of the Entry objecttoString()
Description of the Method
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
component_
Description of the Field -
constraints_
Description of the Field
-
-
Constructor Details
-
Entry
Constructor for the Entry object- Parameters:
comp
- Description of Parameterconstraints
- Description of Parameter
-
-
Method Details
-
getComponent
Gets the component attribute of the Entry object- Returns:
- The component value
-
getConstraints
Gets the constraints attribute of the Entry object- Returns:
- The constraints value
-
toString
Description of the Method
-