com.google.gwt.dev.shell

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » GWT » com.google.gwt.dev.shell 
com.google.gwt.dev.shell
Java Source File NameTypeComment
BrowserDialog.javaClass A composite containing a browser widget.
BrowserWidget.javaClass Represents an individual browser window and all of its controls.
BrowserWidgetHost.javaInterface Interface that unifies access to the BrowserWidget, ModuleSpaceHost, and the compiler.
BrowserWidgetHostChecker.javaClass This class contains utility functions to do whitelist/blacklist handling.
CheckForUpdates.javaClass Orchestrates a best-effort attempt to find out if a new version of GWT is available.
CheckForUpdatesTest.javaClass
CompilingClassLoader.javaClass TODO : we should refactor this class to move the getClassInfoByDispId, getDispId, getMethodDispatch and putMethodDispatch into a separate entity since they really do not interact with the CompilingClassLoader functionality.
DialogBase.javaClass Shared boilerplate for dialogs.
DispatchClassInfo.javaClass Helper class for dispatching methods to Java objects.
GridPanel.javaClass Shared boilerplate for grid-style UIs.
GWTShellServlet.javaClass Built-in servlet for convenient access to the public path of a specified module.
HeaderBarBase.javaClass Base class for Composites that contain ToolItem entities.
HostedModeException.javaClass An exception that can only occur in hosted mode, but may indicate potential problems in web mode.
HostedModeServletConfigProxy.javaClassServletConfig proxy which ensures that an un-proxied ServletContext is never returned to a servlet in hosted mode.
HostedModeServletContextProxy.javaClass ServletContext proxy that implements the getResource and getResourceAsStream members so that they can work with the GWTShellServlet .
HostedModeSourceOracle.javaClass Does a little extra magic to handle hosted mode JSNI and GWT.create().
JavaDispatch.javaInterface Abstracts the process of interacting with lazily-bound object manipulation.
JavaDispatchImpl.javaClass Class for wrapping Java things for JavaScript.
JavaScriptHost.javaClass This class contains a set of static methods that can be used to interact with the browser in hosted mode.
JsniInjector.javaClass Adapts compilation units containing JSNI-accessible code by rewriting the source.
JsValue.javaClass Represents a JavaScript value. Note that in general the various get*() methods will return platform-independent values only if the corresponding is*() method returns true.
JsValueGlue.javaClass Glue layer that performs GWT-specific operations on JsValues.
LowLevel.javaClass Various cross-platform low-level helper methods.
Messages.javaClass End-user messages related to the shell.
ModuleSpace.javaClass The interface to the low-level browser, this class serves as a 'domain' for a module, loading all of its classes in a separate, isolated class loader.
ModuleSpaceHost.javaInterface Defines the contract necessary to host a module space.
ModuleSpacePropertyOracle.javaClass Implements a PropertyOracle in terms of a module space, which makes it possible to execute property providers.
PlatformSpecific.javaClass Performs platform-specific class selection.
ShellGWT.javaClass This class is the hosted-mode peer for com.google.gwt.core.client.GWT .
ShellJavaScriptHost.javaInterface This interface contains all of the methods that must be exposed to a hosted mode application via its JavaScriptHost class.
ShellMainWindow.javaClass Implements the GWTShell's main window control.
ShellModuleSpaceHost.javaClass Provides an environment for a com.google.gwt.dev.shell.ModuleSpace that works appropriately for the development shell.
StandardGeneratorContext.javaClass An abstract implementation of a generator context in terms of a com.google.gwt.dev.jdt.MutableCompilationServiceHost , a com.google.gwt.dev.jdt.PropertyOracle , and a com.google.gwt.core.server.typeinfo.TypeOracle .
StandardGeneratorContextTest.javaClass A wide variety of tests on StandardGeneratorContext .
StandardRebindOracle.javaClass Implements rebind logic in terms of a variety of other well-known oracles.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.