public abstract class AbstractWebServiceGUIClient extends AbstractWebServiceClient implements WebServiceGUIClient
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>
Constructor and Description |
---|
AbstractWebServiceGUIClient(String uri,
String displayName,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Container |
getQueryBuilderGUI()
Returns query builder UI.
|
getDescription, getDisplayName, getServiceLocation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createTaskIterator
protected Container gui
public Container getQueryBuilderGUI()
getQueryBuilderGUI
in interface WebServiceGUIClient
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.