Uses of Interface
org.cytoscape.application.swing.CytoPanel
Packages that use 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
Methods in org.cytoscape.application.swing that return CytoPanelModifier and TypeMethodDescriptionCySwingApplication.getCytoPanel(CytoPanelName compassDirection)
Returns the appropriate CytoPanel for the specified compass direction. -
Uses of CytoPanel in org.cytoscape.application.swing.events
Methods in org.cytoscape.application.swing.events that return CytoPanelModifier and TypeMethodDescriptionCytoPanelComponentSelectedEvent.getCytoPanel()
Returns the CytoPanel on which a component was selected.CytoPanelStateChangedEvent.getCytoPanel()
Returns the CytoPanel whose state has changed.Constructors in org.cytoscape.application.swing.events with parameters of type CytoPanelModifierConstructorDescriptionCytoPanelComponentSelectedEvent(Object source, CytoPanel cp, int index)
Constructor.CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
Constructor.