public interface TransformerViewFactory
Transformer
.Module: filter-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>filter-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
JComponent |
createView(Transformer<?,?> transformer)
Creates a UI panel that configures the given
transformer . |
String |
getId()
Returns the unique id of the
Transformer this factory produces
views for. |
String getId()
Transformer
this factory produces
views for.Transformer
this factory produces
views for.JComponent createView(Transformer<?,?> transformer)
transformer
.transformer
- the Transformer
to be configured.transformer
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.