Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.application.swing.CytoPanel

Packages that use CytoPanel
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
 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
 CytoPanel CytoPanelStateChangedEvent.getCytoPanel()
          Returns the CytoPanel whose state has changed.
 CytoPanel CytoPanelComponentSelectedEvent.getCytoPanel()
          Returns the CytoPanel on which a component was selected.
 

Constructors in org.cytoscape.application.swing.events with parameters of type CytoPanel
CytoPanelComponentSelectedEvent(Object source, CytoPanel cp, int index)
          Constructor.
CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
          Constructor.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.