Uses of Interface
org.cytoscape.work.swing.GUITunableHandler
-
Packages that use GUITunableHandler Package Description org.cytoscape.work.swing This packages provides Swing-specific specialisations of concepts from work-api This includesTaskFactory
,TaskManager
, andTaskIterator
. -
-
Uses of GUITunableHandler in org.cytoscape.work.swing
Classes in org.cytoscape.work.swing with type parameters of type GUITunableHandler Modifier and Type Interface Description 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 Modifier and Type Class Description class
AbstractGUITunableHandler
Base class for the various Swing implementations ofTunableHandler
.Methods in org.cytoscape.work.swing that return GUITunableHandler Modifier and Type Method Description GUITunableHandler
AbstractGUITunableHandler.TunableFieldPanel. getTunableHandler()
Methods in org.cytoscape.work.swing with parameters of type GUITunableHandler Modifier and Type Method Description void
AbstractGUITunableHandler. addChangeListener(GUITunableHandler gh)
Adds the argument as a new dependency to thisGUITunableHandler
.void
GUITunableHandler. addChangeListener(GUITunableHandler gh)
Adds aGUITunableHandler
that listens to THIS tunable handler.void
AbstractGUITunableHandler. addDependent(GUITunableHandler gh)
Adds the argument as a new dependency to thisGUITunableHandler
.void
GUITunableHandler. addDependent(GUITunableHandler gh)
Adds aGUITunableHandler
that depends on THIS tunable handler.
-