Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.gui.event
Class LexiconStateChangedEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<Object>
      extended by org.cytoscape.view.vizmap.gui.event.LexiconStateChangedEvent
All Implemented Interfaces:
CyEvent<Object>

public final class LexiconStateChangedEvent
extends AbstractCyEvent<Object>

Tell listeners a enabled/disabled visual properties.


Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

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

LexiconStateChangedEvent

public LexiconStateChangedEvent(Object source,
                                Set<VisualProperty<?>> enabled,
                                Set<VisualProperty<?>> disabled)
Constructor of the event.

Parameters:
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

getDisabled

public Set<VisualProperty<?>> getDisabled()
Get set of Visual Properties to be disabled in the lexicon.

Returns:
set of lexicon to be disabled

getEnabled

public Set<VisualProperty<?>> getEnabled()
Get set of Visual Properties to be enabled in the lexicon.

Returns:
set of VP to be enabled.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.