Package org.cytoscape.work.swing
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory
, TaskManager
,
and TaskIterator
.-
Interface Summary Interface Description DialogTaskManager DirectlyPresentableTunableHandler TODO: Missing documentationDynamicSubmenuListener An extension ofMenuListener
that is used to describe dynamic submenus.GUITunableHandler 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.PanelTaskManager A specialization of a TaskManager that creates a JPanel configuration object and expects its execution context to be another JPanel.RequestsUIHelper Interface to indicate that an app wants to have a UI helper provided.StatusBarPanelFactory Creates aJPanel
that is shown at the bottom of the Cytoscape Desktop. NOTE: this is not meant to be implemented by App developers.TaskStatusPanelFactory Deprecated. TunableUIHelper -
Class Summary Class Description AbstractGUITunableHandler Base class for the various Swing implementations ofTunableHandler
.SimpleGUITunableHandlerFactory<T extends GUITunableHandler> A specialization for GUITunableHandlers.