public final class GroupAboutToCollapseEvent extends AbstractCyEvent<CyGroup>
Module: group-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>group-api</artifactId> </dependency>
Constructor and Description |
---|
GroupAboutToCollapseEvent(CyGroup source,
CyNetwork network,
boolean collapsing)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
collapsing()
Is the group collapsed or expanded?
|
CyNetwork |
getNetwork() |
getListenerClass, getSource
public boolean collapsing()
public final CyNetwork getNetwork()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.