]> source.dussan.org Git - vaadin-framework.git/commitdiff
javadoc
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 20 Dec 2007 15:16:56 +0000 (15:16 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 20 Dec 2007 15:16:56 +0000 (15:16 +0000)
svn changeset:3282/svn branch:trunk

src/com/itmill/toolkit/terminal/Paintable.java

index 0a4b2798c0d265efcd43e5565a2e544e20b369ea..e8ceb66881738c836ee91dc4d08ccf5b2537706e 100644 (file)
@@ -20,7 +20,7 @@ public interface Paintable extends java.util.EventListener {
 
     /**
      * <p>
-     * 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.
      * </p>
      * 
@@ -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();
 
     /**