Interface and Description |
---|
org.eclipse.rap.rwt.client.service.JavaScriptLoader
Use
ClientFileLoader instead. |
Class and Description |
---|
org.eclipse.rap.rwt.widgets.BrowserUtil
Use the methods on
Browser instead |
org.eclipse.rap.rwt.widgets.DialogUtil
Use the methods on
Dialog instead |
org.eclipse.rap.rwt.widgets.ExternalBrowser
Use
UrlLauncher instead |
org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Use the more general
RichTextEditorConfiguration |
Method and Description |
---|
org.eclipse.rap.rwt.widgets.ExternalBrowser.close(String) |
org.eclipse.rap.rwt.widgets.BrowserUtil.evaluate(Browser, String, BrowserCallback)
Use
Browser.evaluate( BrowserCallback ) instead |
org.eclipse.rap.rwt.widgets.DialogUtil.open(Dialog, DialogCallback)
Use
Dialog.open( DialogCallback ) instead |
org.eclipse.rap.rwt.widgets.ExternalBrowser.open(String, String, int)
Use
UrlLauncher.openURL(String) instead |
Constructor and Description |
---|
org.eclipse.nebula.widgets.richtext.RichTextEditor(Composite, ToolbarConfiguration)
use constructors that take a
RichTextEditorConfiguration |
org.eclipse.nebula.widgets.richtext.RichTextEditor(Composite, ToolbarConfiguration, int)
use constructors that take a
RichTextEditorConfiguration |
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0