Package tech.molecules.leet.table
Class NexusTableModel.NexusHighlightingAndSelectionStatus
- java.lang.Object
-
- tech.molecules.leet.table.NexusTableModel.NexusHighlightingAndSelectionStatus
-
- Enclosing class:
- NexusTableModel
public static class NexusTableModel.NexusHighlightingAndSelectionStatus extends Object
Describes the selection and highlighting status of a given row. highlightingColor is a single color that usually is used for the background of the row selectionColor: there may be multiple selection at place at the same time. The cell renderers should reflect all of them somehow
-
-
Field Summary
Fields Modifier and Type Field Description ColorhighlightingColorList<NexusTableModel.SelectionType>selectionColor
-
Constructor Summary
Constructors Constructor Description NexusHighlightingAndSelectionStatus(Color highlightingColor, List<NexusTableModel.SelectionType> selectionColor)
-
-
-
Field Detail
-
highlightingColor
public final Color highlightingColor
-
selectionColor
public final List<NexusTableModel.SelectionType> selectionColor
-
-
Constructor Detail
-
NexusHighlightingAndSelectionStatus
public NexusHighlightingAndSelectionStatus(Color highlightingColor, List<NexusTableModel.SelectionType> selectionColor)
-
-