Uses of Interface
org.cytoscape.application.swing.CytoPanelComponent
-
Packages that use CytoPanelComponent Package Description org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API. -
-
Uses of CytoPanelComponent in org.cytoscape.application.swing
Subinterfaces of CytoPanelComponent in org.cytoscape.application.swing Modifier and Type Interface Description interface
CytoPanelComponent2
Implement this interface rather thanCytoPanelComponent
, if you want to allow your component to be retrieved from theCytoPanel
by its identifier.
-