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 |
---|---|
CytoPanelState |
CytoPanel.getState()
Gets the state of the CytoPanel.
|
static CytoPanelState |
CytoPanelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CytoPanelState[] |
CytoPanelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CytoPanel.setState(CytoPanelState cytoPanelState)
Sets the state of the CytoPanel.
|
Modifier and Type | Method and Description |
---|---|
CytoPanelState |
CytoPanelStateChangedEvent.getNewState()
Returns the new state of the CytoPanel.
|
Constructor and Description |
---|
CytoPanelStateChangedEvent(Object source,
CytoPanel cp,
CytoPanelState newState)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.