Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.work.swing.GUITunableHandler

Packages that use GUITunableHandler
org.cytoscape.work.swing This packages provides Swing-specific specialisations of concepts from work-api This includes TaskFactory, TaskManager, and TaskIterator
 

Uses of GUITunableHandler in org.cytoscape.work.swing
 

Classes in org.cytoscape.work.swing with type parameters of type GUITunableHandler
 interface GUITunableHandlerFactory<T extends GUITunableHandler>
          A specialization fo TunableHandlerFactory for GUITunableHandler.
 class SimpleGUITunableHandlerFactory<T extends GUITunableHandler>
          A specialization for GUITunableHandlers.
 

Classes in org.cytoscape.work.swing that implement GUITunableHandler
 class AbstractGUITunableHandler
          Base class for the various Swing implementations of TunableHandler.
 

Methods in org.cytoscape.work.swing with parameters of type GUITunableHandler
 void GUITunableHandler.addChangeListener(GUITunableHandler gh)
          Adds a GUITunableHandler that listens to THIS tunable handler.
 void AbstractGUITunableHandler.addChangeListener(GUITunableHandler gh)
          Adds the argument as a new dependency to this GUITunableHandler.
 void GUITunableHandler.addDependent(GUITunableHandler gh)
          Adds a GUITunableHandler that depends on THIS tunable handler.
 void AbstractGUITunableHandler.addDependent(GUITunableHandler gh)
          Adds the argument as a new dependency to this GUITunableHandler.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.