Uses of Enum Class
org.cytoscape.application.swing.CyNetworkViewDesktopMgr.ArrangeType
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
-
Uses of CyNetworkViewDesktopMgr.ArrangeType in org.cytoscape.application.swing
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CyNetworkViewDesktopMgr.ArrangeType[]
CyNetworkViewDesktopMgr.ArrangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CyNetworkViewDesktopMgr.arrangeWindows
(CyNetworkViewDesktopMgr.ArrangeType arrangeType) Request the desktop view manager to tile (or untile) the current network windows.