From e2324a033a66e6212d6e641dd8c1e7a126f3f0a3 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 20 Dec 2007 15:16:56 +0000 Subject: [PATCH] javadoc svn changeset:3282/svn branch:trunk --- src/com/itmill/toolkit/terminal/Paintable.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); /** -- 2.39.5