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.
|
Modifier and Type | Method and Description |
---|---|
CytoPanel |
CySwingApplication.getCytoPanel(CytoPanelName compassDirection)
Returns the appropriate CytoPanel for the specified compass direction.
|
Modifier and Type | Method and Description |
---|---|
CytoPanel |
CytoPanelStateChangedEvent.getCytoPanel()
Returns the CytoPanel whose state has changed.
|
CytoPanel |
CytoPanelComponentSelectedEvent.getCytoPanel()
Returns the CytoPanel on which a component was selected.
|
Constructor and Description |
---|
CytoPanelComponentSelectedEvent(Object source,
CytoPanel cp,
int index)
Constructor.
|
CytoPanelStateChangedEvent(Object source,
CytoPanel cp,
CytoPanelState newState)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.