Uses of Package
org.cytoscape.work.swing
-
Packages that use org.cytoscape.work.swing Package Description org.cytoscape.app.swing 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.org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API.org.cytoscape.work.swing This packages provides Swing-specific specialisations of concepts from work-api This includesTaskFactory
,TaskManager
, andTaskIterator
. -
Classes in org.cytoscape.work.swing used by org.cytoscape.app.swing Class Description DialogTaskManager PanelTaskManager A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel. -
Classes in org.cytoscape.work.swing used by org.cytoscape.application.swing Class Description DynamicSubmenuListener An extension ofMenuListener
that is used to describe dynamic submenus. -
Classes in org.cytoscape.work.swing used by org.cytoscape.work.swing Class Description GUITunableHandler An extension ofTunableHandler
with added functionality to support the construction of a Swing-based UI.GUITunableHandlerFactory A specialization fo TunableHandlerFactory for GUITunableHandler.TunableUIHelper