|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CytoPanelComponent2
Implement this interface rather than 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>| Method Summary | |
|---|---|
String |
getIdentifier()
Returns this component's identifier, which should be unique. |
| Methods inherited from interface org.cytoscape.application.swing.CytoPanelComponent |
|---|
getComponent, getCytoPanelName, getIcon, getTitle |
| Method Detail |
|---|
String getIdentifier()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||