|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.application.swing.AbstractToolBarComponent
public abstract class AbstractToolBarComponent
An abstract, convenience implementation of 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>| Field Summary | |
|---|---|
protected boolean |
isEnabled
Whether the toolbar component is enabled or not. |
protected float |
toolbarGravity
The gravity for this toolbar component. |
| Constructor Summary | |
|---|---|
AbstractToolBarComponent()
|
|
| Method Summary | |
|---|---|
float |
getToolBarGravity()
Returns the gravity value for this toolbar component. |
void |
setToolBarGravity(float gravity)
Sets the gravity for this toolbar component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.cytoscape.application.swing.ToolBarComponent |
|---|
getComponent |
| Field Detail |
|---|
protected float toolbarGravity
protected boolean isEnabled
| Constructor Detail |
|---|
public AbstractToolBarComponent()
| Method Detail |
|---|
public void setToolBarGravity(float gravity)
gravity - The gravity for this toolbar component.public float getToolBarGravity()
getToolBarGravity in interface ToolBarComponent
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||