Uses of Interface
org.cytoscape.application.TableViewRenderer
Packages that use TableViewRenderer
Package
Description
This package provides Cytoscape version number, application-wide setting,
basic access to current network, selected networks, views and rendering engines.
-
Uses of TableViewRenderer in org.cytoscape.application
Methods in org.cytoscape.application that return TableViewRendererModifier and TypeMethodDescriptionCyApplicationManager.getDefaultTableViewRenderer()Returns the TableViewRenderer that should be used to create CyTableViews.CyApplicationManager.getTableViewRenderer(String rendererId) Returns theTableViewRendererthat has the passed id or null if it doesn't exist.Methods in org.cytoscape.application that return types with arguments of type TableViewRendererModifier and TypeMethodDescriptionCyApplicationManager.getTableViewRendererSet()Returns a set with all theTableViewRendererobjects that have been registered.Methods in org.cytoscape.application with parameters of type TableViewRendererModifier and TypeMethodDescriptionvoidCyApplicationManager.setDefaultTableViewRenderer(TableViewRenderer renderer) Sets theTableViewRendererthat should be used to create CyTableViews.