Uses of Class
fern.cytoscape.NetworkChecker

Packages that use NetworkChecker
fern.cytoscape Provides the classes for the cytoscape plugin. 
fern.cytoscape.ui   
 

Uses of NetworkChecker in fern.cytoscape
 

Methods in fern.cytoscape that return NetworkChecker
 NetworkChecker CytoscapeNetworkWrapper.getNetworkChecker()
           
 

Methods in fern.cytoscape with parameters of type NetworkChecker
 void FernVisualStyle.setNetworkChecker(NetworkChecker networkChecker)
           
 

Constructors in fern.cytoscape with parameters of type NetworkChecker
CytoscapeNetworkWrapper(NetworkChecker checker, CyNetwork net, CyNetworkView cyView, CyAttributes nodeAttr)
           
 

Uses of NetworkChecker in fern.cytoscape.ui
 

Methods in fern.cytoscape.ui that return NetworkChecker
 NetworkChecker MainFrame.getNetworkChecker()
           
 

Methods in fern.cytoscape.ui with parameters of type NetworkChecker
 void MainFrame.reloadNetwork(NetworkChecker networkChecker)
           
 void ExtendedPane.setAttributes(NetworkChecker networkChecker)