public final class CytoPanelComponentSelectedEvent extends AbstractCyEvent<Object>
CytoPanelComponent has been selected.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>| Constructor and Description |
|---|
CytoPanelComponentSelectedEvent(Object source,
CytoPanel cp,
int index)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CytoPanel |
getCytoPanel()
Returns the CytoPanel on which a component was selected.
|
int |
getSelectedIndex()
Returns the index of the CytoPanelComponent selected.
|
getListenerClass, getSourcepublic CytoPanel getCytoPanel()
public int getSelectedIndex()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.