Uses of Package
org.cytoscape.application.swing
Package
Description
This is the Cytoscape Swing App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X and provides full
access to the Swing specific services of the Cytoscape API in addition
to all other services provided in Cytoscape App API.
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.
-
ClassDescriptionThis interface provides basic access to the Swing objects that constitute this application.
-
ClassDescriptionAn interface that describes how an action should be placed within the menus and/or toolbars of the Swing application.Service that allows UI presentation to be given for a column namespace.This class provides access to registered CyColumnPresentation service objects.A simple wrapper class that allows a JMenuItem to be associated with a gravity value which defines where in a menu the item should fall.Interface to a CytoPanel.An interface that allows a component to be registered as a service that will then be added to the appropriate
CytoPanel
.An enum that describesCytoPanel
s uses compass directions to describe their location within the application.The different display states available for aCytoPanel
.An interface that allows a component to be registered as a service that will then be added to the ToolBar. -