Uses of Interface
org.cytoscape.application.swing.CytoPanel
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
This package defines the various events fired by
the Cytoscape Swing Application API.
-
Uses of CytoPanel in org.cytoscape.application.swing
Modifier and TypeMethodDescriptionCySwingApplication.getCytoPanel
(CytoPanelName compassDirection) Returns the appropriate CytoPanel for the specified compass direction. -
Uses of CytoPanel in org.cytoscape.application.swing.events
Modifier and TypeMethodDescriptionCytoPanelComponentSelectedEvent.getCytoPanel()
Returns the CytoPanel on which a component was selected.CytoPanelStateChangedEvent.getCytoPanel()
Returns the CytoPanel whose state has changed.ModifierConstructorDescriptionCytoPanelComponentSelectedEvent
(Object source, CytoPanel cp, int index) Constructor.CytoPanelStateChangedEvent
(Object source, CytoPanel cp, CytoPanelState newState) Constructor.