Class EnrichmentCytoPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
es.imim.DISGENET.internal.enrichment.EnrichmentCytoPanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener, TableModelListener, org.cytoscape.application.events.SetCurrentNetworkListener, org.cytoscape.application.swing.CytoPanelComponent, org.cytoscape.application.swing.CytoPanelComponent2, org.cytoscape.event.CyListener, org.cytoscape.model.events.RowsSetListener

public class EnrichmentCytoPanel extends JPanel implements org.cytoscape.application.swing.CytoPanelComponent2, ListSelectionListener, ActionListener, org.cytoscape.model.events.RowsSetListener, TableModelListener, org.cytoscape.application.events.SetCurrentNetworkListener
See Also:
  • Constructor Details

    • EnrichmentCytoPanel

      public EnrichmentCytoPanel()
  • Method Details

    • initPanel

      public void initPanel()
    • initPanel

      public void initPanel(org.cytoscape.model.CyNetwork network)
    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in interface org.cytoscape.application.swing.CytoPanelComponent2
    • getComponent

      public Component getComponent()
      Specified by:
      getComponent in interface org.cytoscape.application.swing.CytoPanelComponent
    • getCytoPanelName

      public org.cytoscape.application.swing.CytoPanelName getCytoPanelName()
      Specified by:
      getCytoPanelName in interface org.cytoscape.application.swing.CytoPanelComponent
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.cytoscape.application.swing.CytoPanelComponent
    • getIcon

      public Icon getIcon()
      Specified by:
      getIcon in interface org.cytoscape.application.swing.CytoPanelComponent
    • valueChanged

      public void valueChanged(ListSelectionEvent e)
      Specified by:
      valueChanged in interface ListSelectionListener
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • tableChanged

      public void tableChanged(TableModelEvent tableModelEvent)
      Specified by:
      tableChanged in interface TableModelListener
    • handleEvent

      public void handleEvent(org.cytoscape.model.events.RowsSetEvent rse)
      Specified by:
      handleEvent in interface org.cytoscape.model.events.RowsSetListener
    • handleEvent

      public void handleEvent(org.cytoscape.application.events.SetCurrentNetworkEvent event)
      Specified by:
      handleEvent in interface org.cytoscape.application.events.SetCurrentNetworkListener