Uses of Interface
adams.gui.core.spreadsheettable.CellRenderingCustomizer
-
-
Uses of CellRenderingCustomizer in adams.flow.sink
Fields in adams.flow.sink declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
SpreadSheetDisplay. m_CellRenderingCustomizer
the custom cell renderer.Methods in adams.flow.sink that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
SpreadSheetDisplay. getCellRenderingCustomizer()
Returns the cell rendering customizer.Methods in adams.flow.sink with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
SpreadSheetDisplay. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the cell rendering customizer. -
Uses of CellRenderingCustomizer in adams.gui.core
Fields in adams.gui.core declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
SpreadSheetTableModel. m_CellRenderingCustomizer
for customizing the cell rendering.Methods in adams.gui.core that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
SpreadSheetTable. getCellRenderingCustomizer()
Returns the cell rendering customizer.CellRenderingCustomizer
SpreadSheetTableModel. getCellRenderingCustomizer()
Returns the customizer for cell rendering.CellRenderingCustomizer
SpreadSheetTableWithButtons. getCellRenderingCustomizer()
Returns the renderer.Methods in adams.gui.core with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
SpreadSheetTable. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the cell rendering customizer.void
SpreadSheetTableModel. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the customizer for cell rendering.void
SpreadSheetTableWithButtons. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the renderer. -
Uses of CellRenderingCustomizer in adams.gui.core.spreadsheettable
Classes in adams.gui.core.spreadsheettable that implement CellRenderingCustomizer Modifier and Type Class Description class
AbstractCellRenderingCustomizer
Ancestor for cell rendering customizers.class
AbstractColoredCellRenderingCustomizer
Ancestor for cell rendering customizers with predefined foreground/background colors.class
ConfusionMatrixCellRenderingCustomizer
Uses the specified color to highlight the cells on the diagonal.class
DefaultCellRenderingCustomizer
Default cell rendering customizer.class
DistinctValueCellRenderingCustomizer
Each distinct value in the spreadsheet gets its own color.class
HeatmapCellRenderingCustomizer
Determines the min/max of numeric values in the table and colors the background using the specified generator.class
MultiCellRenderingCustomizer
Applies the sub-renderers sequentially.class
NumericRangeCellRenderingCustomizer
Uses the defined ranges to determine whether a numeric cells gets highlighted with the specified color.Fields in adams.gui.core.spreadsheettable declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer[]
MultiCellRenderingCustomizer. m_Renderers
the sub-renderers to use.Methods in adams.gui.core.spreadsheettable that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer[]
MultiCellRenderingCustomizer. getRenderers()
Returns the sub-renderers.Methods in adams.gui.core.spreadsheettable with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
MultiCellRenderingCustomizer. setRenderers(CellRenderingCustomizer[] value)
Sets the sub-renderers. -
Uses of CellRenderingCustomizer in adams.gui.dialog
Fields in adams.gui.dialog declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
MultiSpreadSheetDialog. m_CellRenderingCustomizer
for customizing the cell rendering.Methods in adams.gui.dialog that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
MultiSpreadSheetDialog. getCellRenderingCustomizer()
Returns the renderer.CellRenderingCustomizer
SpreadSheetDialog. getCellRenderingCustomizer()
Returns the renderer.CellRenderingCustomizer
SpreadSheetPanel. getCellRenderingCustomizer()
Returns the renderer.Methods in adams.gui.dialog with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
MultiSpreadSheetDialog. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the renderer.void
SpreadSheetDialog. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the renderer.void
SpreadSheetPanel. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the renderer. -
Uses of CellRenderingCustomizer in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
AbstractSpreadSheetHandler. m_CellRenderingCustomizer
for customizing the cell rendering.Methods in adams.gui.tools.previewbrowser that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
AbstractSpreadSheetHandler. getCellRenderingCustomizer()
Returns the renderer.Methods in adams.gui.tools.previewbrowser with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
AbstractSpreadSheetHandler. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the renderer. -
Uses of CellRenderingCustomizer in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
MultiPagePane. m_CellRenderingCustomizer
the custom background color for negative values (null if none set).Methods in adams.gui.tools.spreadsheetviewer that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
MultiPagePane. getCellRenderingCustomizer()
Returns the current cell rendering customizer.CellRenderingCustomizer
SpreadSheetPanel. getCellRenderingCustomizer()
Returns the cell rendering customizer.CellRenderingCustomizer
MultiPagePane. getCellRenderingCustomizerAt(int index)
Returns the cell rendering customizer at the index.Methods in adams.gui.tools.spreadsheetviewer with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
MultiPagePane. setCellRenderingCustomizer(CellRenderingCustomizer cust)
Sets the cell rendering customizer to use.void
SpreadSheetPanel. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the cell rendering customizer.void
MultiPagePane. setCellRenderingCustomizerAt(int index, CellRenderingCustomizer cust)
Sets the cell rendering customizer at the index. -
Uses of CellRenderingCustomizer in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as CellRenderingCustomizer Modifier and Type Field Description protected CellRenderingCustomizer
ConfusionMatrix. m_CellRenderingCustomizer
for highlighting the cells in the table.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return CellRenderingCustomizer Modifier and Type Method Description CellRenderingCustomizer
ConfusionMatrix. getCellRenderingCustomizer()
Returns the cell rendering customizer.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type CellRenderingCustomizer Modifier and Type Method Description void
ConfusionMatrix. setCellRenderingCustomizer(CellRenderingCustomizer value)
Sets the cell rendering customizer.
-