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 classListMultipleSelection<T>List with items of typeT: one or more items can be selected.classListSingleSelection<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 voidListChangeListener. listChanged(ListSelection<T> source)default voidListChangeListener. selectionChanged(ListSelection<T> source)
-