| Package | Description |
|---|---|
| org.cytoscape.command |
Interface to support execution of tasks as commands, including
the ability to get a list of namespaces, commands, and arguments,
and then execute those commands with a set of arguments.
|
| org.cytoscape.work |
This package defines the task framework, where tasks are units of work.
|
| org.cytoscape.work.properties | |
| 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 |
StringTunableHandlerFactory<T extends StringTunableHandler> |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTunableHandlerFactory<T extends TunableHandler>
A convenience implementation of TunableHandlerFactory that will construct a TunableHandler
of the specified type given the TunableHandler in question has at least two constructors, one
with Field, Object, Tunable parameters and the other with Method, Method, Object, Tunable parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TunableHandlerFactory<T>> |
AbstractTunableInterceptor.tunableHandlerFactories
A list of TunableHandlerFactory services that have been registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTunableInterceptor.addTunableHandlerFactory(TunableHandlerFactory<T> thf,
Map properties)
Allows TunableHandlerFactory services to be added to the list of factories used
to process Tunables.
|
void |
AbstractTunableInterceptor.removeTunableHandlerFactory(TunableHandlerFactory<T> thf,
Map properties)
Allows TunableHandlerFactory services to be removed from the list of factories used
to process Tunables.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TunablePropertyHandlerFactory<T extends TunablePropertyHandler>
A specialization of TunableHandlerFactory for TunablePropertyHandler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GUITunableHandlerFactory<T extends GUITunableHandler>
A specialization fo TunableHandlerFactory for GUITunableHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGUITunableHandlerFactory<T extends GUITunableHandler>
A specialization for GUITunableHandlers.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.