Uses of Class
org.cytoscape.work.util.ListSingleSelection
Packages that use ListSingleSelection
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides access to the available layout algorithms, as well as provides abstract layout
classes and layout information containers for the convenience of implementing other layout algorithms.
-
Uses of ListSingleSelection in org.cytoscape.io.read
Methods in org.cytoscape.io.read that return ListSingleSelectionModifier and TypeMethodDescriptionAbstractCyNetworkReader.getNetworkViewRendererList()
AbstractCyNetworkReader.getRootNetworkList()
AbstractCyNetworkReader.getTargetColumnList()
Methods in org.cytoscape.io.read with parameters of type ListSingleSelectionModifier and TypeMethodDescriptionvoid
AbstractCyNetworkReader.setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer> rendererList)
void
AbstractCyNetworkReader.setRootNetworkList(ListSingleSelection<String> roots)
void
AbstractCyNetworkReader.setTargetColumnList(ListSingleSelection<String> colList)
-
Uses of ListSingleSelection in org.cytoscape.view.layout
Methods in org.cytoscape.view.layout that return ListSingleSelectionMethods in org.cytoscape.view.layout with parameters of type ListSingleSelection