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 classTableFormatProvider.FormatType -
Method Summary
Modifier and Type Method Description StringgetCellFormat(String columnName, int row, TableFormatProvider.FormatType type)longgetColumnColor(String columnName, int row)longgetRowColor(int row)booleanhasCellFormat(String columnName, TableFormatProvider.FormatType type)booleanhasColumnColor(String columnName)booleanhasRowColor(String columnName)voidmarkColumnColorUnchanged(String columnName)booleanwasColumnColorChanged(String columnName)
-
Method Details
-
getColumnColor
-
getRowColor
long getRowColor(int row) -
getCellFormat
-
hasColumnColor
-
hasRowColor
-
hasCellFormat
-
wasColumnColorChanged
-
markColumnColorUnchanged
-