From: Johannes Dahlström Date: Tue, 30 Jul 2013 11:58:14 +0000 (+0300) Subject: Clarify Embedded javadoc (#12290) X-Git-Tag: 7.1.2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=44aacf471be2f1846607194af98b795e2247a600;p=vaadin-framework.git Clarify Embedded javadoc (#12290) Change-Id: I3c15bf79236019056eeb501974a6a34799e8fd40 --- diff --git a/server/src/com/vaadin/ui/Embedded.java b/server/src/com/vaadin/ui/Embedded.java index c9b64af415..53354db0f4 100644 --- a/server/src/com/vaadin/ui/Embedded.java +++ b/server/src/com/vaadin/ui/Embedded.java @@ -31,13 +31,17 @@ import com.vaadin.shared.ui.embedded.EmbeddedConstants; import com.vaadin.shared.ui.embedded.EmbeddedServerRpc; /** - * Component for embedding external objects. + * A component for embedding external objects. *

- * As of Vaadin 7.0, the {@link Image}, {@link Flash}, and {@link BrowserFrame} - * components should be used instead of Embedded for displaying - * images, Adobe Flash objects, and embedded web pages, respectively. - * Embedded is still useful for displaying other multimedia content - * such as applets and PDF documents. + * The {@code Embedded} component is used to display various types of multimedia + * content using the HTML {@code } element. This includes PDF documents, + * Java applets, and QuickTime videos. Installing a browser plug-in is usually + * required to actually view the embedded content. + *

+ * Note that before Vaadin 7, {@code Embedded} was also used to display images, + * Adobe Flash objects, and embedded web pages. This use of the component is + * deprecated in Vaadin 7; the {@link Image}, {@link Flash}, and + * {@link BrowserFrame} components should be used instead, respectively. * * @see Video * @see Audio