Eclipse Rich Ajax Platform

Deprecated API


Contents
Deprecated Interfaces
org.eclipse.rwt.AdapterFactory
          This class was made API accidientially and will be removed in future releases. The AdapterFactory is tailored to the needs of RWT and not meant for general use. Furthermore providing an implementation of the adapter pattern is outside the scope of RWT. If clients need to work with the adapter pattern, they should resort to general purpose implementations (e.g. the IAdapterFactory from org.eclipse.core.runtime) 
org.eclipse.rwt.resources.IResourceManagerFactory
          not used anymore, will be removed in future without replacement 
 

Deprecated Methods
org.eclipse.rwt.lifecycle.AbstractWidgetLCA.createResetHandlerCalls(String)
          As of 1.3, server-side widget pooling is no longer required. This method is not called anymore. 
org.eclipse.rwt.resources.IResourceManager.getContextLoader()
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.graphics.Graphics.getCursor(int)
          use Display#getSystemCursor(int) 
org.eclipse.rwt.graphics.Graphics.getImage(String)
          Use Graphics.getImage(String, ClassLoader) or Graphics.getImage(String, InputStream) instead. 
org.eclipse.rwt.resources.IResourceManager.getResource(String)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.resources.IResourceManager.getResourceAsStream(String)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.lifecycle.AbstractWidgetLCA.getTypePoolId(Widget)
          As of 1.3, server-side widget pooling is no longer required. This method is not called anymore. 
org.eclipse.rwt.lifecycle.JSWriter.getWriterForResetHandler()
          As of 1.3, server-side widget pooling is no longer required. This method should not be used anymore. 
org.eclipse.rwt.resources.IResourceManager.register(String)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.resources.IResourceManager.register(String, String)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.resources.IResourceManager.register(String, String, IResourceManager.RegisterOptions)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
org.eclipse.rwt.resources.IResourceManager.setContextLoader(ClassLoader)
          Use IResourceManager.register(String, InputStream) or IResourceManager.register(String, InputStream, String, RegisterOptions) instead 
 


Eclipse Rich Ajax Platform

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