Interface TaskStatusPanelFactory


  • @Deprecated
    public interface TaskStatusPanelFactory
    Deprecated.
    Creates a JPanel 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 Detail

      • createTaskStatusPanel

        JPanel createTaskStatusPanel()
        Deprecated.