Class TableLayout.Entry
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tablelayout.TableLayout.Entry
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- TableLayout
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionEntry(Component component, TableLayoutConstraints constraint) Constructs an Entry that binds a component to a set of constraints.
- 
Method Summary
- 
Field Details- 
componentComponent bound by the constraints
- 
cr1public int[] cr1Cell in which the upper-left corner of the component lies
- 
cr2public int[] cr2Cell in which the lower-right corner of the component lies
- 
alignmentpublic int[] alignmentHorizontal and vertical alignment
 
- 
- 
Constructor Details- 
EntryConstructs an Entry that binds a component to a set of constraints.- Parameters:
- component- component being bound
- constraint- constraints being applied
 
 
- 
- 
Method Details- 
copyCopies this Entry.- Throws:
- CloneNotSupportedException
 
- 
toStringGets the string representation of this Entry.
 
-