public interface ToolBarComponent
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 ToolBar.
|
float |
getToolBarGravity()
Returns the gravity used to place this component in the toolbar.
|
float getToolBarGravity()
Component getComponent()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.