Uses of Interface
org.cytoscape.work.TunableHandler
-
Packages that use TunableHandler 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 includesTaskFactory,TaskManager, andTaskIterator. -
-
Uses of TunableHandler in org.cytoscape.command
Subinterfaces of TunableHandler in org.cytoscape.command Modifier and Type Interface Description interfaceStringTunableHandlerClasses in org.cytoscape.command that implement TunableHandler Modifier and Type Class Description classAbstractStringTunableHandler -
Uses of TunableHandler in org.cytoscape.work
Classes in org.cytoscape.work with type parameters of type TunableHandler Modifier and Type Class Description classAbstractTunableInterceptor<T extends TunableHandler>An abstract base class for TunableRecorder and TunableMutator implementations.classBasicTunableHandlerFactory<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.interfaceTunableHandlerFactory<T extends TunableHandler>A factory service to create aTunableHandlerfor a single type of object, determined by the type of the field or the return value of the getter method in the appropriate methods.interfaceTunableMutator<T extends TunableHandler,S>This is a type of tunable interceptor that reads and modifies the values annotated with theTunableannotation.interfaceTunableRecorder<T extends TunableHandler>TunableRecorder is a special type of tunable interceptor that reads the state of the tunables but does not modify the value of the tunables.Classes in org.cytoscape.work that implement TunableHandler Modifier and Type Class Description classAbstractTunableHandlerProvides the standard implementation for most of the methods declared by the TunableHandler interface.Methods in org.cytoscape.work with parameters of type TunableHandler Modifier and Type Method Description intTunableGravityOrderer. compare(TunableHandler t1, TunableHandler t2) -
Uses of TunableHandler in org.cytoscape.work.properties
Subinterfaces of TunableHandler in org.cytoscape.work.properties Modifier and Type Interface Description interfaceTunablePropertyHandlerAn extension ofTunableHandlerwith added functionality to support converting to/from a String. -
Uses of TunableHandler in org.cytoscape.work.swing
Subinterfaces of TunableHandler in org.cytoscape.work.swing Modifier and Type Interface Description interfaceGUITunableHandlerAn extension ofTunableHandlerwith added functionality to support the construction of a Swing-based UI.Classes in org.cytoscape.work.swing that implement TunableHandler Modifier and Type Class Description classAbstractGUITunableHandlerBase class for the various Swing implementations ofTunableHandler.
-