Uses of Class
org.cytoscape.work.util.ListSelection
Packages that use ListSelection
Package
Description
Various supporting classes for Cytoscape the work (Task) framework.
-
Uses of ListSelection in org.cytoscape.work.util
Subclasses of ListSelection in org.cytoscape.work.utilModifier and TypeClassDescriptionclass
List with items of typeT
: one or more items can be selected.class
List with items of typeT
: only 1 item can be selected.Methods in org.cytoscape.work.util with parameters of type ListSelectionModifier and TypeMethodDescriptiondefault void
ListChangeListener.listChanged(ListSelection<T> source)
default void
ListChangeListener.selectionChanged(ListSelection<T> source)