Uses of Interface
org.cytoscape.work.swing.GUITunableHandler
Packages that use 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
Classes in org.cytoscape.work.swing with type parameters of type GUITunableHandlerModifier and TypeInterfaceDescriptioninterfaceGUITunableHandlerFactory<T extends GUITunableHandler>A specialization fo TunableHandlerFactory for GUITunableHandler.final classSimpleGUITunableHandlerFactory<T extends GUITunableHandler>A specialization for GUITunableHandlers.Classes in org.cytoscape.work.swing that implement GUITunableHandlerModifier and TypeClassDescriptionclassBase class for the various Swing implementations ofTunableHandler.Methods in org.cytoscape.work.swing that return GUITunableHandlerModifier and TypeMethodDescriptionAbstractGUITunableHandler.TunableFieldPanel.getTunableHandler()Methods in org.cytoscape.work.swing with parameters of type GUITunableHandlerModifier and TypeMethodDescriptionvoidAbstractGUITunableHandler.addChangeListener(GUITunableHandler gh) Adds the argument as a new dependency to thisGUITunableHandler.voidGUITunableHandler.addChangeListener(GUITunableHandler gh) Adds aGUITunableHandlerthat listens to THIS tunable handler.voidAbstractGUITunableHandler.addDependent(GUITunableHandler gh) Adds the argument as a new dependency to thisGUITunableHandler.voidGUITunableHandler.addDependent(GUITunableHandler gh) Adds aGUITunableHandlerthat depends on THIS tunable handler.