Eclipse Remote Application Platform

Uses of Interface
org.eclipse.rap.rwt.client.service.ClientService

Packages that use ClientService
org.eclipse.rap.rwt.client   
org.eclipse.rap.rwt.client.service   
 

Uses of ClientService in org.eclipse.rap.rwt.client
 

Methods in org.eclipse.rap.rwt.client with type parameters of type ClientService
<T extends ClientService>
T
Client.getService(java.lang.Class<T> type)
          Returns this client's implementation of a given service, if available.
<T extends ClientService>
T
WebClient.getService(java.lang.Class<T> type)
           
 

Uses of ClientService in org.eclipse.rap.rwt.client.service
 

Subinterfaces of ClientService in org.eclipse.rap.rwt.client.service
 interface BrowserNavigation
          The browser navigation provides methods to access a web browser's history for navigating within the application.
 interface ClientInfo
          The ClientInfo service provides basic information about the client device.
 interface ExitConfirmation
          The exit confirmation service allows applications to show a confirmation dialog before the user leaves the application, e.g.
 interface JavaScriptExecutor
          The JavaScriptExecuter service allows executing JavaScript code on the client.
 interface JavaScriptLoader
          The JavaScriptLoader service allows loading additional JavaScript files at runtime.
 interface UrlLauncher
          The UrlLauncher service allows loading an URL in an external window, application or save dialog.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.