Uses of Interface
org.cytoscape.application.swing.CyColumnPresentationManager
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
-
Uses of CyColumnPresentationManager in org.cytoscape.application.swing
ModifierConstructorDescriptionCyColumnComboBox
(CyColumnPresentationManager columnPresentationManager, Collection<CyColumn> columns) Creates a CyColumnComboBox with all entries enabled.CyColumnComboBox
(CyColumnPresentationManager columnPresentationManager, Collection<CyColumn> columns, Predicate<CyColumn> enabledPredicate) Creates a CyColumnComboBox.CyColumnSelector
(IconManager iconManager, CyColumnPresentationManager columnPresentationManager) Creates a CyColumnSelector.