Cytoscape 3.0.1 API

org.cytoscape.io.webservice.swing
Interface WebServiceGUIClient

All Known Implementing Classes:
AbstractWebServiceGUIClient

public interface WebServiceGUIClient

An interface that allows web service clients to provide their own GUI component.


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
 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.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.