Package org.cytoscape.filter.view
package org.cytoscape.filter.view
Provides interfaces for contributing user interfaces for
Transformer
s 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.-
InterfaceDescriptionListens for changes in the system-level state of interactivity.A factory for making UI panels to configure a specific
Transformer
.