Package | Description |
---|---|
org.cytoscape.work.swing |
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory , TaskManager ,
and TaskIterator . |
Modifier and Type | Interface and Description |
---|---|
interface |
GUITunableHandlerFactory<T extends GUITunableHandler>
A specialization fo TunableHandlerFactory for GUITunableHandler.
|
class |
SimpleGUITunableHandlerFactory<T extends GUITunableHandler>
A specialization for GUITunableHandlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGUITunableHandler
Base class for the various Swing implementations of
TunableHandler . |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.