Uses of Enum Class
org.cytoscape.application.swing.CyNetworkViewDesktopMgr.ArrangeType
Packages that use 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
Methods in org.cytoscape.application.swing that return CyNetworkViewDesktopMgr.ArrangeTypeModifier 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.Methods in org.cytoscape.application.swing with parameters of type CyNetworkViewDesktopMgr.ArrangeTypeModifier and TypeMethodDescriptionvoidCyNetworkViewDesktopMgr.arrangeWindows(CyNetworkViewDesktopMgr.ArrangeType arrangeType)Request the desktop view manager to tile (or untile) the current network windows.