Package org.cytoscape.work.swing
Interface TaskStatusPanelFactory
-
@Deprecated public interface TaskStatusPanelFactory
Deprecated.Creates aJPanel
that summarizes currently executing tasks. This panel is typically shown at the bottom of the Cytoscape Desktop. NOTE: implementations of this are no longer used within the core.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description JPanel
createTaskStatusPanel()
Deprecated.
-
-
-
Method Detail
-
createTaskStatusPanel
JPanel createTaskStatusPanel()
Deprecated.
-
-