Cytoscape 3.0.1 API

org.cytoscape.io.webservice.swing
Interface WebServiceGUI


public interface WebServiceGUI

Cytoscape's unified UI for accessing web services. This interface provides access to the Swing components used to display the UI.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 Window getWindow(Class<?> webServiceClientType)
          Returns the Window that contains the unified web service UI.
 

Method Detail

getWindow

Window getWindow(Class<?> webServiceClientType)
Returns the Window that contains the unified web service UI.

Parameters:
webServiceClientType - either NetworkImportWebServiceClient or TableImportWebServiceClient.
Returns:
the Window that contains the unified web service UI.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.