Uses of Interface
org.cytoscape.work.swing.GUITunableHandler
Package
Description
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
Modifier and TypeInterfaceDescriptioninterface
GUITunableHandlerFactory<T extends GUITunableHandler>
A specialization fo TunableHandlerFactory for GUITunableHandler.final class
SimpleGUITunableHandlerFactory<T extends GUITunableHandler>
A specialization for GUITunableHandlers.Modifier and TypeClassDescriptionclass
Base class for the various Swing implementations ofTunableHandler
.Modifier and TypeMethodDescriptionAbstractGUITunableHandler.TunableFieldPanel.getTunableHandler()
Modifier and TypeMethodDescriptionvoid
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.