public interface CytoPanelComponent
CytoPanel
.
To make your component discoverable by other apps, implement CytoPanelComponent2
instead.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 |
---|---|
Component |
getComponent()
Returns the Component to be added to the CytoPanel.
|
CytoPanelName |
getCytoPanelName()
Returns the name of the CytoPanel that this component should be added to.
|
Icon |
getIcon()
Returns the Icon to be used along with the title in the tab for this
this component.
|
String |
getTitle()
Returns the title of the tab within the CytoPanel for this component.
|
Component getComponent()
CytoPanelName getCytoPanelName()
String getTitle()
Icon getIcon()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.