Uses of Annotation Interface
org.cytoscape.work.Tunable
Packages that use Tunable
Package
Description
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.
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides access to the available layout algorithms, as well as provides abstract layout
classes and layout information containers for the convenience of implementing other layout algorithms.
This package defines the task framework, where tasks are units of work.
This packages provides Swing-specific specialisations of concepts from work-api
This includes
TaskFactory, TaskManager,
and TaskIterator.-
Uses of Tunable in org.cytoscape.command
Constructors in org.cytoscape.command with parameters of type TunableModifierConstructorDescriptionAbstractStringTunableHandler(Field f, Object o, Tunable t) AbstractStringTunableHandler(Method get, Method set, Object o, Tunable t) -
Uses of Tunable in org.cytoscape.io.read
Methods in org.cytoscape.io.read with annotations of type TunableModifier and TypeMethodDescriptionAbstractCyNetworkReader.getNetworkViewRendererList()AbstractCyNetworkReader.getRootNetworkList()AbstractCyNetworkReader.getTargetColumnList() -
Uses of Tunable in org.cytoscape.view.layout
Fields in org.cytoscape.view.layout with annotations of type TunableModifier and TypeFieldDescriptiondoubleEdgeWeighter.defaultEdgeWeightdoubleEdgeWeighter.maxWeightCutoffdoubleEdgeWeighter.minWeightCutoffMethods in org.cytoscape.view.layout with annotations of type Tunable -
Uses of Tunable in org.cytoscape.work
Methods in org.cytoscape.work with parameters of type TunableModifier and TypeMethodDescriptionfinal TBasicTunableHandlerFactory.createTunableHandler(Field field, Object instance, Tunable tunable) final TBasicTunableHandlerFactory.createTunableHandler(Method getter, Method setter, Object instance, Tunable tunable) TunableHandlerFactory.createTunableHandler(Field field, Object instance, Tunable tunable) This method returns aTunableHandlerfor a field annotated as aTunableif this factory can produce an appropriate handler for this type of field.TunableHandlerFactory.createTunableHandler(Method getter, Method setter, Object instance, Tunable tunable) This method returns aTunableHandlerfor a method annotated as aTunableif this factory can produce an appropriate handler for this type of method.Constructors in org.cytoscape.work with parameters of type TunableModifierConstructorDescriptionAbstractTunableHandler(Field field, Object instance, Tunable tunable) Standard base class constructor forTunableHandlers that deal withTunables that annotate a field.AbstractTunableHandler(Method getter, Method setter, Object instance, Tunable tunable) Standard base class constructor forTunableHandlers that deal withTunables that use getter and setter methods. -
Uses of Tunable in org.cytoscape.work.swing
Constructors in org.cytoscape.work.swing with parameters of type TunableModifierConstructorDescriptionprotectedAbstractGUITunableHandler(Field field, Object instance, Tunable tunable) Standard base class constructor forTunableHandlers that deal withTunables that annotate a control.protectedAbstractGUITunableHandler(Method getter, Method setter, Object instance, Tunable tunable) Standard base class constructor forTunableHandlers that deal withTunables that use getter and setter methods.