public final class LexiconStateChangedEvent extends AbstractCyEvent<Object>
Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-gui-api</artifactId>
</dependency>| Constructor and Description |
|---|
LexiconStateChangedEvent(Object source,
Set<VisualProperty<?>> enabled,
Set<VisualProperty<?>> disabled)
Constructor of the event.
|
| Modifier and Type | Method and Description |
|---|---|
Set<VisualProperty<?>> |
getDisabled()
Get set of Visual Properties to be disabled in the lexicon.
|
Set<VisualProperty<?>> |
getEnabled()
Get set of Visual Properties to be enabled in the lexicon.
|
getListenerClass, getSourcepublic LexiconStateChangedEvent(Object source, Set<VisualProperty<?>> enabled, Set<VisualProperty<?>> disabled)
source - Source of this event.enabled - set of Visual Properties to be enabled in the lexicon.disabled - set of Visual Properties to be disabled in the lexicon.public Set<VisualProperty<?>> getDisabled()
public Set<VisualProperty<?>> getEnabled()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.