From: Matti Tahvonen Date: Thu, 20 Dec 2007 15:16:56 +0000 (+0000) Subject: javadoc X-Git-Tag: 6.7.0.beta1~5209 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2324a033a66e6212d6e641dd8c1e7a126f3f0a3;p=vaadin-framework.git javadoc svn changeset:3282/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/Paintable.java b/src/com/itmill/toolkit/terminal/Paintable.java index 0a4b2798c0..e8ceb66881 100644 --- a/src/com/itmill/toolkit/terminal/Paintable.java +++ b/src/com/itmill/toolkit/terminal/Paintable.java @@ -20,7 +20,7 @@ public interface Paintable extends java.util.EventListener { /** *

- * Paints the paintable into a UIDL stream. This method creates the UIDL + * Paints the Paintable into a UIDL stream. This method creates the UIDL * sequence describing it and outputs it to the given UIDL stream. *

* @@ -52,6 +52,11 @@ public interface Paintable extends java.util.EventListener { */ public void setDebugId(String id); + /** + * Get's currently set debug identifier + * + * @return current debug id, null if not set + */ public String getDebugId(); /**