Uses of Interface
org.cytoscape.io.webservice.WebServiceClient
Package
Description
Provides an abstract class for all web service clients, i.e.
This package defines events/listeners related to data query/import from web services.
Web Service Clients with Swing GUI.
-
Uses of WebServiceClient in org.cytoscape.io.webservice.client
Modifier and TypeClassDescriptionclass
Abstract class for all web service clients. -
Uses of WebServiceClient in org.cytoscape.io.webservice.events
ModifierConstructorDescriptionDataImportFinishedEvent(WebServiceClient source, T imported)
Constructs the event.SearchFinishedEvent(WebServiceClient source, T result)
Constructs the event. -
Uses of WebServiceClient in org.cytoscape.io.webservice.swing
Modifier and TypeClassDescriptionclass
Abstract base class for web service clients with Swing GUI.