|
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.view.vizmap.gui.event.LexiconStateChangedEvent
public final class LexiconStateChangedEvent
Tell listeners a enabled/disabled visual properties.
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 Summary | |
|---|---|
LexiconStateChangedEvent(Object source,
Set<VisualProperty<?>> enabled,
Set<VisualProperty<?>> disabled)
Constructor of the event. |
|
| Method Summary | |
|---|---|
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. |
| 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 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.| Method Detail |
|---|
public Set<VisualProperty<?>> getDisabled()
public Set<VisualProperty<?>> getEnabled()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||