Package org.cytoscape.filter.view
package org.cytoscape.filter.view
Provides interfaces for contributing user interfaces for
Transformers to
Cytoscape. To contribute a user interface for a particular Transformer
implement the interface TransformerViewFactory and register it as an
OSGi service. User interfaces that provide a different behaviour when the
"Apply Automatically" checkbox is enabled should implement the interface
InteractivityChangedListener as well.-
InterfacesClassDescriptionListens for changes in the system-level state of interactivity.A factory for making UI panels to configure a specific
Transformer.