Uses of Class
org.cytoscape.application.swing.CytoPanelState
-
Packages that use CytoPanelState 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 CytoPanelState in org.cytoscape.application.swing
Methods in org.cytoscape.application.swing that return CytoPanelState Modifier and Type Method 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.Methods in org.cytoscape.application.swing with parameters of type CytoPanelState Modifier and Type Method Description void
CytoPanel. setState(CytoPanelState cytoPanelState)
Sets the state of the CytoPanel. -
Uses of CytoPanelState in org.cytoscape.application.swing.events
Methods in org.cytoscape.application.swing.events that return CytoPanelState Modifier and Type Method Description CytoPanelState
CytoPanelStateChangedEvent. getNewState()
Returns the new state of the CytoPanel.Constructors in org.cytoscape.application.swing.events with parameters of type CytoPanelState Constructor Description CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
Constructor.
-