Uses of Enum Class
org.cytoscape.application.swing.CytoPanelState
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 CytoPanelState in org.cytoscape.application.swing
Modifier and TypeMethodDescriptionCytoPanel.getState()
Gets the state of the CytoPanel.static CytoPanelState
Returns the enum constant of this class with the specified name.static CytoPanelState[]
CytoPanelState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CytoPanel.setState(CytoPanelState cytoPanelState)
Sets the state of the CytoPanel. -
Uses of CytoPanelState in org.cytoscape.application.swing.events
Modifier and TypeMethodDescriptionCytoPanelStateChangedEvent.getNewState()
Returns the new state of the CytoPanel.ModifierConstructorDescriptionCytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
Constructor.