|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TunableHandlerFactory | |
---|---|
org.cytoscape.work | This packages everything relating to tasks in Cytoscape. |
org.cytoscape.work.swing | This packages provides Swing-specific specialisations of concepts from work-api
This includes TaskFactory , TaskManager ,
and TaskIterator . |
Uses of TunableHandlerFactory in org.cytoscape.work |
---|
Classes in org.cytoscape.work that implement TunableHandlerFactory | |
---|---|
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. |
Fields in org.cytoscape.work with type parameters of type TunableHandlerFactory | |
---|---|
protected List<TunableHandlerFactory<T>> |
AbstractTunableInterceptor.tunableHandlerFactories
A list of TunableHandlerFactory services that have been registered. |
Methods in org.cytoscape.work with parameters of type TunableHandlerFactory | |
---|---|
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. |
Uses of TunableHandlerFactory in org.cytoscape.work.swing |
---|
Subinterfaces of TunableHandlerFactory in org.cytoscape.work.swing | |
---|---|
interface |
GUITunableHandlerFactory<T extends GUITunableHandler>
A specialization fo TunableHandlerFactory for GUITunableHandler. |
Classes in org.cytoscape.work.swing that implement TunableHandlerFactory | |
---|---|
class |
SimpleGUITunableHandlerFactory<T extends GUITunableHandler>
A specialization for GUITunableHandlers. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |