Class TableLayout.Entry
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tablelayout.TableLayout.Entry
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- TableLayout
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(Component component, TableLayoutConstraints constraint) Constructs an Entry that binds a component to a set of constraints. -
Method Summary
-
Field Details
-
component
Component bound by the constraints -
cr1
public int[] cr1Cell in which the upper-left corner of the component lies -
cr2
public int[] cr2Cell in which the lower-right corner of the component lies -
alignment
public int[] alignmentHorizontal and vertical alignment
-
-
Constructor Details
-
Entry
Constructs an Entry that binds a component to a set of constraints.- Parameters:
component
- component being boundconstraint
- constraints being applied
-
-
Method Details
-
copy
Copies this Entry.- Throws:
CloneNotSupportedException
-
toString
Gets the string representation of this Entry.
-