|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.field.table.style.FixedColorTableStyle
public class FixedColorTableStyle
Style that applies a fixed color to the rows.
| Constructor Summary | |
|---|---|
FixedColorTableStyle()
|
|
| Method Summary | |
|---|---|
Color |
getColor()
Gets the even row color. |
Style |
getStyle(Object item,
JTable table,
int row,
int column)
Gets the style to apply on the table. |
void |
setColor(Color evenRowColor)
Sets the even row color. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedColorTableStyle()
| Method Detail |
|---|
public Style getStyle(Object item,
JTable table,
int row,
int column)
getStyle in interface TableStyleitem - Item associated to the rowtable - Tablerow - Row indexcolumn - Column index
public Color getColor()
public void setColor(Color evenRowColor)
evenRowColor - the new even row color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||