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