Class ShowEnrichmentPanelTask

java.lang.Object
org.cytoscape.work.AbstractTask
es.imim.DISGENET.internal.enrichment.ShowEnrichmentPanelTask
All Implemented Interfaces:
org.cytoscape.work.Task

public class ShowEnrichmentPanelTask extends org.cytoscape.work.AbstractTask
  • Field Summary

    Fields inherited from class org.cytoscape.work.AbstractTask

    cancelled
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShowEnrichmentPanelTask(ShowEnrichmentPanelTaskFactory factory, boolean show, boolean noSignificant)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
     
    void
    run(org.cytoscape.work.TaskMonitor monitor)
     

    Methods inherited from class org.cytoscape.work.AbstractTask

    cancel, getTaskIterator, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public void run(org.cytoscape.work.TaskMonitor monitor)
      Specified by:
      run in interface org.cytoscape.work.Task
      Specified by:
      run in class org.cytoscape.work.AbstractTask
    • isPanelRegistered

      public static boolean isPanelRegistered()