public static class TreeListGuiImpl.ColumnCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ColorRgb |
bgColor
Column background color
|
TreeListConfig.Column |
column
column
|
ColorRgb |
fgColor
Column foreground color
|
int |
index
column index, this value corresponds with the values and sort lists in TreeListNodeEntry and
TreeListConfig
|
| Constructor and Description |
|---|
ColumnCache(TreeListConfig.Column column,
int index)
Ctor.
|
ColumnCache(TreeListGuiImpl.ColumnCache other)
Copy ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
public ColorRgb bgColor
public TreeListConfig.Column column
public ColorRgb fgColor
public int index
public ColumnCache(TreeListGuiImpl.ColumnCache other)
other - Other instance.public ColumnCache(TreeListConfig.Column column, int index)
column - Column.index - The index in the source model.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The other object to compare to.true if the objects equal, false otherwise.public int hashCode()
HashMap.hashCode in class java.lang.Object