|
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.event.AbstractCyEvent<Object>
org.cytoscape.application.swing.events.CytoPanelStateChangedEvent
public final class CytoPanelStateChangedEvent
An event to indicate that a CytoPanel has changed state.
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 Summary | |
---|---|
CytoPanelStateChangedEvent(Object source,
CytoPanel cp,
CytoPanelState newState)
Constructor. |
Method Summary | |
---|---|
CytoPanel |
getCytoPanel()
Returns the CytoPanel whose state has changed. |
CytoPanelState |
getNewState()
Returns the new state of the CytoPanel. |
Methods inherited from class org.cytoscape.event.AbstractCyEvent |
---|
getListenerClass, getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
source
- The object firing the event.cp
- The CytoPanel whose state has changed.newState
- The new state of the CytoPanel.Method Detail |
---|
public CytoPanel getCytoPanel()
public CytoPanelState getNewState()
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |