public interface CytoPanelComponent2 extends CytoPanelComponent
CytoPanelComponent
, if you want to allow your component to be retrieved
from the CytoPanel
by its identifier. See CytoPanel.indexOfComponent(String)
.Module: swing-application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-application-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Returns this component's identifier, which should be unique.
|
getComponent, getCytoPanelName, getIcon, getTitle
String getIdentifier()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.