Package org.cytoscape.work.swing
package org.cytoscape.work.swing
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory
, TaskManager
,
and TaskIterator
.-
InterfaceDescriptionTODO: Missing documentationAn extension of
MenuListener
that is used to describe dynamic submenus.An extension ofTunableHandler
with added functionality to support the construction of a Swing-based UI.GUITunableHandlerFactory<T extends GUITunableHandler>A specialization fo TunableHandlerFactory for GUITunableHandler.A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel.Interface to indicate that an app wants to have a UI helper provided.Creates aJPanel
that is shown at the bottom of the Cytoscape Desktop. NOTE: this is not meant to be implemented by App developers.Deprecated. -
ClassDescriptionBase class for the various Swing implementations of
TunableHandler
.SimpleGUITunableHandlerFactory<T extends GUITunableHandler>A specialization for GUITunableHandlers.