Uses of Class
tech.molecules.leet.table.NexusTableModel.SelectionType
-
Packages that use NexusTableModel.SelectionType Package Description tech.molecules.leet.table tech.molecules.leet.table.chart -
-
Uses of NexusTableModel.SelectionType in tech.molecules.leet.table
Fields in tech.molecules.leet.table with type parameters of type NexusTableModel.SelectionType Modifier and Type Field Description List<NexusTableModel.SelectionType>NexusTableModel.NexusHighlightingAndSelectionStatus. selectionColorMethods in tech.molecules.leet.table that return NexusTableModel.SelectionType Modifier and Type Method Description NexusTableModel.SelectionTypeNexusTableModel. getSelectionType(String name)Methods in tech.molecules.leet.table with parameters of type NexusTableModel.SelectionType Modifier and Type Method Description voidNexusTableModel. addSelectionTypeToRows(NexusTableModel.SelectionType c, Collection<String> rows)booleanNexusTableModel. registerSelectionType(NexusTableModel.SelectionType type)returns false if type was already registeredvoidNexusTableModel. removeSelectionTypeFromRows(NexusTableModel.SelectionType c, Collection<String> rows)Constructor parameters in tech.molecules.leet.table with type arguments of type NexusTableModel.SelectionType Constructor Description NexusHighlightingAndSelectionStatus(Color highlightingColor, List<NexusTableModel.SelectionType> selectionColor) -
Uses of NexusTableModel.SelectionType in tech.molecules.leet.table.chart
Methods in tech.molecules.leet.table.chart with parameters of type NexusTableModel.SelectionType Modifier and Type Method Description booleanScatterPlotModel. setMouseOverClass(NexusTableModel.SelectionType st)
-