|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
Method Summary | |
---|---|
Window |
getWindow(Class<?> webServiceClientType)
Returns the Window that contains the unified web service UI. |
Method Detail |
---|
Window getWindow(Class<?> webServiceClientType)
webServiceClientType
- either NetworkImportWebServiceClient or
TableImportWebServiceClient.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |