Class TableGridLayout.Entry
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.components.calendar.layouts.TableGridLayout.Entry
-
- All Implemented Interfaces:
java.lang.Comparable<TableGridLayout.Entry>
- Enclosing class:
- TableGridLayout
public class TableGridLayout.Entry extends java.lang.Object implements java.lang.Comparable<TableGridLayout.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<TableGridLayout.Entry>
collisions
java.awt.Component
component
Component bound by the constraintsint
entryID
The index in collisions of this entryjava.awt.Rectangle
rect
int
totalCollisions
-
Constructor Summary
Constructors Constructor Description Entry(java.awt.Component component, TableGridLayoutConstraints constraint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TableGridLayout.Entry o)
TableGridLayoutConstraints
getConstraints()
void
setConstraints(TableGridLayoutConstraints constraint)
java.lang.String
toString()
-
-
-
Field Detail
-
component
public java.awt.Component component
Component bound by the constraints
-
entryID
public int entryID
The index in collisions of this entry
-
totalCollisions
public int totalCollisions
-
collisions
public java.util.List<TableGridLayout.Entry> collisions
-
rect
public java.awt.Rectangle rect
-
-
Constructor Detail
-
Entry
public Entry(java.awt.Component component, TableGridLayoutConstraints constraint)
-
-
Method Detail
-
setConstraints
public void setConstraints(TableGridLayoutConstraints constraint)
-
getConstraints
public TableGridLayoutConstraints getConstraints()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(TableGridLayout.Entry o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<TableGridLayout.Entry>
-
-