Uses of Interface
org.cytoscape.application.swing.CytoPanel
-
Packages that use CytoPanel Package Description org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API.org.cytoscape.application.swing.events 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 CytoPanel Modifier and Type Method Description CytoPanel
CySwingApplication. 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 CytoPanel Modifier and Type Method Description CytoPanel
CytoPanelComponentSelectedEvent. getCytoPanel()
Returns the CytoPanel on which a component was selected.CytoPanel
CytoPanelStateChangedEvent. getCytoPanel()
Returns the CytoPanel whose state has changed.Constructors in org.cytoscape.application.swing.events with parameters of type CytoPanel Constructor Description CytoPanelComponentSelectedEvent(Object source, CytoPanel cp, int index)
Constructor.CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
Constructor.
-