- abortShutdown(String) - Method in class org.cytoscape.application.events.CyShutdownEvent
-
A callback to the firing class that allows a listener to
abort the shutdown.
- abortShutdownReason() - Method in class org.cytoscape.application.events.CyShutdownEvent
-
Returns the reason that the application should not be shut down.
- AboutToRemoveEdgesEvent - Class in org.cytoscape.model.events
-
Fired before an edge is actually removed so that listeners
have a chance to clean up before the edge object disappears.
- AboutToRemoveEdgesEvent(CyNetwork, Collection<CyEdge>) - Constructor for class org.cytoscape.model.events.AboutToRemoveEdgesEvent
-
Constructs event.
- AboutToRemoveEdgesListener - Interface in org.cytoscape.model.events
-
Listener for AboutToRemoveEdgeEvents.
- AboutToRemoveEdgeViewsEvent - Class in org.cytoscape.view.model.events
-
When edge
View
s are about to be removed from a
CyNetworkView, this event will be fired.
- AboutToRemoveEdgeViewsEvent(CyNetworkView, Collection<View<CyEdge>>) - Constructor for class org.cytoscape.view.model.events.AboutToRemoveEdgeViewsEvent
-
Creates the event for about to be removed edge views.
- AboutToRemoveEdgeViewsListener - Interface in org.cytoscape.view.model.events
-
- AboutToRemoveNodesEvent - Class in org.cytoscape.model.events
-
Fired before a node is actually removed so that listeners
have a chance to clean up before the node object disappears.
- AboutToRemoveNodesEvent(CyNetwork, Collection<CyNode>) - Constructor for class org.cytoscape.model.events.AboutToRemoveNodesEvent
-
Constructs event.
- AboutToRemoveNodesListener - Interface in org.cytoscape.model.events
-
Listener for AboutToRemoveNodeEvents.
- AboutToRemoveNodeViewsEvent - Class in org.cytoscape.view.model.events
-
When node
View
s are about to be removed from a
CyNetworkView, this event will be fired.
- AboutToRemoveNodeViewsEvent(CyNetworkView, Collection<View<CyNode>>) - Constructor for class org.cytoscape.view.model.events.AboutToRemoveNodeViewsEvent
-
Creates the event for about to be removed node views.
- AboutToRemoveNodeViewsListener - Interface in org.cytoscape.view.model.events
-
- AbstractBounded<N extends Comparable<N>> - Class in org.cytoscape.work.util
-
A bounded number object whose bounds values cannot be modified
- AbstractBounded(N, N, N, boolean, boolean) - Constructor for class org.cytoscape.work.util.AbstractBounded
-
Creates a new Bounded object.
- AbstractCellEditor - Class in org.cytoscape.util.swing
-
An abstract, convenience implementation of a Cell Editor that
really only adds event listener support.
- AbstractCellEditor() - Constructor for class org.cytoscape.util.swing.AbstractCellEditor
-
- AbstractConfigDirPropsReader - Class in org.cytoscape.property
-
An abstract implementation of CyProperty<Properties> that attempts to read the specified
properties file first from the jar file running this code and then appends any properties
found in the local configuration directory to that properties object.
- AbstractConfigDirPropsReader(String, String, CyProperty.SavePolicy) - Constructor for class org.cytoscape.property.AbstractConfigDirPropsReader
-
Creates a new AbstractConfigDirPropsReader object.
- AbstractCyAction - Class in org.cytoscape.application.swing
-
An abstract implementation of the CyAction interface.
- AbstractCyAction(String) - Constructor for class org.cytoscape.application.swing.AbstractCyAction
-
Creates a new AbstractCyAction object that is
always enabled.
- AbstractCyAction(String, CyApplicationManager, String, CyNetworkViewManager) - Constructor for class org.cytoscape.application.swing.AbstractCyAction
-
Creates a new AbstractCyAction object that is enabled for the
specific "enableFor" state.
- AbstractCyAction(Map<String, String>, CyApplicationManager, CyNetworkViewManager) - Constructor for class org.cytoscape.application.swing.AbstractCyAction
-
Creates a new AbstractCyAction object.
- AbstractCyAction(Map<String, String>, TaskFactory) - Constructor for class org.cytoscape.application.swing.AbstractCyAction
-
Creates a new AbstractCyAction object.
- AbstractCyAction(Map<String, String>, CyApplicationManager, CyNetworkViewManager, TaskFactory) - Constructor for class org.cytoscape.application.swing.AbstractCyAction
-
Creates a new AbstractCyAction object.
- AbstractCyActivator - Class in org.cytoscape.service.util
-
A simple BundleActivator with convenience methods for registering
OSGi services and either getting references to single services or
registering interest in all services of a specified type.
- AbstractCyActivator() - Constructor for class org.cytoscape.service.util.AbstractCyActivator
-
Constructor.
- AbstractCyApp - Class in org.cytoscape.app
-
The primary app interface for Cytoscape that all
apps must extend.
- AbstractCyApp(CyAppAdapter) - Constructor for class org.cytoscape.app.AbstractCyApp
-
The constructor that all apps must call using "super(adapter);" where
the "adapter" is a
CyAppAdapter
reference provided as an
argument to the constructor.
- AbstractCyEdit - Class in org.cytoscape.work.undo
-
A small class used to create new undoable edits.
- AbstractCyEdit(String) - Constructor for class org.cytoscape.work.undo.AbstractCyEdit
-
Constructor.
- AbstractCyEvent<T> - Class in org.cytoscape.event
-
A base implementation of
CyEvent
that can be used by events.
- AbstractCyEvent(T, Class<?>) - Constructor for class org.cytoscape.event.AbstractCyEvent
-
Constructor.
- AbstractCyJob - Class in org.cytoscape.jobs
-
This can be used as a base class for custom implementations of
CyJob
- AbstractCyJob(String, String, CyJobExecutionService, CyJobDataService, CyJobMonitor) - Constructor for class org.cytoscape.jobs.AbstractCyJob
-
- AbstractCyNetworkReader - Class in org.cytoscape.io.read
-
- AbstractCyNetworkReader(InputStream, CyApplicationManager, CyNetworkFactory, CyNetworkManager, CyRootNetworkManager) - Constructor for class org.cytoscape.io.read.AbstractCyNetworkReader
-
- AbstractCyNetworkReader(InputStream, CyNetworkViewFactory, CyNetworkFactory, CyNetworkManager, CyRootNetworkManager) - Constructor for class org.cytoscape.io.read.AbstractCyNetworkReader
-
- AbstractCyPayloadEvent<T,P> - Class in org.cytoscape.event
-
- AbstractCyPayloadEvent(T, Class<?>, Collection<P>) - Constructor for class org.cytoscape.event.AbstractCyPayloadEvent
-
Constructor.
- AbstractCySwingApp - Class in org.cytoscape.app.swing
-
The primary Swing-based app interface for Cytoscape that all
Swing-based apps must extend.
- AbstractCySwingApp(CySwingAppAdapter) - Constructor for class org.cytoscape.app.swing.AbstractCySwingApp
-
The constructor that all apps must call using "super(adapter);" where
the "adapter" is a
CySwingAppAdapter
reference provided as an
argument to the constructor.
- AbstractEdgeViewTask - Class in org.cytoscape.task
-
The base class for all tasks that need to operate on an edge view and possibly its associated network view.
- AbstractEdgeViewTask(View<CyEdge>, CyNetworkView) - Constructor for class org.cytoscape.task.AbstractEdgeViewTask
-
Base constructor for all tasks that need an edge view to operate on.
- AbstractEdgeViewTaskFactory - Class in org.cytoscape.task
-
An EdgeViewTaskFactory that is always ready to produce a TaskIterator.
- AbstractEdgeViewTaskFactory() - Constructor for class org.cytoscape.task.AbstractEdgeViewTaskFactory
-
- AbstractFunction - Class in org.cytoscape.equations
-
Base class for all
Function
implementations.
- AbstractFunction(ArgDescriptor[]) - Constructor for class org.cytoscape.equations.AbstractFunction
-
Base class constructor for easy creation of Function
s from function argument descriptors.
- AbstractGUITunableHandler - Class in org.cytoscape.work.swing
-
Base class for the various Swing implementations of TunableHandler
.
- AbstractGUITunableHandler(Field, Object, Tunable) - Constructor for class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Standard base class constructor for TunableHandler
s that deal with
Tunable
s that annotate a control.
- AbstractGUITunableHandler(Method, Method, Object, Tunable) - Constructor for class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Standard base class constructor for TunableHandler
s that deal with
Tunable
s that use getter and setter methods.
- AbstractGUITunableHandler.TunableFieldPanel - Class in org.cytoscape.work.swing
-
The main goal of this panel is to store the handler's label and control, in order to make it
possible to consistently align labels and controls created by different AbstractGUITunableHandler
subclasses when creating the Tunable form.
- AbstractInputStreamTaskFactory - Class in org.cytoscape.io.read
-
TODO: Missing documentation
- AbstractInputStreamTaskFactory(CyFileFilter) - Constructor for class org.cytoscape.io.read.AbstractInputStreamTaskFactory
-
- AbstractLayoutAlgorithm - Class in org.cytoscape.view.layout
-
The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.
- AbstractLayoutAlgorithm(String, String, UndoSupport) - Constructor for class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
The Constructor.
- AbstractLayoutTask - Class in org.cytoscape.view.layout
-
This is a basic implementation of a LayoutAlgorithm Task that does some
bookkeeping, but primarily delegates to the doLayout() method.
- AbstractLayoutTask(String, CyNetworkView, Set<View<CyNode>>, String, UndoSupport) - Constructor for class org.cytoscape.view.layout.AbstractLayoutTask
-
Constructor.
- AbstractNetworkCollectionTask - Class in org.cytoscape.task
-
The base class for all tasks that need to operate on a Collection of
CyNetwork
s.
- AbstractNetworkCollectionTask(Collection<CyNetwork>) - Constructor for class org.cytoscape.task.AbstractNetworkCollectionTask
-
Base Constructor for a task that will operate on a collection of networks
- AbstractNetworkCollectionTaskFactory - Class in org.cytoscape.task
-
An NetworkCollectionTaskFactory that is always ready to produce a TaskIterator.
- AbstractNetworkCollectionTaskFactory() - Constructor for class org.cytoscape.task.AbstractNetworkCollectionTaskFactory
-
- AbstractNetworkTask - Class in org.cytoscape.task
-
Base class for all tasks that need to operate on a
CyNetwork
.
- AbstractNetworkTask(CyNetwork) - Constructor for class org.cytoscape.task.AbstractNetworkTask
-
Base class for tasks that need to operate on a
CyNetwork
- AbstractNetworkTaskFactory - Class in org.cytoscape.task
-
A NetworkTaskFactory that is always ready to produce a TaskIterator.
- AbstractNetworkTaskFactory() - Constructor for class org.cytoscape.task.AbstractNetworkTaskFactory
-
- AbstractNetworkViewCollectionTask - Class in org.cytoscape.task
-
The base class for all tasks that need to operate on a Collection of
CyNetworkView
s.
- AbstractNetworkViewCollectionTask(Collection<CyNetworkView>) - Constructor for class org.cytoscape.task.AbstractNetworkViewCollectionTask
-
Base class for any tasks that need to operate on a collection of network views.
- AbstractNetworkViewCollectionTaskFactory - Class in org.cytoscape.task
-
A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.
- AbstractNetworkViewCollectionTaskFactory() - Constructor for class org.cytoscape.task.AbstractNetworkViewCollectionTaskFactory
-
- AbstractNetworkViewLocationTaskFactory - Class in org.cytoscape.task
-
A base class for task factories that need to add a functionality to the network view
considering a given location (for example adding a node where a mouse was clicked).
- AbstractNetworkViewLocationTaskFactory() - Constructor for class org.cytoscape.task.AbstractNetworkViewLocationTaskFactory
-
- AbstractNetworkViewTask - Class in org.cytoscape.task
-
The base class for all tasks that need to operate on a network view.
- AbstractNetworkViewTask(CyNetworkView) - Constructor for class org.cytoscape.task.AbstractNetworkViewTask
-
A base class for tasks that need to operate on a network view.
- AbstractNetworkViewTaskFactory - Class in org.cytoscape.task
-
A NetworkViewTaskFactory that is always ready to produce a TaskIterator.
- AbstractNetworkViewTaskFactory() - Constructor for class org.cytoscape.task.AbstractNetworkViewTaskFactory
-
- AbstractNode - Class in org.cytoscape.equations
-
A node in the parse tree.
- AbstractNode(int) - Constructor for class org.cytoscape.equations.AbstractNode
-
Base class constructor for any Node
type.
- AbstractNodeViewTask - Class in org.cytoscape.task
-
The base class for all tasks that need to operate on a node view and possibly its associated network view.
- AbstractNodeViewTask(View<CyNode>, CyNetworkView) - Constructor for class org.cytoscape.task.AbstractNodeViewTask
-
Base class constructor for all tasks that need to operate on a node view and possibly its associated network view.
- AbstractNodeViewTaskFactory - Class in org.cytoscape.task
-
A NodeViewTaskFactory that is always ready to produce a TaskIterator.
- AbstractNodeViewTaskFactory() - Constructor for class org.cytoscape.task.AbstractNodeViewTaskFactory
-
- AbstractParallelPartitionLayoutTask - Class in org.cytoscape.view.layout
-
This is an even more helpful implementation of a LayoutAlgorithm Task
that extends AbstractPartitionLayoutTask and does the work of partitioning
the CyNetworkView so that partitions may be laid out individually.
- AbstractParallelPartitionLayoutTask(String, boolean, CyNetworkView, Set<View<CyNode>>, String, UndoSupport) - Constructor for class org.cytoscape.view.layout.AbstractParallelPartitionLayoutTask
-
Creates a new AbstractPartitionLayoutTask object.
- AbstractPartitionLayoutTask - Class in org.cytoscape.view.layout
-
This is a more helpful implementation of a LayoutAlgorithm Task
that extends AbstractBasicLayoutTask and does the work of partitioning
the CyNetworkView so that partitions may be laid out individually.
- AbstractPartitionLayoutTask(String, boolean, CyNetworkView, Set<View<CyNode>>, String, UndoSupport) - Constructor for class org.cytoscape.view.layout.AbstractPartitionLayoutTask
-
Creates a new AbstractPartitionLayoutTask object.
- AbstractRowTask - Class in org.cytoscape.task
-
Base class for all tasks that need to operate on a
CyRow
.
- AbstractRowTask(CyRow) - Constructor for class org.cytoscape.task.AbstractRowTask
-
Base class constructor for all tasks that need to be provisioned with a CyRow.
- AbstractStringTunableHandler - Class in org.cytoscape.command
-
- AbstractStringTunableHandler(Field, Object, Tunable) - Constructor for class org.cytoscape.command.AbstractStringTunableHandler
-
- AbstractStringTunableHandler(Method, Method, Object, Tunable) - Constructor for class org.cytoscape.command.AbstractStringTunableHandler
-
- AbstractTableCellTask - Class in org.cytoscape.task
-
A base class for Tasks that need to operate on a single CyTable cell.
- AbstractTableCellTask(CyColumn, Object) - Constructor for class org.cytoscape.task.AbstractTableCellTask
-
Initializes a Task that needs to operate on a CyTable cell entry.
- AbstractTableCellTaskFactory - Class in org.cytoscape.task
-
A TableCellTaskFactory that is always ready to produce a TaskIterator.
- AbstractTableCellTaskFactory() - Constructor for class org.cytoscape.task.AbstractTableCellTaskFactory
-
- AbstractTableColumnTask - Class in org.cytoscape.task
-
A base class for Tasks that need to operate on an entire CyTable column.
- AbstractTableColumnTask(CyColumn) - Constructor for class org.cytoscape.task.AbstractTableColumnTask
-
Initializes a Task that needs to operate on a CyTable column.
- AbstractTableColumnTaskFactory - Class in org.cytoscape.task
-
A TableColumnTaskFactory that is always ready to produce a TaskIterator.
- AbstractTableColumnTaskFactory() - Constructor for class org.cytoscape.task.AbstractTableColumnTaskFactory
-
- AbstractTableTask - Class in org.cytoscape.task
-
A base class for Tasks that need to operate on an entire
CyTable
.
- AbstractTableTask(CyTable) - Constructor for class org.cytoscape.task.AbstractTableTask
-
Initializes a Task that needs to operate on a
CyTable
.
- AbstractTableTaskFactory - Class in org.cytoscape.task
-
A TableTaskFactory that is always ready to produce a TaskIterator.
- AbstractTableTaskFactory() - Constructor for class org.cytoscape.task.AbstractTableTaskFactory
-
- AbstractTask - Class in org.cytoscape.work
-
A base class for tasks that need to be able to access the TaskIterator that contains them.
- AbstractTask() - Constructor for class org.cytoscape.work.AbstractTask
-
- AbstractTaskFactory - Class in org.cytoscape.work
-
A TaskFactory that is always ready to produce a TaskIterator.
- AbstractTaskFactory() - Constructor for class org.cytoscape.work.AbstractTaskFactory
-
- AbstractTaskManager<T,C> - Class in org.cytoscape.work
-
Provides access to a TunableInterceptor to all derived classes and a
utility method to determine if an object has been annotated with Tunables.
- AbstractTaskManager(TunableMutator) - Constructor for class org.cytoscape.work.AbstractTaskManager
-
Initializes an AbstractTaskManager
object by setting
its TunableInterceptor
.
- AbstractToolBarComponent - Class in org.cytoscape.application.swing
-
An abstract, convenience implementation of ToolBarComponent.
- AbstractToolBarComponent() - Constructor for class org.cytoscape.application.swing.AbstractToolBarComponent
-
- AbstractTransformer<C,E> - Class in org.cytoscape.filter.model
-
A convenience base class for Transformers.
- AbstractTransformer() - Constructor for class org.cytoscape.filter.model.AbstractTransformer
-
Creates a new AbstractTransformer.
- AbstractTreeTableModel - Class in org.cytoscape.util.swing
-
An abstract implementation of the TreeTableModel interface, handling the list
of listeners.
- AbstractTreeTableModel(Object) - Constructor for class org.cytoscape.util.swing.AbstractTreeTableModel
-
Creates a new AbstractTreeTableModel object.
- AbstractTunableHandler - Class in org.cytoscape.work
-
Provides the standard implementation for most of the methods declared by the
TunableHandler interface.
- AbstractTunableHandler(Field, Object, Tunable) - Constructor for class org.cytoscape.work.AbstractTunableHandler
-
Standard base class constructor for TunableHandler
s that deal with
Tunable
s that annotate a field.
- AbstractTunableHandler(Method, Method, Object, Tunable) - Constructor for class org.cytoscape.work.AbstractTunableHandler
-
Standard base class constructor for TunableHandler
s that deal with
Tunable
s that use getter and setter methods.
- AbstractTunableInterceptor<T extends TunableHandler> - Class in org.cytoscape.work
-
An abstract base class for TunableRecorder and TunableMutator implementations.
- AbstractTunableInterceptor() - Constructor for class org.cytoscape.work.AbstractTunableInterceptor
-
Creates a new AbstractTunableInterceptor object.
- AbstractViewUpdater<S> - Class in org.cytoscape.application.swing
-
- AbstractViewUpdater(VisualProperty<S>, String, Map<CyRow, View<?>>) - Constructor for class org.cytoscape.application.swing.AbstractViewUpdater
-
Constructor.
- AbstractVisualMappingFunction<K,V> - Class in org.cytoscape.view.vizmap.mappings
-
A base class for visual mapping functions where all fields are immutable.
- AbstractVisualMappingFunction(String, Class<K>, VisualProperty<V>, CyEventHelper) - Constructor for class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
Constructs this AbstractVisualMappingFunction.
- AbstractVisualProperty<T> - Class in org.cytoscape.view.model
-
An abstract implementation of VisualProperty that omits the methods dealing
with serializing data.
- AbstractVisualProperty(T, Range<T>, String, String, Class<? extends CyIdentifiable>) - Constructor for class org.cytoscape.view.model.AbstractVisualProperty
-
Constructor to set all immutable fields.
- AbstractVisualPropertyEditor<T> - Class in org.cytoscape.view.vizmap.gui.editor
-
Abstract implementation of Visual Property Editor.
- AbstractVisualPropertyEditor(Class<T>, PropertyEditor, ContinuousEditorType, ContinuousMappingCellRendererFactory) - Constructor for class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
Creates a new AbstractVisualPropertyEditor object.
- AbstractVisualPropertyValue - Class in org.cytoscape.view.presentation.property.values
-
- AbstractVisualPropertyValue(String, String) - Constructor for class org.cytoscape.view.presentation.property.values.AbstractVisualPropertyValue
-
Constructs an AbstractVisualPropertyValue.
- AbstractWebServiceClient - Class in org.cytoscape.io.webservice.client
-
Abstract class for all web service clients.
- AbstractWebServiceClient(String, String, String) - Constructor for class org.cytoscape.io.webservice.client.AbstractWebServiceClient
-
Constructs this AbstractWebServiceClient.
- AbstractWebServiceGUIClient - Class in org.cytoscape.io.webservice.swing
-
Abstract base class for web service clients with Swing GUI.
- AbstractWebServiceGUIClient(String, String, String) - Constructor for class org.cytoscape.io.webservice.swing.AbstractWebServiceGUIClient
-
Constructor.
- ACCELERATOR - Static variable in interface org.cytoscape.work.ServiceProperties
-
Shortcut key combination for desktop app.
- acceleratorKeyStroke - Variable in class org.cytoscape.application.swing.AbstractCyAction
-
The accelerator keystroke, if set.
- acceleratorSet - Variable in class org.cytoscape.application.swing.AbstractCyAction
-
Indicates whether accelerator keys have been set for the action.
- accept(File) - Method in class org.cytoscape.util.swing.FileChooserFilter
-
Accept or not the file from JFileChooser.
- accepts(C, E) - Method in interface org.cytoscape.filter.model.Filter
-
Returns true
if this filter accepts the given element from
context
.
- accepts(URI, DataCategory) - Method in class org.cytoscape.io.BasicCyFileFilter
-
A method that attempts to determine whether the specified URI can be read
by the Reader using this filter.
- accepts(InputStream, DataCategory) - Method in class org.cytoscape.io.BasicCyFileFilter
-
This method always returns false in this particular implementation.
- accepts(URI, DataCategory) - Method in interface org.cytoscape.io.CyFileFilter
-
A method that attempts to determine whether the specified URI can be read
by the Reader using this filter.
- accepts(InputStream, DataCategory) - Method in interface org.cytoscape.io.CyFileFilter
-
A method that attempts to determine whether the specified InputStream can be read
by the Reader using this filter.
- acceptsMultipleArgs() - Method in class org.cytoscape.equations.ArgDescriptor
-
Returns true if this ArgDescriptor accepts multiple arguments, otherwise false.
- acceptsMultipleArgs() - Method in enum org.cytoscape.equations.ArgType
-
Returns true if this type accepts multiple args.
- ActionEnableSupport - Class in org.cytoscape.application.swing
-
A class that allows the enabled state of an Action of JMenuItem to managed in
a consistent way.
- ActionEnableSupport(DynamicSubmenuListener, String, CyApplicationManager, CyNetworkViewManager) - Constructor for class org.cytoscape.application.swing.ActionEnableSupport
-
Constructor.
- ActionEnableSupport(Action, String, CyApplicationManager, CyNetworkViewManager) - Constructor for class org.cytoscape.application.swing.ActionEnableSupport
-
Constructor.
- ActionEnableSupport(JMenuItem, String, CyApplicationManager, CyNetworkViewManager) - Constructor for class org.cytoscape.application.swing.ActionEnableSupport
-
Constructor.
- actuallyShutdown() - Method in class org.cytoscape.application.events.CyShutdownEvent
-
Returns true if no reason is provided to abort the shutdown and false
if anyone processing this event wants to prevent shutdown.
- adapter - Variable in class org.cytoscape.app.AbstractCyApp
-
Reference to access Cytoscape functionality -- various managers and
factories that are normally available as OSGi services.
- add(URL) - Method in interface org.cytoscape.io.util.RecentlyOpenedTracker
-
Adds "newURL" to the list of recently opened file names and trims the
list if it has exceeded its maximum length.
- add(Component) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Overridden to add any new components to the content panel, as might be expected.
- add(Component, int) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Overridden to add any new components to the content panel, as might be expected.
- add(Component, Object) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Overridden to add any new components to the content panel, as might be expected.
- add(Component, Object, int) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Overridden to add any new components to the content panel, as might be expected.
- add(String, Component) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Overridden to add any new components to the content panel, as might be expected.
- addAction(CyAction) - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Add a CyAction to application.
- addAggregator(Aggregator<?>) - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Add a new aggregator to the available aggregators.
- addAnnotation(Annotation) - Method in interface org.cytoscape.view.presentation.annotations.AnnotationManager
-
Add an annotation to the specified network view.
- addAppFiles(String, List<File>) - Method in class org.cytoscape.session.events.SessionAboutToBeSavedEvent
-
A method that allows apps to specify a list of files that should be
stored in the session.
- addArrow(ArrowAnnotation) - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Add an arrow annotation to this annotation.
- addBasicVisualProperty(VisualProperty<?>) - Static method in class org.cytoscape.view.vizmap.gui.util.PropertySheetUtil
-
Deprecated.
- addBendFactory(BendFactory, Map<?, ?>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- addCellEditorListener(CellEditorListener) - Method in class org.cytoscape.util.swing.AbstractCellEditor
- addChangeListener(GUITunableHandler) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Adds the argument as a new dependency to this GUITunableHandler
.
- addChangeListener(GUITunableHandler) - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
Adds a GUITunableHandler
that listens to THIS tunable handler.
- addCollapseListener(BasicCollapsiblePanel.CollapseListener) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
- addData(CyJobData, String, Map<Object, Object>) - Method in interface org.cytoscape.jobs.CyJobDataService
-
Add generic key, value pairs to a
CyJobData
item.
- addData(CyJobData, String, Object) - Method in interface org.cytoscape.jobs.CyJobDataService
-
Add a single data item to a
CyJobData
object.
- addData(CyJobData, String, CyNetwork, List<? extends CyIdentifiable>, List<String>, List<String>) - Method in interface org.cytoscape.jobs.CyJobDataService
-
An optional method to add
network data to a
CyJobData
item.
- addData(CyJobData, String, CyTable, List<CyRow>, List<String>) - Method in interface org.cytoscape.jobs.CyJobDataService
-
An optional method to
add table data to a
CyJobData
item.
- addData(CyJobData, String, CyNetworkView, List<? extends CyIdentifiable>, List<VisualProperty<?>>) - Method in interface org.cytoscape.jobs.CyJobDataService
-
An optional method to
add network view data to a
CyJobData
item.
- addDependent(GUITunableHandler) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Adds the argument as a new dependency to this GUITunableHandler
.
- addDependent(GUITunableHandler) - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
Adds a GUITunableHandler
that depends on THIS tunable handler.
- AddedEdgesEvent - Class in org.cytoscape.model.events
-
An event fired when an edge is added to a network.
- AddedEdgesEvent(CyNetwork, Collection<CyEdge>) - Constructor for class org.cytoscape.model.events.AddedEdgesEvent
-
Constructs event.
- AddedEdgesListener - Interface in org.cytoscape.model.events
-
- AddedEdgeViewsEvent - Class in org.cytoscape.view.model.events
-
- AddedEdgeViewsEvent(CyNetworkView, Collection<View<CyEdge>>) - Constructor for class org.cytoscape.view.model.events.AddedEdgeViewsEvent
-
Creates the event for new edge views.
- AddedEdgeViewsListener - Interface in org.cytoscape.view.model.events
-
- addEdge(CyNode, CyNode, boolean) - Method in interface org.cytoscape.model.CyNetwork
-
This method is used to create and add an edge to this network.
- addEdge(CyEdge) - Method in interface org.cytoscape.model.subnetwork.CySubNetwork
-
- addEdge(CyNode, CyNode, boolean) - Method in interface org.cytoscape.model.subnetwork.CySubNetwork
-
- addEdge(CyEdge, CyRow) - Method in class org.cytoscape.view.layout.LayoutPartition
-
Add an edge to this partition assuming that the source and target
nodes are not yet known.
- addEdge(CyEdge, LayoutNode, LayoutNode, CyRow) - Method in class org.cytoscape.view.layout.LayoutPartition
-
Add an edge to this partition assuming that the source and target
nodes are known.
- addEdges(List<CyEdge>) - Method in interface org.cytoscape.group.CyGroup
-
Add a list of edges to a group.
- AddedNodesEvent - Class in org.cytoscape.model.events
-
Event for upper layers.
- AddedNodesEvent(CyNetwork, Collection<CyNode>) - Constructor for class org.cytoscape.model.events.AddedNodesEvent
-
Constructs event.
- AddedNodesListener - Interface in org.cytoscape.model.events
-
- AddedNodeViewsEvent - Class in org.cytoscape.view.model.events
-
- AddedNodeViewsEvent(CyNetworkView, Collection<View<CyNode>>) - Constructor for class org.cytoscape.view.model.events.AddedNodeViewsEvent
-
Creates the event for a new node view.
- AddedNodeViewsListener - Interface in org.cytoscape.view.model.events
-
- addEventPayload(S, P, Class<E>) - Method in interface org.cytoscape.event.CyEventHelper
-
Adds a payload object to be accumulated in a CyPayloadEvent.
- addGroup(CyGroup) - Method in interface org.cytoscape.group.CyGroupManager
-
Registers a group with the group manager.
- addGroups(List<CyGroup>) - Method in interface org.cytoscape.group.CyGroupManager
-
Registers a list of groups with the group manager.
- addGroupToNetwork(CyNetwork) - Method in interface org.cytoscape.group.CyGroup
-
Add a group to an additional network.
- addIdentifierMapping(Class<?>, String, VisualProperty<?>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- addJob(CyJob, CyJobMonitor, int) - Method in interface org.cytoscape.jobs.CyJobManager
-
Add a job to be managed by the job manager.
- addListener(TransformerListener) - Method in class org.cytoscape.filter.model.AbstractTransformer
-
- addListener(TransformerListener) - Method in interface org.cytoscape.filter.model.Transformer
-
Subscribes the given listener to changes in this Transformer
's
parameters.
- addListener(BoundedChangeListener<N>) - Method in class org.cytoscape.work.util.AbstractBounded
-
Adds a listener that will listen for changes to this object
- addListener(ListChangeListener<T>) - Method in class org.cytoscape.work.util.ListSelection
-
Adds a listener that will listen for changes to this object
- addMember(Annotation) - Method in interface org.cytoscape.view.presentation.annotations.GroupAnnotation
-
Add a new annotation to the group
- addMenu(JMenu, double) - Method in interface org.cytoscape.util.swing.GravityTracker
-
Adds a new submenu into a position based on "gravity" of the new item.
- addMenu(JMenu, double) - Method in class org.cytoscape.util.swing.MenuGravityTracker
-
- addMenu(JMenu, double) - Method in class org.cytoscape.util.swing.PopupMenuGravityTracker
-
- addMenuItem(JMenuItem, double) - Method in interface org.cytoscape.util.swing.GravityTracker
-
Adds a new menu item into a position based on "gravity" of the new item.
- addMenuItem(JMenuItem, double) - Method in class org.cytoscape.util.swing.MenuGravityTracker
-
- addMenuItem(JMenuItem, double) - Method in class org.cytoscape.util.swing.PopupMenuGravityTracker
-
- addMenuSeparator(double) - Method in interface org.cytoscape.util.swing.GravityTracker
-
Adds a separator into a position based on "gravity" of the new item.
- addMenuSeparator(double) - Method in class org.cytoscape.util.swing.MenuGravityTracker
-
- addMenuSeparator(double) - Method in class org.cytoscape.util.swing.PopupMenuGravityTracker
-
- addNeighbor(LayoutNode) - Method in class org.cytoscape.view.layout.LayoutNode
-
Convenience function to keep track of neighbors of this node.
- addNetwork(CyNetwork) - Method in interface org.cytoscape.model.CyNetworkManager
-
Registers a network with the network manager and sets the network as current.
- addNetwork(CyNetwork, boolean) - Method in interface org.cytoscape.model.CyNetworkManager
-
Registers a network with the network manager.
- addNetworkView(CyNetworkView) - Method in interface org.cytoscape.view.model.CyNetworkViewManager
-
Registers a network view with the network view manager and sets the new view as current.
- addNetworkView(CyNetworkView, boolean) - Method in interface org.cytoscape.view.model.CyNetworkViewManager
-
Registers a network view with the network view manager.
- addNode() - Method in interface org.cytoscape.model.CyNetwork
-
This method is used to create and add a node to this network.
- addNode(CyNode) - Method in interface org.cytoscape.model.subnetwork.CySubNetwork
-
- addNode() - Method in interface org.cytoscape.model.subnetwork.CySubNetwork
-
- addNode(CyNetwork, View<CyNode>, boolean) - Method in class org.cytoscape.view.layout.LayoutPartition
-
Add a node to this partition.
- addNodes(List<CyNode>) - Method in interface org.cytoscape.group.CyGroup
-
Add a list of nodes and their edges
- addNodes(LayoutNode, LayoutNode) - Method in class org.cytoscape.view.layout.LayoutEdge
-
Set the nodes associated with this edge.
- addPoint(K, BoundaryRangeValues<V>) - Method in interface org.cytoscape.view.vizmap.mappings.ContinuousMapping
-
Adds a New Data Point.
- addRangeValue(T) - Method in class org.cytoscape.view.model.DiscreteRange
-
Add a value to this DiscreteRange.
- addRenderingEngine(RenderingEngine<?>) - Method in interface org.cytoscape.view.presentation.RenderingEngineManager
-
- addScalarArgumentTypes(List<Class>) - Static method in class org.cytoscape.equations.FunctionUtil
-
Adds the scalar types that equations use internally to the argument, i.e.
- addSubNetwork() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
- addSubNetwork(SavePolicy) - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
- addSubNetwork(Iterable<CyNode>, Iterable<CyEdge>) - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
- addSubNetwork(Iterable<CyNode>, Iterable<CyEdge>, SavePolicy) - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
- addTable(CyTable) - Method in interface org.cytoscape.model.CyTableManager
-
Registers a new table with the manager and fires a TableAddedEvent event.
- addTreeModelListener(TreeModelListener) - Method in class org.cytoscape.util.swing.AbstractTreeTableModel
-
- addTunableHandlerFactory(TunableHandlerFactory<T>, Map) - Method in class org.cytoscape.work.AbstractTunableInterceptor
-
Allows TunableHandlerFactory services to be added to the list of factories used
to process Tunables.
- addTunableRecorder(TunableRecorder, Map) - Method in class org.cytoscape.work.AbstractTaskManager
-
Adds the specified TunableRecorder service to the task manager.
- addValueEditor(ValueEditor<?>, Map) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Add value editor OSGi services.
- addVirtualColumn(String, String, CyTable, String, boolean) - Method in interface org.cytoscape.model.CyTable
-
Adds a "virtual" column to the the current table.
- addVirtualColumns(CyTable, String, boolean) - Method in interface org.cytoscape.model.CyTable
-
Adds all columns in another table as "virtual" columns to the the current table.
- addVisualMappingFunction(VisualMappingFunction<?, ?>) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
- addVisualProperty(VisualProperty<?>, VisualProperty<?>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- addVisualPropertyDependency(VisualPropertyDependency<?>) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
- addVisualPropertyValueEditor(VisualPropertyValueEditor<?>, Map) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Add value editor--invoked by OSGi when a new bundle exports an instance.
- addVisualStyle(VisualStyle) - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
- ADJACENCY_TRANSFORMER - Static variable in interface org.cytoscape.filter.transformers.Transformers
-
The id of the core Adjacency Transformer, which finds adjacent nodes and edges
based on how they are connected to the input nodes.
- adjustColumnPreferredWidth(JTable, int) - Static method in class org.cytoscape.util.swing.ColumnResizer
-
Adjust one table column to its preferred width.
- adjustColumnPreferredWidth(JTable, int, boolean) - Static method in class org.cytoscape.util.swing.ColumnResizer
-
Adjust one table column to its preferred width.
- adjustColumnPreferredWidths(JTable) - Static method in class org.cytoscape.util.swing.ColumnResizer
-
Adjust the columns in the table to their preferred widths.
- adjustColumnPreferredWidths(JTable, boolean) - Static method in class org.cytoscape.util.swing.ColumnResizer
-
Adjust the columns in the table to their preferred widths.
- aggregate(CyTable, CyGroup, CyColumn) - Method in interface org.cytoscape.group.data.Aggregator
-
Aggregate the column for the members of the specified group into
the group.
- Aggregator<T> - Interface in org.cytoscape.group.data
-
The Aggregator interface acts as a service interface for
different methods of aggregating attribute data for the
nodes in a
CyGroup
.
- ALL_NODE_VIEWS - Static variable in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
A convenience declaration for an empty set signifying that all node views
should be laid out when creating the task iterator.
- allFinished(FinishStatus) - Method in interface org.cytoscape.work.TaskObserver
-
Called by a TaskManager
to tell us that the task iterator has completed.
- AnalyzeNetworkCollectionTaskFactory - Interface in org.cytoscape.task.analyze
-
Provides a TaskIterator to analyze a collection of networks.
- Annotation - Interface in org.cytoscape.view.presentation.annotations
-
This is the base interface for all Annotations.
- AnnotationFactory<T extends Annotation> - Interface in org.cytoscape.view.presentation.annotations
-
An interface describing a factory used to create
Annotation
s.
- AnnotationManager - Interface in org.cytoscape.view.presentation.annotations
-
The annotation manager is responsible for managing all of the
annotations currently assigned to a particular
org.cytoscape.view.model.NetworkView
.
- append(Filter<C, E>) - Method in interface org.cytoscape.filter.model.CompositeFilter
-
Appends filter
to the list of children.
- append(Task) - Method in class org.cytoscape.work.TaskIterator
-
Adds the given task to the end of this iterator.
- append(TaskIterator) - Method in class org.cytoscape.work.TaskIterator
-
Adds the tasks in the given TaskIterator to the end of this iterator.
- appFileListMap(Map<String, List<File>>) - Method in class org.cytoscape.session.CySession.Builder
-
Returns an instance of Builder that has at least been configured with the specified app file list map.
The app name should follow the java class namespace convention (e.g.
- apply(C, E, TransformerSink<E>) - Method in interface org.cytoscape.filter.model.ElementTransformer
-
Transforms the given element
.
- apply(C, TransformerSource<C, E>, TransformerSink<E>) - Method in interface org.cytoscape.filter.model.HolisticTransformer
-
Transforms the elements in source
from context
.
- apply(CyRow, View<? extends CyIdentifiable>) - Method in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
- apply(CyRow, View<? extends CyIdentifiable>) - Method in interface org.cytoscape.view.vizmap.VisualMappingFunction
-
Apply mapping to the view model.
- apply(CyNetworkView) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Apply Visual Style to the entire network view.
- apply(CyRow, View<? extends CyIdentifiable>) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Apply Visual Property values only to the given View Object (node or edge).
- ApplyPreferredLayoutTaskFactory - Interface in org.cytoscape.task.visualize
-
This interface provides a task iterator for applying the preferred layout.
- applyTunables(Object, Map<String, Object>) - Method in interface org.cytoscape.work.TunableSetter
-
Applies each value from the key-value pairs in tunableValues to the tunable in the
given object whose name matches the corresponding key.
- ApplyVisualStyleTaskFactory - Interface in org.cytoscape.task.visualize
-
Marker interface which provides a task iterator for applying a visual style to views.
- APPS_MENU - Static variable in interface org.cytoscape.work.ServiceProperties
-
Define standard context menus.
- AppsFinishedStartingEvent - Class in org.cytoscape.app.event
-
An event that occurs when the Cytoscape core has started, and any
installed apps have either finished starting or failed to start.
- AppsFinishedStartingEvent(Object) - Constructor for class org.cytoscape.app.event.AppsFinishedStartingEvent
-
Create a new event with the given source.
- AppsFinishedStartingListener - Interface in org.cytoscape.app.event
-
- ARBITRARY_DOUBLE_RANGE - Static variable in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- ARBITRARY_STRING_RANGE - Static variable in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- ArgDescriptor - Class in org.cytoscape.equations
-
A class describing a function argument.
- ArgDescriptor(ArgType, String, String) - Constructor for class org.cytoscape.equations.ArgDescriptor
-
- ArgType - Enum in org.cytoscape.equations
-
An enum specifying a function argument type.
- argTypesAreValid(Class[]) - Method in class org.cytoscape.equations.AbstractFunction
-
Returns true of false if the args passed in had arity of a type mismatch.
- arrangeWindows(CyNetworkViewDesktopMgr.ArrangeType) - Method in interface org.cytoscape.application.swing.CyNetworkViewDesktopMgr
-
Request the desktop view manager to tile (or untile) the current network windows.
- ARROW - Static variable in class org.cytoscape.view.presentation.property.ArrowShapeVisualProperty
-
Pointy triangle shaped arrow
- ARROW_SHORT - Static variable in class org.cytoscape.view.presentation.property.ArrowShapeVisualProperty
-
Shorter pointy triangle shaped arrow
- ArrowAnnotation - Interface in org.cytoscape.view.presentation.annotations
-
This is the interface for an arrow annotation.
- ArrowAnnotation.AnchorType - Enum in org.cytoscape.view.presentation.annotations
-
This enum is used to indicate how the arrow is anchored to the
source or target.
- ArrowAnnotation.ArrowEnd - Enum in org.cytoscape.view.presentation.annotations
-
This enum is used to indicate which end of the arrow the
operation is referring to.
- ArrowShape - Interface in org.cytoscape.view.presentation.property.values
-
Marker interface representing edge end shape (arrow).
- ArrowShapeVisualProperty - Class in org.cytoscape.view.presentation.property
-
- ArrowShapeVisualProperty(ArrowShape, String, String, Class<? extends CyIdentifiable>) - Constructor for class org.cytoscape.view.presentation.property.ArrowShapeVisualProperty
-
Constructor.
- associateMonitor(CyJob, CyJobMonitor, int) - Method in interface org.cytoscape.jobs.CyJobManager
-
Associate a monitor with a job.
- associateMonitor(CyJob, String, int) - Method in interface org.cytoscape.jobs.CyJobManager
-
Associate a handler with a job.
- attribNameAsReference(String) - Static method in class org.cytoscape.equations.EquationUtil
-
Converts a bare name to a variable reference.
- Attribute - Class in org.cytoscape.property.bookmark
-
Java class for anonymous complex type.
- Attribute() - Constructor for class org.cytoscape.property.bookmark.Attribute
-
- attribute - Variable in class org.cytoscape.property.bookmark.DataSource
-
- AttributeHandlingType - Enum in org.cytoscape.group.data
-
The AttributeHandlingType enum contains the list of all of the
different ways that attributes can be aggregated.
- AvailableCommands - Interface in org.cytoscape.command
-
TODO: Missing documentation
- calcSampleVariance(double[]) - Static method in class org.cytoscape.equations.FunctionUtil
-
Calculates the sample variance of some numbers.
- calculateEdgeWeights() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Calculate and set the edge weights.
- calculateHandleLocation(CyNetworkView, View<CyEdge>) - Method in interface org.cytoscape.view.presentation.property.values.Handle
-
Calculate absolute position of this handle for the given edge view.
- cancel() - Method in class org.cytoscape.work.AbstractTask
-
Calling this attempts to abort the current Task
.
- cancel() - Method in interface org.cytoscape.work.Task
-
This method is called by the
TaskManager
when the user chooses to cancel the
Task
.
- cancelCellEditing() - Method in class org.cytoscape.util.swing.JTreeTable.TreeTableCellEditor
-
- cancelJob(CyJob) - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
Cancel a running job.
- cancelJob(CyJob) - Method in interface org.cytoscape.jobs.CyJobManager
-
Cancel the specified job
- cancelled - Variable in class org.cytoscape.work.AbstractTask
-
If this is true, we should abort whatever the Task
is currently doing in the run() method.
- CANVAS - Static variable in interface org.cytoscape.view.presentation.annotations.Annotation
-
Arg map key to initialize the canvas to draw this annotation on
- category - Variable in class org.cytoscape.io.BasicCyFileFilter
-
Type of data that this filter applies to.
- category - Variable in class org.cytoscape.property.bookmark.Bookmarks
-
- Category - Class in org.cytoscape.property.bookmark
-
Java class for anonymous complex type.
- Category() - Constructor for class org.cytoscape.property.bookmark.Category
-
- categoryOrDataSource - Variable in class org.cytoscape.property.bookmark.Category
-
- changeOccurred(String, String) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
- changeOccurred(String, String) - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
This is called when a GUITunableHandler
that this tunable handler listens to makes
a change.
- CheckBoxJList - Class in org.cytoscape.util.swing
-
This class is based on CheckBoxJList: from SWING HACKS
ISBN: 0-596-00907-0
By Joshua Marinacci, Chris Adamson
- CheckBoxJList() - Constructor for class org.cytoscape.util.swing.CheckBoxJList
-
Creates a new CheckBoxJList object.
- checkDependency(String, String) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
- checkDependency(String, String) - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
To check the dependencies of this GUITunableHandler
with the others.
- checkJobStatus(CyJob) - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
Check on the status of a running job.
- CIRCLE - Static variable in class org.cytoscape.view.presentation.property.ArrowShapeVisualProperty
-
Circle shaped arrow
- clamp(N) - Method in class org.cytoscape.work.util.AbstractBounded
-
Clamps the value of the Bounded
object.
- clamp(Double) - Method in class org.cytoscape.work.util.BoundedDouble
-
Clamp the value to be within the range.
- clamp(Float) - Method in class org.cytoscape.work.util.BoundedFloat
-
Clamp the value to be within the range.
- clamp(Integer) - Method in class org.cytoscape.work.util.BoundedInteger
-
Clamp the value to be within the range.
- clamp(Long) - Method in class org.cytoscape.work.util.BoundedLong
-
Clamp the value to be within the range.
- clear() - Method in interface org.cytoscape.io.util.RecentlyOpenedTracker
-
Clears the list of recently opened file names.
- clear() - Method in interface org.cytoscape.jobs.CyJobData
-
Clear all of the data
- clearValueLock(VisualProperty<?>) - Method in interface org.cytoscape.view.model.View
-
Clear value lock for given VisualProperty.
- clearVisualProperties() - Method in interface org.cytoscape.view.model.View
-
Clear all VisualProperty values previously set to this view.
- CloneNetworkTaskFactory - Interface in org.cytoscape.task.create
-
This interface provides a task iterator for network cloning.
- CodeAndSourceLocation - Class in org.cytoscape.equations
-
Encapsulates compiled code with the location in the original source equation.
- CodeAndSourceLocation(Object, int) - Constructor for class org.cytoscape.equations.CodeAndSourceLocation
-
- collapse(CyNetwork) - Method in interface org.cytoscape.group.CyGroup
-
Collapse this group in the designated network.
- collapsed() - Method in class org.cytoscape.group.events.GroupCollapsedEvent
-
Is the group collapsed or expanded?
- collapsed() - Method in interface org.cytoscape.util.swing.BasicCollapsiblePanel.CollapseListener
-
- CollapseGroupTaskFactory - Interface in org.cytoscape.task.edit
-
This interface provides a task iterator collapsing selection of nodes from a node view.
- collapsing() - Method in class org.cytoscape.group.events.GroupAboutToCollapseEvent
-
Is the group collapsed or expanded?
- collect(T) - Method in interface org.cytoscape.filter.model.TransformerSink
-
Called for each element that is produced from a transformation.
- COLOR - Static variable in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Arg string to set the text color
- ColorButton - Class in org.cytoscape.util.swing
-
JButton that opens a Color Chooser when clicked and shows the previously set color as an icon.
- ColorButton(Color) - Constructor for class org.cytoscape.util.swing.ColorButton
-
- column - Variable in class org.cytoscape.task.AbstractTableCellTask
-
- column - Variable in class org.cytoscape.task.AbstractTableColumnTask
-
The
CyColumn
that descendants will operate on.
- COLUMN_FILTER - Static variable in interface org.cytoscape.filter.transformers.Transformers
-
The id of the core Column Filter, which finds nodes and edges based on their column values.
- ColumnCreatedEvent - Class in org.cytoscape.model.events
-
This event signals that a column has been created.
- ColumnCreatedEvent(CyTable, String) - Constructor for class org.cytoscape.model.events.ColumnCreatedEvent
-
Constructs event.
- ColumnCreatedListener - Interface in org.cytoscape.model.events
-
Listener for ColumnCreatedEvents.
- ColumnDeletedEvent - Class in org.cytoscape.model.events
-
This event signals that a column has been deleted.
- ColumnDeletedEvent(CyTable, String) - Constructor for class org.cytoscape.model.events.ColumnDeletedEvent
-
Constructs event.
- ColumnDeletedListener - Interface in org.cytoscape.model.events
-
Listener for ColumnDeletedEvents.
- columnName - Variable in class org.cytoscape.application.swing.AbstractViewUpdater
-
- columnName - Variable in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
Mapping attribute name.
- ColumnNameChangedEvent - Class in org.cytoscape.model.events
-
This event signals that a columns name has been changed.
- ColumnNameChangedEvent(CyTable, String, String) - Constructor for class org.cytoscape.model.events.ColumnNameChangedEvent
-
Constructs event.
- ColumnNameChangedListener - Interface in org.cytoscape.model.events
-
- ColumnResizer - Class in org.cytoscape.util.swing
-
Automatically resize column based on the objects in the cell.
- columnType - Variable in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
Type of attribute.
- COMMAND - Static variable in interface org.cytoscape.work.ServiceProperties
-
Name of command used by Command Executor
- COMMAND_DESCRIPTION - Static variable in interface org.cytoscape.work.ServiceProperties
-
Description for a command
- COMMAND_NAMESPACE - Static variable in interface org.cytoscape.work.ServiceProperties
-
Name space for a command
- CommandExecutorTaskFactory - Interface in org.cytoscape.command
-
TODO: Missing documentation
- compare(TunableHandler, TunableHandler) - Method in class org.cytoscape.work.TunableGravityOrderer
-
- compareTo(LayoutEdge) - Method in class org.cytoscape.view.layout.LayoutEdge
-
- compareTo(LayoutNode) - Method in class org.cytoscape.view.layout.LayoutNode
-
- compareTo(VisualLexiconNode) - Method in class org.cytoscape.view.model.VisualLexiconNode
-
Compare by display name of this Visual Property.
- compile(String, Map<String, Class<?>>) - Method in interface org.cytoscape.equations.EquationCompiler
-
Compiles a string to byte code plus some metadata as encapsulated by the Equation
class
- CompositeFilter<C,E> - Interface in org.cytoscape.filter.model
-
A
Filter
that computes the set-union or set-intersection of the
Filter
s it contains.
- CompositeFilter.Type - Enum in org.cytoscape.filter.model
-
Determines how a
CompositeFilter
combines the results of its
contained
Filter
s.
- configurationProperties - Variable in class org.cytoscape.application.swing.AbstractCyAction
-
The configuration properties.
- ConnectSelectedNodesTaskFactory - Interface in org.cytoscape.task.edit
-
This interface provides a task iterator for connecting selected nodes.
- containsBookmarks(Bookmarks, String, DataSource) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Check if a bookmark is in the bookmarks.
- containsColumn(String) - Method in class org.cytoscape.model.events.RowsSetEvent
-
Returns true if any of the changed records' column name is colName
- containsDataSource(DataSource) - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Check if a DataSource already existed in the DataSourceManager
- containsEdge(CyEdge) - Method in interface org.cytoscape.model.CyNetwork
-
Determine if this CyNetwork contains a particular edge.
- containsEdge(CyNode, CyNode) - Method in interface org.cytoscape.model.CyNetwork
-
Determine if this CyNetwork contains an edge between
two nodes.
- containsKey(String) - Method in interface org.cytoscape.jobs.CyJobData
-
Test to see if a key exists in the current CyJobData.
- containsNetwork(CyNetwork) - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
Returns true if the network to be checked is a subnetwork of this root network and
returns false otherwise.
- containsNode(CyNode) - Method in interface org.cytoscape.model.CyNetwork
-
Determine if this CyNetwork contains a particular node.
- ContainsTunables - Annotation Type in org.cytoscape.work
-
An annotation designed to signal that the annotated field contains
fields and methods that are annotated with the
Tunable
annotation.
- content - Variable in class org.cytoscape.property.bookmark.Attribute
-
- contentTypes - Variable in class org.cytoscape.io.BasicCyFileFilter
-
- CONTEXT - Static variable in class org.cytoscape.work.AbstractTunableHandler
-
- CONTINUOUS - Static variable in interface org.cytoscape.view.vizmap.mappings.ContinuousMapping
-
A label string for this mapping.
- ContinuousEditorType - Enum in org.cytoscape.view.vizmap.gui.editor
-
An enum describing the possible types of continuous editors.
- ContinuousMapping<K,V> - Interface in org.cytoscape.view.vizmap.mappings
-
An interface describing a continuous mapping from attribute value
to visual property.
- ContinuousMappingCellRendererFactory - Interface in org.cytoscape.view.vizmap.gui.editor
-
A factory for creating TableCellRenderers for a particular ContinuousMappingEditor.
- ContinuousMappingEditor<K extends Number,V> - Interface in org.cytoscape.view.vizmap.gui.editor
-
A basic interface used to display continuous mapping editors.
- ContinuousMappingPoint<K,V> - Class in org.cytoscape.view.vizmap.mappings
-
Encapsulates a ContinuousMapping Point with a single point value and
associated
BoundaryRangeValues
.
- ContinuousMappingPoint(K, BoundaryRangeValues<V>, ContinuousMapping<K, V>, CyEventHelper) - Constructor for class org.cytoscape.view.vizmap.mappings.ContinuousMappingPoint
-
Constructor.
- ContinuousRange<T> - Class in org.cytoscape.view.model
-
- ContinuousRange(Class<T>, T, T, Boolean, Boolean) - Constructor for class org.cytoscape.view.model.ContinuousRange
-
Constructs this ContinuousRange.
- CONTRAST - Static variable in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
This value allows the image contrast to be adjusted
- controlsMutuallyExclusiveNestedChildren() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns true if the associated Tunable
allows switching
of mutually exclusive nested children, else false.
- controlsMutuallyExclusiveNestedChildren() - Method in interface org.cytoscape.work.TunableHandler
-
Returns true if the associated Tunable
allows switching
of mutually exclusive nested children, else false.
- CORE_PROPRERTY_NAME - Static variable in class org.cytoscape.property.SimpleCyProperty
-
Core Cytoscape Property (Cytoscape System Property)
- countMatchingRows(String, Object) - Method in interface org.cytoscape.model.CyTable
-
Returns the number of rows with the in the specified column with the specified value.
- createAnnotation(Class<? extends T>, CyNetworkView, Map<String, String>) - Method in interface org.cytoscape.view.presentation.annotations.AnnotationFactory
-
Create an annotation.
- createAttribute() - Method in class org.cytoscape.property.bookmark.ObjectFactory
-
- createBend() - Method in interface org.cytoscape.view.presentation.property.values.BendFactory
-
Creates an instance of edge bend.
- createBookmarks() - Method in class org.cytoscape.property.bookmark.ObjectFactory
-
- createCategory() - Method in class org.cytoscape.property.bookmark.ObjectFactory
-
- createColumn(String, Class<? extends T>, boolean) - Method in interface org.cytoscape.model.CyTable
-
Create a column of the specified name and the specified type.
- createColumn(String, Class<? extends T>, boolean, T) - Method in interface org.cytoscape.model.CyTable
-
Create a column of the specified name and the specified type.
- createColumnIdentifier(String) - Method in interface org.cytoscape.view.presentation.property.values.CyColumnIdentifierFactory
-
- createCompositeFilter(Class<C>, Class<E>) - Method in interface org.cytoscape.filter.TransformerManager
-
Returns a new empty CompositeFilter
that selects elements of type
elementType
from an object of type contextType
.
- createCyJob(String) - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
Create an empty (unsubmitted)
CyJob
- createDataSource() - Method in class org.cytoscape.property.bookmark.ObjectFactory
-
- createDescription(String) - Method in class org.cytoscape.property.bookmark.ObjectFactory
-
- createEditor(CyCustomGraphics2<T>) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
Creates a UI component that configures the given CyCustomGraphics2
.
- createElementTransformer() - Method in interface org.cytoscape.filter.model.ElementTransformerFactory
-
Returns a new ElementTransformer
with the same id as this
factory.
- createFilter() - Method in interface org.cytoscape.filter.model.FilterFactory
-
Returns a new Filter
with the same id as this factory.
- createFor(NetworkTaskFactory) - Method in interface org.cytoscape.task.DynamicTaskFactoryProvisioner
-
- createFor(NetworkViewTaskFactory) - Method in interface org.cytoscape.task.DynamicTaskFactoryProvisioner
-
- createFor(NetworkCollectionTaskFactory) - Method in interface org.cytoscape.task.DynamicTaskFactoryProvisioner
-
- createFor(NetworkViewCollectionTaskFactory) - Method in interface org.cytoscape.task.DynamicTaskFactoryProvisioner
-
- createFor(TableTaskFactory) - Method in interface org.cytoscape.task.DynamicTaskFactoryProvisioner
-
- createGroup(CyNetwork, boolean) - Method in interface org.cytoscape.group.CyGroupFactory
-
Creates a CyGroup object in the referenced network.
- createGroup(CyNetwork, List<CyNode>, List<CyEdge>, boolean) - Method in interface org.cytoscape.group.CyGroupFactory
-
Creates a CyGroup object in the referenced network initially populated with
the supplied nodes.
- createGroup(CyNetwork, CyNode, List<CyNode>, List<CyEdge>, boolean) - Method in interface org.cytoscape.group.CyGroupFactory
-
Creates a CyGroup object in the referenced network from
an existing
CyNode
.
- createGroup(CyNetwork, CyNode, boolean) - Method in interface org.cytoscape.group.CyGroupFactory
-
Creates a CyGroup object in the referenced network from
an existing
CyNode
.
- createHandle(CyNetworkView, View<CyEdge>, double, double) - Method in interface org.cytoscape.view.presentation.property.values.HandleFactory
-
Creates a new instance of the Handle.
- createHolisticTransformer() - Method in interface org.cytoscape.filter.model.HolisticTransformerFactory
-
- createIcon(VisualProperty<V>, V, int, int) - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
Create
Icon
object for the given VisualProperty value.
- createImage(int, int) - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
Render an
Image object from current visualization.
- createLayoutContext() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- createLayoutContext() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns a new layout context object.
- createListColumn(String, Class<T>, boolean) - Method in interface org.cytoscape.model.CyTable
-
Create a column of Lists with the specified name and the specified element type.
- createListColumn(String, Class<T>, boolean, List<T>) - Method in interface org.cytoscape.model.CyTable
-
Create a column of Lists with the specified name and the specified element type.
- createMenuItem(CyNetworkView, View<CyEdge>) - Method in interface org.cytoscape.application.swing.CyEdgeViewContextMenuFactory
-
This method should return a CyMenuItem to be added to the context
menu of the specified edge view.
- createMenuItem(CyNetworkView) - Method in interface org.cytoscape.application.swing.CyNetworkViewContextMenuFactory
-
This method should return a CyMenuItem to be added to the context
menu of the specified network view.
- createMenuItem(CyNetworkView, View<CyNode>) - Method in interface org.cytoscape.application.swing.CyNodeViewContextMenuFactory
-
This method should return a CyMenuItem to be added to the context
menu of the specified node view.
- createNetwork() - Method in interface org.cytoscape.model.CyNetworkFactory
-
- createNetwork(SavePolicy) - Method in interface org.cytoscape.model.CyNetworkFactory
-
- createNetworkView(CyNetwork) - Method in interface org.cytoscape.view.model.CyNetworkViewFactory
-
- CreateNetworkViewTaskFactory - Interface in org.cytoscape.task.create
-
This interface provides a task iterator for creating network views.
- createNetworkWithPrivateTables() - Method in interface org.cytoscape.model.CyNetworkFactory
-
Returns a new, empty
CyNetwork
object where the associated default tables are private.
- createNetworkWithPrivateTables(SavePolicy) - Method in interface org.cytoscape.model.CyNetworkFactory
-
Returns a new, empty
CyNetwork
object where the associated default tables are private.
- createNewEmptyNetworkView() - Method in interface org.cytoscape.task.create.NewEmptyNetworkViewFactory
-
Returns a new, empty CyNetworkView.
- createOkCancelPanel(JButton, JButton) - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
Use this method to create a standard Cytoscape panel (usually added to the bottom of a dialog)
that contains an "OK" and/or a "Cancel" button.
- createOkCancelPanel(JButton, JButton, JComponent...) - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
Use this method to create a standard Cytoscape panel (usually added to the bottom of a dialog)
that contains an "OK" and/or a "Cancel" button, as well as other extra components.
- createPanelBorder() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
Use this method to create a simple panel
Border
which looks native on the current Look and Feel.
- createPrintable() - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
For export image function.
- createRenderingEngine(Object, View<T>) - Method in interface org.cytoscape.view.presentation.RenderingEngineFactory
-
A view model can have multiple presentations.
- createSerializer() - Method in interface org.cytoscape.work.properties.TunablePropertySerializerFactory
-
- createTable(String, String, Class<?>, boolean, boolean, CyTableFactory.InitialTableSize) - Method in interface org.cytoscape.model.CyTableFactory
-
Creates a CyTable object with the specified name, primary key, visibility, and mutability.
- createTable(String, String, Class<?>, boolean, boolean) - Method in interface org.cytoscape.model.CyTableFactory
-
Creates a CyTable object with the specified name, primary key, visibility, and mutability.
- createTableCellRenderer(ContinuousMappingEditor<? extends Number, ?>) - Method in interface org.cytoscape.view.vizmap.gui.editor.ContinuousMappingCellRendererFactory
-
- createTaskIterator(File, TaskObserver) - Method in interface org.cytoscape.command.CommandExecutorTaskFactory
-
Creates a task iterator that will execute the specified
commands.
- createTaskIterator(TaskObserver, String...) - Method in interface org.cytoscape.command.CommandExecutorTaskFactory
-
Creates a task iterator that will execute the specified
commands.
- createTaskIterator(List<String>, TaskObserver) - Method in interface org.cytoscape.command.CommandExecutorTaskFactory
-
Creates a task iterator that will execute the specified
commands.
- createTaskIterator(String, String, Map<String, Object>, TaskObserver) - Method in interface org.cytoscape.command.CommandExecutorTaskFactory
-
Creates a task iterator that will execute the specified
command.
- createTaskIterator(InputStream, String) - Method in interface org.cytoscape.io.read.InputStreamTaskFactory
-
Sets the input stream that will be read by the Reader created from
this factory.
- createTaskIterator(Object) - Method in interface org.cytoscape.io.webservice.WebServiceClient
-
Set query for the tasks to be executed.
- createTaskIterator(CyNetwork) - Method in interface org.cytoscape.task.create.CloneNetworkTaskFactory
-
Returns a TaskIterator that clones the given network.
- createTaskIterator(Collection<CyNetwork>, CyNetworkViewFactory) - Method in interface org.cytoscape.task.create.CreateNetworkViewTaskFactory
-
Use this method to create a network view for each of the passed networks.
- createTaskIterator(CyNetwork) - Method in interface org.cytoscape.task.create.NewNetworkSelectedNodesAndEdgesTaskFactory
-
Returns a TaskIterator that creates a new network from the selected
nodes and edges in the given network.
- createTaskIterator(CyNetwork) - Method in interface org.cytoscape.task.create.NewNetworkSelectedNodesOnlyTaskFactory
-
Returns a TaskIterator that creates a new network from the selected
nodes in the given network.
- createTaskIterator(boolean) - Method in interface org.cytoscape.task.create.NewSessionTaskFactory
-
Creates a task iterator for creating a new session and
destroying the current session based on the input.
- createTaskIterator(View<CyEdge>, CyNetworkView) - Method in interface org.cytoscape.task.EdgeViewTaskFactory
-
Creates a new TaskIterator using the given edge view and network view.
- createTaskIterator(CyNetwork, String) - Method in interface org.cytoscape.task.edit.EditNetworkTitleTaskFactory
-
Creates a task iterator for editing a network's title.
- createTaskIterator(CyTable, boolean, boolean, List<CyNetwork>, CyRootNetwork, CyColumn, Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.task.edit.ImportDataTableTaskFactory
-
Creates a task iterator for importing a table data in a network data table.
- createTaskIterator(CyTableReader) - Method in interface org.cytoscape.task.edit.ImportDataTableTaskFactory
-
Creates a task iterator for importing a table data in a network data table.
- createTaskIterator(CyTable, boolean, List<CyNetwork>, CyRootNetwork, CyColumn, Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.task.edit.JoinTablesTaskTaskFactory
-
- createTaskIterator(CyTable, Collection<CyTable>) - Method in interface org.cytoscape.task.edit.MapGlobalToLocalTableTaskFactory
-
Creates a task iterator for mapping a selected global table to a selected local table.
- createTaskIterator(CyTable, boolean, List<CyNetwork>, Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.task.edit.MapTableToNetworkTablesTaskFactory
-
- createTaskIterator(CyTable, CyTable, List<String>, String, boolean, boolean, boolean, List<CyNetwork>, CyRootNetwork, CyColumn, Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.task.edit.MergeTablesTaskFactory
-
Creates a task iterator for merging two data tables.
- createTaskIterator(CyColumn, String) - Method in interface org.cytoscape.task.edit.RenameColumnTaskFactory
-
Create a task iterator for renaming a selected column.
- createTaskIterator(Collection<CyNetwork>) - Method in interface org.cytoscape.task.NetworkCollectionTaskFactory
-
Provisions this factory with the collection of networks that will be passed into any task
created by it.
- createTaskIterator(CyNetwork) - Method in interface org.cytoscape.task.NetworkTaskFactory
-
Provisions this factory with the
CyNetwork
that will be passed
into any task created by it.
- createTaskIterator(Collection<CyNetworkView>) - Method in interface org.cytoscape.task.NetworkViewCollectionTaskFactory
-
Provisions this factory with the collection of network views that will be passed into
any task created by it.
- createTaskIterator(CyNetworkView, Point2D, Point2D) - Method in interface org.cytoscape.task.NetworkViewLocationTaskFactory
-
Creates a task iterator using the specified network view and points.
- createTaskIterator(CyNetworkView) - Method in interface org.cytoscape.task.NetworkViewTaskFactory
-
- createTaskIterator(View<CyNode>, CyNetworkView) - Method in interface org.cytoscape.task.NodeViewTaskFactory
-
Provisions this factory with the node view and its associated network view, both of
which will be passed into any task that will be created by this factory.
- createTaskIterator(File) - Method in interface org.cytoscape.task.read.LoadNetworkFileTaskFactory
-
Create a task iterator for loading a network from a file.
- createTaskIterator(File, TaskObserver) - Method in interface org.cytoscape.task.read.LoadNetworkFileTaskFactory
-
Create a task iterator for loading a network from a file.
- createTaskIterator(URL, TaskObserver) - Method in interface org.cytoscape.task.read.LoadNetworkURLTaskFactory
-
Creates a task iterator for loading a URL into a network.
- createTaskIterator(File) - Method in interface org.cytoscape.task.read.LoadTableFileTaskFactory
-
Creates the task iterator for importing an attribute file to a table.
- createTaskIterator(URL) - Method in interface org.cytoscape.task.read.LoadTableURLTaskFactory
-
Creates the task iterator for importing an attribute file to a table.
- createTaskIterator(File) - Method in interface org.cytoscape.task.read.LoadVizmapFileTaskFactory
-
Creates a task iterator for loading files into visual styles.
- createTaskIterator(File, TaskObserver) - Method in interface org.cytoscape.task.read.LoadVizmapFileTaskFactory
-
Creates a task iterator for loading files into visual styles.
- createTaskIterator(File) - Method in interface org.cytoscape.task.read.OpenSessionTaskFactory
-
Creates a task iterator for loading a session from a file.
- createTaskIterator(CyRow) - Method in interface org.cytoscape.task.RowTaskFactory
-
Provisions this factory with the
CyRow
that will be passed into any task created by it.
- createTaskIterator(CyNetwork, File) - Method in interface org.cytoscape.task.select.SelectFromFileListTaskFactory
-
Creates a task iterator for selecting items of a network based on a file.
- createTaskIterator(CyColumn, Object) - Method in interface org.cytoscape.task.TableCellTaskFactory
-
Used to provision this factory with a
CyColumn
and a primary key that will be
used to create tasks.
- createTaskIterator(CyColumn) - Method in interface org.cytoscape.task.TableColumnTaskFactory
-
Used to provision this factory with a
CyColumn
that will be used to create tasks.
- createTaskIterator(CyTable) - Method in interface org.cytoscape.task.TableTaskFactory
-
Used to provision this factory with a
CyTable
that will be used to create tasks.
- createTaskIterator(CyNetwork, File) - Method in interface org.cytoscape.task.write.ExportNetworkTaskFactory
-
Creates the task iterator for exporting networks.
- createTaskIterator(CyNetworkView, File) - Method in interface org.cytoscape.task.write.ExportNetworkViewTaskFactory
-
Creates the task iterator for exporting network views.
- createTaskIterator(CyTable, File) - Method in interface org.cytoscape.task.write.ExportTableTaskFactory
-
Returns a task factory that write the specified table to the specified file.
- createTaskIterator(File) - Method in interface org.cytoscape.task.write.ExportVizmapTaskFactory
-
Creates a task iterator for exporting the vizmap file.
- createTaskIterator(File) - Method in interface org.cytoscape.task.write.SaveSessionAsTaskFactory
-
Creates a task iterator for saving the session in a specified file.
- createTaskIterator(CyNetworkView, Object, Set<View<CyNode>>, String) - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Creates a task iterator containing the layout tasks.
- createTaskIterator() - Method in interface org.cytoscape.work.TaskFactory
-
Returns an iterator containing a sequence of Task
s.
- createTaskIterator(TaskIterator, Map<String, Object>) - Method in interface org.cytoscape.work.TunableSetter
-
This method takes as input a TaskIterator and a map of tunable names to tunable values and applies
those values to any tunables found in the Tasks found in the TaskIterator.
- createTaskIterator(TaskIterator, Map<String, Object>, TaskObserver) - Method in interface org.cytoscape.work.TunableSetter
-
This version of createTaskIterator adds a TaskObserver argument.
- createTaskStatusPanel() - Method in interface org.cytoscape.work.swing.StatusBarPanelFactory
-
- createTaskStatusPanel() - Method in interface org.cytoscape.work.swing.TaskStatusPanelFactory
-
Deprecated.
- createTitledBorder(String) - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
Use this method to create a Titled Border which looks native on the current Look and Feel.
- createTransformer(String) - Method in interface org.cytoscape.filter.TransformerManager
-
Returns a new Transformer with the given id
.
- createTunableHandler(Field, Object, Tunable) - Method in class org.cytoscape.work.BasicTunableHandlerFactory
-
- createTunableHandler(Method, Method, Object, Tunable) - Method in class org.cytoscape.work.BasicTunableHandlerFactory
-
- createTunableHandler(Field, Object, Tunable) - Method in interface org.cytoscape.work.TunableHandlerFactory
-
This method returns a
TunableHandler
for a field annotated as a
Tunable
if this factory can produce an appropriate handler for this type of field.
- createTunableHandler(Method, Method, Object, Tunable) - Method in interface org.cytoscape.work.TunableHandlerFactory
-
This method returns a
TunableHandler
for a method annotated as a
Tunable
if this factory can produce an appropriate handler for this type of method.
- createView(Transformer<?, ?>) - Method in interface org.cytoscape.filter.view.TransformerViewFactory
-
Creates a UI panel that configures the given transformer
.
- createVisualMappingFunction(String, Class<K>, VisualProperty<V>) - Method in interface org.cytoscape.view.vizmap.VisualMappingFunctionFactory
-
- createVisualPropertyDependency() - Method in interface org.cytoscape.view.vizmap.VisualPropertyDependencyFactory
-
- createVisualStyle(String) - Method in interface org.cytoscape.view.vizmap.VisualStyleFactory
-
- createVisualStyle(VisualStyle) - Method in interface org.cytoscape.view.vizmap.VisualStyleFactory
-
- createWriter(OutputStream, CyNetworkView) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterFactory
-
Creates a single Task that will write the specified network to the
specified OutputStream.
- createWriter(OutputStream, CyNetwork) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterFactory
-
Creates a single Task that will write the specified network to the
specified OutputStream.
- createWriter(OutputStream, Object) - Method in interface org.cytoscape.io.write.CyPropertyWriterFactory
-
Creates a single Task that will write the specified property object to the
specified OutputStream.
- createWriter(OutputStream, CySession) - Method in interface org.cytoscape.io.write.CySessionWriterFactory
-
Creates a single Task that will write the specified
CySession
object to the
specified OutputStream.
- createWriter(OutputStream, CyTable) - Method in interface org.cytoscape.io.write.CyTableWriterFactory
-
Creates a single Task that will write the specified
CyTable
object to the
specified OutputStream.
- createWriter(OutputStream, RenderingEngine<?>) - Method in interface org.cytoscape.io.write.PresentationWriterFactory
-
Creates a single Task that will write the contents of the
specified
RenderingEngine
object to the specified OutputStream.
- createWriter(OutputStream, Set<VisualStyle>) - Method in interface org.cytoscape.io.write.VizmapWriterFactory
-
Creates a single Task that will write the specified set of
VisualStyle
objects to the specified OutputStream.
- current_size - Variable in class org.cytoscape.view.layout.AbstractPartitionLayoutTask
-
Partition size used for taskMonitor.
- current_start - Variable in class org.cytoscape.view.layout.AbstractPartitionLayoutTask
-
Starting node number used for taskMonitor.
- CUSTOM - Static variable in interface org.cytoscape.util.swing.FileUtil
-
Equal to FileDialog.LOAD + FileDialog.SAVE.
- CustomGraphicLayer - Interface in org.cytoscape.view.presentation.customgraphics
-
This interface defines the minimum interface to
add a custom graphics to a
CyNode
.
- CUSTOMSHAPE - Static variable in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
A flag that this is a "custom" shape
- Cy2DGraphicLayer - Interface in org.cytoscape.view.presentation.customgraphics
-
Custom graphic layer interface that allows a custom graphics implementation to draw directly onto the
CyNetworkView
's
Graphics2D
object.
- CyAction - Interface in org.cytoscape.application.swing
-
An interface that describes how an action should be placed within
the menus and/or toolbars of the Swing application.
- CyAppAdapter - Interface in org.cytoscape.app
-
A Java-only api providing access to Cytoscape functionality.
- CyApplicationConfiguration - Interface in org.cytoscape.application
-
Application-wide setting will be accessible through this interface.
- CyApplicationManager - Interface in org.cytoscape.application
-
Basic access to current and/or currently selected networks,
views and rendering engines in an instance of Cytoscape.
- cyApplicationManager - Variable in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- CyColorChooser - Class in org.cytoscape.util.swing
-
This is an annoying re-implementation of JColorChooser.showDialog() that remembers
recently used colors between invocations of the chooser dialog.
- CyColumn - Interface in org.cytoscape.model
-
This class describes a column in a CyTable.
- CyColumnIdentifier - Interface in org.cytoscape.view.presentation.property.values
-
Interface used to carry and save information that represents a
CyColumn
(usually from a network
CyTable
).
- CyColumnIdentifierFactory - Interface in org.cytoscape.view.presentation.property.values
-
- CyCustomGraphics<T extends CustomGraphicLayer> - Interface in org.cytoscape.view.presentation.customgraphics
-
Base interface for all Custom Graphics.
- CyCustomGraphics2<T extends CustomGraphicLayer> - Interface in org.cytoscape.view.presentation.customgraphics
-
Just an extension of
CyCustomGraphics
which provides a way for the custom graphics instance
to define itself as a set of properties.
- CyCustomGraphics2Factory<T extends CustomGraphicLayer> - Interface in org.cytoscape.view.presentation.customgraphics
-
- CyCustomGraphicsFactory<T extends CustomGraphicLayer> - Interface in org.cytoscape.view.presentation.customgraphics
-
- CyDisposable - Interface in org.cytoscape.model
-
An interface for objects that require an explicit clean up at the end of
their lifecycle.
- CyEdge - Interface in org.cytoscape.model
-
An object that represents an edge within a network of nodes (vertices)
and edges.
- CyEdge.Type - Enum in org.cytoscape.model
-
The Type enum is used by methods in
CyNetwork
to restrict
the edges that match a query.
- CyEdgeViewContextMenuFactory - Interface in org.cytoscape.application.swing
-
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified edge view.
- CyEvent<T> - Interface in org.cytoscape.event
-
All Cytoscape events should extend this interface.
- CyEventHelper - Interface in org.cytoscape.event
-
The basic event handling interface for Cytoscape.
- CyFileFilter - Interface in org.cytoscape.io
-
An interface that captures the metadata description of a file type
so that files of the specified type can be handled correctly by the
application and the user interface.
- CyFileFilterProvider - Interface in org.cytoscape.io
-
An interface extended by various reader and writer factories.
- CyGroup - Interface in org.cytoscape.group
-
An object that represents a group of nodes and edges.
- CyGroupAggregationManager - Interface in org.cytoscape.group.data
-
The CyGroupAggregationManager provides a mechanism to add new
Aggregators to the group aggregation mechanism.
- CyGroupFactory - Interface in org.cytoscape.group
-
An interface describing a factory used for creating
CyGroup
objects.
- CyGroupManager - Interface in org.cytoscape.group
-
The CyGroupManager maintains information about all of the groups
an instance of Cytoscape.
- CyGroupSettingsManager - Interface in org.cytoscape.group
-
The CyGroupSettingsManager is responsible for providing an interface
to all of the possible settings controlling
CyGroup
s, including
the default settings and group specific settings.
- CyGroupSettingsManager.DoubleClickAction - Enum in org.cytoscape.group
-
The DoubleClickAciton
enum provides the options for
what to do when the user double-clicks on either a group node
or a node that's a member of a group.
- CyGroupSettingsManager.GroupViewType - Enum in org.cytoscape.group
-
- CyHelpBroker - Interface in org.cytoscape.application.swing
-
- CyIdentifiable - Interface in org.cytoscape.model
-
CyIdentifiable is an interface that indicates that the implementing
object can be considered a key into a table.
- CyJob - Interface in org.cytoscape.jobs
-
A
CyJob
represents all of the state information necessary to
marshal and unmarshal data, submit jobs, query job status, and fetch
results.
- CyJobData - Interface in org.cytoscape.jobs
-
CyJobData presents a general interface to sending data to and receiving
data from a job.
- CyJobDataService - Interface in org.cytoscape.jobs
-
The main interface for the marshalling and unmarshalling
of data to be exchanged with remote services.
- CyJobExecutionService - Interface in org.cytoscape.jobs
-
The
CyJobExecutionService
is a stateless service that can be used to provide
remote job services, including the execution, cancellation, status checking, and retrieval
of results.
- CyJobManager - Interface in org.cytoscape.jobs
-
CyJobManager
is responsible for managing all currently running
CyJobs
, including polling for changes in the
Status
of the job and notifying the
CyJobMonitor
provided by the App of the change in status.
- CyJobMonitor - Interface in org.cytoscape.jobs
-
Apps are expected to implement this interface to receive notifications
about job completions.
- CyJobStatus - Class in org.cytoscape.jobs
-
This object stores information about the status of a
CyJob
, including
the actual job status (
CyJobStatus.Status
) and any message returned
from the remote execution.
- CyJobStatus(CyJobStatus.Status, String) - Constructor for class org.cytoscape.jobs.CyJobStatus
-
- CyJobStatus.Status - Enum in org.cytoscape.jobs
-
This enum contains the primary status returned from the remote execution.
- CyLayoutAlgorithm - Interface in org.cytoscape.view.layout
-
A task factory specifically for layout algorithms.
- CyLayoutAlgorithmManager - Interface in org.cytoscape.view.layout
-
This class provides access to the available layout algorithms.
- CyListener - Interface in org.cytoscape.event
-
The basic interface that any class interested in a particular
type of event should implement.
- CyMenuItem - Class in org.cytoscape.application.swing
-
A simple wrapper class that allows a JMenuItem to be associated with
a gravity value which defines where in a menu the item should fall.
- CyMenuItem(JMenuItem, float) - Constructor for class org.cytoscape.application.swing.CyMenuItem
-
Constructor.
- CyNetwork - Interface in org.cytoscape.model
-
CyNetwork is the primary interface for representing a network (graph)
data structure in Cytoscape.
- cyNetworkFactory - Variable in class org.cytoscape.io.read.AbstractCyNetworkReader
-
Will be used to create new CySubNetwork if this reader needs to create new CyRootNetwork.
- CyNetworkFactory - Interface in org.cytoscape.model
-
A singleton factory object used for instantiating CyNetwork
objects.
- CyNetworkManager - Interface in org.cytoscape.model
-
Basic access to networks and view in an instance of Cytoscape.
- CyNetworkNaming - Interface in org.cytoscape.session
-
A utility that helps with the creation of unique network names.
- CyNetworkReader - Interface in org.cytoscape.io.read
-
An extension of the Task interface that returns an array of
CyNetwork
objects that are read as part
of the Task.
- CyNetworkReaderManager - Interface in org.cytoscape.io.read
-
An object that registers all InputStreamReaderFactory singletons,
processes specified input to determine the appropriate factory to
use and then returns an instance of the correct
CyNetworkReader
for the input.
- CyNetworkTableManager - Interface in org.cytoscape.model
-
Provides access to all network-table relationships.
- CyNetworkView - Interface in org.cytoscape.view.model
-
Additional methods for CyNetworkView.
- CyNetworkViewContextMenuFactory - Interface in org.cytoscape.application.swing
-
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified network view.
- CyNetworkViewDesktopMgr - Interface in org.cytoscape.application.swing
-
Interface for managing CyNetworkViews within the desktop where they reside.
- CyNetworkViewDesktopMgr.ArrangeType - Enum in org.cytoscape.application.swing
-
- cyNetworkViewFactory - Variable in class org.cytoscape.io.read.AbstractCyNetworkReader
-
Will be used for creating network views.
- CyNetworkViewFactory - Interface in org.cytoscape.view.model
-
- CyNetworkViewManager - Interface in org.cytoscape.view.model
-
Basic access to network views in an instance of Cytoscape.
- CyNetworkViewWriterFactory - Interface in org.cytoscape.io.write
-
- CyNetworkViewWriterManager - Interface in org.cytoscape.io.write
-
- CyNode - Interface in org.cytoscape.model
-
An object that represents a node (vertex) within a network
of nodes and edges.
- CyNodeViewContextMenuFactory - Interface in org.cytoscape.application.swing
-
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified node view.
- CyPayloadEvent<S,P> - Interface in org.cytoscape.event
-
An extension of CyEvent specifically for payload events.
- CyProperty<P> - Interface in org.cytoscape.property
-
A general property service interface for providing access to different types
of property objects as OSGi services.
- CyProperty.SavePolicy - Enum in org.cytoscape.property
-
SavePolicy specifies how the CyProperty will be saved, or if it will not be saved.
- CyPropertyReader - Interface in org.cytoscape.io.read
-
An extension of the Task interface that returns a property
object.
- CyPropertyReaderManager - Interface in org.cytoscape.io.read
-
An object that registers all InputStreamReaderFactory singletons,
processes specified input to determine the appropriate factory to
use and then returns an instance of the correct
CyPropertyReader
for the input.
- CyPropertyWriterFactory - Interface in org.cytoscape.io.write
-
A specialization of
CyWriterFactory
that allows a property Object to
be specified and written.
- CyPropertyWriterManager - Interface in org.cytoscape.io.write
-
- CyRootNetwork - Interface in org.cytoscape.model.subnetwork
-
CyRootNetwork is an interface for managing Cytoscape's
meta-network implementation.
- CyRootNetworkManager - Interface in org.cytoscape.model.subnetwork
-
A manager that provides access to the CyRootNetwork
objects associated with CyNetwork objects.
- CyRow - Interface in org.cytoscape.model
-
This interface represents one row in a CyTable.
- CyServiceRegistrar - Interface in org.cytoscape.service.util
-
An interface to hide the OSGi dependencies needed to register
services dynamically at runtime.
- CySession - Class in org.cytoscape.session
-
A session is an immutable snapshot of the data contents of Cytoscape.
- CySession.Builder - Class in org.cytoscape.session
-
A implementation of the builder pattern used to construct immutable instances of CySession objects.
- CySessionManager - Interface in org.cytoscape.session
-
This class primarily acts as a listener and tracks the state of
the Cytoscape application.
- CySessionReader - Interface in org.cytoscape.io.read
-
An extension of the Task interface that returns a
org.cytoscape.property.session.Cysession
object.
- CySessionReaderManager - Interface in org.cytoscape.io.read
-
An object that registers all InputStreamReaderFactory singletons,
processes specified input to determine the appropriate factory to
use and then returns an instance of the correct
CySessionReader
for the input.
- CySessionWriterFactory - Interface in org.cytoscape.io.write
-
- CySessionWriterManager - Interface in org.cytoscape.io.write
-
- CyShutdown - Interface in org.cytoscape.application
-
A service that will shutdown Cytoscape cleanly.
- CyShutdownEvent - Class in org.cytoscape.application.events
-
An event fired immediately before Cytoscape will be shutdown.
- CyShutdownEvent(Object, boolean) - Constructor for class org.cytoscape.application.events.CyShutdownEvent
-
Constructor.
- CyShutdownEvent(Object) - Constructor for class org.cytoscape.application.events.CyShutdownEvent
-
Constructor.
- CyShutdownListener - Interface in org.cytoscape.application.events
-
- CyStartEvent - Class in org.cytoscape.application.events
-
An event fired after Cytoscape startup mostly complete (but not necessarily 100 percent).
- CyStartEvent(Object) - Constructor for class org.cytoscape.application.events.CyStartEvent
-
Constructor.
- CyStartListener - Interface in org.cytoscape.application.events
-
- CySubNetwork - Interface in org.cytoscape.model.subnetwork
-
- CySwingAppAdapter - Interface in org.cytoscape.app.swing
-
A Swing-specific extension of
CyAppAdapter
that
serves as a Java-only api providing access to core
Cytoscape functionality.
- CySwingApplication - Interface in org.cytoscape.application.swing
-
This interface provides basic access to the Swing objects that
constitute this application.
- CyTable - Interface in org.cytoscape.model
-
A simple representation of a table object consisting of rows
and columns.
- CyTable.Mutability - Enum in org.cytoscape.model
-
Mutability of the table specifies whether or not it is able to be deleted..
- CyTableFactory - Interface in org.cytoscape.model
-
An interface describing a factory used for creating
CyTable
objects.
- CyTableFactory.InitialTableSize - Enum in org.cytoscape.model
-
A description of the initial size of the table.
- CyTableManager - Interface in org.cytoscape.model
-
A singleton object for managing registered
CyTable
s.
- CyTableMetadata - Interface in org.cytoscape.model
-
A snapshot of information about a relationship shared between a CyTable
instance and an associated CyNetworks.
- CyTableReader - Interface in org.cytoscape.io.read
-
An extension of the Task interface that returns an array of
CyTable
objects.
- CyTableReaderManager - Interface in org.cytoscape.io.read
-
An object that registers all InputStreamReaderFactory singletons,
processes specified input to determine the appropriate factory to
use and then returns an instance of the correct
CyTableReader
for the input.
- CyTableUtil - Class in org.cytoscape.model
-
A collection of state-less, static utility methods provided to
simplify querying of table objects.
- CyTableWriterFactory - Interface in org.cytoscape.io.write
-
- CyTableWriterManager - Interface in org.cytoscape.io.write
-
- CytoPanel - Interface in org.cytoscape.application.swing
-
Interface to a CytoPanel.
- CytoPanelComponent - Interface in org.cytoscape.application.swing
-
An interface that allows a component to be registered as a service
that will then be added to the appropriate
CytoPanel
.
- CytoPanelComponent2 - Interface in org.cytoscape.application.swing
-
Implement this interface rather than
CytoPanelComponent
, if you want to allow your component to be retrieved
from the
CytoPanel
by its identifier.
- CytoPanelComponentSelectedEvent - Class in org.cytoscape.application.swing.events
-
- CytoPanelComponentSelectedEvent(Object, CytoPanel, int) - Constructor for class org.cytoscape.application.swing.events.CytoPanelComponentSelectedEvent
-
Constructor.
- CytoPanelComponentSelectedListener - Interface in org.cytoscape.application.swing.events
-
- CytoPanelName - Enum in org.cytoscape.application.swing
-
An enum that describes
CytoPanel
s uses compass directions
to describe their location within the application.
- CytoPanelState - Enum in org.cytoscape.application.swing
-
The different display states available for a
CytoPanel
.
- CytoPanelStateChangedEvent - Class in org.cytoscape.application.swing.events
-
An event to indicate that a CytoPanel has changed state.
- CytoPanelStateChangedEvent(Object, CytoPanel, CytoPanelState) - Constructor for class org.cytoscape.application.swing.events.CytoPanelStateChangedEvent
-
Constructor.
- CytoPanelStateChangedListener - Interface in org.cytoscape.application.swing.events
-
- CyTransformerReader - Interface in org.cytoscape.io.read
-
- CyTransformerWriter - Interface in org.cytoscape.io.write
-
- CyUserLog - Interface in org.cytoscape.application
-
This contains the name of the user log.
- CyVersion - Interface in org.cytoscape.application
-
An interface providing access to version information about this
version of the Cytoscape application.
- CyWriter - Interface in org.cytoscape.io.write
-
A marker interface used to identify tasks involved in
writing data.
- CyWriterFactory - Interface in org.cytoscape.io.write
-
A marker interface used to identify factories that
create CyWriter instances.
- CyWriterManager<W extends CyWriterFactory> - Interface in org.cytoscape.io.write
-
A CyWriterManager aggregates
CyWriterFactory
services for specific DataCategories
and provides a mechanism for choosing the
CyWriterFactory
given a particular
file type.
- genCode(Stack<CodeAndSourceLocation>) - Method in class org.cytoscape.equations.AbstractNode
-
- genCode(Stack<CodeAndSourceLocation>) - Method in interface org.cytoscape.equations.TreeNode
-
Generated code for this node and pushes it onto the execution stack.
- generateMap(Set<T>) - Method in interface org.cytoscape.view.vizmap.gui.util.DiscreteMappingGenerator
-
For a given set of attribute values, create discrete mapping.
- get(int) - Method in interface org.cytoscape.filter.model.CompositeFilter
-
Returns the Filter
at the given index.
- get(String) - Method in interface org.cytoscape.jobs.CyJobData
-
Returns the Object that contains the value for the specified key, or null
if that key doesn't exist.
- get(String, Class<? extends T>) - Method in interface org.cytoscape.model.CyRow
-
Returns the value found for this row in the specified column
with the specified type.
- get(String, Class<? extends T>, T) - Method in interface org.cytoscape.model.CyRow
-
Returns the value found for this row in the specified column
with the specified type.
- get_ApplyPreferredLayoutTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ApplyVisualStyleTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_CloneNetworkTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_CollapseGroupTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ConnectSelectedNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_CreateNetworkViewTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeleteColumnTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeleteSelectedNodesAndEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeleteTableTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeselectAllEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeselectAllNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DeselectAllTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DestroyNetworkTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_DestroyNetworkViewTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_EditNetworkTitleTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExpandGroupTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExportNetworkImageTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExportNetworkViewTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExportSelectedTableTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExportTableTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_ExportVizmapTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_GroupNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_HideSelectedEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_HideSelectedNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_HideSelectedTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_InvertSelectedEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_InvertSelectedNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_LoadNetworkFileTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_LoadNetworkURLTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_LoadTableFileTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_LoadTableURLTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_LoadVizmapFileTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_MapGlobalToLocalTableTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_MapTableToNetworkTablesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_NewEmptyNetworkViewFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_NewNetworkSelectedNodesAndEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_NewNetworkSelectedNodesOnlyTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_NewSessionTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_OpenSessionTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_RenameColumnTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SaveSessionAsTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectAdjacentEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectAllEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectAllNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectAllTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectConnectedNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectFirstNeighborsNodeViewTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectFirstNeighborsTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectFirstNeighborsTaskFactoryInEdge() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectFirstNeighborsTaskFactoryOutEdge() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_SelectFromFileListTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_UnGroupNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_UnGroupTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_UnHideAllEdgesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_UnHideAllNodesTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- get_UnHideAllTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getAcceleratorKeyStroke() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Returns the accelerator KeyStroke defined for this action.
- getAcceleratorKeyStroke() - Method in interface org.cytoscape.application.swing.CyAction
-
Returns the accelerator KeyStroke defined for this action.
- getAdjacentEdgeIterable(CyNode, CyEdge.Type) - Method in interface org.cytoscape.model.CyNetwork
-
Gets an Iteable of edges that connect to this node.
- getAdjacentEdgeList(CyNode, CyEdge.Type) - Method in interface org.cytoscape.model.CyNetwork
-
Get the list of edges that connect to this node.
- getAggregator(CyGroup, CyColumn) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the
Aggregator
that will be used to aggregate the values
in a specific
CyColumn
for all of the nodes in a group onto
the corresponding column in the group node.
- getAggregators(Class<?>) - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of aggregators for a particular Class.
- getAggregators() - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of aggregators.
- getAll() - Method in interface org.cytoscape.view.vizmap.mappings.DiscreteMapping
-
Gets all map values.
- getAllCategories() - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Returns all data categories
- getAllDataSources() - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Returns all data sources registered as OSGi services
- getAllDescendants(VisualProperty<?>) - Method in interface org.cytoscape.view.model.VisualLexicon
-
Get collection of visual properties for a given object type (node/edge/network).
- getAllDescendants(VisualProperty<?>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- getAllHandles() - Method in interface org.cytoscape.view.presentation.property.values.Bend
-
Get List of all handles on this edge
- getAllLayouts() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithmManager
-
Returns a collection of all available layouts.
- getAllPoints() - Method in interface org.cytoscape.view.vizmap.mappings.ContinuousMapping
-
Gets all Data Points.
- getAllRenderingEngines() - Method in interface org.cytoscape.view.presentation.RenderingEngineManager
-
- getAllRows() - Method in interface org.cytoscape.model.CyTable
-
Return a list of all the rows stored in this data table.
- getAllTables(boolean) - Method in interface org.cytoscape.model.CyTableManager
-
Returns a Set of all tables with the specified visibility.
- getAllValues() - Method in interface org.cytoscape.jobs.CyJobData
-
Return all of the values in this CyJobData
- getAllValues() - Method in interface org.cytoscape.model.CyRow
-
Returns a map of column names to Objects that contain the values
contained in this Row.
- getAllViews() - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns a list of all View including those for Nodes, Edges, and Network.
- getAllVisualLexicon() - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
- getAllVisualMappingFunctions() - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
- getAllVisualProperties() - Method in interface org.cytoscape.view.model.VisualLexicon
-
Returns the Set of VisualPropertys supported by this Renderer.
- getAllVisualProperties() - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- getAllVisualPropertyDependencies() - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Get all dependencies for this style.
- getAllVisualStyles() - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
Returns all available
VisualStyles managed by this object.
- getAnchorType(ArrowAnnotation.ArrowEnd) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the anchor type for one end of the arrow
- getAnnotations(CyNetworkView) - Method in interface org.cytoscape.view.presentation.annotations.AnnotationManager
-
Retrieve the list of annotations for a specific network view.
- getAppConfigurationDirectoryLocation(Class<?>) - Method in interface org.cytoscape.application.CyApplicationConfiguration
-
Returns the absolute path to the configuration directory of a
particular app.
- getAppFileListMap() - Method in class org.cytoscape.session.CySession
-
Returns a map of app names to lists of File objects that are stored as part of the session for the specified app.
- getAppFileListMap() - Method in class org.cytoscape.session.events.SessionAboutToBeSavedEvent
-
This method is not meant to be used by listeners for this event,
although you can and no harm should come to you.
- getArgAsBoolean(Object) - Static method in class org.cytoscape.equations.FunctionUtil
-
Assumes that "arg" is a "String", "Boolean", "Long" or a "Double and converts it to "boolean".
- getArgAsDouble(Object) - Static method in class org.cytoscape.equations.FunctionUtil
-
Assumes that "arg" is a "String", "Boolean", "Long" or a "Double and converts it to "double".
- getArgAsLong(Object) - Static method in class org.cytoscape.equations.FunctionUtil
-
Assumes that "arg" is a "String", "Boolean", "Long" or a "Double and converts it to "long".
- getArgAsString(Object) - Static method in class org.cytoscape.equations.FunctionUtil
-
Assumes that "arg" is a "String", "Boolean", "Long" or a "Double and converts it to "String".
- getArgDescription(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the value of the description field for this argument.
- getArgMap() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Get the argument map that is used to serialize this annotation.
- getArgName() - Method in class org.cytoscape.equations.ArgDescriptor
-
Returns the name of the argument.
- getArgNumber() - Method in exception org.cytoscape.equations.FunctionError
-
Returns the argument number the error is associated with.
- getArgRequired(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the value of the required field for this argument.
- getArgTooltip(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the value of the tooltip field for this argument.
- getArgType(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the type of the argument.
- getArgType() - Method in class org.cytoscape.equations.ArgDescriptor
-
- getArgTypeString(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns a human-readable string for this argument of the form:
argument=<type>
- getArguments(String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns a list of arguments for the specified namespace and command in alphabetical order.
- getArgValue(String, String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the value of the argument.
- getArrowColor(ArrowAnnotation.ArrowEnd) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the color of one end of the arrow
- getArrows() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Get all arrows that are currently linked to this annotation.
- getArrowSize(ArrowAnnotation.ArrowEnd) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the size of one end of the arrow
- getArrowType(ArrowAnnotation.ArrowEnd) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the type of one end of the arrow
- getAttribute(DataSource, String) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Given the attribute name, return the value in a bookmark
- getAttribute() - Method in class org.cytoscape.property.bookmark.DataSource
-
Gets the value of the attribute property.
- getAttributeSelectors() - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Returns set of selector for available attributes (table columns).
- getAvailableCommands() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getAvailableWriterFilters() - Method in interface org.cytoscape.io.write.CyPropertyWriterManager
-
Returns the CyFileFilter
s known to this CyWriter
manager.
- getAvailableWriterFilters() - Method in interface org.cytoscape.io.write.CyWriterManager
-
Returns a list of the available
CyFileFilter
s that define the available
output types.
- getAverageLocation() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the average location of the nodes in this partition
- getBaseNetwork() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
- getBooleans(Object[]) - Static method in class org.cytoscape.equations.FunctionUtil
-
Attempts to convert all arguments, including Lists to a uniform array of booleans.
- getBorderColor() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the border (stroke) color.
- getBorderOpacity() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the border (stroke) opacity.
- getBorderWidth() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the border (stroke) width.
- getBounds(CyNetworkView) - Method in interface org.cytoscape.application.swing.CyNetworkViewDesktopMgr
-
- getBounds2D() - Method in interface org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer
-
Return the bounds of the area covered by this
CustomGraphicLayer as a
Rectangle2D
- getBugFixVersion() - Method in interface org.cytoscape.application.CyVersion
-
The third of the three numbers defining the version of the
software, meaning "5" if the version is "3.2.5".
- getCanvasName() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Return the canvas that this Annotation is on
- getCategory() - Method in class org.cytoscape.property.bookmark.Bookmarks
-
Gets the value of the category property.
- getCategory(String, List<Category>) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Select specific category from a list of categories.
- getCategoryOrDataSource() - Method in class org.cytoscape.property.bookmark.Category
-
Gets the value of the categoryOrDataSource property.
- getCellEditors() - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Returns editors for individual cells in discrete mapping editor.
- getCellEditorValue() - Method in class org.cytoscape.util.swing.AbstractCellEditor
- getChangeSources() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
- getChangeSources() - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
Returns the name of different GUITunableHandler
s that this tunable handler listens to.
- getChildKey() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the name of the key that determines the selection of which controlled
nested child is currently presented, or the empty string if
controlsMutuallyExclusiveNestedChildren() returns false.
- getChildKey() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the name of the key that determines the selection of which controlled
nested child is currently presented, or the empty string if
controlsMutuallyExclusiveNestedChildren() returns false.
- getChildren() - Method in class org.cytoscape.view.model.VisualLexiconNode
-
Returns collection of all children of this node.
- getCode() - Method in class org.cytoscape.equations.CodeAndSourceLocation
-
- getCode() - Method in class org.cytoscape.equations.Equation
-
Returns the compiled code (not Java byte code!) for the VM representing this Equation
.
- getColor() - Method in class org.cytoscape.util.swing.ColorButton
-
- getColumn(String) - Method in interface org.cytoscape.model.CyTable
-
Returns the column for the specified name.
- getColumn() - Method in class org.cytoscape.model.events.RowSetRecord
-
Returns the name of the column of the data that was set.
- getColumnClass(int) - Method in class org.cytoscape.util.swing.AbstractTreeTableModel
-
Returns the class of the column specified in the argument.
- getColumnClass(int) - Method in interface org.cytoscape.util.swing.TreeTableModel
-
Returns the type for column number column
.
- getColumnClass(int) - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Returns the class of the column at the given column number.
- getColumnCount() - Method in interface org.cytoscape.util.swing.TreeTableModel
-
Returns the number of available columns.
- getColumnCount() - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Returns the number of columns in the TreeTabelModel.
- getColumnName(int) - Method in interface org.cytoscape.util.swing.TreeTableModel
-
Returns the name for column number column
.
- getColumnName(int) - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Returns the column name at the given column number.
- getColumnName() - Method in interface org.cytoscape.view.presentation.property.values.CyColumnIdentifier
-
- getColumnNames(CyTable) - Static method in class org.cytoscape.model.CyTableUtil
-
Returns all the column names of a given table.
- getColumnRecords(String) - Method in class org.cytoscape.model.events.RowsSetEvent
-
Returns all of the
RowSetRecord
s whose specified column value is set.
- getColumns() - Method in interface org.cytoscape.model.CyTable
-
Returns the column types for all columns in this table.
- getCommandExecutorTaskFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCommands(String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns a list of available commands in alphabetical order for the specified namespace.
- getCompatibleTypes() - Method in class org.cytoscape.equations.ArgDescriptor
-
Returns the types that are compatible with this argument.
- getCompatibleTypes() - Method in enum org.cytoscape.equations.ArgType
-
Returns an array of compatible Class types.
- getComponent() - Method in interface org.cytoscape.application.swing.CytoPanelComponent
-
Returns the Component to be added to the CytoPanel.
- getComponent() - Method in interface org.cytoscape.application.swing.ToolBarComponent
-
Returns the Component to be added to the ToolBar.
- getComponentAt(int) - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the component at index.
- getCompositeFilter() - Method in interface org.cytoscape.filter.model.SubFilterTransformer
-
- getConfiguration(TaskFactory, Object) - Method in interface org.cytoscape.work.TaskManager
-
- getConfigurationDirectoryLocation() - Method in interface org.cytoscape.application.CyApplicationConfiguration
-
Returns absolute path to CytoscapeConfiguration location.
- getConnectingEdgeList(CyNode, CyNode, CyEdge.Type) - Method in interface org.cytoscape.model.CyNetwork
-
Get the list of edges that connect two nodes.
- getContent() - Method in class org.cytoscape.property.bookmark.Attribute
-
Gets the value of the content property.
- getContentPane() - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
This class requires that all content be placed within a designated panel,
this method returns that panel.
- getContentTypes() - Method in class org.cytoscape.io.BasicCyFileFilter
-
The MIME content types supported by this filter.
- getContentTypes() - Method in interface org.cytoscape.io.CyFileFilter
-
The MIME content types supported by this filter.
- getContext() - Method in class org.cytoscape.work.AbstractTunableHandler
-
This returns the context of the Tunable.
- getContextType() - Method in interface org.cytoscape.filter.model.Transformer
-
Returns the type of the context object this Transformer
is
compatible with.
- getContextType() - Method in interface org.cytoscape.filter.model.TransformerSource
-
Returns the type of the context object this TransformerSource
is
compatible with.
- getContinuousEditor(VisualProperty<?>) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Returns the continuous editor for the specified visual property.
- getContinuousEditorType() - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getContinuousEditorType() - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
Returns type of Continuous Editor.
- getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number, T>) - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number, T>) - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
A custom cell renderer for Continuous table cells.
- getControl() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- getCoreProperties() - Method in interface org.cytoscape.app.CyAppAdapter
-
Returns an instance of
CyProperty
of type Properties.
- getCurrentNetwork() - Method in interface org.cytoscape.application.CyApplicationManager
-
Provides access to the current network.
- getCurrentNetworkView() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the current network view.
- getCurrentNetworkViewRenderer() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the NetworkViewRenderer associated with the current
RenderingEngine.
- getCurrentRenderingEngine() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the rendering engine associated with the current network view.
- getCurrentSession() - Method in interface org.cytoscape.session.CySessionManager
-
This method returns a
CySession
object describing the current
state of Cytoscape.
- getCurrentSessionFileName() - Method in interface org.cytoscape.session.CySessionManager
-
Returns the name of the current session file.
- getCurrentTable() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the currently active table.
- getCurrentVisualStyle() - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
Returns currently selected Visual Style.
- getCyApplicationConfiguration() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyApplicationManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyEventHelper() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyGroupAggregationManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyGroupFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyGroupManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyLayoutAlgorithmManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkViewFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkViewManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkViewReaderManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyNetworkViewWriterManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyPropertyReaderManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyPropertyWriterManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyRootNetworkManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyServiceRegistrar() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCySessionManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCySessionReaderManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCySessionWriterManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCySwingApplication() - Method in interface org.cytoscape.app.swing.CySwingAppAdapter
-
- getCyTableFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyTableManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyTableReaderManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCyTableWriterManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getCytoPanel(CytoPanelName) - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the appropriate CytoPanel for the specified compass direction.
- getCytoPanel() - Method in class org.cytoscape.application.swing.events.CytoPanelComponentSelectedEvent
-
Returns the CytoPanel on which a component was selected.
- getCytoPanel() - Method in class org.cytoscape.application.swing.events.CytoPanelStateChangedEvent
-
Returns the CytoPanel whose state has changed.
- getCytoPanelComponentCount() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the number of components in the CytoPanel.
- getCytoPanelName() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the position in the layout.
- getCytoPanelName() - Method in interface org.cytoscape.application.swing.CytoPanelComponent
-
Returns the name of the CytoPanel that this component should be added to.
- getCyVersion() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getData(CyJobData, String) - Method in interface org.cytoscape.jobs.CyJobDataService
-
- getDataCategory() - Method in class org.cytoscape.io.BasicCyFileFilter
-
The DataCategory supported by this filter.
- getDataCategory() - Method in interface org.cytoscape.io.CyFileFilter
-
The DataCategory supported by this filter.
- getDataCategory() - Method in interface org.cytoscape.io.datasource.DataSource
-
- getDataCategory() - Method in class org.cytoscape.io.datasource.DefaultDataSource
-
- getDataInstance() - Method in interface org.cytoscape.jobs.CyJobDataService
-
Returns an empty instance of
CyJobData
that may be used with this service.
- getDataService() - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
Return the
CyJobDataService
that is used by service to marshall and unmarshall
data for the remote service.
- getDataSourceList(String, List<Category>) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Traverse bookmark tree and get a list of data sources from the specified
category.
- getDataSourceManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getDataSources(DataCategory) - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Returns all data sources under the given category.
- getDataSources(String) - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Returns all data sources from a data provider
- getDataTableComboBoxEditor(Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Attribute selector for the given table entry type.
- getDataType() - Method in interface org.cytoscape.view.vizmap.gui.util.DiscreteMappingGenerator
-
Returns the type of the visual property.
- getDefault() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- getDefault() - Method in interface org.cytoscape.view.model.VisualProperty
-
The default value of this property.
- getDefaultAggregation(Class<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the default
Aggregator
for a specific column type
as expressed as a java
Class
.
- getDefaultAggregation(CyGroup, Class<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the
Aggregator
for a specific column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- getDefaultComboBoxEditor(String) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
- getDefaultEdgeTable() - Method in interface org.cytoscape.model.CyNetwork
-
A convenience method returns the default attribute table for the edges of this network.
- getDefaultIcon(int, int) - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getDefaultIcon(int, int) - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
This is for default view editor.
- getDefaultLayout() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithmManager
-
Returns Cytoscape's default layout.
- getDefaultLayoutContext() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- getDefaultLayoutContext() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns the default instance of the layout context.
- getDefaultListAggregation(Class<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the default
Aggregator
for a specific List column type
as expressed as a java
Class
.
- getDefaultListAggregation(CyGroup, Class<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the
Aggregator
for a specific List column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- getDefaultNetworkTable() - Method in interface org.cytoscape.model.CyNetwork
-
A convenience method returns the default attribute table for this network.
- getDefaultNetworkViewRenderer() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the NetworkViewRenderer that should be used to create
CyNetworkViews.
- getDefaultNodeTable() - Method in interface org.cytoscape.model.CyNetwork
-
A convenience method returns the default attribute table for the nodes of this network.
- getDefaultValue() - Method in interface org.cytoscape.model.CyColumn
-
Returns the default value for the column, possibly null.
- getDefaultValue(VisualProperty<V>) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Returns default value for the VisualProperty.
- getDefaultVariableValues() - Method in class org.cytoscape.equations.Equation
-
Returns default values for variable references, if any.
- getDefaultVariableValues() - Method in interface org.cytoscape.equations.EquationParser
-
Returns a map of variable names to their default values, if any.
- getDefaultView(VisualStyle) - Method in interface org.cytoscape.view.vizmap.gui.DefaultViewEditor
-
Deprecated.
- getDefaultViewEditor() - Method in interface org.cytoscape.view.vizmap.gui.VizMapGUI
-
Deprecated.
- getDefaultViewPanel() - Method in interface org.cytoscape.view.vizmap.gui.VizMapGUI
-
Deprecated.
- getDefaultVisualLexicon() - Method in interface org.cytoscape.view.presentation.RenderingEngineManager
-
- getDefaultVisualStyle() - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
- getDegree() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the node's degree (i.e.
- getDependency() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
- getDependency() - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
Returns the name of a different GUITunableHandler
that this tunable handler depends on.
- getDepth() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the height of this node
- getDepth() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the total depth of all of the LayoutNodes
- getDescription(String, String) - Method in interface org.cytoscape.command.AvailableCommands
-
Returns the description of the specified command in the specified namespace.
- getDescription() - Method in class org.cytoscape.equations.ArgDescriptor
-
Returns the description of the argument.
- getDescription() - Method in class org.cytoscape.io.BasicCyFileFilter
-
A short, human readable description of the file extensions suitable for
display in FileChoosers.
- getDescription() - Method in interface org.cytoscape.io.CyFileFilter
-
A short, human readable description of the file extensions suitable for
display in FileChoosers.
- getDescription() - Method in interface org.cytoscape.io.datasource.DataSource
-
Description for this data.
- getDescription() - Method in class org.cytoscape.io.datasource.DefaultDataSource
-
- getDescription() - Method in class org.cytoscape.io.webservice.client.AbstractWebServiceClient
-
- getDescription() - Method in interface org.cytoscape.io.webservice.WebServiceClient
-
Get human-readable description of this client.
- getDescription() - Method in class org.cytoscape.property.bookmark.Bookmarks
-
Gets the value of the description property.
- getDescription() - Method in class org.cytoscape.util.swing.FileChooserFilter
-
Returns the short description of the acceptable file type.
- getDescription() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the associated Tunable
's description.
- getDescription() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the associated Tunable
's description.
- getDesktopViewAreaSize() - Method in interface org.cytoscape.application.swing.CyNetworkViewDesktopMgr
-
- getDialogTaskManager() - Method in interface org.cytoscape.app.swing.CySwingAppAdapter
-
- getDisabled() - Method in class org.cytoscape.view.vizmap.gui.event.LexiconStateChangedEvent
-
Get set of Visual Properties to be disabled in the lexicon.
- getDiscreteTableCellRenderer() - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getDiscreteTableCellRenderer() - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
A custom cell renderer for Discrete table cells.
- getDisplayName() - Method in enum org.cytoscape.io.DataCategory
-
- getDisplayName() - Method in class org.cytoscape.io.webservice.client.AbstractWebServiceClient
-
- getDisplayName() - Method in interface org.cytoscape.io.webservice.WebServiceClient
-
Returns display name of this client.
- getDisplayName() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- getDisplayName() - Method in interface org.cytoscape.view.model.VisualProperty
-
Returns a short string suitable for presentation to humans.
- getDisplayName() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Display name is a simple description of this image object.
- getDisplayName() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getDisplayName() - Method in class org.cytoscape.view.presentation.property.values.AbstractVisualPropertyValue
-
- getDisplayName() - Method in interface org.cytoscape.view.presentation.property.values.VisualPropertyValue
-
Name of this value type.
- getDisplayName() - Method in class org.cytoscape.view.vizmap.VisualPropertyDependency
-
Provides human-readable name of this dependency.
- getDoubleClickAction() - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- getDoubleClickAction(CyGroup) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- getDoubles(Object[]) - Static method in class org.cytoscape.equations.FunctionUtil
-
Attempts to convert all arguments, including Lists to a uniform array of doubles.
- getEdge(long) - Method in interface org.cytoscape.model.CyNetwork
-
Return the CyEdge that has the SUID.
- getEdge() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the Edge this LayoutEdge represents
- getEdgeCount() - Method in interface org.cytoscape.model.CyNetwork
-
Return the number of edges in this network.
- getEdgeList(CyNetwork, String) - Method in interface org.cytoscape.command.StringToModel
-
Convert a string request for a edgelist into a list of
CyEdge
s.
- getEdgeList() - Method in interface org.cytoscape.model.CyNetwork
-
Return a list of the edges in this network.
- getEdgeList() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the list of LayoutEdges within this partition.
- getEdges() - Method in class org.cytoscape.model.events.AboutToRemoveEdgesEvent
-
Returns the collection of edges about to be removed.
- getEdgesInState(CyNetwork, String, boolean) - Static method in class org.cytoscape.model.CyTableUtil
-
A utility method that returns a list of edges that have a boolean attribute
in the
CyNetwork.DEFAULT_ATTRS
namespace specified by columnName and are in
the specified state.
- getEdgeView(CyEdge) - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns a View for a specified Edge.
- getEdgeViews() - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns a list of Views for all CyEdges in the network.
- getEdgeViews() - Method in class org.cytoscape.view.model.events.AddedEdgeViewsEvent
-
Returns new edge view added to the source network view object.
- getEditingRow() - Method in class org.cytoscape.util.swing.JTreeTable
-
Returns the row being edited.
- getElementCount(C) - Method in interface org.cytoscape.filter.model.TransformerSource
-
Returns the number of elements that could be produced from the given
context.
- getElementList(C) - Method in interface org.cytoscape.filter.model.TransformerSource
-
Returns a List
of elements from the given context.
- getElementType() - Method in interface org.cytoscape.filter.model.Transformer
-
Returns the type of the elements this Transformer
is
compatible with.
- getElementType() - Method in interface org.cytoscape.filter.model.TransformerSource
-
Returns the type of the elements this TransformerSource
is
compatible with.
- getEnableAttributeAggregation() - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the setting for whether or not we're enabling aggregation.
- getEnableAttributeAggregation(CyGroup) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the setting for whether or not we're enabling aggregation for
a specific group.
- getEnabled() - Method in class org.cytoscape.view.vizmap.gui.event.LexiconStateChangedEvent
-
Get set of Visual Properties to be enabled in the lexicon.
- getEquation() - Method in interface org.cytoscape.equations.EquationCompiler
-
If compile() returns true, this returns the result of the compilation.
- getErrorColor() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
- getErrorEquation(String, Class<?>, String) - Method in interface org.cytoscape.equations.EquationCompiler
-
A factory method that returns an Equation that always fails at runtime.
- getErrorMsg() - Method in interface org.cytoscape.equations.EquationParser
-
If parse() failed, this will return the last error messages.
- getException() - Method in class org.cytoscape.session.events.SessionLoadCancelledEvent
-
- getException() - Method in class org.cytoscape.session.events.SessionSaveCancelledEvent
-
- getException() - Method in class org.cytoscape.work.FinishStatus
-
Returns the exception thrown by the task that failed, or null if the task iterator succeeded or was cancelled.
- getExtension(String) - Method in class org.cytoscape.io.BasicCyFileFilter
-
Returns a string of the characters following the last '.' in the input
string, which is to say the file extension assuming that the input string
represents a file name.
- getExtensions() - Method in class org.cytoscape.io.BasicCyFileFilter
-
Returns a list of file extensions (xml, xgmml, sif) suitable for for use
in FileChoosers.
- getExtensions() - Method in interface org.cytoscape.io.CyFileFilter
-
Returns a list of file extensions (xml, xgmml, sif) suitable for for use
in FileChoosers.
- getExtensions() - Method in class org.cytoscape.util.swing.FileChooserFilter
-
Returns an array of the extensions associated with this
FileChooserFilter.
- getExternalEdgeList() - Method in interface org.cytoscape.group.CyGroup
-
Returns the list of exterior edges connected to the
nodes within this group.
- getFactories() - Method in interface org.cytoscape.view.vizmap.gui.MappingFunctionFactoryManager
-
Returns all available factories.
- getFactory(Class<?>) - Method in interface org.cytoscape.view.vizmap.gui.MappingFunctionFactoryManager
-
Factory for the specific mapping type.
- getFile(Component, String, int, Collection<FileChooserFilter>) - Method in interface org.cytoscape.util.swing.FileUtil
-
Returns a File object, this method should be used instead
of rolling your own JFileChooser.
- getFile(Component, String, int, String, String, Collection<FileChooserFilter>) - Method in interface org.cytoscape.util.swing.FileUtil
-
Returns a File object, this method should be used instead
of rolling your own JFileChooser.
- getFileFilter() - Method in interface org.cytoscape.io.CyFileFilterProvider
-
Return the file filter associated with the IOFactory.
- getFileFilter() - Method in class org.cytoscape.io.read.AbstractInputStreamTaskFactory
-
Return the file filter associated with the IOFactory.
- getFiles(Component, String, int, Collection<FileChooserFilter>) - Method in interface org.cytoscape.util.swing.FileUtil
-
Returns an array of File objects, this method should be used instead
of rolling your own JFileChooser.
- getFiles(Component, String, int, String, String, Collection<FileChooserFilter>) - Method in interface org.cytoscape.util.swing.FileUtil
-
Returns a list of File objects, this method should be used instead
of rolling your own JFileChooser.
- getFiles(Component, String, int, String, String, boolean, Collection<FileChooserFilter>) - Method in interface org.cytoscape.util.swing.FileUtil
-
Returns a list of File objects, this method should be used instead
of rolling your own JFileChooser.
- getFillColor() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the fill color.
- getFillOpacity() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Return the fill opacity, a value between 0.0 (fully transparent) and 100.0 (fully opaque).
- getFitRatio() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Get the fit ratio for this custom graphic.
- getFont() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the font being used
- getFont() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the font being used
- getFontFamily() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the font family to be used for the text display
- getFontFamily() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the font family to be used for the text display
- getFontSize() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the size of the font used to display the text
- getFontSize() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the size of the font used to display the text
- getFontStyle() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the font style
- getFontStyle() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the font style
- getFormat() - Method in class org.cytoscape.property.bookmark.DataSource
-
Gets the value of the format property.
- getFormat() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Provides a format string suitable for passing to String.format.
- getFunction(String) - Method in interface org.cytoscape.equations.EquationParser
-
Returns the function associated with the name "functionName" or null if no such function exists.
- getFunctionSummary() - Method in class org.cytoscape.equations.AbstractFunction
-
Used to provide help for users.
- getFunctionSummary() - Method in interface org.cytoscape.equations.Function
-
Used to provide help for users.
- getGlobalTables() - Method in interface org.cytoscape.model.CyTableManager
-
Returns a set of all global tables.
- getGravity() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the gravity value for the annotation.
- getGravityTracker(String) - Method in class org.cytoscape.util.swing.JMenuTracker
-
This method will fetch an existing menu or create a new one if a menu
with the specified name does not exist.
- getGroup(CyNode, CyNetwork) - Method in interface org.cytoscape.group.CyGroupManager
-
Return the group the corresponds to a particular
node in a
CyNetwork
.
- getGroupNetwork() - Method in interface org.cytoscape.group.CyGroup
-
Returns the network referenced by this group.
- getGroupNode() - Method in interface org.cytoscape.group.CyGroup
-
Return the
CyNode
that represents this group
in the network.
- getGroups() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the associated Tunable
's groups or nesting hierarchy.
- getGroups() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the associated Tunable
's groups or nesting hierarchy.
- getGroupSet(CyNetwork) - Method in interface org.cytoscape.group.CyGroupManager
-
Provides the set of all the groups known to the groups
manager in a particular network.
- getGroupsForNode(CyNode) - Method in interface org.cytoscape.group.CyGroupManager
-
Return the list of
CyGroup
s this node is in.
- getGroupsForNode(CyNode, CyNetwork) - Method in interface org.cytoscape.group.CyGroupManager
-
Return the list of
CyGroup
s this node is in for
a particular network.
- getGroupViewType() - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- getGroupViewType(CyGroup) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- getHandler(String) - Method in interface org.cytoscape.view.vizmap.gui.event.VizMapEventHandlerManager
-
Returns handler for the event.
- getHandlers(Object) - Method in class org.cytoscape.work.AbstractTunableInterceptor
-
Returns a list of
TunableHandler
objects that have been found to process
the fields and methods annotated with
Tunable
.
- getHeader(InputStream, int) - Method in class org.cytoscape.io.BasicCyFileFilter
-
Returns a string containing the specified number of lines from the
beginning of the file.
- getHeight() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the height of this node
- getHeight() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the total height of all of the LayoutNodes
- getHeight() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Returns height of current object.
- getHelpBroker() - Method in interface org.cytoscape.application.swing.CyHelpBroker
-
- getHelpSet() - Method in interface org.cytoscape.application.swing.CyHelpBroker
-
- getHref() - Method in class org.cytoscape.property.bookmark.DataSource
-
Gets the value of the href property.
- getIcon() - Method in interface org.cytoscape.application.swing.CytoPanelComponent
-
Returns the Icon to be used along with the title in the tab for this
this component.
- getIcon(int, int) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getIconFont(float) - Method in interface org.cytoscape.util.swing.IconManager
-
Returns the font that renders the text as an icon.
- getId() - Method in interface org.cytoscape.application.NetworkViewRenderer
-
- getId() - Method in interface org.cytoscape.filter.model.Transformer
-
Returns the unique id of this type of Transformer
.
- getId() - Method in interface org.cytoscape.filter.model.TransformerFactory
-
Returns the unique id of the Transformer
produced by this factory.
- getId() - Method in interface org.cytoscape.filter.view.TransformerViewFactory
-
Returns the unique id of the
Transformer
this factory produces
views for.
- getId() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
Return the prefix to identify this Custom Graphics factory.
- getIdentifier() - Method in interface org.cytoscape.application.swing.CytoPanelComponent2
-
Returns this component's identifier, which should be unique.
- getIdentifier() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the edge's identifier.
- getIdentifier() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the node's identifier.
- getIdentifier() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Immutable session-unique identifier of this custom graphic generated by the
custom graphics manager.
- getIdString() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- getIdString() - Method in interface org.cytoscape.view.model.VisualProperty
-
Returns a short string used to identify this visual property and suitable for
serializing to XML and other text formats.
- getIdString() - Method in class org.cytoscape.view.vizmap.VisualPropertyDependency
-
Provides serializable string of this dependency.
- getImage() - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Return the image currently assigned to this annotation
- getImageBrightness() - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Return the brightness adjustment for this image.
- getImageContrast() - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Return the contrast adjustment for this image
- getImageOpacity() - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Return the current opacity of the image.
- getImageURL() - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Get the
URL
for the image to be displayed
- getImportedObject() - Method in class org.cytoscape.io.webservice.events.DataImportFinishedEvent
-
Returns the object that was imported.
- getIndex() - Method in class org.cytoscape.view.layout.LayoutNode
-
Returns the index of this LayoutNode.
- getIndex(Handle) - Method in interface org.cytoscape.view.presentation.property.values.Bend
-
Get index of a Handle
- getIndexOfChild(Object, Object) - Method in class org.cytoscape.util.swing.AbstractTreeTableModel
-
Returns the index of a child given a parent.
- getInfoColor() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
- getInputStream(String) - Method in interface org.cytoscape.io.util.StreamUtil
-
Gets the input stream from given a string.
- getInputStream(URL) - Method in interface org.cytoscape.io.util.StreamUtil
-
Gets the input stream from given
URL
.
- getInstallationDirectoryLocation() - Method in interface org.cytoscape.application.CyApplicationConfiguration
-
Returns absolute path to Cytoscape installation directory location.
- getInstance(String) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getInstance(CyCustomGraphics2<T>) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getInstance(Map<String, Object>) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getInstance(URL) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphicsFactory
-
Get a new instance of the CyCustomGraphics based on pulling the data
from a URL.
- getInstance(String) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphicsFactory
-
Get a new instance of the CyCustomGraphics.
- getInternalEdgeList() - Method in interface org.cytoscape.group.CyGroup
-
Returns the list of edges contained within this group.
- getJFrame() - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the JFrame that contains the application.
- getJMenu(String) - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the JMenu for the specified name and null if no
menu exists for the name.
- getJMenuBar() - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the JMenuBar object for the application.
- getJobDataService() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getJobDataService() - Method in interface org.cytoscape.jobs.CyJob
-
- getJobExecutionService() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getJobExecutionService() - Method in interface org.cytoscape.jobs.CyJob
-
- getJobId() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getJobId() - Method in interface org.cytoscape.jobs.CyJob
-
Return the ID for this job.
- getJobMonitor() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getJobMonitor() - Method in interface org.cytoscape.jobs.CyJob
-
Return the service that handles status changes for this job.
- getJobName() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getJobName() - Method in interface org.cytoscape.jobs.CyJob
-
Return the name for this job
- getJobs() - Method in interface org.cytoscape.jobs.CyJobManager
-
Return the list of
CyJob
s currently managed by the CyJobManager.
- getJPanel() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Returns the panel associated with this GUITunableHandler
.
- getJPanel() - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
To get the panel that contains the GUI representation
(JTextField, JFileChooser, JLabel, JList ...
)
- getJToolBar() - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the JToolBar object for the application.
- getKeys() - Method in class org.cytoscape.model.events.RowsDeletedEvent
-
Returns the primary keys of the rows for this event.
- getLabel() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- getLastErrorMsg() - Method in interface org.cytoscape.equations.EquationCompiler
-
Returns an error message for an error encountered during a call to compile, if any.
- getLastInternalError() - Method in interface org.cytoscape.model.CyTable
-
Returns a descriptive message for certain internal errors.
- getLayers(CyNetworkView, View<? extends CyIdentifiable>) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Get layers that belong to this object.
- getLayout(String) - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithmManager
-
Returns a layout algorithm of the specified name and null if no
algorithm exists with that name.
- getLeftChild() - Method in class org.cytoscape.equations.AbstractNode
-
- getLeftChild() - Method in interface org.cytoscape.equations.TreeNode
-
Returns the left child if it exists or null if it doesn't.
- getLength() - Method in interface org.cytoscape.filter.model.CompositeFilter
-
Returns the number of direct children Filter
s contained by
this CompositeFilter
.
- getLineColor() - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the line color for this arrow
- getLineWidth() - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the line width for this arrow
- getList(String, Class<T>) - Method in interface org.cytoscape.model.CyRow
-
Returns a list which is a view on the underlying column value for this row.
- getList(String, Class<T>, List<T>) - Method in interface org.cytoscape.model.CyRow
-
Returns a list which is a view on the underlying column value for this row.
- getListAggregators(Class<?>) - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of List aggregators for a particular Class.
- getListAggregators() - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of aggregators for List columns.
- getListElementType() - Method in interface org.cytoscape.model.CyColumn
-
Returns the data type of the list elements if the column type is List.class otherwise null.
- getListenerClass() - Method in class org.cytoscape.event.AbstractCyEvent
-
The Class of the listener that is expected to handle this event.
- getListenerClass() - Method in interface org.cytoscape.event.CyEvent
-
The Class of the listener that is expected to handle this event.
- getLoadedFileName() - Method in class org.cytoscape.session.events.SessionLoadedEvent
-
Returns the file name of the session just loaded.
- getLoadedSession() - Method in class org.cytoscape.session.events.SessionLoadedEvent
-
Returns the session that was just loaded.
- getLocalTables(Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.model.CyTableManager
-
Returns set of all local tables for the given data type.
- getLocation() - Method in interface org.cytoscape.io.datasource.DataSource
-
Location of this data file.
- getLocation() - Method in class org.cytoscape.io.datasource.DefaultDataSource
-
- getLogWeight() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the current value for this edge's logWeight (-log(weight)).
- getLongs(Object[]) - Static method in class org.cytoscape.equations.FunctionUtil
-
Attempts to convert all arguments, including Lists to a uniform array of longs.
- getLowerBound() - Method in class org.cytoscape.work.util.AbstractBounded
-
Returns the lower limit of the object.
- getMajorVersion() - Method in interface org.cytoscape.application.CyVersion
-
The first of the three numbers defining the version of the
software, meaning "3" if the version is "3.2.5".
- getMapData(CyJobData, String) - Method in interface org.cytoscape.jobs.CyJobDataService
-
- getMappedColumns() - Method in interface org.cytoscape.view.presentation.property.values.MappableVisualPropertyValue
-
- getMappedValue(CyRow) - Method in interface org.cytoscape.view.vizmap.VisualMappingFunction
-
Returns the mapped value for a
CyRow.
- getMappingColumnName() - Method in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
- getMappingColumnName() - Method in interface org.cytoscape.view.vizmap.VisualMappingFunction
-
Returns attribute name used in this mapping.
- getMappingColumnType() - Method in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
- getMappingColumnType() - Method in interface org.cytoscape.view.vizmap.VisualMappingFunction
-
Returns data type of mapping attribute.
- getMappingFunctionSelector() - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Returns selector for Mapping Type.
- getMappingFunctionType() - Method in interface org.cytoscape.view.vizmap.VisualMappingFunctionFactory
-
Returns the type of this VisualMappingFunctionFactory.
- getMapValue(K) - Method in interface org.cytoscape.view.vizmap.mappings.DiscreteMapping
-
Gets Value for Specified Key.
- getMatchingFactory(CyFileFilter) - Method in interface org.cytoscape.io.write.CyWriterManager
-
- getMatchingRows(String, Object) - Method in interface org.cytoscape.model.CyTable
-
Returns all the rows of a specified column that contain a certain value for that column.
- getMax() - Method in class org.cytoscape.view.model.ContinuousRange
-
Returns the maximum value of this range.
- getMaxX() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the maximum X location of all of the LayoutNodes
- getMaxY() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the maximum Y location of all of the LayoutNodes
- getMaxZ() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the maximum Z location of all of the LayoutNodes
- getMembers() - Method in interface org.cytoscape.view.presentation.annotations.GroupAnnotation
-
Return the list of members for this group
- getMenu() - Method in interface org.cytoscape.util.swing.GravityTracker
-
Returns the JPopupMenu or JMenu that this gravity tracker tracks.
- getMenu() - Method in class org.cytoscape.util.swing.MenuGravityTracker
-
- getMenu() - Method in class org.cytoscape.util.swing.PopupMenuGravityTracker
-
- getMenuGravity() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Returns the gravity used to place the menu item for this action.
- getMenuGravity() - Method in interface org.cytoscape.application.swing.CyAction
-
Returns the gravity used to place the menu item for this action.
- getMenuGravity() - Method in class org.cytoscape.application.swing.CyMenuItem
-
Returns the gravity used to place the menu item in a menu.
- getMenuItem() - Method in class org.cytoscape.application.swing.CyMenuItem
-
Returns the menu item to be placed in a menu according to the specified menu gravity.
- getMessage() - Method in class org.cytoscape.jobs.CyJobStatus
-
Return any message associated with the job status.
- getMin() - Method in class org.cytoscape.view.model.ContinuousRange
-
Returns the minimum value of this range.
- getMinorVersion() - Method in interface org.cytoscape.application.CyVersion
-
The second of the three numbers defining the version of the
software, meaning "2" if the version is "3.2.5".
- getMinX() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the minimum X location of all of the LayoutNodes
- getMinY() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the minimum Y location of all of the LayoutNodes
- getMinZ() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the minimum Z location of all of the LayoutNodes
- getModel() - Method in interface org.cytoscape.view.model.View
-
Get source data structure, such as CyNode, CyEdge, etc.
- getMostRecentlyOpenedURL() - Method in interface org.cytoscape.io.util.RecentlyOpenedTracker
-
Returns the last addition or null if there are no URLs.
- getMultiLineLabel() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- getMutability() - Method in interface org.cytoscape.model.CyTable
-
The table can be deleted if this returns Mutability.MUTABLE, otherwise it cannot be
deleted!
- getName() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Returns the name of the action.
- getName() - Method in interface org.cytoscape.application.swing.CyAction
-
Returns the name of the action.
- getName() - Method in class org.cytoscape.equations.AbstractFunction
-
Used to parse the function string.
- getName() - Method in interface org.cytoscape.equations.Function
-
Used to parse the function string.
- getName() - Method in interface org.cytoscape.filter.model.NamedTransformer
-
Returns the name of this NamedTransformer
.
- getName() - Method in interface org.cytoscape.filter.model.Transformer
-
Returns the user-friendly display name of this type of
Transformer
.
- getName() - Method in interface org.cytoscape.io.datasource.DataSource
-
Name of this data source
- getName() - Method in class org.cytoscape.io.datasource.DefaultDataSource
-
- getName() - Method in enum org.cytoscape.jobs.CyJobStatus.Status
-
- getName() - Method in interface org.cytoscape.model.CyColumn
-
Returns the name of the column.
- getName() - Method in class org.cytoscape.property.AbstractConfigDirPropsReader
-
Returns the name of the CyProperty.
- getName() - Method in class org.cytoscape.property.bookmark.Attribute
-
Gets the value of the name property.
- getName() - Method in class org.cytoscape.property.bookmark.Category
-
Gets the value of the name property.
- getName() - Method in class org.cytoscape.property.bookmark.DataSource
-
Gets the value of the name property.
- getName() - Method in interface org.cytoscape.property.CyProperty
-
Returns the name of the CyProperty.
- getName() - Method in class org.cytoscape.property.SimpleCyProperty
-
Returns the name of the CyProperty.
- getName() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- getName() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns the computer-readable name of the layout.
- getName() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns a name representing a tunable property.
- getName() - Method in interface org.cytoscape.work.TunableHandler
-
Returns a name representing a tunable property.
- getNamespace() - Method in interface org.cytoscape.model.CyTableMetadata
-
- getNamespaces() - Method in interface org.cytoscape.command.AvailableCommands
-
Returns a list of available command namespaces in alphabetical order.
- getNeighborList(CyNode, CyEdge.Type) - Method in interface org.cytoscape.model.CyNetwork
-
Get the list of nodes that neighbor this node where the
definition of "neighbor" is a node that is connected to this
node by the passed edgeType.
- getNeighbors() - Method in class org.cytoscape.view.layout.LayoutNode
-
Convenience function to return the list of neighbors (connected nodes) of this node.
- getNetwork() - Method in class org.cytoscape.application.events.SetCurrentNetworkEvent
-
Returns the network associated with this event.
- getNetwork(String) - Method in interface org.cytoscape.command.StringToModel
-
Convert a string request for a network into a
CyNetwork
.
- getNetwork() - Method in class org.cytoscape.command.util.EdgeList
-
Return the network used by this EdgeList
- getNetwork() - Method in class org.cytoscape.command.util.NodeList
-
Get the network for this nodelist
- getNetwork(long) - Method in interface org.cytoscape.model.CyNetworkManager
-
Returns the network corresponding to the provided ID
- getNetwork() - Method in interface org.cytoscape.model.CyTableMetadata
-
Returns all the networks associated with this object's table.
- getNetworkData(CyJobData, String) - Method in interface org.cytoscape.jobs.CyJobDataService
-
Optional method to extract network data from a
CyJobData
object.
- getNetworkForTable(CyTable) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Returns the network this table is registered with.
- getNetworkPointer() - Method in interface org.cytoscape.model.CyNode
-
Returns the network referenced by this node.
- getNetworks() - Method in class org.cytoscape.application.events.SetSelectedNetworksEvent
-
Returns the list of networks selected.
- getNetworks() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getNetworks() - Method in interface org.cytoscape.io.read.CyNetworkReader
-
Returns an array of networks read after executing the run() method of
Task
.
- getNetworks() - Method in class org.cytoscape.session.CySession
-
Returns a set of all CyNetwork objects contained in this Session.
- getNetworkSet() - Method in interface org.cytoscape.group.CyGroup
-
Return the list of
CyNetwork
s this group is in.
- getNetworkSet() - Method in interface org.cytoscape.model.CyNetworkManager
-
Provides the set of all the networks known to the network manager.
- getNetworkSet() - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Returns a read-only set of all networks managed by this instance.
- getNetworkView() - Method in class org.cytoscape.application.events.SetCurrentNetworkViewEvent
-
Returns the network view associated with this event.
- getNetworkView() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Return the view that this Annotation is for
- getNetworkView() - Method in class org.cytoscape.view.vizmap.events.VisualStyleSetEvent
-
Get the The target network view model.
- getNetworkViewFactory() - Method in interface org.cytoscape.application.NetworkViewRenderer
-
- getNetworkViewFactory() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getNetworkViewRenderer(String) - Method in interface org.cytoscape.application.CyApplicationManager
-
- getNetworkViewRendererList() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getNetworkViewRendererSet() - Method in interface org.cytoscape.application.CyApplicationManager
-
- getNetworkViews() - Method in class org.cytoscape.application.events.SetSelectedNetworkViewsEvent
-
Returns the list of network views that have been selected.
- getNetworkViews() - Method in class org.cytoscape.session.CySession
-
Returns a set of all CyNetworkView objects contained in this Session.
- getNetworkViews(CyNetwork) - Method in interface org.cytoscape.view.model.CyNetworkViewManager
-
Returns a collection of network views corresponding to the specified network, if found.
- getNetworkViewSet() - Method in interface org.cytoscape.view.model.CyNetworkViewManager
-
Provides the set of network views that are currently known to the network
manager.
- getNewColumnName() - Method in class org.cytoscape.model.events.ColumnNameChangedEvent
-
Returns the new name of the column.
- getNewProperties() - Method in class org.cytoscape.application.swing.events.PreferencesUpdatedEvent
-
The new properties after being modified.
- getNewState() - Method in class org.cytoscape.application.swing.events.CytoPanelStateChangedEvent
-
Returns the new state of the CytoPanel.
- getNextSUID() - Static method in class org.cytoscape.model.SUIDFactory
-
Returns the next available SUID.
- getNode(long) - Method in interface org.cytoscape.model.CyNetwork
-
Return the CyNode that has the SUID.
- getNode() - Method in class org.cytoscape.view.layout.LayoutNode
-
Accessor function to return the Node associated with
this LayoutNode.
- getNodeCount() - Method in interface org.cytoscape.model.CyNetwork
-
Return the number of nodes in this network.
- getNodeList(CyNetwork, String) - Method in interface org.cytoscape.command.StringToModel
-
Convert a string request for a nodelist into a list of
CyNode
s.
- getNodeList() - Method in interface org.cytoscape.group.CyGroup
-
Returns the list of nodes contained within this group.
- getNodeList() - Method in interface org.cytoscape.model.CyNetwork
-
Return a list of the nodes in this network.
- getNodeList() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the list of LayoutNodes within this partition.
- getNodeMap() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
Returns map from key value to existing CyNode.
- getNodes() - Method in class org.cytoscape.model.events.AboutToRemoveNodesEvent
-
Returns the collection of nodes about to be removed.
- getNodesInState(CyNetwork, String, boolean) - Static method in class org.cytoscape.model.CyTableUtil
-
A utility method that returns a list of nodes that have a boolean attribute
in the
CyNetwork.DEFAULT_ATTRS
namespace specified by columnName and are in
the specified state.
- getNodeView() - Method in class org.cytoscape.view.layout.LayoutNode
-
Accessor function to return the View associated with
this LayoutNode.
- getNodeView(CyNode) - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns a View for a specified Node.
- getNodeViews() - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns a list of Views for all CyNodes in the network.
- getNodeViews() - Method in class org.cytoscape.view.model.events.AddedNodeViewsEvent
-
Returns new node view object.
- getNumTasks() - Method in class org.cytoscape.work.TaskIterator
-
Returns the current total number of tasks in the iterator.
- getObject(Long, Class<T>) - Method in class org.cytoscape.session.CySession
-
When a session is restored, Cytoscape automatically generates new SUIDs.
- getObject(String, Class<T>) - Method in class org.cytoscape.session.CySession
-
When a session is restored, Cytoscape automatically generates new SUIDs.
- getOldColumnName() - Method in class org.cytoscape.model.events.ColumnNameChangedEvent
-
Returns the old name of the column.
- getOldProperties() - Method in class org.cytoscape.application.swing.events.PreferencesUpdatedEvent
-
The old properties before they were modified.
- getOldTitle() - Method in class org.cytoscape.model.events.TableTitleChangedEvent
-
- getOrdinal(int) - Static method in class org.cytoscape.equations.FunctionUtil
-
Converts an integer to an ordinal string.
- getOverrideAggregation(CyColumn) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the override aggregation setting for a column (if any).
- getOverrideAggregation(CyGroup, CyColumn) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the override aggregation setting for a column (if any) in a specific group.
- getPaint(Rectangle2D) - Method in interface org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer
-
- getPaint(Rectangle2D) - Method in interface org.cytoscape.view.presentation.customgraphics.ImageCustomGraphicLayer
-
Return the
TexturePaint
to be used as
an image to fill a node
- getPaint() - Method in interface org.cytoscape.view.presentation.customgraphics.PaintedShape
-
Return the
Paint
to fill the shape with.
- getPanelTaskManager() - Method in interface org.cytoscape.app.swing.CySwingAppAdapter
-
- getParams() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the parsed result from Tunable.getParams()
.
- getParams() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the parsed result from Tunable.getParams()
.
- getParent() - Method in class org.cytoscape.view.model.VisualLexiconNode
-
Get the parent of this VP node.
- getParent() - Method in interface org.cytoscape.work.swing.TunableUIHelper
-
Get the parent of the current Tunable dialog.
- getParentVisualProperty() - Method in class org.cytoscape.view.vizmap.VisualPropertyDependency
-
Returns the parent visual property for this dependency.
- getParser() - Method in interface org.cytoscape.equations.EquationCompiler
-
Returns the parser which can be used for checking the syntax of equations.
- getParseTree() - Method in interface org.cytoscape.equations.EquationParser
-
Returns the parse tree.
- getPartitionNumber() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the partition number of this partition
- getPath() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getPath() - Method in interface org.cytoscape.jobs.CyJob
-
Return the base path for communicating with the
remote service for this job
- getPayloadCollection() - Method in class org.cytoscape.event.AbstractCyPayloadEvent
-
Returns an unmodifiable collection of payload objects.
- getPayloadCollection() - Method in interface org.cytoscape.event.CyPayloadEvent
-
Returns a collection of payload objects.
- getPoint(int) - Method in interface org.cytoscape.view.vizmap.mappings.ContinuousMapping
-
Gets Specified Point.
- getPointCount() - Method in interface org.cytoscape.view.vizmap.mappings.ContinuousMapping
-
Gets Total Point Count.
- getPollInterval() - Method in class org.cytoscape.jobs.AbstractCyJob
-
- getPollInterval() - Method in interface org.cytoscape.jobs.CyJob
-
Return the time in seconds between calls to checkJobStatus.
- getPossibleArgTypes(Class[]) - Method in class org.cytoscape.equations.AbstractFunction
-
Used with the equation builder.
- getPossibleArgTypes(Class<?>[]) - Method in interface org.cytoscape.equations.Function
-
Used with the equation builder.
- getPossibleValues() - Method in class org.cytoscape.work.util.ListSelection
-
To get all the items of the List values
.
- getPreferredMenu() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
This method returns a Menu specification string.
- getPreferredMenu() - Method in interface org.cytoscape.application.swing.CyAction
-
This method returns a Menu specification string.
- getPrefix() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphicsFactory
-
Return the prefix to identify this custom graphics factory.
- getPresentationName() - Method in class org.cytoscape.work.undo.AbstractCyEdit
-
Returns a human-readable description of this edit that will be used in
logs and other descriptions of the edit.
- getPresentationWriterManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getPrimaryKey() - Method in interface org.cytoscape.model.CyTable
-
Returns the column type of the primary key for this table.
- getProperties() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Return the config props.
- getProperties() - Method in interface org.cytoscape.application.swing.CyAction
-
Returns the configuration properties that were passed to the CyAction
when it was created.
- getProperties() - Method in class org.cytoscape.property.AbstractConfigDirPropsReader
-
Return a property object.
- getProperties() - Method in interface org.cytoscape.property.CyProperty
-
Return a property object.
- getProperties() - Method in class org.cytoscape.property.SimpleCyProperty
-
Return a property object.
- getProperties() - Method in class org.cytoscape.session.CySession
-
Returns a set of
CyProperty
objects defined for this session.
- getProperties() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2
-
Provides an optional map of key/value properties which define the custom graphics instance.
- getProperties() - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
Get property values for the rendering engine, like LOD.
- getProperty() - Method in interface org.cytoscape.io.read.CyPropertyReader
-
Return a property object.
- getPropertyEditor() - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getPropertyEditor() - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
- getPropertyEditor(VisualProperty<T>) - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor2
-
- getPropertyType() - Method in class org.cytoscape.property.AbstractConfigDirPropsReader
-
Returns the type of the property object.
- getPropertyType() - Method in interface org.cytoscape.property.CyProperty
-
Returns the type of the property object.
- getPropertyType() - Method in class org.cytoscape.property.SimpleCyProperty
-
Returns the type of the property object.
- getProvider() - Method in interface org.cytoscape.io.datasource.DataSource
-
Name of this data provider for this source.
- getProvider() - Method in class org.cytoscape.io.datasource.DefaultDataSource
-
- getProvider(DataSource) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Get the provider name from DataSource object
- getQualifiedName() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the name of the underlying class of the tunable followed by
a dot and the name of the tunable field or getter/setter root name.
- getQualifiedName() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the name of the underlying class of the tunable followed by
a dot and the name of the tunable field or getter/setter root name.
- getQualifier() - Method in interface org.cytoscape.application.CyVersion
-
Any text following the last digit of the bug fix version.
- getQueryBuilderGUI() - Method in class org.cytoscape.io.webservice.swing.AbstractWebServiceGUIClient
-
Returns query builder UI.
- getQueryBuilderGUI() - Method in interface org.cytoscape.io.webservice.swing.WebServiceGUIClient
-
Returns query builder UI.
- getRange() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- getRange() - Method in interface org.cytoscape.view.model.VisualProperty
-
Returns the
Range
of this VisualProperty.
- getRange() - Method in class org.cytoscape.view.vizmap.mappings.ContinuousMappingPoint
-
Gets BoundaryRangeValues.
- getRaw(String) - Method in interface org.cytoscape.model.CyRow
-
Returns the Object that contains the value for the specified column.
- getRawValue() - Method in class org.cytoscape.model.events.RowSetRecord
-
Returns the raw value that the data was set as.
- getReader(URI, String) - Method in interface org.cytoscape.io.read.CyNetworkReaderManager
-
Given a URI this method will attempt to find a InputStreamReaderFactory
that can read the URI, will set the InputStream for the factory and
will return the reader task.
- getReader(InputStream, String) - Method in interface org.cytoscape.io.read.CyNetworkReaderManager
-
Given an InputStream this method will attempt to find a InputStreamReaderFactory
that can read the stream, will set the InputStream for the factory and
will return the reader task.
- getReader(URI, String) - Method in interface org.cytoscape.io.read.CyPropertyReaderManager
-
Given a URI this method will attempt to find a InputStreamReaderFactory
that can read the URI, will set the InputStream for the factory and
will return the reader.
- getReader(InputStream, String) - Method in interface org.cytoscape.io.read.CyPropertyReaderManager
-
Given an InputStream this method will attempt to find a InputStreamReaderFactory
that can read the stream, will set the InputStream for the factory and
will return the reader.
- getReader(URI, String) - Method in interface org.cytoscape.io.read.CySessionReaderManager
-
Given a URI this method will attempt to find a InputStreamReaderFactory
that can read the URI, will set the InputStream for the factory and
will return the reader.
- getReader(InputStream, String) - Method in interface org.cytoscape.io.read.CySessionReaderManager
-
Given an
InputStream
this method will attempt to find a InputStreamReaderFactory
that can read the stream, will set the InputStream for the factory and
will return the reader.
- getReader(URI, String) - Method in interface org.cytoscape.io.read.CyTableReaderManager
-
Given a URI this method will attempt to find a InputStreamReaderFactory
that can read the URI, will set the InputStream for the factory and
will return the reader.
- getReader(InputStream, String) - Method in interface org.cytoscape.io.read.CyTableReaderManager
-
Given an
InputStream
this method will attempt to find a InputStreamReaderFactory
that can read the stream, will set the InputStream for the factory and
will return the reader.
- getReader(URI, String) - Method in interface org.cytoscape.io.read.VizmapReaderManager
-
Given a URI this method will attempt to find a InputStreamReaderFactory
that can read the URI, will set the InputStream for the factory and
will return the reader.
- getReader(InputStream, String) - Method in interface org.cytoscape.io.read.VizmapReaderManager
-
Given an
InputStream
this method will attempt to find a InputStreamReaderFactory
that can read the stream, will set the InputStream for the factory and
will return the reader.
- getRecentlyOpenedURLs() - Method in interface org.cytoscape.io.util.RecentlyOpenedTracker
-
Returns the current list of recently opened file names.
- getRedoPresentationName() - Method in class org.cytoscape.work.undo.AbstractCyEdit
-
Returns a human-readable description of this edit that will be used in
redo menu items.
- getRegisteredFunctions() - Method in interface org.cytoscape.equations.EquationParser
-
Returns the set of currently registered functions.
- getRenderedImage() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
From layers of graphics objects, render a composite scaled Image object.
- getRendererId() - Method in interface org.cytoscape.view.model.CyNetworkView
-
Returns the ID of the renderer that must be used to render this view.
- getRendererId() - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
This method must return the same ID which is returned by the associated
implementation of NetworkViewRenderer.
- getRenderingEngine() - Method in class org.cytoscape.application.events.SetCurrentRenderingEngineEvent
-
Return the rendering engine (presentation) that has been set as current.
- getRenderingEngine() - Method in class org.cytoscape.view.presentation.events.RenderingEngineAboutToBeRemovedEvent
-
- getRenderingEngine() - Method in class org.cytoscape.view.presentation.events.RenderingEngineAddedEvent
-
Get new rendering engine.
- getRenderingEngine() - Method in interface org.cytoscape.view.vizmap.gui.DefaultViewPanel
-
Deprecated.
- getRenderingEngineFactory(String) - Method in interface org.cytoscape.application.NetworkViewRenderer
-
- getRenderingEngineManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getRenderingEngines(View<?>) - Method in interface org.cytoscape.view.presentation.RenderingEngineManager
-
Get rendering engines for the given view model.
- getRequired() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns true if this Tunable must be set (i.e.
- getResults(Class<? extends R>) - Method in interface org.cytoscape.work.ObservableTask
-
Return the results from this task (if any)
- getReturnType() - Method in class org.cytoscape.equations.AbstractFunction
-
Returns the static return type of this function.
- getReturnType() - Method in interface org.cytoscape.equations.Function
-
- getRightChild() - Method in class org.cytoscape.equations.AbstractNode
-
- getRightChild() - Method in interface org.cytoscape.equations.TreeNode
-
Returns the right child if it exists or null if it doesn't.
- getRoot() - Method in class org.cytoscape.util.swing.AbstractTreeTableModel
-
Returns the root of this AbstractTreeTableModel.
- getRootNetwork() - Method in interface org.cytoscape.group.CyGroup
-
Return the root network for this group.
- getRootNetwork() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
Get target network collection, i.e., parent root network for all networks
to be loaded.
- getRootNetwork(CyNetwork) - Method in interface org.cytoscape.model.subnetwork.CyRootNetworkManager
-
Converts a CyNetwork to a CyRootNetwork
- getRootNetwork() - Method in interface org.cytoscape.model.subnetwork.CySubNetwork
-
- getRootNetworkList() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getRootVisualProperty() - Method in interface org.cytoscape.view.model.VisualLexicon
-
Get root of this tree.
- getRootVisualProperty() - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- getRow(CyIdentifiable, String) - Method in interface org.cytoscape.model.CyNetwork
-
Returns the row for the specified table name for this object.
- getRow(CyIdentifiable) - Method in interface org.cytoscape.model.CyNetwork
-
A convenience method that returns the row in the default table
for this object.
- getRow(Object) - Method in interface org.cytoscape.model.CyTable
-
Returns the row specified by the primary key object and if a row
for the specified key does not yet exist in the table, a new row
will be created and the new row will be returned.
- getRow() - Method in class org.cytoscape.model.events.RowSetRecord
-
Returns the
CyRow
of the data that was set.
- getRow() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the CyRow for this LayoutEdge
- getRow() - Method in class org.cytoscape.view.layout.LayoutNode
-
Accessor function to return the CyRow associated with
this LayoutNode.
- getRowCount() - Method in interface org.cytoscape.model.CyTable
-
Returns the number of rows in this table.
- getRowCount() - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Returns the number of rows in the
JTree
.
- getRowList(CyTable, String) - Method in interface org.cytoscape.command.StringToModel
-
Convert a string request for a rowlist into a list of
CyRow
s.
- getSavedFileName() - Method in class org.cytoscape.session.events.SessionSavedEvent
-
Returns the file name of the session just loaded.
- getSavedSession() - Method in class org.cytoscape.session.events.SessionSavedEvent
-
Returns the session that was just loaded.
- getSavePolicy() - Method in interface org.cytoscape.model.CyNetwork
-
Returns how (or if) this CyNetwork should be saved.
- getSavePolicy() - Method in interface org.cytoscape.model.CyTable
-
Returns how (or if) this CyTable should be saved.
- getSavePolicy() - Method in class org.cytoscape.property.AbstractConfigDirPropsReader
-
- getSavePolicy() - Method in interface org.cytoscape.property.CyProperty
-
- getSavePolicy() - Method in class org.cytoscape.property.SimpleCyProperty
-
- getSearchResult() - Method in class org.cytoscape.io.webservice.events.SearchFinishedEvent
-
Returns The search result.
- getSelectedComponent() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the currently selected component.
- getSelectedIndex() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the currently selected index.
- getSelectedIndex() - Method in class org.cytoscape.application.swing.events.CytoPanelComponentSelectedEvent
-
Returns the index of the CytoPanelComponent selected.
- getSelectedNetworks() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the list of selected networks.
- getSelectedNetworkViews() - Method in interface org.cytoscape.application.CyApplicationManager
-
Returns the list of selected network views.
- getSelectedValue() - Method in class org.cytoscape.work.util.ListSingleSelection
-
Get the item that is currently selected.
- getSelectedValues() - Method in class org.cytoscape.work.util.ListMultipleSelection
-
Get the items that are currently selected.
- getSerializableString() - Method in class org.cytoscape.view.presentation.property.values.AbstractVisualPropertyValue
-
- getSerializableString() - Method in interface org.cytoscape.view.presentation.property.values.Bend
-
Create string representation of this object for parsing.
- getSerializableString() - Method in interface org.cytoscape.view.presentation.property.values.Handle
-
Create string representation of this object for parsing.
- getSerializableString() - Method in interface org.cytoscape.view.presentation.property.values.VisualPropertyValue
-
Returns serializable representation of this value.
- getSerializedData(CyJobData) - Method in interface org.cytoscape.jobs.CyJobDataService
-
This method is used to extract the data from the
CyJobData
object
in a form that is appropriate for use by the job execution service.
- getService(BundleContext, Class<S>) - Method in class org.cytoscape.service.util.AbstractCyActivator
-
A method that attempts to get a service of the specified type.
- getService(BundleContext, Class<S>, String) - Method in class org.cytoscape.service.util.AbstractCyActivator
-
A method that attempts to get a service of the specified type and that
passes the specified filter.
- getService(Class<S>) - Method in interface org.cytoscape.service.util.CyServiceRegistrar
-
A method that attempts to get a service of the specified type.
- getService(Class<S>, String) - Method in interface org.cytoscape.service.util.CyServiceRegistrar
-
A method that attempts to get a service of the specified type and that
passes the specified filter.
- getServiceLocation() - Method in class org.cytoscape.io.webservice.client.AbstractWebServiceClient
-
- getServiceLocation() - Method in interface org.cytoscape.io.webservice.WebServiceClient
-
Returns resource location of this service, i.e., service URL.
- getServiceName() - Method in interface org.cytoscape.jobs.CyJobDataService
-
The name of the service.
- getServiceName() - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
The name of the service.
- getSession() - Method in interface org.cytoscape.io.read.CySessionReader
-
- getShape() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the current shape as a
Shape
object
- getShape() - Method in interface org.cytoscape.view.presentation.customgraphics.PaintedShape
-
- getShapeType() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the current shape type as a String
- getSharedEdgeTable() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
Returns the edge table shared by all subnetworks.
- getSharedNetworkTable() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
Returns the network table shared by all subnetworks.
- getSharedNodeTable() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
Returns the node table shared by all subnetworks.
- getSize() - Method in enum org.cytoscape.model.CyTableFactory.InitialTableSize
-
Returns the actual size value for the given enum.
- getSmallFontSize() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
- getSource() - Method in class org.cytoscape.event.AbstractCyEvent
-
The object that fired the event.
- getSource() - Method in interface org.cytoscape.event.CyEvent
-
The object that fired the event.
- getSource() - Method in interface org.cytoscape.model.CyEdge
-
Returns the source node determining this edge.
- getSource() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the source of this edge
- getSource() - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
- getSourceColumn() - Method in interface org.cytoscape.model.VirtualColumnInfo
-
Returns the name of the column from the source table which contains the
values this column provides.
- getSourceJoinKey() - Method in interface org.cytoscape.model.VirtualColumnInfo
-
Returns the name of the column from the source table used for the join.
- getSourceLocation() - Method in class org.cytoscape.equations.AbstractNode
-
- getSourceLocation() - Method in class org.cytoscape.equations.CodeAndSourceLocation
-
- getSourceLocation() - Method in interface org.cytoscape.equations.TreeNode
-
Returns the start of the location in the equation where the code was found that was
turned into a node in the parse tree.
- getSourceLocations() - Method in class org.cytoscape.equations.Equation
-
Returns the starting points in the original equation for each node in the parse tree that
resulted from the original equation.
- getSourceTable() - Method in interface org.cytoscape.model.VirtualColumnInfo
-
Returns the originating table for this column if this column is virtual.
- getSpecificZoom() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Get the specific zoom for this annotation
- getState() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Gets the state of the CytoPanel.
- getState() - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
Returns a string representation of the value of the Tunable
associated with
this GUITunableHandler
.
- getState() - Method in interface org.cytoscape.work.swing.GUITunableHandler
-
To get the current value of a Handler
(or path for a FileHandler
, or selected item(s)
for ListMultipleSelection ListSingleSelection
, ...)
- getStatus() - Method in class org.cytoscape.jobs.CyJobStatus
-
- getStatusToolBar() - Method in interface org.cytoscape.application.swing.CySwingApplication
-
Returns the status JToolBar of the application.
- getStreamUtil() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getStrings(Object[]) - Static method in class org.cytoscape.equations.FunctionUtil
-
Converts all arguments, including Lists to a uniform array of strings.
- getStroke() - Method in interface org.cytoscape.view.presentation.customgraphics.PaintedShape
-
- getStrokePaint() - Method in interface org.cytoscape.view.presentation.customgraphics.PaintedShape
-
- getSubNetworkList() - Method in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
Will return A list of all
CySubNetwork
s contained in this root network.
- getSucceeded() - Static method in class org.cytoscape.work.FinishStatus
-
Get a FinishStatus
instance that indicates success.
- getSuccessColor() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
- getSuggestedNetworkTitle(String) - Method in interface org.cytoscape.session.CyNetworkNaming
-
Generates a unique network title based on a provided suggestion.
- getSuggestedSubnetworkTitle(CyNetwork) - Method in interface org.cytoscape.session.CyNetworkNaming
-
Generates a unique title for a subnetwork based on a parent network.
- getSUID() - Method in interface org.cytoscape.model.CyIdentifiable
-
Returns the SUID of the implementing object.
- getSupportedArrows() - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Get the list of supported arrow shapes
- getSupportedClass() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- getSupportedClass() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphicsFactory
-
Return the class that this factory creates.
- getSupportedClasses() - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of classes for which have aggregators.
- getSupportedEdgeAttributeTypes() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- getSupportedEdgeAttributeTypes() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns the set of node attribute types potentially used by this layout algorithm.
- getSupportedListClasses() - Method in interface org.cytoscape.group.data.CyGroupAggregationManager
-
Get the list of classes of List for which have aggregators.
- getSupportedListType() - Method in interface org.cytoscape.group.data.Aggregator
-
Return the base Class of the List, if this
is a list type.
- getSupportedNodeAttributeTypes() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- getSupportedNodeAttributeTypes() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns the set of node attribute types potentially used by this layout algorithm.
- getSupportedShapes() - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Get the list of supported shapes.
- getSupportedType() - Method in interface org.cytoscape.group.data.Aggregator
-
Return the Class this aggregator supports
- getSupportedValueRange(VisualProperty<T>) - Method in interface org.cytoscape.view.model.VisualLexicon
-
- getSupportedValueRange(VisualProperty<T>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- getSupportsSelectedOnly() - Method in class org.cytoscape.view.layout.AbstractLayoutAlgorithm
-
- getSupportsSelectedOnly() - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithm
-
Returns true if this algorithm supports being applied to only the currently selected nodes.
- getTable(String) - Method in interface org.cytoscape.command.StringToModel
-
Convert a string request for a table into a
CyTable
.
- getTable() - Method in class org.cytoscape.command.util.RowList
-
Get the table for this rowlist
- getTable() - Method in interface org.cytoscape.model.CyColumn
-
Returns the table for this column.
- getTable(Class<? extends CyIdentifiable>, String) - Method in interface org.cytoscape.model.CyNetwork
-
Returns the table with the specified namespace and type from this
network.
- getTable(CyNetwork, Class<? extends CyIdentifiable>, String) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Returns the table with the specified namespace and type from the
network.
- getTable() - Method in interface org.cytoscape.model.CyRow
-
Returns the
CyTable
that this row belongs to.
- getTable(long) - Method in interface org.cytoscape.model.CyTableManager
-
Returns the table with the specified SUID.
- getTable() - Method in interface org.cytoscape.model.CyTableMetadata
-
Returns the table whose metadata is described by this instance.
- getTable() - Method in class org.cytoscape.model.events.TableAboutToBeDeletedEvent
-
Returns the table that is about to be deleted from the table manager.
- getTable() - Method in class org.cytoscape.model.events.TableAddedEvent
-
Returns the table added to the table manager.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.cytoscape.util.swing.JTreeTable.TreeTableCellEditor
-
- getTableData(CyJobData, String) - Method in interface org.cytoscape.jobs.CyJobDataService
-
Optional method to extract table data (usually not model associated tables)
from a
CyJobData
object.
- getTableNamespace(CyTable) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Returns the namespace of this table.
- getTables() - Method in interface org.cytoscape.io.read.CyTableReader
-
Return an array of
CyTable
objects.
- getTables(CyNetwork, Class<? extends CyIdentifiable>) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Returns a read-only map of all of the tables for the specified type
from the network.
- getTables() - Method in class org.cytoscape.session.CySession
-
Returns a set of all CyTable objects contained in this Session.
- getTableType(CyTable) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
- getTarget() - Method in interface org.cytoscape.model.CyEdge
-
Returns the target node determining this edge.
- getTarget() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the target of this edge
- getTarget() - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Return the target object for this arrow.
- getTargetColumnList() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getTargetDataType() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- getTargetDataType() - Method in interface org.cytoscape.view.model.VisualProperty
-
VisualProperty is always associated with a data type.
- getTargetJoinKey() - Method in interface org.cytoscape.model.VirtualColumnInfo
-
Returns the name of the column from the target table used for the join.
- getTargetObjectType() - Method in interface org.cytoscape.view.vizmap.gui.editor.ListEditor
-
Type of object managed by this editor.
- getTask() - Method in class org.cytoscape.work.FinishStatus
-
Returns the task that was cancelled or that had failed, or returns null if the task iterator succeeded.
- getTaskManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getText() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the text to be displayed as part of the annotation
- getText() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the text to be displayed as part of the annotation
- getTextColor() - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Get the color of the text to be displayed
- getTextColor() - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Get the color of the text to be displayed
- getThisComponent() - Method in interface org.cytoscape.application.swing.CytoPanel
-
Returns the Component that is this CytoPanel.
- getTitle() - Method in interface org.cytoscape.application.swing.CytoPanelComponent
-
Returns the title of the tab within the CytoPanel for this component.
- getTitle() - Method in enum org.cytoscape.application.swing.CytoPanelName
-
Returns the human readable title used for labeling this CytoPanel.
- getTitle() - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- getTitle() - Method in interface org.cytoscape.model.CyTable
-
Returns a human readable name for the CyTable.
- getTitle() - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Returns name of this visual style.
- getToolbarGravity() - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Returns the gravity used to place this action in the toolbar.
- getToolBarGravity() - Method in class org.cytoscape.application.swing.AbstractToolBarComponent
-
Returns the gravity value for this toolbar component.
- getToolbarGravity() - Method in interface org.cytoscape.application.swing.CyAction
-
Returns the gravity used to place this action in the toolbar.
- getToolBarGravity() - Method in interface org.cytoscape.application.swing.ToolBarComponent
-
Returns the gravity used to place this component in the toolbar.
- getTooltip() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the tooltip annotation for this Tunable if there is one.
- getToolTipText(MouseEvent) - Method in class org.cytoscape.util.swing.JTreeTable
-
The code in this method is copy and pasted from source code to the same
method in javax.swing.JTable, except for one value change on one line.
- getTransformers() - Method in interface org.cytoscape.filter.model.NamedTransformer
-
Returns the List
of Transformer
s contained within this
NamedTransformer
.
- getTransformerSource(Class<C>) - Method in interface org.cytoscape.filter.TransformerManager
-
Returns a TransformerSource
for the given contextType.
- getTranslatedValueType() - Method in interface org.cytoscape.view.vizmap.mappings.ValueTranslator
-
Returns compatible input data type.
- getTree() - Method in class org.cytoscape.util.swing.JTreeTable
-
Returns the tree that is being shared between the model.
- getTunablePropertySerializerFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getType() - Method in class org.cytoscape.equations.AbstractNode
-
- getType() - Method in class org.cytoscape.equations.Equation
-
The overall type of the Equation, e.g.
- getType() - Method in interface org.cytoscape.equations.EquationParser
-
Returns the result type of the parsed equation if the parse succeeded, otherwise null.
- getType() - Method in class org.cytoscape.equations.IdentDescriptor
-
Returns the, possibly adjusted, type of the descriptor as one of the types internally supported by equations.
- getType() - Method in interface org.cytoscape.equations.TreeNode
-
Returns the type of this node.
- getType() - Method in interface org.cytoscape.filter.model.CompositeFilter
-
Returns the type of combining semantics used by this filter.
- getType() - Method in interface org.cytoscape.model.CyColumn
-
Returns the data type of the column.
- getType() - Method in interface org.cytoscape.model.CyTableMetadata
-
Returns the type of the data associated with this object's table.
- getType() - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- getType() - Method in class org.cytoscape.view.model.ContinuousRange
-
- getType() - Method in class org.cytoscape.view.model.DiscreteRange
-
- getType() - Method in interface org.cytoscape.view.model.Range
-
Type of object used in this range.
- getType() - Method in class org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor
-
- getType() - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyEditor
-
Returns the type of object managed in the Visual property.
- getType() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns the class type of the field or method annotated by Tunable
.
- getType() - Method in class org.cytoscape.work.FinishStatus
-
Specifies how the task iterator completed.
- getType() - Method in interface org.cytoscape.work.TunableHandler
-
Returns the class type of the field or method annotated by Tunable
.
- getUndoableEditSupport() - Method in interface org.cytoscape.work.swing.undo.SwingUndoSupport
-
Returns the UndoableEditSupport
associated with this UndoSupport
instance.
- getUndoManager() - Method in interface org.cytoscape.work.swing.undo.SwingUndoSupport
-
Returns the UndoManager
associated with this UndoSupport
instance.
- getUndoPresentationName() - Method in class org.cytoscape.work.undo.AbstractCyEdit
-
Returns a human-readable description of this edit that will be used in
undo menu items.
- getUndoSupport() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getUpperBound() - Method in class org.cytoscape.work.util.AbstractBounded
-
Returns the upper limit of the object.
- getURLConnection(URL) - Method in interface org.cytoscape.io.util.StreamUtil
-
- getUsageDescription() - Method in class org.cytoscape.equations.AbstractFunction
-
Used to provide help for users.
- getUsageDescription() - Method in interface org.cytoscape.equations.Function
-
Used to provide help for users.
- getUseNestedNetworks() - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the default setting for whether or not to create a nested
network view on collapsed nodes.
- getUseNestedNetworks(CyGroup) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Get the setting for whether or not to create a nested
network view on collapsed nodes for the specified
CyGroup
.
- getUUID() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Get the UUID of this annotation
- getValidationState(Appendable) - Method in interface org.cytoscape.work.TunableValidator
-
Executes the validation test on the annotated Tunables
.
- getValue() - Method in class org.cytoscape.command.util.EdgeList
-
Return the edgeList for this tunable
- getValue() - Method in class org.cytoscape.command.util.NodeList
-
Get the list of nodes
- getValue() - Method in class org.cytoscape.command.util.RowList
-
Get the list of rows
- getValue() - Method in class org.cytoscape.equations.IdentDescriptor
-
Returns the value of the descriptor.
- getValue() - Method in class org.cytoscape.model.events.RowSetRecord
-
Returns the value that the data was set as.
- getValue() - Method in class org.cytoscape.view.model.events.ViewChangeRecord
-
Returns the value that the visual property has been changed to.
- getValue() - Method in class org.cytoscape.view.vizmap.mappings.ContinuousMappingPoint
-
Gets Point Value.
- getValue() - Method in class org.cytoscape.work.AbstractTunableHandler
-
Returns an object describing a field / get method annotated with
Tunable
or null if no field / get method has been associated with this handler.
- getValue() - Method in interface org.cytoscape.work.TunableHandler
-
Returns an object describing a field / get method annotated with
Tunable
or null if no field / get method has been associated with this handler.
- getValue() - Method in class org.cytoscape.work.util.AbstractBounded
-
Returns the value.
- getValueAt(Object, int) - Method in interface org.cytoscape.util.swing.TreeTableModel
-
Returns the value to be displayed for node node
,
at column number column
.
- getValueAt(int, int) - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Returns the value at the given row and column.
- getValueEditor(Class<V>) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Returns value editor for the given data type.
- getValues(Class<? extends T>) - Method in interface org.cytoscape.model.CyColumn
-
Returns all the values, some of which may be null, for this given column.
- getValueType() - Method in interface org.cytoscape.view.vizmap.gui.editor.ValueEditor
-
Get type of the value to be edited.
- getValueType() - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyValueEditor
-
Get type of the value to be edited.
- getVariableReferences() - Method in class org.cytoscape.equations.Equation
-
Returns all the variable references that occur as part if this Equation
.
- getVariableReferences() - Method in interface org.cytoscape.equations.EquationParser
-
Returns all the variable names that have been detected in the most recently parsed equation.
- getVersion() - Method in interface org.cytoscape.application.CyVersion
-
The full version as a string, for example "3.2.5-alpha".
- getVersion() - Method in class org.cytoscape.property.bookmark.Bookmarks
-
Gets the value of the version property.
- getView() - Method in class org.cytoscape.view.model.events.ViewChangeRecord
-
Returns the view that has been changed.
- getViewData(CyJobData, String) - Method in interface org.cytoscape.jobs.CyJobDataService
-
- getViewModel() - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
Returns
View being rendered.
- getViewVisualStyleMap() - Method in class org.cytoscape.session.CySession
-
Returns a map of CyNetworkViews to the names of the VisualStyle applied to that network view in this session.
- getVirtualColumnInfo() - Method in interface org.cytoscape.model.CyColumn
-
Returns information about the virtual column definition of this column.
- getVisualLexicon() - Method in interface org.cytoscape.view.presentation.RenderingEngine
-
- getVisualLexicon() - Method in interface org.cytoscape.view.presentation.RenderingEngineFactory
-
Returns supported VisualLexicon supported by this rendering engine implementation.
- getVisualLexiconNode(VisualProperty<?>) - Method in interface org.cytoscape.view.model.VisualLexicon
-
Get a tree node in for the given VisualProperty.
- getVisualLexiconNode(VisualProperty<?>) - Method in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- getVisualMappingFunction(VisualProperty<V>) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
- getVisualMappingFunctionContinuousFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getVisualMappingFunctionDiscreteFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getVisualMappingFunctionPassthroughFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getVisualMappingManager() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getVisualProperties() - Method in class org.cytoscape.view.vizmap.VisualPropertyDependency
-
A set of Visual Properties to be set by the parent if locked.
- getVisualProperty() - Method in class org.cytoscape.view.model.events.ViewChangeRecord
-
Returns the visual property that has been changed.
- getVisualProperty(VisualProperty<T>) - Method in interface org.cytoscape.view.model.View
-
Get the actual value for the given visual property.
- getVisualProperty() - Method in class org.cytoscape.view.model.VisualLexiconNode
-
- getVisualProperty() - Method in class org.cytoscape.view.vizmap.mappings.AbstractVisualMappingFunction
-
- getVisualProperty() - Method in interface org.cytoscape.view.vizmap.VisualMappingFunction
-
Visual Property associated with this function.
- getVisualPropertyEditor(VisualProperty<V>) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
- getVisualStyle() - Method in class org.cytoscape.view.vizmap.events.SetCurrentVisualStyleEvent
-
Get the newly selected current Visual Style.
- getVisualStyle() - Method in class org.cytoscape.view.vizmap.events.VisualStyleSetEvent
-
Get the VisualStyle that was set to the network view.
- getVisualStyle(CyNetworkView) - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
Returns the
VisualStyle associated with the target network
view model.
- getVisualStyleAdded() - Method in class org.cytoscape.view.vizmap.events.VisualStyleAddedEvent
-
Get the newly created VisualStyle.
- getVisualStyleFactory() - Method in interface org.cytoscape.app.CyAppAdapter
-
- getVisualStyles() - Method in interface org.cytoscape.io.read.VizmapReader
-
- getVisualStyles() - Method in class org.cytoscape.session.CySession
-
Returns a set containing all VisualStyles defined for this session.
- getVisualStyleToBeRemoved() - Method in class org.cytoscape.view.vizmap.events.VisualStyleAboutToBeRemovedEvent
-
- getWarnColor() - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
- getWeight() - Method in class org.cytoscape.view.layout.LayoutEdge
-
Return the current value for this edge's weight.
- getWidth() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the width of this node
- getWidth() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the total width of all of the LayoutNodes
- getWidth() - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Returns width of current object.
- getWindow(Class<?>) - Method in interface org.cytoscape.io.webservice.swing.WebServiceGUI
-
Returns the Window that contains the unified web service UI.
- getWriter(CyNetwork, CyFileFilter, File) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified network to the
specified file of the specified file type.
- getWriter(CyNetwork, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified network to the
specified output steam of the specified file type.
- getWriter(CyNetworkView, CyFileFilter, File) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified view to the
specified file of the specified file type.
- getWriter(CyNetworkView, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.CyNetworkViewWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified view to the
specified output steam of the specified file type.
- getWriter(Object, CyFileFilter, File) - Method in interface org.cytoscape.io.write.CyPropertyWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified property
object to the specified file of the specified file type.
- getWriter(Object, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.CyPropertyWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified property
object to the specified output stream of the specified file type.
- getWriter(CySession, CyFileFilter, File) - Method in interface org.cytoscape.io.write.CySessionWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified session to the
specified file of the specified file type.
- getWriter(CySession, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.CySessionWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified session to the
specified output stream of the specified file type.
- getWriter(CyTable, CyFileFilter, File) - Method in interface org.cytoscape.io.write.CyTableWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified table to the
specified file of the specified file type.
- getWriter(CyTable, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.CyTableWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified table to the
specified output stream of the specified file type.
- getWriter(View<?>, RenderingEngine<?>, CyFileFilter, File) - Method in interface org.cytoscape.io.write.PresentationWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified view to the
specified file of the specified file type.
- getWriter(View<?>, RenderingEngine<?>, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.PresentationWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified view to the
specified output stream of the specified file type.
- getWriter(Set<VisualStyle>, CyFileFilter, File) - Method in interface org.cytoscape.io.write.VizmapWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified vizmap to the
specified file of the specified file type.
- getWriter(Set<VisualStyle>, CyFileFilter, OutputStream) - Method in interface org.cytoscape.io.write.VizmapWriterManager
-
Returns the
CyWriter
Task that will attempt to write the specified vizmap to the
specified output stream of the specified file type.
- getX() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current X value for this LayoutNode.
- getX() - Method in class org.cytoscape.view.layout.LayoutPoint
-
Returns the X location of the point.
- getXDisp() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current X displacement value for this LayoutNode.
- getY() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current Y value for this LayoutNode.
- getY() - Method in class org.cytoscape.view.layout.LayoutPoint
-
Returns the Y location of the point.
- getYDisp() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current Y displacement value for this LayoutNode.
- getZ() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current Z value for this LayoutNode.
- getZ() - Method in class org.cytoscape.view.layout.LayoutPoint
-
Returns the Z location of the point.
- getZDisp() - Method in class org.cytoscape.view.layout.LayoutNode
-
Return the current Z displacement value for this LayoutNode.
- getZoom() - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Get the current zoom for this annotation
- GRAVITY - Static variable in class org.cytoscape.work.AbstractTunableHandler
-
- GravityTracker - Interface in org.cytoscape.util.swing
-
This interface sepecifies a tracker that will be used to insert items (submenus, menu items
and separators) into a menu based on their "gravity" or "weight".
- greaterValue - Variable in class org.cytoscape.view.vizmap.mappings.BoundaryRangeValues
-
Will be used for interpolation upon larger domain values
- GROUP - Static variable in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2Factory
-
- GroupAboutToBeDestroyedEvent - Class in org.cytoscape.group.events
-
This event signals that a group is about to be destroyed -- i.e.
- GroupAboutToBeDestroyedEvent(CyGroupManager, CyGroup) - Constructor for class org.cytoscape.group.events.GroupAboutToBeDestroyedEvent
-
Constructs event.
- GroupAboutToBeDestroyedListener - Interface in org.cytoscape.group.events
-
- GroupAboutToBeRemovedEvent - Class in org.cytoscape.group.events
-
This event signals that a group is about to be removed from a network, but
not completely deleted.
- GroupAboutToBeRemovedEvent(CyGroup, CyNetwork) - Constructor for class org.cytoscape.group.events.GroupAboutToBeRemovedEvent
-
Constructs event.
- GroupAboutToBeRemovedListener - Interface in org.cytoscape.group.events
-
- GroupAboutToCollapseEvent - Class in org.cytoscape.group.events
-
This event signals that a group is either about to be expanded or collapsed in
a particular network.
- GroupAboutToCollapseEvent(CyGroup, CyNetwork, boolean) - Constructor for class org.cytoscape.group.events.GroupAboutToCollapseEvent
-
Constructs event.
- GroupAboutToCollapseListener - Interface in org.cytoscape.group.events
-
- GroupAddedEvent - Class in org.cytoscape.group.events
-
This event signals that a new group has been added.
- GroupAddedEvent(CyGroupManager, CyGroup) - Constructor for class org.cytoscape.group.events.GroupAddedEvent
-
Constructs event.
- GroupAddedListener - Interface in org.cytoscape.group.events
-
- GroupAddedToNetworkEvent - Class in org.cytoscape.group.events
-
This event signals that an existing group has been added to a new network.
- GroupAddedToNetworkEvent(CyGroup, CyNetwork) - Constructor for class org.cytoscape.group.events.GroupAddedToNetworkEvent
-
Constructs event.
- GroupAddedToNetworkListener - Interface in org.cytoscape.group.events
-
- GroupAnnotation - Interface in org.cytoscape.view.presentation.annotations
-
The Group annotation is a container for a collextion of
annotations that should be grouped together.
- GroupCollapsedEvent - Class in org.cytoscape.group.events
-
This event signals that a group has either been expanded or collapsed in
a particular network.
- GroupCollapsedEvent(CyGroup, CyNetwork, boolean) - Constructor for class org.cytoscape.group.events.GroupCollapsedEvent
-
Constructs event.
- GroupCollapsedListener - Interface in org.cytoscape.group.events
-
- GroupEdgesAddedEvent - Class in org.cytoscape.group.events
-
This event signals that edges have been added to the network.
- GroupEdgesAddedEvent(CyGroup, CyEdge) - Constructor for class org.cytoscape.group.events.GroupEdgesAddedEvent
-
Constructs event.
- GroupEdgesAddedEvent(CyGroup, List<CyEdge>) - Constructor for class org.cytoscape.group.events.GroupEdgesAddedEvent
-
Constructs event.
- GroupEdgesAddedListener - Interface in org.cytoscape.group.events
-
- GroupEdgesRemovedEvent - Class in org.cytoscape.group.events
-
This event signals that edges have been removed from the network.
- GroupEdgesRemovedEvent(CyGroup, CyEdge) - Constructor for class org.cytoscape.group.events.GroupEdgesRemovedEvent
-
Constructs event.
- GroupEdgesRemovedEvent(CyGroup, List<CyEdge>) - Constructor for class org.cytoscape.group.events.GroupEdgesRemovedEvent
-
Constructs event.
- GroupEdgesRemovedListener - Interface in org.cytoscape.group.events
-
- GroupNodesAddedEvent - Class in org.cytoscape.group.events
-
This event signals that edges have been added to the network.
- GroupNodesAddedEvent(CyGroup, CyNode) - Constructor for class org.cytoscape.group.events.GroupNodesAddedEvent
-
Constructs event.
- GroupNodesAddedEvent(CyGroup, List<CyNode>) - Constructor for class org.cytoscape.group.events.GroupNodesAddedEvent
-
Constructs event.
- GroupNodesAddedListener - Interface in org.cytoscape.group.events
-
- GroupNodesRemovedEvent - Class in org.cytoscape.group.events
-
This event signals that edges have been removed from the network.
- GroupNodesRemovedEvent(CyGroup, CyNode) - Constructor for class org.cytoscape.group.events.GroupNodesRemovedEvent
-
Constructs event.
- GroupNodesRemovedEvent(CyGroup, List<CyNode>) - Constructor for class org.cytoscape.group.events.GroupNodesRemovedEvent
-
Constructs event.
- GroupNodesRemovedListener - Interface in org.cytoscape.group.events
-
- GroupNodesTaskFactory - Interface in org.cytoscape.task.edit
-
This interface provides a task iterator for grouping nodes.
- gui - Variable in class org.cytoscape.io.webservice.swing.AbstractWebServiceGUIClient
-
- GUI_CONTEXT - Static variable in annotation type org.cytoscape.work.Tunable
-
- GUITunableHandler - Interface in org.cytoscape.work.swing
-
An extension of TunableHandler
with added functionality to support
the construction of a Swing-based UI.
- GUITunableHandlerFactory<T extends GUITunableHandler> - Interface in org.cytoscape.work.swing
-
A specialization fo TunableHandlerFactory for GUITunableHandler.
- SAVE - Static variable in interface org.cytoscape.util.swing.FileUtil
-
Equal to FileDialog.SAVE.
- saveBookmark(Bookmarks, String, DataSource) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Store a bookmark object in bookmarks object
- saveBookmark(Bookmarks, String, DataSource, String) - Method in interface org.cytoscape.property.bookmark.BookmarksUtil
-
Store a bookmark object in bookmarks object
- saveDataSource(DataSource) - Method in interface org.cytoscape.io.datasource.DataSourceManager
-
Save a DataSource to the DataSourceManager
- saveJobInSession(CyJob, File) - Method in interface org.cytoscape.jobs.CyJobExecutionService
-
This is method is called by the
CyJobManager
to save sufficient information
as part of the session to be able to restore and reestablish the job with the
remote service.
- SavePolicy - Enum in org.cytoscape.model
-
The SavePolicy of an object specifies whether or not it will be saved.
- savePolicy - Variable in class org.cytoscape.property.AbstractConfigDirPropsReader
-
The SavePolicy of this CyProperty.
- SaveSessionAsTaskFactory - Interface in org.cytoscape.task.write
-
This interface provides a task iterator for saving a session in a
specified file.
- SaveSessionTaskFactory - Interface in org.cytoscape.task.write
-
This interface provides a task iterator for saving a session.
- saveSUIDs(CyJob, CyNetwork, List<? extends CyIdentifiable>) - Static method in class org.cytoscape.jobs.SUIDUtil
-
This method may be used to save a list of SUIDs that have been sent to a remote
service so that they may be restored later
- SearchFinishedEvent<T> - Class in org.cytoscape.io.webservice.events
-
An event that indicates a search has completed.
- SearchFinishedEvent(WebServiceClient, T) - Constructor for class org.cytoscape.io.webservice.events.SearchFinishedEvent
-
Constructs the event.
- SearchFinishedListener - Interface in org.cytoscape.io.webservice.events
-
- SearchWebServiceClient - Interface in org.cytoscape.io.webservice
-
Marker interface for web service clients sending search query
and getting arbitrary search result.
- SelectAdjacentEdgesTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting adjacent edges.
- SelectAllEdgesTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting all of the edges.
- SelectAllNodesTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting all of the nodes.
- SelectAllTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting all of the items.
- SelectConnectedNodesTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting connected nodes.
- SELECTED - Static variable in interface org.cytoscape.model.CyNetwork
-
A boolean column created by default for every CyNode or CyEdge that
holds the selection state of the entry.
- SelectFirstNeighborsNodeViewTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting neighbor nodes.
- SelectFirstNeighborsTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting the first neighbors.
- SelectFromFileListTaskFactory - Interface in org.cytoscape.task.select
-
This interface provides a task iterator for selecting items based on a file.
- selectionChanged(ListSelection<T>) - Method in interface org.cytoscape.work.util.ListChangeListener
-
- selectionChanged() - Method in class org.cytoscape.work.util.ListSelection
-
Alert all listeners that the selection has changed
- ServiceProperties - Interface in org.cytoscape.work
-
Reserved keywords for OSGi service properties (meta data).
- SessionAboutToBeLoadedEvent - Class in org.cytoscape.session.events
-
This event is fired right before Cytoscape begins to load a session.
- SessionAboutToBeLoadedEvent(Object) - Constructor for class org.cytoscape.session.events.SessionAboutToBeLoadedEvent
-
Constructor.
- SessionAboutToBeLoadedListener - Interface in org.cytoscape.session.events
-
Any object that needs to know that a
CySession
is about to be
loaded or created should implement this listener.
- SessionAboutToBeSavedEvent - Class in org.cytoscape.session.events
-
- SessionAboutToBeSavedEvent(CySessionManager) - Constructor for class org.cytoscape.session.events.SessionAboutToBeSavedEvent
-
Constructor.
- SessionAboutToBeSavedListener - Interface in org.cytoscape.session.events
-
Any object that needs to know that a
CySession
is about to be
created should listen to this event.
- SessionLoadCancelledEvent - Class in org.cytoscape.session.events
-
This event is fired when a session load task is cancelled, which can also happen because of exceptions.
- SessionLoadCancelledEvent(Object) - Constructor for class org.cytoscape.session.events.SessionLoadCancelledEvent
-
Constructor.
- SessionLoadCancelledEvent(Object, Exception) - Constructor for class org.cytoscape.session.events.SessionLoadCancelledEvent
-
Use this constructor if the session load was cancelled because of an exception.
- SessionLoadCancelledListener - Interface in org.cytoscape.session.events
-
- SessionLoadedEvent - Class in org.cytoscape.session.events
-
- SessionLoadedEvent(CySessionManager, CySession, String) - Constructor for class org.cytoscape.session.events.SessionLoadedEvent
-
Constructor.
- SessionLoadedListener - Interface in org.cytoscape.session.events
-
- SessionSaveCancelledEvent - Class in org.cytoscape.session.events
-
This event is fired when a session save task is cancelled, which can also happen because of exceptions.
- SessionSaveCancelledEvent(Object) - Constructor for class org.cytoscape.session.events.SessionSaveCancelledEvent
-
Constructor.
- SessionSaveCancelledEvent(Object, Exception) - Constructor for class org.cytoscape.session.events.SessionSaveCancelledEvent
-
Use this constructor if the session save was cancelled because of an exception.
- SessionSaveCancelledListener - Interface in org.cytoscape.session.events
-
- SessionSavedEvent - Class in org.cytoscape.session.events
-
TODO: Missing documentation
- SessionSavedEvent(Object, CySession, String) - Constructor for class org.cytoscape.session.events.SessionSavedEvent
-
- SessionSavedListener - Interface in org.cytoscape.session.events
-
- set(String, T) - Method in interface org.cytoscape.model.CyRow
-
Sets the specified column for this row to the specified value.
- setAcceleratorKeyStroke(KeyStroke) - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Sets the accelerator KeyStroke for this action.
- setAnchorType(ArrowAnnotation.ArrowEnd, ArrowAnnotation.AnchorType) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the anchor type for one end of the arrow
- setArrowColor(ArrowAnnotation.ArrowEnd, Paint) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the color of one end of the arrow
- setArrowSize(ArrowAnnotation.ArrowEnd, double) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the size of one end of the arrow
- setArrowType(ArrowAnnotation.ArrowEnd, String) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the type of one end of the arrow
- setBendFactory(BendFactory) - Method in class org.cytoscape.view.presentation.property.EdgeBendVisualProperty
-
Sets the bend factory that is used behind the scenes to create bend objects.
- setBorderColor(Paint) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the border (stroke) color.
- setBorderOpacity(double) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the border (stroke) opacity.
- setBorderWidth(double) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the border (stroke) width.
- setBounds(CyNetworkView, Rectangle) - Method in interface org.cytoscape.application.swing.CyNetworkViewDesktopMgr
-
- setBounds(N, N) - Method in class org.cytoscape.work.util.AbstractBounded
-
Set the upper bound (upper
) and
lower bound (lower
) of the Bounded Object.
- setCanvas(String) - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Set the canvas for this annotation.
- setCenterLabel(String) - Method in class org.cytoscape.util.swing.JStatusBar
-
Set the center label of this JStatusBar.
- setCollapsed(boolean) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Collapses or expands the panel.
- setColor(Color) - Method in class org.cytoscape.util.swing.ColorButton
-
- setConfigurationContext(Object) - Method in interface org.cytoscape.work.TunableMutator
-
Used configure the TunableMutator so that it builds its
configuration object in the correct location.
- setContent(String) - Method in class org.cytoscape.property.bookmark.Attribute
-
Sets the value of the content property.
- setControl(Component) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- setCurrentNetwork(CyNetwork) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the current network to the specified network.
- SetCurrentNetworkEvent - Class in org.cytoscape.application.events
-
An event signaling that the a network has been set to current.
- SetCurrentNetworkEvent(CyApplicationManager, CyNetwork) - Constructor for class org.cytoscape.application.events.SetCurrentNetworkEvent
-
Constructor.
- SetCurrentNetworkListener - Interface in org.cytoscape.application.events
-
- setCurrentNetworkView(CyNetworkView) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the current network view to the specified network view.
- SetCurrentNetworkViewEvent - Class in org.cytoscape.application.events
-
An event indicating that a network view has been set to current.
- SetCurrentNetworkViewEvent(CyApplicationManager, CyNetworkView) - Constructor for class org.cytoscape.application.events.SetCurrentNetworkViewEvent
-
Constructor.
- SetCurrentNetworkViewListener - Interface in org.cytoscape.application.events
-
- setCurrentRenderingEngine(RenderingEngine<CyNetwork>) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the current rendering engine.
- SetCurrentRenderingEngineEvent - Class in org.cytoscape.application.events
-
- SetCurrentRenderingEngineEvent(CyApplicationManager, RenderingEngine<CyNetwork>) - Constructor for class org.cytoscape.application.events.SetCurrentRenderingEngineEvent
-
Constructor.
- SetCurrentRenderingEngineListener - Interface in org.cytoscape.application.events
-
- setCurrentSession(CySession, String) - Method in interface org.cytoscape.session.CySessionManager
-
This method allows a new session to be set and in doing
so erases and overrides the current session!
- setCurrentTable(CyTable) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the currently active table.
- setCurrentVisualStyle(VisualStyle) - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
- SetCurrentVisualStyleEvent - Class in org.cytoscape.view.vizmap.events
-
TODO: Missing documentation
- SetCurrentVisualStyleEvent(Object, VisualStyle) - Constructor for class org.cytoscape.view.vizmap.events.SetCurrentVisualStyleEvent
-
- SetCurrentVisualStyleListener - Interface in org.cytoscape.view.vizmap.events
-
TODO: Missing documentation
- setCustomShape(Shape) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set a custom shape to be drawn.
- setDefaultAggregation(Class<?>, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the default
Aggregator
for a specific column type
as expressed as a java
Class
.
- setDefaultAggregation(CyGroup, Class<?>, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the
Aggregator
for a specific column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- setDefaultAggregation(CyGroup, Class<?>, String) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the
Aggregator
for a specific column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- setDefaultLayout(CyLayoutAlgorithm) - Method in interface org.cytoscape.view.layout.CyLayoutAlgorithmManager
-
Changes Cytoscape's default layout.
- setDefaultListAggregation(Class<?>, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the default
Aggregator
for a specific List column type
as expressed as a java
Class
.
- setDefaultListAggregation(CyGroup, Class<?>, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the
Aggregator
for a specific List column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- setDefaultListAggregation(CyGroup, Class<?>, String) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the
Aggregator
for a specific List column type
as expressed as a java
Class
that will be used in
the specified
CyGroup
.
- setDefaultNetworkViewRenderer(NetworkViewRenderer) - Method in interface org.cytoscape.application.CyApplicationManager
-
- setDefaultOkCancelKeyStrokes(JRootPane, Action, Action) - Static method in class org.cytoscape.util.swing.LookAndFeelUtil
-
Maps the standard key strokes (usually ENTER and ESCAPE) to the passed OK and/or Cancel actions.
- setDefaultValue(VisualProperty<V>, S) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Set default value for the VisualProperty.
- setDependency(boolean) - Method in class org.cytoscape.view.vizmap.VisualPropertyDependency
-
Enables or disables the dependency based on the boolean parameter.
- setDescription(String) - Method in class org.cytoscape.property.bookmark.Bookmarks
-
Sets the value of the description property.
- setDisp(double, double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the 2D displacement of this LayoutNode.
- setDisp(double, double, double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the 3D displacement of this LayoutNode.
- setDisplayName(String) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Set human readable display name.
- setDoubleClickAction(CyGroupSettingsManager.DoubleClickAction) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- setDoubleClickAction(CyGroup, CyGroupSettingsManager.DoubleClickAction) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- setEdgeWeighter(EdgeWeighter) - Method in class org.cytoscape.view.layout.LayoutPartition
-
Set the EdgeWeighter to use for this partition.
- setEnableAttributeAggregation(boolean) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the setting for whether or not we're aggregating values from
member nodes onto the group node.
- setEnableAttributeAggregation(CyGroup, boolean) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the setting for whether or not we're aggregating values for
member nodes onto the group node for a specific group.
- setEnabled(boolean) - Method in interface org.cytoscape.work.swing.DynamicSubmenuListener
-
Enables or disables the dynamically created menus.
- setExecutionContext(C) - Method in class org.cytoscape.work.AbstractTaskManager
-
Simple sets the executionContext to the specified input value.
- setExecutionContext(C) - Method in interface org.cytoscape.work.TaskManager
-
Allows a user of a TaskManager to set the execution context for
the task, for example the parent Window of a dialog or the top-level
menu for menu generation.
- setFillColor(Paint) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the fill color.
- setFillOpacity(double) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the fill opacity, a value between 0.0 (fully transparent) and 100.0 (fully opaque).
- setFitRatio(float) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Set the fit ratio for this custom graphic.
- setFont(Font) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the font to be used.
- setFont(Font) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the font to be used.
- setFontFamily(String) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the font family to be used for the text display
- setFontFamily(String) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the font family to be used for the text display
- setFontSize(double) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the size of the font used to display the text
- setFontSize(double) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the size of the font used to display the text
- setFontStyle(int) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the font style
- setFontStyle(int) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the font style
- setFormat(String) - Method in class org.cytoscape.property.bookmark.DataSource
-
Sets the value of the format property.
- setGroupViewType(CyGroupSettingsManager.GroupViewType) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- setGroupViewType(CyGroup, CyGroupSettingsManager.GroupViewType) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
- setHeight(int) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Set height of Custom Graphics.
- setHref(String) - Method in class org.cytoscape.property.bookmark.DataSource
-
Sets the value of the href property.
- setIdentifier(Long) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Set the session-unique identifier of this custom graphics.
- setImage(Image) - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Set the image to be displayed as part of this annotation
- setImage(URL) - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Set a
URL
to fetch the image from.
- setImageBrightness(int) - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Set the brightness adjustment for the image.
- setImageContrast(int) - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Set the contrast adjustment for the image.
- setImageOpacity(float) - Method in interface org.cytoscape.view.presentation.annotations.ImageAnnotation
-
Set the opacity of the image.
- setJobMonitor(CyJobMonitor) - Method in class org.cytoscape.jobs.AbstractCyJob
-
- setJobMonitor(CyJobMonitor) - Method in interface org.cytoscape.jobs.CyJob
-
Set the service that handles status changes for this job.
- setLabel(JLabel) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- setLeftLabel(String) - Method in class org.cytoscape.util.swing.JStatusBar
-
Set the left label of this JStatusBar.
- setLineColor(Paint) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the line color for this arrow
- setLineWidth(double) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the line width for this arrow
- setLocation(double, double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the 2D location of this LayoutNode.
- setLocation(double, double, double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the 3D location of this LayoutNode.
- setLockedValue(VisualProperty<? extends T>, V) - Method in interface org.cytoscape.view.model.View
-
Set locked value.
- setLogWeight(double) - Method in class org.cytoscape.view.layout.LayoutEdge
-
Set the log weight for this LayoutEdge.
- setLowerBoundStrict(boolean) - Method in class org.cytoscape.work.util.AbstractBounded
-
Set the lower bound strict policy to lowerStrict
.
- setMaxWeightCutoff(double) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setMenuGravity(float) - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Sets the gravity used to order this action in the menu bar.
- setMenuTitle(String) - Method in interface org.cytoscape.work.swing.DynamicSubmenuListener
-
Sets the name of the top level menu.
- setMinWeightCutoff(double) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setModality(Dialog.ModalityType) - Method in interface org.cytoscape.work.swing.TunableUIHelper
-
Set the modality of the parent dialog.
- setMode(boolean) - Static method in class org.cytoscape.view.vizmap.gui.util.PropertySheetUtil
-
Deprecated.
- setMultiLineLabel(JTextArea) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
-
- setName(String) - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Sets the name of the action.
- setName(String) - Method in interface org.cytoscape.model.CyColumn
-
Change the name of this column.
- setName(String) - Method in class org.cytoscape.property.bookmark.Attribute
-
Sets the value of the name property.
- setName(String) - Method in class org.cytoscape.property.bookmark.Category
-
Sets the value of the name property.
- setName(String) - Method in class org.cytoscape.property.bookmark.DataSource
-
Sets the value of the name property.
- setNetwork(CyNetwork) - Method in class org.cytoscape.command.util.EdgeList
-
Set the network to be used by this EdgeList
- setNetwork(CyNetwork) - Method in class org.cytoscape.command.util.NodeList
-
Set the network for this nodelist
- setNetworkPointer(CyNetwork) - Method in interface org.cytoscape.model.CyNode
-
Allows a network reference for this node to be set.
- SetNetworkPointerEvent - Class in org.cytoscape.model.events
-
Used to track setting of nested networks on nodes.
- SetNetworkPointerEvent(CyNode, CyNetwork) - Constructor for class org.cytoscape.model.events.SetNetworkPointerEvent
-
Constructs event.
- SetNetworkPointerListener - Interface in org.cytoscape.model.events
-
- setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer>) - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- setNormalizedBounds(double, double) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setOverrideAggregation(CyColumn, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
set the override aggregation setting for a column (if any).
- setOverrideAggregation(CyGroup, CyColumn, Aggregator<?>) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
set the override aggregation setting for a column in a group (if any).
- setPartitionNumber(int) - Method in class org.cytoscape.view.layout.LayoutPartition
-
Set the partition number of this partition
- setPollInterval(int) - Method in class org.cytoscape.jobs.AbstractCyJob
-
- setPollInterval(int) - Method in interface org.cytoscape.jobs.CyJob
-
Set the time in seconds between calls to checkJobStatus.
- setPossibleValues(List<T>) - Method in class org.cytoscape.work.util.ListSelection
-
Changes the set of possible values in the list
- setPreferredMenu(String) - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Sets the preferredMenuString.
- setProgress(double) - Method in interface org.cytoscape.work.TaskMonitor
-
Sets the progress completed by the Task
.
- setPublic(boolean) - Method in interface org.cytoscape.model.CyTable
-
Sets the privacy flag for the CyTable.
- setRange(BoundaryRangeValues<V>) - Method in class org.cytoscape.view.vizmap.mappings.ContinuousMappingPoint
-
Sets BoundaryRangeValues.
- setRightLabel(String) - Method in class org.cytoscape.util.swing.JStatusBar
-
Set the right label of this JStatusBar.
- setRootNetworkList(ListSingleSelection<String>) - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- setRowHeight(int) - Method in class org.cytoscape.util.swing.JTreeTable
-
Overridden to pass the new rowHeight to the tree.
- setSavePolicy(SavePolicy) - Method in interface org.cytoscape.model.CyTable
-
Sets how (or if) this CyTable should be saved.
- setSelected(boolean) - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Set the selected state for this annotation
- setSelectedIndex(int) - Method in interface org.cytoscape.application.swing.CytoPanel
-
Sets the selected index on the CytoPanel.
- setSelectedItems(List<String>) - Method in class org.cytoscape.util.swing.CheckBoxJList
-
Sets the specified items as selected.
- setSelectedNetworks(List<CyNetwork>) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the networks specified as selected.
- SetSelectedNetworksEvent - Class in org.cytoscape.application.events
-
An event indicating the a collection of networks has been selected.
- SetSelectedNetworksEvent(CyApplicationManager, List<CyNetwork>) - Constructor for class org.cytoscape.application.events.SetSelectedNetworksEvent
-
Constructor.
- SetSelectedNetworksListener - Interface in org.cytoscape.application.events
-
- setSelectedNetworkViews(List<CyNetworkView>) - Method in interface org.cytoscape.application.CyApplicationManager
-
Sets the specified network views as selected.
- SetSelectedNetworkViewsEvent - Class in org.cytoscape.application.events
-
An event that indicates that a collection of network views has been selected.
- SetSelectedNetworkViewsEvent(CyApplicationManager, List<CyNetworkView>) - Constructor for class org.cytoscape.application.events.SetSelectedNetworkViewsEvent
-
Constructor.
- SetSelectedNetworkViewsListener - Interface in org.cytoscape.application.events
-
- setSelectedValue(T) - Method in class org.cytoscape.work.util.ListSingleSelection
-
Set the val
item of type T
as selected in the ListSingleSelection.
- setSelectedValues(List<T>) - Method in class org.cytoscape.work.util.ListMultipleSelection
-
Set the T
items as selected in the ListMultipleSelection object.
- setShapeType(String) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the current shape type
- setSize(double, double) - Method in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
Set the size of the shape.
- setSource(Annotation) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
- setSpecificZoom(double) - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Set the specific zoom for this annotation
- setState(CytoPanelState) - Method in interface org.cytoscape.application.swing.CytoPanel
-
Sets the state of the CytoPanel.
- setStatusMessage(String) - Method in interface org.cytoscape.work.TaskMonitor
-
Sets the status message that describes what the task is currently doing.
- setTable(CyTable) - Method in class org.cytoscape.command.util.RowList
-
Set the table for this rowlist
- setTable(CyNetwork, Class<? extends CyIdentifiable>, String, CyTable) - Method in interface org.cytoscape.model.CyNetworkTableManager
-
Associates the given table to the network using the specified namespace and type.
- setTarget(Annotation) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the target for this arrow assuming the target is an
Annotation
- setTarget(CyNode) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the target for this arrow assuming the target is a
CyNode
- setTarget(Point2D) - Method in interface org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Set the target for this arrow assuming the target is a point on the canvas
- setTargetColumnList(ListSingleSelection<String>) - Method in class org.cytoscape.io.read.AbstractCyNetworkReader
-
- setTaskIterator(TaskIterator) - Method in class org.cytoscape.work.AbstractTask
-
This method is used by a
TaskIterator
to set itself on the newly added Task.
- setTaskStatus(int) - Method in class org.cytoscape.view.layout.AbstractPartitionLayoutTask
-
Used for
- setText(String) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the text to be displayed as part of the annotation
- setText(String) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the text to be displayed as part of the annotation
- setTextColor(Color) - Method in interface org.cytoscape.view.presentation.annotations.BoundedTextAnnotation
-
Set the color of the text to be displayed
- setTextColor(Color) - Method in interface org.cytoscape.view.presentation.annotations.TextAnnotation
-
Set the color of the text to be displayed
- setTitle(String) - Method in interface org.cytoscape.model.CyTable
-
Allows the title of the table to be set.
- setTitle(String) - Method in interface org.cytoscape.view.vizmap.VisualStyle
-
Set new title for this VisualStyle.
- setTitle(String) - Method in interface org.cytoscape.work.TaskMonitor
-
Sets the title of the Task
.
- setTitleComponentText(String) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Sets the title of of the border title component.
- setToolbarGravity(float) - Method in class org.cytoscape.application.swing.AbstractCyAction
-
Sets the gravity used to order this action in the toolbar.
- setToolBarGravity(float) - Method in class org.cytoscape.application.swing.AbstractToolBarComponent
-
Sets the gravity for this toolbar component.
- setToolTipText(String) - Method in class org.cytoscape.util.swing.BasicCollapsiblePanel
-
Sets the tooltip text of this BasicCollapsiblePanel.
- setTunableDirectly(Window) - Method in interface org.cytoscape.work.swing.DirectlyPresentableTunableHandler
-
This method allows us to bypass the normal tunable support when there is
only one tunable in a Task.
- setTunables(Object, Properties) - Method in interface org.cytoscape.work.properties.TunablePropertySerializer
-
Takes the properties and applies them to the tunables in the object.
- setType(CompositeFilter.Type) - Method in interface org.cytoscape.filter.model.CompositeFilter
-
Sets the type of combining semantics used by this filter.
- setType(ListSingleSelection<WeightTypes>) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setUIHelper(TunableUIHelper) - Method in interface org.cytoscape.work.swing.RequestsUIHelper
-
This method will be called by the Tunable UI handler to
provide a helper object that might be used for some
interaction with the Tunable UI.
- setUpperBoundStrict(boolean) - Method in class org.cytoscape.work.util.AbstractBounded
-
Set the upper bound strict policy to upperStrict
.
- setUseNestedNetworks(boolean) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the default setting for whether or not to create a nested
network view on collapsed nodes.
- setUseNestedNetworks(CyGroup, boolean) - Method in interface org.cytoscape.group.CyGroupSettingsManager
-
Set the setting for whether or not to create a nested
network view on collapsed nodes for a specific
CyGroup
.
- setValue(List<CyEdge>) - Method in class org.cytoscape.command.util.EdgeList
-
Set the edgeList for this tunable
- setValue(List<CyNode>) - Method in class org.cytoscape.command.util.NodeList
-
Set the list of nodes
- setValue(List<CyRow>) - Method in class org.cytoscape.command.util.RowList
-
Set the list of rows
- setValue(K) - Method in class org.cytoscape.view.vizmap.mappings.ContinuousMappingPoint
-
Sets Point Value.
- setValue(Object) - Method in class org.cytoscape.work.AbstractTunableHandler
-
Attempts to set the value of the associated field or set method that has been
annotated with
Tunable
.
- setValue(Object) - Method in class org.cytoscape.work.swing.AbstractGUITunableHandler
-
- setValue(Object) - Method in interface org.cytoscape.work.TunableHandler
-
Attempts to set the value of the associated field or set method that has been
annotated with
Tunable
.
- setValue(N) - Method in class org.cytoscape.work.util.AbstractBounded
-
Set the value v
as the value of the Bounded Object.
- setValue(String) - Method in class org.cytoscape.work.util.AbstractBounded
-
Sets the value of the Bounded
object.
- setValue(String) - Method in class org.cytoscape.work.util.BoundedDouble
-
Set a new value to the BoundedDouble object
- setValue(String) - Method in class org.cytoscape.work.util.BoundedFloat
-
Set a new value to the BoundedFloat object.
- setValue(String) - Method in class org.cytoscape.work.util.BoundedInteger
-
Set a new value to the BoundedInteger object
- setValue(String) - Method in class org.cytoscape.work.util.BoundedLong
-
Set a new value to the BoundedLong object.
- setValueAt(Object, Object, int) - Method in class org.cytoscape.util.swing.AbstractTreeTableModel
-
Should be overridden - this is a no-op.
- setValueAt(Object, Object, int) - Method in interface org.cytoscape.util.swing.TreeTableModel
-
Sets the value for node node
,
at column number column
.
- setValueAt(Object, int, int) - Method in class org.cytoscape.util.swing.TreeTableModelAdapter
-
Sets the value at the given row and column..
- setVersion(BigDecimal) - Method in class org.cytoscape.property.bookmark.Bookmarks
-
Sets the value of the version property.
- setViewDefault(VisualProperty<? extends T>, V) - Method in interface org.cytoscape.view.model.CyNetworkView
-
Sets the default value to be used for the specified visual property.
- setVisualProperty(VisualProperty<? extends T>, V) - Method in interface org.cytoscape.view.model.View
-
Assign a value to the given Visual Property of this view.
- setVisualStyle(VisualStyle, CyNetworkView) - Method in interface org.cytoscape.view.vizmap.VisualMappingManager
-
- setWeight(LayoutEdge) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setWeight(double) - Method in class org.cytoscape.view.layout.LayoutEdge
-
Set the weight for this LayoutEdge.
- setWeightAttribute(String) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setWeightType(WeightTypes) - Method in class org.cytoscape.view.layout.EdgeWeighter
-
- setWidth(int) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Set width of Custom Graphics.
- setX(double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the X location of this LayoutNode.
- setY(double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the Y location of this LayoutNode.
- setZ(double) - Method in class org.cytoscape.view.layout.LayoutNode
-
Set the Z location of this LayoutNode.
- setZoom(double) - Method in interface org.cytoscape.view.presentation.annotations.Annotation
-
Set the current zoom for this annotation
- ShapeAnnotation - Interface in org.cytoscape.view.presentation.annotations
-
A Shape annotation supports annotations that can be drawn and filled
on the graphics canvas.
- ShapeAnnotation.ShapeType - Enum in org.cytoscape.view.presentation.annotations
-
- shapeName() - Method in enum org.cytoscape.view.presentation.annotations.ShapeAnnotation.ShapeType
-
- SHAPETYPE - Static variable in interface org.cytoscape.view.presentation.annotations.ShapeAnnotation
-
The shape type
- SHARED_ATTRS - Static variable in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
The name of the table containing the attributes shared
by all subnetworks of this root network.
- SHARED_DEFAULT_ATTRS - Static variable in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
The name of the table that enables sharing default attributes
with all subnetworks.
- SHARED_INTERACTION - Static variable in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
The name of the shared interaction column found in the SHARED_ATTRS table.
- SHARED_NAME - Static variable in interface org.cytoscape.model.subnetwork.CyRootNetwork
-
The name of the shared name column found in the SHARED_ATTRS table.
- shouldIgnoreDefault - Variable in class org.cytoscape.view.model.AbstractVisualProperty
-
If this is true, default value will be ignored by VizMapper.
- shouldIgnoreDefault() - Method in class org.cytoscape.view.model.AbstractVisualProperty
-
- shouldIgnoreDefault() - Method in interface org.cytoscape.view.model.VisualProperty
-
In some cases, default value from visual style is not suitable, such as x, y, z location of nodes.
- shouldSelectCell(EventObject) - Method in class org.cytoscape.util.swing.AbstractCellEditor
- showDialog(Component, String, Color) - Static method in class org.cytoscape.util.swing.CyColorChooser
-
Display custom color chooser dialog.
- showEditor(Component) - Method in interface org.cytoscape.view.vizmap.gui.DefaultViewEditor
-
Deprecated.
- showEditor(Component, S) - Method in interface org.cytoscape.view.vizmap.gui.editor.ValueEditor
-
Display the editor and get a new value.
- showEditor(Component, S, VisualProperty<S>) - Method in interface org.cytoscape.view.vizmap.gui.editor.VisualPropertyValueEditor
-
Display the editor and get a new value.
- showMessage(TaskMonitor.Level, String) - Method in interface org.cytoscape.work.TaskMonitor
-
Sets the status message that describes what the task is currently doing.
- showVisualPropertyValueEditor(Component, VisualProperty<V>, V) - Method in interface org.cytoscape.view.vizmap.gui.editor.EditorManager
-
Display value editor to get a new value.
- shutDown() - Method in class org.cytoscape.service.util.AbstractCyActivator
-
Cleans up resources used by the app.
- silenceEventSource(Object) - Method in interface org.cytoscape.event.CyEventHelper
-
This method will prevent any events fired from the specified source
object from being propagated to listeners.
- SimpleCyProperty<P> - Class in org.cytoscape.property
-
A simple implementation of CyProperty suitable for general purpose use.
- SimpleCyProperty(String, P, Class<? extends P>, CyProperty.SavePolicy) - Constructor for class org.cytoscape.property.SimpleCyProperty
-
Properties is a non-null Properties object that this CyProperty object
should encapsulate.
- SimpleGUITunableHandlerFactory<T extends GUITunableHandler> - Class in org.cytoscape.work.swing
-
A specialization for GUITunableHandlers.
- SimpleGUITunableHandlerFactory(Class<T>, Class<?>...) - Constructor for class org.cytoscape.work.swing.SimpleGUITunableHandlerFactory
-
Constructs this BasicGUITunableHandlerFactory.
- size() - Method in class org.cytoscape.view.layout.LayoutPartition
-
Return the size of this partition, which is defined as the number of
nodes that it contains.
- SMALL_ICON_URL - Static variable in interface org.cytoscape.work.ServiceProperties
-
Location of small icon data for desktop application
- SOLID - Static variable in class org.cytoscape.view.presentation.property.LineTypeVisualProperty
-
Solid line
- status - Variable in class org.cytoscape.jobs.CyJobStatus
-
- StatusBarPanelFactory - Interface in org.cytoscape.work.swing
-
Creates a JPanel
that is shown
at the bottom of the Cytoscape Desktop.
NOTE: this is not meant to be implemented
by App developers.
- stop(BundleContext) - Method in class org.cytoscape.service.util.AbstractCyActivator
-
A default implementation of the BundleActivator.stop() method that cleans
up any services registered, services gotten, or services being listened
for as determined by calls to the utility methods provided by this class.
- stopCellEditing() - Method in class org.cytoscape.util.swing.AbstractCellEditor
- streamUtil - Variable in class org.cytoscape.io.BasicCyFileFilter
-
- StreamUtil - Interface in org.cytoscape.io.util
-
A stateless utility class that provides special handling to support
InputStreams and URLConnections over the network.
- STRING_SET - Static variable in class org.cytoscape.view.presentation.property.BasicVisualLexicon
-
- StringToModel - Interface in org.cytoscape.command
-
The service implementing StringToModel provides a common mechanism for converting
command arguments into Cytoscape model elements.
- StringTunableHandler - Interface in org.cytoscape.command
-
- StringTunableHandlerFactory<T extends StringTunableHandler> - Interface in org.cytoscape.command
-
- StringVisualProperty - Class in org.cytoscape.view.presentation.property
-
Visual Property for
String
values.
- StringVisualProperty(String, Range<String>, String, String, Class<? extends CyIdentifiable>) - Constructor for class org.cytoscape.view.presentation.property.StringVisualProperty
-
Constructor.
- StringVisualProperty(String, Range<String>, String, String, boolean, Class<? extends CyIdentifiable>) - Constructor for class org.cytoscape.view.presentation.property.StringVisualProperty
-
Constructor.
- SubFilterTransformer<C,E> - Interface in org.cytoscape.filter.model
-
- SUID - Static variable in interface org.cytoscape.model.CyIdentifiable
-
This will be used as column name of SUID.
- SUIDFactory - Class in org.cytoscape.model
-
This singleton class returns unique, positive SUID (session unique ID) values.
- SUIDUtil - Class in org.cytoscape.jobs
-
This utility class provides methods to save and restore SUIDs that
are sent to remote execution environments across sessions.
- SUIDUtil() - Constructor for class org.cytoscape.jobs.SUIDUtil
-
- supportsMime(String) - Method in interface org.cytoscape.view.presentation.customgraphics.CyCustomGraphicsFactory
-
Given a mime type, return true if this CyCustomGraphicsFactory can
utilize this type of data.
- swap(CyTable) - Method in interface org.cytoscape.model.CyTable
-
Swaps the contents and properties (such as mutability) of "otherTable" with this table.
- swingAdapter - Variable in class org.cytoscape.app.swing.AbstractCySwingApp
-
Reference to access Cytoscape functionality -- various managers and
factories that are normally available as OSGi services.
- SwingUndoSupport - Interface in org.cytoscape.work.swing.undo
-
In general, developers should NOT use this interface or the classes
it provides access to to post edits and should use
UndoSupport
instead.
- SynchronousTaskManager<T> - Interface in org.cytoscape.work
-
A marker interface that indicates that the TaskManager in question will
execute the tasks found in the TaskFactory synchronously with the current thread,
blocking code execution until all tasks finish.