|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.cytoscape.work | |
---|---|
org.cytoscape.app | This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X. |
org.cytoscape.application.swing | This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API. |
org.cytoscape.io.read | Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. |
org.cytoscape.io.webservice | Interfaces for SOAP/REST web service clients, web services that return results as networks or tables, or query results. |
org.cytoscape.io.write | This package provides factory interfaces to be used by anyone wishing to provide export or writing capabilities to the rest of Cytoscape. |
org.cytoscape.task | This package provides base classes for common task factory types as well as their associated task types found in Cytoscape. |
org.cytoscape.task.create | This package provides a variety of task factory interfaces for creating new instances of network and other objects. |
org.cytoscape.task.edit | This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. |
org.cytoscape.task.read | This package contains a set of task factory interfaces for reading various Cytoscape objects from files and URLs. |
org.cytoscape.task.select | This package includes a set of task factory interfaces for selecting, de-selecting and inverting selections of nodes, edges, or combinations of both based on specific criteria. |
org.cytoscape.task.write | This package contains a set of task factory interfaces used for exporting or writing a variety of Cytoscape objects to files. |
org.cytoscape.view.layout | 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. |
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 . |
Classes in org.cytoscape.work used by org.cytoscape.app | |
---|---|
TaskManager
Executes the Tasks found in the TaskIterator provided by a TaskFactory. |
Classes in org.cytoscape.work used by org.cytoscape.application.swing | |
---|---|
TaskFactory
Returns an instance of a TaskIterator . |
Classes in org.cytoscape.work used by org.cytoscape.io.read | |
---|---|
Task
This interface specifies a unit of work to be executed asynchronously in its own Thread along with a user interface to
display its progress, provide a means for the user to
cancel the Task , and show information
about any Exception s thrown during its
execution. |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.io.webservice | |
---|---|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.io.write | |
---|---|
Task
This interface specifies a unit of work to be executed asynchronously in its own Thread along with a user interface to
display its progress, provide a means for the user to
cancel the Task , and show information
about any Exception s thrown during its
execution. |
Classes in org.cytoscape.work used by org.cytoscape.task | |
---|---|
AbstractTask
A base class for tasks that need to be able to access the TaskIterator that contains them. |
|
Task
This interface specifies a unit of work to be executed asynchronously in its own Thread along with a user interface to
display its progress, provide a means for the user to
cancel the Task , and show information
about any Exception s thrown during its
execution. |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.task.create | |
---|---|
TaskFactory
Returns an instance of a TaskIterator . |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.task.edit | |
---|---|
TaskFactory
Returns an instance of a TaskIterator . |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.task.read | |
---|---|
TaskFactory
Returns an instance of a TaskIterator . |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.task.select | |
---|---|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.task.write | |
---|---|
TaskFactory
Returns an instance of a TaskIterator . |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
Classes in org.cytoscape.work used by org.cytoscape.view.layout | |
---|---|
AbstractTask
A base class for tasks that need to be able to access the TaskIterator that contains them. |
|
Task
This interface specifies a unit of work to be executed asynchronously in its own Thread along with a user interface to
display its progress, provide a means for the user to
cancel the Task , and show information
about any Exception s thrown during its
execution. |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
|
TaskMonitor
Used by Task s to modify its user interface. |
|
Tunable
An annotation type that can be applied to a field or a method in order to allow TunableInterceptor to catch it,
and so to use its members to create a corresponding interface for a user. |
Classes in org.cytoscape.work used by org.cytoscape.work | |
---|---|
Task
This interface specifies a unit of work to be executed asynchronously in its own Thread along with a user interface to
display its progress, provide a means for the user to
cancel the Task , and show information
about any Exception s thrown during its
execution. |
|
TaskFactory
Returns an instance of a TaskIterator . |
|
TaskIterator
A TaskIterator provides the functionality of sequencing tasks. |
|
TaskManager
Executes the Tasks found in the TaskIterator provided by a TaskFactory. |
|
TaskMonitor
Used by Task s to modify its user interface. |
|
Tunable
An annotation type that can be applied to a field or a method in order to allow TunableInterceptor to catch it,
and so to use its members to create a corresponding interface for a user. |
|
TunableHandler
Interface for classes that deal with reading out and writing back Tunable s and their properties. |
|
TunableHandlerFactory
A factory service to create a TunableHandler for a single type of object,
determined by the type of the field or the return value of the getter method in the
appropriate methods. |
|
TunableMutator
This is a type of tunable interceptor that reads and modifies the values annotated with the Tunable
annotation. |
|
TunableRecorder
TunableRecorder is a special type of tunable interceptor that reads the state of the tunables but does not modify the value of the tunables. |
|
TunableValidator.ValidationState
This is what the TunableValidator can return. |
Classes in org.cytoscape.work used by org.cytoscape.work.swing | |
---|---|
AbstractTunableHandler
Provides the standard implementation for most of the methods declared by the TunableHandler interface. |
|
BasicTunableHandlerFactory
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. |
|
TaskManager
Executes the Tasks found in the TaskIterator provided by a TaskFactory. |
|
Tunable
An annotation type that can be applied to a field or a method in order to allow TunableInterceptor to catch it,
and so to use its members to create a corresponding interface for a user. |
|
TunableHandler
Interface for classes that deal with reading out and writing back Tunable s and their properties. |
|
TunableHandlerFactory
A factory service to create a TunableHandler for a single type of object,
determined by the type of the field or the return value of the getter method in the
appropriate methods. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |