diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 10:38:49 +0000 |
commit | 6a27bd3b0310ebc7b56f18c1cadd33fcda73084d (patch) | |
tree | 6a6285492baba8be9cb90b5364caea48025e5864 /src/com/vaadin/ui/Window.java | |
parent | 23d2a2df55cfb0830c7d72c131718430f5927e40 (diff) | |
download | vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.tar.gz vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.zip |
Incomplete - task#2904 Toolkit -> Vaadin renames
svn changeset:7850/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/ui/Window.java')
-rw-r--r-- | src/com/vaadin/ui/Window.java | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 90b761652c..a46de06635 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -708,11 +708,10 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * * <p> * This method should not be invoked directly. Instead the - * {@link com.vaadin.Application#addWindow(Window)} method should be - * used to add the window to an application and - * {@link com.vaadin.Application#removeWindow(Window)} method for - * removing the window from the applicion. These methods call this method - * implicitly. + * {@link com.vaadin.Application#addWindow(Window)} method should be used to + * add the window to an application and + * {@link com.vaadin.Application#removeWindow(Window)} method for removing + * the window from the applicion. These methods call this method implicitly. * </p> * * <p> @@ -1335,7 +1334,7 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * in client too. Not the one that is rendered last (the case we'd get if * implemented in Focusable only). * - * To focus component from Toolkit application, use Focusable.focus(). See + * To focus component from Vaadin application, use Focusable.focus(). See * {@link Focusable}. * * @param focusable |