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 |
StringTunableHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStringTunableHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTunableInterceptor<T extends TunableHandler>
An abstract base class for TunableRecorder and TunableMutator implementations.
|
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.
|
interface |
TunableHandlerFactory<T extends TunableHandler>
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. |
interface |
TunableMutator<T extends TunableHandler,S>
This is a type of tunable interceptor that reads and
modifies the values annotated with the
Tunable
annotation. |
interface |
TunableRecorder<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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTunableHandler
Provides the standard implementation for most of the methods declared by the
TunableHandler interface.
|
Modifier and Type | Method and Description |
---|---|
int |
TunableGravityOrderer.compare(TunableHandler t1,
TunableHandler t2) |
Modifier and Type | Interface and Description |
---|---|
interface |
TunablePropertyHandler
An extension of
TunableHandler with added functionality to support
converting to/from a String. |
Modifier and Type | Interface and Description |
---|---|
interface |
GUITunableHandler
An extension of
TunableHandler with added functionality to support
the construction of a Swing-based UI. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGUITunableHandler
Base class for the various Swing implementations of
TunableHandler . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.