Package com.illumon.iris.console.db
Interface TableFormatProvider
- All Known Implementing Classes:
DBTableModel
,IrisTreeTableModel
public interface TableFormatProvider
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetCellFormat
(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
-