Package com.illumon.iris.console.db
Interface TableFormatProvider
- All Known Implementing Classes:
DBTableModel
,IrisTreeTableModel
public interface TableFormatProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TableFormatProvider.FormatType
-
Method Summary
Modifier and Type Method Description String
getCellFormat(String columnName, int row, TableFormatProvider.FormatType type)
long
getColumnColor(String columnName, int row)
long
getRowColor(int row)
boolean
hasCellFormat(String columnName, TableFormatProvider.FormatType type)
boolean
hasColumnColor(String columnName)
boolean
hasRowColor(String columnName)
void
markColumnColorUnchanged(String columnName)
boolean
wasColumnColorChanged(String columnName)
-
Method Details
-
getColumnColor
-
getRowColor
long getRowColor(int row) -
getCellFormat
-
hasColumnColor
-
hasRowColor
-
hasCellFormat
-
wasColumnColorChanged
-
markColumnColorUnchanged
-