|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CytoPanelComponent
An interface that allows a component to be registered as a service
that will then be added to the appropriate CytoPanel
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Component getComponent()
CytoPanelName getCytoPanelName()
String getTitle()
Icon getIcon()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |