Interface WebServiceGUIClient
-
- All Known Implementing Classes:
AbstractWebServiceGUIClient
public interface WebServiceGUIClient
An interface that allows web service clients to provide their own GUI component.Module:
webservice-swing-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>webservice-swing-api</artifactId> </dependency>
Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Container
getQueryBuilderGUI()
Returns query builder UI.
-
-
-
Method Detail
-
getQueryBuilderGUI
Container getQueryBuilderGUI()
Returns query builder UI. Since this is a TaskFactory, createTaskIterator() method should use parameters from this GUI.- Returns:
- query builder UI.
-
-