Package org.utgenome.gwt.utgb.client

UTGB Browser interface & track implementations.

See:
          Description

Interface Summary
BrowserService  
BrowserServiceAsync  
 

Class Summary
RPCServiceManager  
UTGB UTGB Utilities
UTGBEntryPointBase  
 

Enum Summary
UTGBClientErrorCode Error codes
 

Exception Summary
UTGBClientException  
 

Package org.utgenome.gwt.utgb.client Description

UTGB Browser interface & track implementations. The classes in this package will be compiled to JavaScript codes using Google Web Toolkit Compiler. Thus, there are several limitations for the code in this package; you cannot use third-party libraries within this package except libraries for GWT client-side code. And also, standard packages, java.util.* java.lang.*, are not exactly the same ones with the standard Java Runtime Environment(JRE). Some emulation for these libraries are provided by GWT. For more details, see JRE emulation in GWT.

Author:
leo


Copyright © 2007-2012 utgenome.org. All Rights Reserved.