|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcreme.swing.table.colormodel.AbstractValueIndexedTableColorModel
org.jcreme.swing.table.colormodel.GeneralValueIndexedTableColorModel
The purpose of this class is to have a specific background color for the lines that have a given reference column above a given Threshold value. (the value of a specified column is at a specified value).
| Constructor Summary | |
GeneralValueIndexedTableColorModel()
|
|
| Method Summary | |
void |
setThresholdValue(java.lang.Object value,
java.util.Comparator comp)
Sets the treshold value over which the task will be considered complete. |
protected boolean |
testThreshold(java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeneralValueIndexedTableColorModel()
| Method Detail |
public void setThresholdValue(java.lang.Object value,
java.util.Comparator comp)
value - The value to use as a treshold.comp - the Comparator used to determine whether values are breaking
the threshold.protected boolean testThreshold(java.lang.Object value)
testThreshold in class AbstractValueIndexedTableColorModel
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||