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.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 (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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Window
getWindow(Class<?> webServiceClientType)
Returns the Window that contains the unified web service UI.
-