]> source.dussan.org Git - vaadin-framework.git/commitdiff
#2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial changes...
authorHenri Sara <henri.sara@itmill.com>
Mon, 18 May 2009 09:17:56 +0000 (09:17 +0000)
committerHenri Sara <henri.sara@itmill.com>
Mon, 18 May 2009 09:17:56 +0000 (09:17 +0000)
svn changeset:7842/svn branch:6.0

75 files changed:
WebContent/VAADIN/readme.txt
WebContent/VAADIN/themes/example/layouts/Contact.html
WebContent/VAADIN/themes/example/layouts/Developers.html
WebContent/VAADIN/themes/example/layouts/News.html
WebContent/VAADIN/themes/example/layouts/Products.html
WebContent/VAADIN/themes/example/layouts/Welcome.html
WebContent/statictestfiles/ticket2095_popup.html
src/com/vaadin/Application.java
src/com/vaadin/automatedtests/featurebrowser/ButtonExample.java
src/com/vaadin/automatedtests/featurebrowser/EmbeddedBrowserExample.java
src/com/vaadin/automatedtests/featurebrowser/FeatureBrowser.java
src/com/vaadin/automatedtests/featurebrowser/JavaScriptAPIExample.java
src/com/vaadin/automatedtests/featurebrowser/RichTextExample.java
src/com/vaadin/automatedtests/util/RandomComponents.java
src/com/vaadin/data/util/IndexedContainer.java
src/com/vaadin/demo/ToolkitTunesLayout.java
src/com/vaadin/demo/colorpicker/gwt/client/ui/GwtColorPicker.java
src/com/vaadin/demo/colorpicker/gwt/client/ui/VColorPicker.java
src/com/vaadin/demo/featurebrowser/ButtonExample.java
src/com/vaadin/demo/featurebrowser/EmbeddedBrowserExample.java
src/com/vaadin/demo/featurebrowser/FeatureBrowser.java
src/com/vaadin/demo/featurebrowser/JavaScriptAPIExample.java
src/com/vaadin/demo/featurebrowser/RichTextExample.java
src/com/vaadin/demo/package.html
src/com/vaadin/demo/reservation/SampleDB.java
src/com/vaadin/demo/sampler/APIResource.java
src/com/vaadin/demo/sampler/Feature.java
src/com/vaadin/demo/sampler/features/commons/IconsExample.java
src/com/vaadin/demo/tutorial/addressbook/data/PersonContainer.java
src/com/vaadin/demo/tutorial/addressbook/ui/HelpWindow.java
src/com/vaadin/event/package.html
src/com/vaadin/package.html
src/com/vaadin/service/package.html
src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
src/com/vaadin/terminal/gwt/client/ui/VToolkitOverlay.java
src/com/vaadin/terminal/gwt/client/ui/VTree.java
src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/ApplicationServlet.java
src/com/vaadin/terminal/gwt/server/ComponentSizeValidator.java
src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
src/com/vaadin/tests/RandomLayoutStress.java
src/com/vaadin/tests/TestCaptionWrapper.java
src/com/vaadin/tests/TestComponentsAndLayouts.java
src/com/vaadin/tests/TestForChildComponentRendering.java
src/com/vaadin/tests/TestForGridLayoutChildComponentRendering.java
src/com/vaadin/tests/TestSizeableIncomponents.java
src/com/vaadin/tests/book/BookTestApplication.java
src/com/vaadin/tests/components/link/LinkIcon.java
src/com/vaadin/tests/components/table/LabelEmbeddedClickThroughForTable.java
src/com/vaadin/tests/featurebrowser/FeatureBrowser.java
src/com/vaadin/tests/featurebrowser/FeatureBuffering.java
src/com/vaadin/tests/featurebrowser/FeatureButton.java
src/com/vaadin/tests/featurebrowser/FeatureContainers.java
src/com/vaadin/tests/featurebrowser/FeatureDateField.java
src/com/vaadin/tests/featurebrowser/FeatureLink.java
src/com/vaadin/tests/featurebrowser/FeatureProperties.java
src/com/vaadin/tests/featurebrowser/FeatureTextField.java
src/com/vaadin/tests/featurebrowser/FeatureTree.java
src/com/vaadin/tests/featurebrowser/FeatureValidators.java
src/com/vaadin/tests/featurebrowser/FeatureWindow.java
src/com/vaadin/tests/featurebrowser/FeaturesApplication.java
src/com/vaadin/tests/featurebrowser/IntroDataModel.java
src/com/vaadin/tests/featurebrowser/IntroWelcome.java
src/com/vaadin/tests/featurebrowser/PropertyPanel.java
src/com/vaadin/tests/tickets/Ticket1362Login.java
src/com/vaadin/tests/tickets/Ticket1673.java
src/com/vaadin/tests/tickets/Ticket2043.java
src/com/vaadin/tests/tickets/Ticket2061c.java
src/com/vaadin/tests/tickets/Ticket2106.java
src/com/vaadin/tests/util/RandomComponents.java
src/com/vaadin/ui/AbstractComponent.java
src/com/vaadin/ui/Component.java
src/com/vaadin/ui/LoginForm.java
src/com/vaadin/ui/package.html

index ed7ab74ec4ec7b4f44d4df1dc5ebe3e7306ec6ff..926bc01a9ec98bd92409eb06f1295fb1dc167706 100644 (file)
@@ -9,7 +9,7 @@ Themes
 ------
 
 Themes may be edited freely. They contain static images, CSS,
-and layouts for Toolkit applications.
+and layouts for Vaadin applications.
 
 ---------------------------
 Building Custom Widget Sets
@@ -24,13 +24,13 @@ See build-widgetsets.xml, com.vaadin.demo.colorpicker package, and the
 Reference Manual for more information regarding widget sets.
 
 ---------------------------
-IT Mill Toolkit Development
+Vaadin Development
 ---------------------------
-When developing the IT Mill Toolkit Library itself, change to "build" directory and
+When developing the Vaadin Library itself, change to "build" directory and
 run "ant widgetsets" to compile all widgetsets or "ant widgetset-default",
 "ant-widgetset-reserver", or "ant widgetset-colorpicker" to compile individual
 widgetsets. You must have GWT installed under build/gwt, under the proper
 platform directory.
 
-See http://dev.itmill.com/wiki/DevDocs/StartingDevelopment for instructions for
-installing GWT and compiling widgetsets for Toolkit development.
+See http://dev.vaadin.com/wiki/DevDocs/StartingDevelopment for instructions for
+installing GWT and compiling widgetsets for Vaadin development.
index a37425078c3b6c3ffdadcc9d2ab8bee91d7d3509..8197923b8176e07d719e19f90b03e03b5fc3218e 100644 (file)
@@ -9,7 +9,7 @@ e-mail.
 
 <h3>Report a Bug</h3>
 <p>
-If you have found an issue with IT Mill Toolkit, demo applications or
+If you have found an issue with Vaadin, demo applications or
 documentation, please report it to us. Fill out the following form to
 send us any relevant information about the issue.
 Click here
index 50e054a4f4a2be3733e0686ef6a5a96f421a139e..bc74566c6392996e712b8e84badf9c8653ffb6a6 100644 (file)
@@ -2,7 +2,7 @@
 <h3>Developers</h3>
 
 <p>
-This section contains information for developers using IT Mill Toolkit
+This section contains information for developers using Vaadin
 to create Java web applications.
 </p>
 
index f6ab7c7f7f2b1c8c99df735cfa13b717174ccfd3..0ac582cfbecc1ef6c63eb43a5081b3fc323e3c1b 100644 (file)
@@ -35,6 +35,7 @@ other software development services and outsourcing services.
 
 <p>
 In late 2006 IT Mill ensured funding of the new generation of
-Millstone. IT Mill Toolkit was released in early 2007. 
+Millstone. IT Mill Toolkit was released in early 2007 and renamed
+Vaadin in 2009.
 </p>
 
index 1b9b74c128a0b9204deec432fe2749ea5a97d324..839ebf8e0cbd846587ff82e9cfdc1cb4bdfd7659 100644 (file)
@@ -1,5 +1,5 @@
 
-<h3>Top 5 reasons to choose IT Mill Toolkit</h3>
+<h3>Top 5 reasons to choose Vaadin</h3>
 
 <p>
 1. High compatibility with web browsers and application servers
index 964753da5b6dda8232c1fd1245bc86347955c677..05abef5f114df45d0f0368a99d58749aee070aab 100644 (file)
@@ -5,15 +5,15 @@
 IT Mill is a specialist in enterprise web user interface design and
 technology. We offer a variety of products and services for enterprise
 application user interface design, -analysis and -implementation. Our
-flagship product is IT Mill Toolkit - a server-side component
-framework for Java EE. IT Mill Toolkit enables creation of highly
-usable browser applications in real Java.
+flagship product is Vaadin - a server-side component framework for
+Java EE. Vaadin enables creation of highly usable browser applications
+in real Java.
 </p>
 
 <p>
-IT Mill Toolkit is a web user interface framework for developing
-high-quality web applications for enterprise and professional use. By
-using standard Java tools and the enterprise environment (Java EE -
+Vaadin is a web user interface framework for developing high-quality
+web applications for enterprise and professional use. By using
+standard Java tools and the enterprise environment (Java EE -
 formerly J2EE) we have created the most elegant and complete
 architecture for developing user interfaces for web business
 applications - for your benefit.
index 863b35ad4fcd8f5a58aa1f7cb780addffa8d006d..b95dff7ba7e19a9de8aacb559e0876d4e88588bc 100644 (file)
@@ -15,7 +15,7 @@ function setTarget() {
 </p>
 
 <form action="http://www.google.fi/search">
-<input type="text" name="q" value="it mill toolkit" />
+<input type="text" name="q" value="vaadin" />
 <input type="submit" value="Google!"/>
 </form>
 
index 1c4cdd40d33230aadd5af13c79b559c89ed08000..3cab4a20547f26e6ced443a89e75dfa770a7b9c2 100644 (file)
@@ -34,29 +34,29 @@ import com.vaadin.ui.Window;
 
 /**
  * <p>
- * Base class required for all IT Mill Toolkit applications. This class provides
- * all the basic services required by the toolkit. These services allow external
- * discovery and manipulation of the user, {@link com.vaadin.ui.Window
- * windows} and themes, and starting and stopping the application.
+ * Base class required for all Vaadin applications. This class provides all the
+ * basic services required by the toolkit. These services allow external
+ * discovery and manipulation of the user, {@link com.vaadin.ui.Window windows}
+ * and themes, and starting and stopping the application.
  * </p>
  * 
  * <p>
- * As mentioned, all IT Mill Toolkit applications must inherit this class.
- * However, this is almost all of what one needs to do to create a fully
- * functional application. The only thing a class inheriting the
- * <code>Application</code> needs to do is implement the <code>init</code>
- * method where it creates the windows it needs to perform its function. Note
- * that all applications must have at least one window: the main window. The
- * first unnamed window constructed by an application automatically becomes the
- * main window which behaves just like other windows with one exception: when
- * accessing windows using URLs the main window corresponds to the application
- * URL whereas other windows correspond to a URL gotten by catenating the
- * window's name to the application URL.
+ * As mentioned, all Vaadin applications must inherit this class. However, this
+ * is almost all of what one needs to do to create a fully functional
+ * application. The only thing a class inheriting the <code>Application</code>
+ * needs to do is implement the <code>init</code> method where it creates the
+ * windows it needs to perform its function. Note that all applications must
+ * have at least one window: the main window. The first unnamed window
+ * constructed by an application automatically becomes the main window which
+ * behaves just like other windows with one exception: when accessing windows
+ * using URLs the main window corresponds to the application URL whereas other
+ * windows correspond to a URL gotten by catenating the window's name to the
+ * application URL.
  * </p>
  * 
  * <p>
- * See the class <code>com.vaadin.demo.HelloWorld</code> for a simple
- * example of a fully working application.
+ * See the class <code>com.vaadin.demo.HelloWorld</code> for a simple example of
+ * a fully working application.
  * </p>
  * 
  * <p>
@@ -76,8 +76,8 @@ import com.vaadin.ui.Window;
  * found out, the window itself is queried for a preferred theme. If the window
  * does not prefer a specific theme, the application containing the window is
  * queried. If neither the application prefers a theme, the default theme for
- * the {@link com.vaadin.terminal.Terminal terminal} is used. The
- * terminal always defines a default theme.
+ * the {@link com.vaadin.terminal.Terminal terminal} is used. The terminal
+ * always defines a default theme.
  * </p>
  * 
  * @author IT Mill Ltd.
index 0cd5ea05ecf6e97fc19a775d1b6cc7ef5b88a753..aabfe41b202fd0a3dfe5f32b0fb6ebcffd99ee18 100644 (file)
@@ -104,21 +104,21 @@ public class ButtonExample extends CustomComponent implements
                         + " server-initiated window opening.");\r
         desc.setContentMode(Label.CONTENT_XHTML);\r
         links.addComponent(desc);\r
-        Link l = new Link("IT Mill home", new ExternalResource(\r
-                "http://www.itmill.com"));\r
+        Link l = new Link("Vaadin home", new ExternalResource(\r
+                "http://www.vaadin.com"));\r
         l.setDebugId("Link1");\r
         l.setDescription("Link without target name, opens in this window");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new window)", new ExternalResource(\r
-                "http://www.itmill.com"));\r
+        l = new Link("Vaadin home (new window)", new ExternalResource(\r
+                "http://www.vaadin.com"));\r
         l.setDebugId("Link2");\r
         l.setTargetName("_blank");\r
         l.setDescription("Link with target name, opens in new window");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new window, less decor)",\r
-                new ExternalResource("http://www.itmill.com"));\r
+        l = new Link("Vaadin home (new window, less decor)",\r
+                new ExternalResource("http://www.vaadin.com"));\r
         l.setDebugId("Link3");\r
         l.setTargetName("_blank");\r
         l.setTargetBorder(Link.TARGET_BORDER_MINIMAL);\r
@@ -127,8 +127,8 @@ public class ButtonExample extends CustomComponent implements
                 .setDescription("Link with target name and BORDER_MINIMAL, opens in new window with less decor");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new 200x200 window, no decor, icon)",\r
-                new ExternalResource("http://www.itmill.com"), "_blank", 200,\r
+        l = new Link("Vaadin home (new 200x200 window, no decor, icon)",\r
+                new ExternalResource("http://www.vaadin.com"), "_blank", 200,\r
                 200, Link.TARGET_BORDER_NONE);\r
         l.setDebugId("Link4");\r
         l.setTargetName("_blank");\r
index a62e120f4639840c3c074ed68f62d9e03d45610f..2ecf60ecdbd5009b0a7da76edce217672add131d 100644 (file)
@@ -26,16 +26,14 @@ public class EmbeddedBrowserExample extends VerticalLayout implements
         Select.ValueChangeListener {
 
     // Default URL to open.
-    private static final String DEFAULT_URL = "http://www.itmill.com/index_itmill_toolkit.htm";
+    private static final String DEFAULT_URL = "http://www.vaadin.com/";
 
     // The embedded page
     Embedded emb = new Embedded();
 
     public EmbeddedBrowserExample() {
-        this(new String[] { DEFAULT_URL,
-                "http://www.itmill.com/index_developers.htm",
-                "http://toolkit.itmill.com/demo/doc/api/",
-                "http://www.itmill.com/manual/index.html" });
+        this(new String[] { DEFAULT_URL, "http://www.vaadin.com/learn",
+                "http://www.vaadin.com/api", "http://www.vaadin.com/book" });
     }
 
     public EmbeddedBrowserExample(String[] urls) {
@@ -81,7 +79,7 @@ public class EmbeddedBrowserExample extends VerticalLayout implements
 
             } catch (MalformedURLException e) {
                 getWindow().showNotification("Invalid address",
-                        e.getMessage() + " (example: http://www.itmill.com)",
+                        e.getMessage() + " (example: http://www.vaadin.com)",
                         Notification.TYPE_WARNING_MESSAGE);
             }
 
index bc3983aea21741f3e51e9d7cbf9f099e9775bfb4..275d42efb6fcae8906b302ccac8db8974d00dda2 100644 (file)
@@ -109,8 +109,7 @@ public class FeatureBrowser extends com.vaadin.Application implements
             // Windowing
             { "Misc", "Windowing", "About windowing", WindowingExample.class },
             // JavaScript API
-            { "Misc", "JavaScript API",
-                    "JavaScript to IT Mill Toolkit communication",
+            { "Misc", "JavaScript API", "JavaScript to Vaadin communication",
                     JavaScriptAPIExample.class },
     // END
     };
@@ -122,7 +121,7 @@ public class FeatureBrowser extends com.vaadin.Application implements
         setTheme("example");
 
         // Create new window for the application and give the window a visible.
-        final Window main = new Window("IT Mill Toolkit 5");
+        final Window main = new Window("Vaadin 6");
         main.setDebugId("mainWindow");
         // set as main window
         setMainWindow(main);
@@ -273,8 +272,8 @@ public class FeatureBrowser extends com.vaadin.Application implements
         exp.setExpandRatio(ts, 1);
 
         final Label status = new Label(
-                "<a href=\"http://www.itmill.com/developers/\">Developer Area</a>"
-                        + " | <a href=\"http://www.itmill.com/documentation/\">Documentation</a>");
+                "<a href=\"http://www.vaadin.com/learn\">30 Seconds to Vaadin</a>"
+                        + " | <a href=\"http://www.vaadin.com/book\">Book of Vaadin</a>");
         status.setContentMode(Label.CONTENT_XHTML);
         exp.addComponent(status);
         exp.setComponentAlignment(status, Alignment.MIDDLE_RIGHT);
index 5956db9853f390dd29f93196b2a2388fc3630f89..21e49ce3209757fc66413b388d64f9ff65bfeac9 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.ui.Button.ClickEvent;
  */\r
 public class JavaScriptAPIExample extends CustomComponent {\r
 \r
-    public static final String txt = "<p>For advanced client side programmers Toolkit offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:itmill.forceSync();</A>";\r
+    public static final String txt = "<p>For advanced client side programmers Vaadin offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:vaadin.forceSync();</A>";\r
 \r
     private final VerticalLayout main;\r
     private final Label l;\r
index 0fb21b22000397686a4ffb99694b4a4e0826c170..84c16e3a26b6f66abf4a4a2b2f577d0353733e44 100644 (file)
@@ -21,7 +21,7 @@ public class RichTextExample extends CustomComponent {
     public static final String txt = "<h1>RichText editor example</h1>"\r
             + "To edit this text, press the <b>Edit</b> button below."\r
             + "<br/>"\r
-            + "See the <A href=\"http://www.itmill.com/documentation/itmill-toolkit-5-reference-manual/\">manual</a> "\r
+            + "See the <A href=\"http://www.vaadin.com/book\">Book of Vaadin</a> "\r
             + "for more information.";\r
 \r
     private final VerticalLayout main;\r
index 8ddafaf62baa9653192df689c7c4d6003d2f3bb2..46446d8f3bd4e064f8c0710f83f82e31fa216689 100644 (file)
@@ -165,7 +165,7 @@ public class RandomComponents implements Serializable {
             break;
         case 4:
             // Link
-            result = new Link("", new ExternalResource("http://www.itmill.com"));
+            result = new Link("", new ExternalResource("http://www.vaadin.com"));
             result.setCaption("Link component " + caption);
             break;
         case 5:
index 9ce00697a2c512dc2e379917376ce09e0f110758..617fe93e14774a7d039d120473d8cf379d3854cd 100644 (file)
@@ -1018,7 +1018,9 @@ public class IndexedContainer implements Container.Indexed,
 
     /*
      * A class implementing the com.vaadin.data.Item interface to be contained
-     * in the list. @author IT Mill Ltd.
+     * in the list.
+     * 
+     * @author IT Mill Ltd.
      * 
      * @version @VERSION@
      * 
index 4951eb21051e995f5c3984c63dfa4c356dd7387e..c3615e934c3c1724a5e3edeb6591172309deac11 100644 (file)
@@ -46,7 +46,7 @@ public class ToolkitTunesLayout extends Application {
 
         root
                 .showNotification(
-                        "This is an example of how you can do layouts in IT Mill Toolkit.<br/>It is not a working sound player.",
+                        "This is an example of how you can do layouts in Vaadin.<br/>It is not a working sound player.",
                         Notification.TYPE_HUMANIZED_MESSAGE);
 
         // Our root window contains one VerticalLayout by default, let's make
index c9bbedbd66eee377aa3ae89341e4f7620aeb2f53..fc37e6971a18d925f306e29336e9937b6da985fc 100644 (file)
@@ -15,7 +15,7 @@ import com.google.gwt.user.client.ui.Label;
 import com.google.gwt.user.client.ui.Widget;
 
 /**
- * A regular GWT component without integration with IT Mill Toolkit.
+ * A regular GWT component without integration with Vaadin.
  */
 public class GwtColorPicker extends Composite implements ClickListener {
 
index 7b90653c6a2958aff284fa0abfa58fc6c452c88d..e225dbe26818bc5ac0e3a411f3bafc0a519e5553 100644 (file)
@@ -21,7 +21,7 @@ public class VColorPicker extends GwtColorPicker implements Paintable {
 
     /**
      * The constructor should first call super() to initialize the component and
-     * then handle any initialization relevant to IT Mill Toolkit.
+     * then handle any initialization relevant to Vaadin.
      */
     public VColorPicker() {
         // The superclass has a lot of relevant initialization
index 66a22ad657eaae825b822a2b90458ec9db5af79b..d0e40363bfc231362a7ad55e0a99ac9120d3dac8 100644 (file)
@@ -96,19 +96,19 @@ public class ButtonExample extends CustomComponent implements
                         + " server-initiated window opening.");\r
         desc.setContentMode(Label.CONTENT_XHTML);\r
         links.addComponent(desc);\r
-        Link l = new Link("IT Mill home", new ExternalResource(\r
-                "http://www.itmill.com"));\r
+        Link l = new Link("Vaadin home", new ExternalResource(\r
+                "http://www.vaadin.com"));\r
         l.setDescription("Link without target name, opens in this window");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new window)", new ExternalResource(\r
-                "http://www.itmill.com"));\r
+        l = new Link("Vaadin home (new window)", new ExternalResource(\r
+                "http://www.vaadin.com"));\r
         l.setTargetName("_blank");\r
         l.setDescription("Link with target name, opens in new window");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new window, less decor)",\r
-                new ExternalResource("http://www.itmill.com"));\r
+        l = new Link("Vaadin home (new window, less decor)",\r
+                new ExternalResource("http://www.vaadin.com"));\r
         l.setTargetName("_blank");\r
         l.setTargetBorder(Link.TARGET_BORDER_MINIMAL);\r
         l.setTargetName("_blank");\r
@@ -116,8 +116,8 @@ public class ButtonExample extends CustomComponent implements
                 .setDescription("Link with target name and BORDER_MINIMAL, opens in new window with less decor");\r
         links.addComponent(l);\r
 \r
-        l = new Link("IT Mill home (new 200x200 window, no decor, icon)",\r
-                new ExternalResource("http://www.itmill.com"), "_blank", 200,\r
+        l = new Link("Vaadin home (new 200x200 window, no decor, icon)",\r
+                new ExternalResource("http://www.vaadin.com"), "_blank", 200,\r
                 200, Link.TARGET_BORDER_NONE);\r
         l.setTargetName("_blank");\r
         l\r
index 64800199c77c76d2fc263efa59c6cddff12c570a..5093a12d3259775692cf191f74d6a3fee6f5f637 100644 (file)
@@ -25,16 +25,14 @@ public class EmbeddedBrowserExample extends VerticalLayout implements
         Select.ValueChangeListener {
 
     // Default URL to open.
-    private static final String DEFAULT_URL = "http://www.itmill.com/index_itmill_toolkit.htm";
+    private static final String DEFAULT_URL = "http://www.vaadin.com/";
 
     // The embedded page
     Embedded emb = new Embedded();
 
     public EmbeddedBrowserExample() {
-        this(new String[] { DEFAULT_URL,
-                "http://www.itmill.com/index_developers.htm",
-                "http://toolkit.itmill.com/demo/doc/api/",
-                "http://www.itmill.com/manual/index.html" });
+        this(new String[] { DEFAULT_URL, "http://www.vaadin.com/learn",
+                "http://www.vaadin.com/api", "http://www.vaadin.com/book" });
     }
 
     public EmbeddedBrowserExample(String[] urls) {
@@ -80,7 +78,7 @@ public class EmbeddedBrowserExample extends VerticalLayout implements
 
             } catch (MalformedURLException e) {
                 getWindow().showNotification("Invalid address",
-                        e.getMessage() + " (example: http://www.itmill.com)",
+                        e.getMessage() + " (example: http://www.vaadin.com)",
                         Notification.TYPE_WARNING_MESSAGE);
             }
 
index 5a583f3724da291431990ed0f8747bc484334295..1b06f43a5d7fc86a0b7439f0de3e0a3f011ebe5c 100644 (file)
@@ -107,8 +107,7 @@ public class FeatureBrowser extends com.vaadin.Application implements
             // Windowing
             { "Misc", "Windowing", "About windowing", WindowingExample.class },
             // JavaScript API
-            { "Misc", "JavaScript API",
-                    "JavaScript to IT Mill Toolkit communication",
+            { "Misc", "JavaScript API", "JavaScript to Vaadin communication",
                     JavaScriptAPIExample.class },
     // END
     };
@@ -120,7 +119,7 @@ public class FeatureBrowser extends com.vaadin.Application implements
         setTheme("example");
 
         // Create new window for the application and give the window a visible.
-        final Window main = new Window("IT Mill Toolkit 5");
+        final Window main = new Window("Vaadin 6");
         // set as main window
         setMainWindow(main);
 
@@ -268,8 +267,8 @@ public class FeatureBrowser extends com.vaadin.Application implements
         exp.setExpandRatio(ts, 1);
 
         final Label status = new Label(
-                "<a href=\"http://www.itmill.com/developers/\">Developer Area</a>"
-                        + " | <a href=\"http://www.itmill.com/documentation/\">Documentation</a>");
+                "<a href=\"http://www.vaadin.com/learn\">30 Seconds to Vaadin</a>"
+                        + " | <a href=\"http://www.vaadin.com/book\">Book of Vaadin</a>");
         status.setContentMode(Label.CONTENT_XHTML);
         exp.addComponent(status);
         exp.setComponentAlignment(status, Alignment.MIDDLE_RIGHT);
index 42f07648d6533744afe45c7926d122ebcd3726cf..06b3815d9adce7fe6637fc5e53cd3ed66fd261a6 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.ui.Button.ClickEvent;
  */\r
 public class JavaScriptAPIExample extends CustomComponent {\r
 \r
-    public static final String txt = "<p>For advanced client side programmers Toolkit offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:itmill.forceSync();</A>";\r
+    public static final String txt = "<p>For advanced client side programmers Vaadin offers a simple method which can be used to force sync client with server. This may be needed for example if another part of a mashup changes things on server.</p> (more examples will be added here as the APIs are made public)<br/><br/><A href=\"javascript:vaadin.forceSync();\">javascript:vaadin.forceSync();</A>";\r
 \r
     private final VerticalLayout main;\r
     private final Label l;\r
index 475f128e7af12d7db52e1ca14ed51e24ceefe78e..d3f43158304f86977f45428c7b7b729cf9719a21 100644 (file)
@@ -21,7 +21,7 @@ public class RichTextExample extends CustomComponent {
     public static final String txt = "<h1>RichText editor example</h1>"\r
             + "To edit this text, press the <b>Edit</b> button below."\r
             + "<br/>"\r
-            + "See the <A href=\"http://www.itmill.com/documentation/itmill-toolkit-5-reference-manual/\">manual</a> "\r
+            + "See the <A href=\"http://www.vaadin.com/book\">Book of Vaadin</a> "\r
             + "for more information.";\r
 \r
     private final VerticalLayout main;\r
index d9bb6824f7bca08bf03ea6c57be7c4ce597851f7..0a6d902e31ff43fd80a58ff702750181481bc04f 100644 (file)
@@ -5,7 +5,7 @@
 
 <body bgcolor="white">
 
-<p>Provides several fully functional IT Mill Toolkit example applications. These
+<p>Provides several fully functional Vaadin example applications. These
 highlight certain aspects of the toolkit and how it can be
 used to produce simple, elegant yet powerful user interface driven
 applications.</p>
@@ -15,7 +15,7 @@ applications.</p>
 text "Hello, World!" on the screen.</li>
 <li><strong>Calc</strong> implements a calculator application which
 demonstrates how to build a bit more complicated user interface and how the
-application can interact with the usern through that interface.</li>
+application can interact with the user through that interface.</li>
 </ul>
 
 </body>
index 225d4c767b3e85a42c7795dad890211f098968a8..0111884f09b40a7e9fa2d7af991a2c499be9c882 100644 (file)
@@ -546,7 +546,7 @@ public class SampleDB {
         try {
             final PreparedStatement stmt = connection.prepareStatement(q);
             stmt.setString(1, "Demo User");
-            stmt.setString(2, "demo.user@itmill.com");
+            stmt.setString(2, "demo.user@vaadin.com");
             stmt.setString(3, "demo");
             stmt.execute();
         } catch (final SQLException e) {
index 11024a5ebf95061744b3765e461c5eb9a0de1d33..4d1bb2514a1ff3aab3c501b70ef8ba2b2d22281e 100644 (file)
@@ -8,7 +8,7 @@ package com.vaadin.demo.sampler;
  */
 public class APIResource extends NamedExternalResource {
 
-    private static final String VAADIN_BASE = "http://toolkit.itmill.com/demo/doc/api/";
+    private static final String VAADIN_BASE = "http://www.vaadin.com/api";
     private static final String JAVA_BASE = "http://java.sun.com/javase/6/docs/api/";
     private static final String SERVLET_BASE = "http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2";
     private static final String PORTLET_BASE = "http://developers.sun.com/docs/jscreator/apis/portlet";
index e62951b340b9d6ab95c2c5b487759953ae9f88d0..3a517b8b15232dee0ddff18e15ab52085b1a7646 100644 (file)
@@ -67,7 +67,7 @@ abstract public class Feature implements Serializable {
     /**
      * Gets related API resources, i.e links to javadoc of used classes.
      * <p>
-     * Good candidates are IT Mill classes being demoed in the example, or other
+     * Good candidates are Vaadin classes being demoed in the example, or other
      * classes playing an important role in the example.
      * </p>
      * <p>
index 39d31dbfcffcfcf12c37aad51fd07599e202d82b..84cb25d8e4ba0c2e094221f627560f51185919cf 100644 (file)
@@ -28,20 +28,20 @@ public class IconsExample extends VerticalLayout {
         Panel p = new Panel("Handy links");
         p.setIcon(new ThemeResource("icons/icon_info.gif"));
         addComponent(p);
-        Link lnk = new Link("http://www.itmill.com", new ExternalResource(
-                "http://www.itmill.com"));
+        Link lnk = new Link("http://www.vaadin.com", new ExternalResource(
+                "http://www.vaadin.com"));
         lnk.setIcon(new ThemeResource("icons/icon_world.gif"));
         p.addComponent(lnk);
-        lnk = new Link("http://www.itmill.com/developers/",
-                new ExternalResource("http://www.itmill.com/developers/"));
+        lnk = new Link("http://www.vaadin.com/learn", new ExternalResource(
+                "http://www.vaadin.com/learn"));
         lnk.setIcon(new ThemeResource("icons/icon_world.gif"));
         p.addComponent(lnk);
-        lnk = new Link("http://dev.itmill.com/", new ExternalResource(
-                "http://dev.itmill.com/"));
+        lnk = new Link("http://dev.vaadin.com/", new ExternalResource(
+                "http://dev.vaadin.com/"));
         lnk.setIcon(new ThemeResource("icons/icon_world.gif"));
         p.addComponent(lnk);
-        lnk = new Link("http://forum.itmill.com", new ExternalResource(
-                "http://forum.itmill.com"));
+        lnk = new Link("http://www.vaadin.com/forum", new ExternalResource(
+                "http://www.vaadin.com/forum"));
         lnk.setIcon(new ThemeResource("icons/icon_world.gif"));
         p.addComponent(lnk);
 
index d0dfb262bfe875024c8cc8891acef7e315d8a1ac..5be844cc7f8b07868026c327c082d8a0a08c068d 100644 (file)
@@ -68,7 +68,7 @@ public class PersonContainer extends BeanItemContainer<Person> implements
                 p.setLastName(lnames[r.nextInt(lnames.length)]);
                 p.setCity(cities[r.nextInt(cities.length)]);
                 p.setEmail(p.getFirstName().toLowerCase() + "."
-                        + p.getLastName().toLowerCase() + "@itmill.com");
+                        + p.getLastName().toLowerCase() + "@vaadin.com");
                 p.setPhoneNumber("+358 02 555 " + r.nextInt(10) + r.nextInt(10)
                         + r.nextInt(10) + r.nextInt(10));
                 int n = r.nextInt(100000);
index 17a553aadceecaaeb177a3dbd6b703e24a9d9a95..cf7d6949bbad31a6a72e783eab67ca05a46457ec 100644 (file)
@@ -6,7 +6,7 @@ import com.vaadin.ui.Window;
 public class HelpWindow extends Window {
        private static final String HELP_HTML_SNIPPET = "This is "
                        + "an application built during <strong><a href=\""
-                       + "http://dev.itmill.com/\">Toolkit</a></strong> "
+                       + "http://dev.vaadin.com/\">Vaadin</a></strong> "
                        + "tutorial. Hopefully it don't need any real help.";
 
        public HelpWindow() {
index b44626125d71b401544b9f195376100786442659..2e7e17b8929fc8d7391b3dc56499350b0838c31b 100644 (file)
@@ -10,7 +10,7 @@
 <p>Provides classes and interfaces for the inheritable event
 model. The model supports inheritable events and a flexible way of
 registering and unregistering event listeners. It's a fundamental building
-block of the IT Mill Toolkit, and as it is included in
+block of Vaadin, and as it is included in
 {@link com.vaadin.ui.AbstractComponent}, all UI components
 automatically support it.</p>
 
index de2b5233b6536fbe1cc19ef6d6a74261a84a7b0e..5a2defa80bc8326b135181d81aeeaa201ca8756b 100644 (file)
@@ -5,14 +5,14 @@
 
 <body bgcolor="white">
 
-<p>This package is the base of the IT Mill Toolkit. The base package 
-contains the Application class, the starting point of any aplication that uses IT Mill Toolkit.
+<p>This package is the base of Vaadin. The base package 
+contains the Application class, the starting point of any aplication that uses Vaadin.
 The sub-packages from this point contain application components and utilities.
 </p>
 
 <h2>Package Specification</h2>
 
-       <b>IT Mill Toolkit is composed of the following packages:</b>
+       <b>Vaadin is composed of the following packages:</b>
        <dl>
                <dt>com.vaadin.data</dt>
                 <dd>A library of interfaces for transparently binding UI components to datasources.</dd>
index 03857d9cade97724fb5f3f2111d8cbeed48c893f..ea21139b9116fea7207723760fc8f995c9563f59 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- Package summary here -->
 
-<p>Provides some general service classes used throughout a IT Mill Toolkit
+<p>Provides some general service classes used throughout Vaadin
 based applications.</p>
 
 <!-- <h2>Package Specification</h2> -->
index 1606dea3c33c7a18bc7f8a52883b2a60b65fb32f..eeae872b73b8d87d7c4277c9b7aa1509318ff309 100644 (file)
@@ -1,6 +1,6 @@
 <module>
        <!--
-               This GWT module defines the IT Mill Toolkit DefaultWidgetSet. This is
+               This GWT module defines the Vaadin DefaultWidgetSet. This is
                the module you want to extend when creating an extended widget set, or
                when creating a specialized widget set with a subset of the
                components.
index 0dd4fa63182c947dea918e9b5d9bd5272c34d023..9aeea15536bfcc906094a2ce0a3f0efd0d78926c 100644 (file)
@@ -226,7 +226,7 @@ public class VToolkitOverlay extends PopupPanel {
         String zIndex = null;
         try {
             // Odd behaviour with Windows Hosted Mode forces us to use
-            // this redundant try/catch block (See dev.itmill.com #2011)
+            // this redundant try/catch block (See dev.vaadin.com #2011)
             zIndex = DOM.getStyleAttribute(getElement(), "zIndex");
         } catch (Exception ignore) {
             // Ignored, will cause no harm
index 077dd5cf0251cf24c5f37b310393acf1e089ca03..d037232d182e9974398df88fb81ca2f6ca7e8757 100644 (file)
@@ -417,8 +417,8 @@ public class VTree extends FlowPanel implements Paintable {
         }
 
         /**
-         * Adds/removes IT Mill Toolkit specific style name. This method ought
-         * to be called only from VTree.
+         * Adds/removes Vaadin specific style name. This method ought to be
+         * called only from VTree.
          * 
          * @param selected
          */
index 4413edf172d9bcb4aff045d857869a1587d453be..aba2c1ba66481a7163b555bde4b825bd4a856b42 100644 (file)
@@ -116,7 +116,7 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
 
     private Properties applicationProperties;
 
-    private static final String NOT_PRODUCTION_MODE_INFO = "=================================================================\nIT Mill Toolkit is running in DEBUG MODE.\nAdd productionMode=true to web.xml to disable debug features.\nTo show debug window, add ?debug to your application URL.\n=================================================================";
+    private static final String NOT_PRODUCTION_MODE_INFO = "=================================================================\nVaadin is running in DEBUG MODE.\nAdd productionMode=true to web.xml to disable debug features.\nTo show debug window, add ?debug to your application URL.\n=================================================================";
 
     private boolean productionMode = false;
 
@@ -1097,8 +1097,8 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
             pathInfo = "/";
         }
 
-        String title = ((window.getCaption() == null) ? "IT Mill Toolkit 5"
-                : window.getCaption());
+        String title = ((window.getCaption() == null) ? "Vaadin 6" : window
+                .getCaption());
 
         String widgetset = null;
         // request widgetset takes precedence (e.g portlet include)
@@ -1405,7 +1405,7 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
      * browsers scripting support is disabled.
      */
     protected String getNoScriptMessage() {
-        return "You have to enable javascript in your browser to use an application built with IT Mill Toolkit.";
+        return "You have to enable javascript in your browser to use an application built with Vaadin.";
     }
 
     private boolean isGecko17(HttpServletRequest request) {
index 25b1c387a28f150610e161ae595b986e9867decc..323941108ce806bfe083d68ede015e90fbc55f5f 100644 (file)
@@ -45,7 +45,7 @@ public class ApplicationPortlet implements Portlet, Serializable {
     public void render(RenderRequest request, RenderResponse response)\r
             throws PortletException, IOException {\r
 \r
-        // display the IT Mill Toolkit application\r
+        // display the Vaadin application\r
         writeAjaxWindow(request, response);\r
     }\r
 \r
index 990c84bab071b08843314d065dc5de23bf03a3ff..80f661faea924ef386c6f31167117f0fc7837788 100644 (file)
@@ -10,7 +10,7 @@ import javax.servlet.http.HttpServletRequest;
 import com.vaadin.Application;
 
 /**
- * This servlet connects IT Mill Toolkit Application to Web.
+ * This servlet connects a Vaadin Application to Web.
  * 
  * @author IT Mill Ltd.
  * @version
index 26c221d4a39aba2df0ac78fdc76ac0087f2fce21..7f33605c8d69314b40fa9169b63c7484ebdff1cd 100644 (file)
@@ -91,7 +91,7 @@ public class ComponentSizeValidator implements Serializable {
             Stack<ComponentInfo> attributes, boolean widthError,
             PrintStream errorStream) {
         StringBuffer err = new StringBuffer();
-        err.append("IT Mill Toolkit DEBUG\n");
+        err.append("Vaadin DEBUG\n");
 
         StringBuilder indent = new StringBuilder("");
         ComponentInfo ci;
index 0cc83f21f5ade1f28b49fb10f57e39d20dd03734..43c6ad25653a784f0c178412cf8abdf09317ad25 100644 (file)
@@ -25,7 +25,7 @@ import com.vaadin.Application;
 import com.vaadin.service.ApplicationContext;
 
 /**
- * Web application context for the IT Mill Toolkit applications.
+ * Web application context for Vaadin applications.
  * 
  * @author IT Mill Ltd.
  * @version
index 7294ebf2a45c1c9a886a8d6b19eba738066244e6..5bfff45a3a3f4b90028d051b0ef5d20bc3a780bb 100644 (file)
@@ -142,7 +142,7 @@ public class RandomLayoutStress extends com.vaadin.Application {
             break;
         case 4:
             // Link
-            result = new Link("", new ExternalResource("http://www.itmill.com"));
+            result = new Link("", new ExternalResource("http://www.vaadin.com"));
             result.setCaption("Link component " + caption);
             break;
         case 5:
index 62aa8659fe99074c5902b5acf13613f812519445..c15270458ea360bd24182bf142a211f0ff00e04c 100644 (file)
@@ -122,7 +122,7 @@ public class TestCaptionWrapper extends CustomComponent implements Listener {
         test(layout, label);
 
         final Link link = new Link("Link " + count++, new ExternalResource(
-                "www.itmill.com"));
+                "www.vaadin.com"));
         test(layout, link);
 
         final NativeSelect nativeSelect = new NativeSelect("NativeSelect "
index 02593c983f382a06a513f66b4ed876679b2bd4cc..9d3f3901a38f9fd8021f81a0bd0833fd06778ca8 100644 (file)
@@ -289,7 +289,7 @@ public class TestComponentsAndLayouts extends Application implements Listener,
         test(layout, label);
 
         final Link link = new Link("Link " + count++, new ExternalResource(
-                "www.itmill.com"));
+                "www.vaadin.com"));
         test(layout, link);
 
         final NativeSelect nativeSelect = new NativeSelect("NativeSelect "
index eb3c894224aff18897dce84eda722eea577d3e59..9b5d02e9457ff3626acb47c40a80fb78da33484a 100644 (file)
@@ -39,8 +39,8 @@ public class TestForChildComponentRendering extends CustomComponent {
         main.addComponent(new Label("SDFGFHFHGJGFDSDSSSGFDD"));
 
         final Link l = new Link();
-        l.setCaption("Siirry ITMILLIIN");
-        l.setResource(new ExternalResource("http://www.itmill.com/"));
+        l.setCaption("Siirry Vaadiniin");
+        l.setResource(new ExternalResource("http://www.vaadin.com/"));
         l.setTargetHeight(200);
         l.setTargetWidth(500);
         l.setTargetBorder(Link.TARGET_BORDER_MINIMAL);
index 1f77d6214499fb9431d53cdae6193bb520cb27c0..9ff23e62ca197b8bd81252d9e9c6fbb5d806fe32 100644 (file)
@@ -38,8 +38,8 @@ public class TestForGridLayoutChildComponentRendering extends CustomComponent {
         main.addComponent(new Label("SDFGFHFHGJGFDSDSSSGFDD"));
 
         final Link l = new Link();
-        l.setCaption("Siirry ITMILLIIN");
-        l.setResource(new ExternalResource("http://www.itmill.com/"));
+        l.setCaption("Siirry Vaadiniin");
+        l.setResource(new ExternalResource("http://www.vaadin.com/"));
         l.setTargetHeight(200);
         l.setTargetWidth(500);
         l.setTargetBorder(Link.TARGET_BORDER_MINIMAL);
index a50a35c86b6df239795d5b51db5ab738ecc26f99..7c9788e64032d4918ea495a0d67bd1ec0c9ac8cc 100644 (file)
@@ -127,7 +127,7 @@ public class TestSizeableIncomponents extends Application {
         cont = new IndexedContainer();
         ClassLoader cl = Thread.currentThread().getContextClassLoader();
 
-        URL dir = cl.getResource("com/itmill/toolkit/ui");
+        URL dir = cl.getResource("com/vaadin/ui");
 
         String[] list2 = (new File(dir.getFile())).list();
         for (int i = 0; i < list2.length; i++) {
@@ -227,8 +227,7 @@ public class TestSizeableIncomponents extends Application {
 
         public String getTestableName() {
             StringBuffer sb = new StringBuffer();
-            sb.append(classToTest.getName().replaceAll(
-                    "com.vaadin.ui.", ""));
+            sb.append(classToTest.getName().replaceAll("com.vaadin.ui.", ""));
             sb.append("[");
             for (Iterator i = configurations.iterator(); i.hasNext();) {
                 sb.append(((Configuration) i.next()).getDescription());
index 816dd0c9027cf68f4ce81208181a8a30f21c14ca..e0a6309f795a6f13c4acc3d27d52d68cacbcb009 100644 (file)
@@ -649,7 +649,7 @@ public class BookTestApplication extends com.vaadin.Application {
                final Link alink = new Link();
 
                /* Set the resource to be opened in the window. */
-               alink.setResource(new ExternalResource("http://www.itmill.com/"));
+               alink.setResource(new ExternalResource("http://www.vaadin.com/"));
 
                main.addComponent(alink);
 
@@ -657,7 +657,7 @@ public class BookTestApplication extends com.vaadin.Application {
                                this);
                main.addComponent(new Link("The document (pdf)", mydocument));
                main.addComponent(new Link("link to a resource", new ExternalResource(
-                               "http://www.itmill.com/")));
+                               "http://www.vaadin.com/")));
        }
 
        void example_Button(Window main, String param) {
index 345dcf93b415868d0799967058923c6cff92252b..0b10e87f2108c7b75e9cb7974f889e8ee19fc7b4 100644 (file)
@@ -21,7 +21,7 @@ public class LinkIcon extends TestBase {
     @Override\r
     protected void setup() {\r
         Link l = new Link("www.google.com", new ExternalResource(\r
-                "http://www.itmill.com/"));\r
+                "http://www.vaadin.com/"));\r
         l.setIcon(new ThemeResource("icons/32/calendar.png"));\r
 \r
         addComponent(l);\r
index 139e9baa357e47ddcae6fc9f2284900862cde545..0d90d9adb181fdf1ad822bc60bf226c3672dac5d 100644 (file)
@@ -47,7 +47,7 @@ public class LabelEmbeddedClickThroughForTable extends TestBase {
                 .getItemProperty("Column 3")
                 .setValue(
                         new Label(
-                                "<a href=\"http://www.itmill.com\" target=_blank>Label A</a>",
+                                "<a href=\"http://www.vaadin.com\" target=_blank>Label A</a>",
                                 Label.CONTENT_XHTML));
         item.getItemProperty("Column 4").setValue(
                 new Embedded("", new ThemeResource("icons/32/cancel.png")));
index f27af4ee9e2982d8aa712a91dfe83f9a01a02ea9..2b8668aa94add5d250ba4511496b91b15b47cb44 100644 (file)
@@ -197,7 +197,7 @@ public class FeatureBrowser extends CustomComponent implements
                     }
                     getWindow()
                             .setCaption(
-                                    "IT Mill Toolkit Features / "
+                                    "Vaadin Features / "
                                             + features.getContainerProperty(id,
                                                     "name"));
                 }
index ac155f21785209e862d8b633a9c0538e1e6963b6..48ead2f676d74ceefc85b236f2ab62cf40a34f2f 100644 (file)
@@ -14,7 +14,7 @@ import com.vaadin.ui.Select;
 public class FeatureBuffering extends Feature {
 
     private static final String INTRO_TEXT = ""
-            + "IT Mill Toolkit data model provides interface for implementing "
+            + "Vaadin data model provides interface for implementing "
             + "buffering in data components. The basic idea is that a component "
             + "reading their state from data source can implement "
             + "Buffered-interface, for storing the value internally. "
index 425dfff09756866680be653c2082b7e1678e9ace..a47eda9d352c46732bd60717c114cad4f4a0be4a 100644 (file)
@@ -49,7 +49,7 @@ public class FeatureButton extends Feature {
      */
     @Override
     protected String getDescriptionXHTML() {
-        return "In IT Mill Toolkit, boolean input values are represented by buttons. "
+        return "In Vaadin, boolean input values are represented by buttons. "
                 + "Buttons may function either as a push buttons or switches. (checkboxes)<br/><br/>"
                 + "Button can be directly connected to any method of an object, which "
                 + "is an easy way to trigger events: <code> new Button(\"Play\", myPiano \"playIt\")</code>. "
index b2ee0e21ef32baf09a2510ce5f3350824224efb7..319be0056b9be5e46d417e7080cbe52fb9215668 100644 (file)
@@ -15,7 +15,7 @@ public class FeatureContainers extends Feature {
 
     private static final String INTRO_TEXT = ""
             + "Container is the most advanced of the data "
-            + "model supported by IT Mill Toolkit. It provides a very flexible "
+            + "model supported by Vaadin. It provides a very flexible "
             + "way of managing set of items that share common properties. Each "
             + "item is identified by an item id. "
             + "Properties can be requested from container with item "
index 1f42356a523a2ddac3101b3c33a18c5f32a791ca..31a3c53438c95e8cc26772fbcbbce945eeda38c3 100644 (file)
@@ -81,7 +81,7 @@ public class FeatureDateField extends Feature {
     protected String getDescriptionXHTML() {
         return "Representing Dates and times and providing a way to select "
                 + "or enter some specific date and/or time is an typical need in "
-                + "data-entry user interfaces (UI). IT Mill Toolkit provides a DateField "
+                + "data-entry user interfaces (UI). Vaadin provides a DateField "
                 + "component that is intuitive to use and yet controllable through "
                 + "its properties."
                 + "<br /><br />The calendar-style allows point-and-click selection "
index 2e985c95e321cbd7f2bd93fb527f55424d3616eb..c20f8fe45632dc9059ee3a467579857887ddb2ac 100644 (file)
@@ -22,7 +22,7 @@ public class FeatureLink extends Feature {
         final OrderedLayout l = new OrderedLayout();
 
         final Link lnk = new Link("Link caption", new ExternalResource(
-                "http://www.itmill.com"));
+                "http://www.vaadin.com"));
         l.addComponent(lnk);
 
         // Properties
@@ -43,7 +43,7 @@ public class FeatureLink extends Feature {
 
     @Override
     protected String getExampleSrc() {
-        return "Link link = new Link(\"Link caption\",new ExternalResource(\"http://www.itmill.com\"));\n";
+        return "Link link = new Link(\"Link caption\",new ExternalResource(\"http://www.vaadin.com\"));\n";
     }
 
     @Override
index 640f4910a97d42583be630805d27fd972c80bcd1..5c2b07b3e214a45158b5910e39b6c867968c2586 100644 (file)
@@ -14,7 +14,7 @@ import com.vaadin.ui.Select;
 public class FeatureProperties extends Feature {
 
     private static final String INTRO_TEXT = ""
-            + "IT Mill Toolkit data model is one of the core concepts "
+            + "Vaadin data model is one of the core concepts "
             + "in the library and Property-interface is the base of that "
             + "model. Property provides standardized API for a single data object "
             + "that can be read (get) and written (set). A property is always typed, but can optionally "
@@ -25,7 +25,7 @@ public class FeatureProperties extends Feature {
             + "editor and viewer classes. Typically this is used to connect different "
             + "data sources to UI components for editing and viewing their contents."
             + "<br /><br />Properties can be utilized either by implementing the interface "
-            + "or by using some of the existing property implementations. IT Mill Toolkit "
+            + "or by using some of the existing property implementations. Vaadin "
             + "includes Property interface implementations for "
             + "arbitrary function pairs or Bean-properties as well as simple object "
             + "properties."
index 585193db7487abf551225265cd82aec94c4c2140..f2612ec8575b40a8b83072c9141a28eae9945a7e 100644 (file)
@@ -50,7 +50,7 @@ public class FeatureTextField extends Feature {
     protected String getDescriptionXHTML() {
         return "TextField combines the logic of both the single line text-entry field and the multi-line "
                 + "text-area into one component. "
-                + "As with all Data-components of IT Mill Toolkit, the TextField can also be bound to an "
+                + "As with all Data-components of Vaadin, the TextField can also be bound to an "
                 + "underlying data source, both directly or in a buffered (asynchronous) "
                 + "mode. In buffered mode its background color will change to indicate "
                 + "that the value has changed but is not committed."
index ea80330dbfc79d7acdc5c9d9b72ce26afd046860..368b2df0f712e2d06056578899d0f98cba39d722 100644 (file)
@@ -130,7 +130,7 @@ public class FeatureTree extends Feature implements Action.Handler {
     protected String getDescriptionXHTML() {
         return "A tree is a natural way to represent datasets that have"
                 + " hierarchical relationships, such as filesystems, message "
-                + "threads or, as in this example, organization structure. IT Mill Toolkit features a versatile "
+                + "threads or, as in this example, organization structure. Vaadin features a versatile "
                 + "and powerful Tree component that works much like the tree components "
                 + "of most modern operating systems."
                 + "<br /><br />The most prominent use of the Tree component is to "
index 2f268370bd5b6781216118eb5e14eaa665fc875d..5f251929a5697b9b534ef5c5be5030ffcc0b6d78 100644 (file)
@@ -14,7 +14,7 @@ import com.vaadin.ui.Select;
 public class FeatureValidators extends Feature {
 
     private static final String INTRO_TEXT = ""
-            + "IT Mill Toolkit contains simple, yet powerful validation interface, "
+            + "Vaadin contains simple, yet powerful validation interface, "
             + "that consists of two parts: Validator and Validatable. Validator is "
             + "any class that can check validity of an Object. Validatable is "
             + "a class with configurable validation. "
index e241f09899d5dd407911e98692fba35caa833f6f..b08495f44a7d433f66fde7c632fcffe5dabd62c6 100644 (file)
@@ -80,7 +80,7 @@ public class FeatureWindow extends Feature implements Window.CloseListener {
 
     @Override
     protected String getDescriptionXHTML() {
-        return "The window support in IT Mill Toolkit allows for opening and closing windows, "
+        return "The window support in Vaadin allows for opening and closing windows, "
                 + "refreshing one window from another (for asynchronous terminals), "
                 + "resizing windows and scrolling window content. "
                 + "There are also a number of preset window border styles defined by "
index 69a4192fcaa11bf0ce3d0d17c90b71ef70a6521e..2d3ac436adbfef2a0bc2746d571635f052f81e9e 100644 (file)
@@ -14,7 +14,7 @@ public class FeaturesApplication extends com.vaadin.Application {
             FeatureUtil.setStatistics(true);
         }
         setUser(new Long(System.currentTimeMillis()).toString());
-        final Window main = new Window("IT Mill Toolkit Features Tour");
+        final Window main = new Window("Vaadin Features Tour");
         setMainWindow(main);
 
         main.setLayout(new FeatureBrowser());
@@ -24,8 +24,7 @@ public class FeaturesApplication extends com.vaadin.Application {
      * ErrorEvents are printed to default error stream and not in GUI.
      */
     @Override
-    public void terminalError(
-            com.vaadin.terminal.Terminal.ErrorEvent event) {
+    public void terminalError(com.vaadin.terminal.Terminal.ErrorEvent event) {
         final Throwable e = event.getThrowable();
         FeatureUtil.debug(getUser().toString(), "terminalError: "
                 + e.toString());
index ccfd33b9c95c689af7e625282abd39283c9f54d1..b4fb8f6757eaaa45216bb04ee251d4a331a84194 100644 (file)
@@ -14,7 +14,7 @@ import com.vaadin.ui.Select;
 public class IntroDataModel extends Feature {
 
     private static final String INTRO_TEXT = ""
-            + "This section introduces main concepts of data model in IT Mill Toolkit."
+            + "This section introduces main concepts of data model in Vaadin."
             + " It contains brief introduction to Properties, Items, Containers, Validators and"
             + " Buffering classes."
             + "<br /><br />See the API documentation of respective area for more information.";
index b2147cd118c26c6708eb2198dc260310b01915eb..cffb4c79944964d9b91ba194d585dcc43102cbe1 100644 (file)
@@ -27,7 +27,7 @@ public class IntroWelcome extends Feature implements URIHandler,
 
     private static final String WELCOME_TEXT_UPPER = ""
             + "This application lets you view and play with some features of "
-            + "IT Mill Toolkit. Use menu on the left to select component."
+            + "Vaadin. Use menu on the left to select component."
             + "<br /><br />Note the <b>Properties selection</b> on the top "
             + "right corner. Click it open to access component properties and"
             + " feel free to edit properties at any time."
@@ -38,11 +38,11 @@ public class IntroWelcome extends Feature implements URIHandler,
             + "<br /><br />You may also change application's theme from below the menu."
             + " This example application is designed to work best with"
             + " <em>Demo</em> theme, other themes are for demonstration purposes only."
-            + "<br /><br />IT Mill Toolkit enables you to construct complex Web"
+            + "<br /><br />Vaadin enables you to construct complex Web"
             + " applications using plain Java, no knowledge of other Web technologies"
             + " such as XML, HTML, DOM, JavaScript or browser differences is required."
             + "<br /><br />For more information, point your browser to"
-            + " <a href=\"http://www.itmill.com\" target=\"_new\">www.itmill.com</a>.";
+            + " <a href=\"http://www.vaadin.com\" target=\"_new\">www.vaadin.com</a>.";
 
     private static final String WELCOME_TEXT_LOWER = ""
             + "This area contains the selected component's description, list of properties, javadoc"
@@ -53,7 +53,7 @@ public class IntroWelcome extends Feature implements URIHandler,
 
     // TODO Add browser agent string
     private final String description = WELCOME_TEXT_LOWER
-            + "<br /><br />IT Mill Toolkit version: "
+            + "<br /><br />Vaadin Toolkit version: "
             + ApplicationServlet.VERSION;
 
     public IntroWelcome() {
@@ -65,7 +65,7 @@ public class IntroWelcome extends Feature implements URIHandler,
 
         final OrderedLayout l = new OrderedLayout();
 
-        panel.setCaption("Welcome to the IT Mill Toolkit feature tour!");
+        panel.setCaption("Welcome to the Vaadin feature tour!");
         l.addComponent(panel);
 
         final Label label = new Label();
@@ -93,8 +93,7 @@ public class IntroWelcome extends Feature implements URIHandler,
 
     @Override
     protected String getExampleSrc() {
-        return ""
-                + "package com.vaadin.demo;\n"
+        return "" + "package com.vaadin.demo;\n"
                 + "import com.vaadin.ui.*;\n\n"
                 + "public class HelloWorld extends com.vaadin.Application {\n"
                 + "    public void init() {\n"
index b62138e46ae93646a1238def8765f587da234c22..5e105dbf1e492dde0ba3023fb978d439576b1bdf 100644 (file)
@@ -247,7 +247,7 @@ public class PropertyPanel extends Panel implements Button.ClickListener,
         set
                 .getField("componentError")
                 .setDescription(
-                        "IT Mill Toolkit supports extensive error reporting. One part of the error reporting are component"
+                        "Vaadin supports extensive error reporting. One part of the error reporting are component"
                                 + " errors that can be controlled by the programmer. This example only contains couple of "
                                 + "sample errors; to get the full picture, read browse ErrorMessage-interface implementors "
                                 + "API documentation.");
index 1ac4a1d048846f0b3e6eb61d8615d2a1b40e10e2..e6ed4732852ce53b051d4e902b7647f38f50af4a 100644 (file)
@@ -118,7 +118,7 @@ public class Ticket1362Login extends Application {
                 }
                 return new DownloadStream(
                         new ByteArrayInputStream(
-                                "<html><body>Login form handeled.<script type='text/javascript'>top.itmill.forceSync();</script></body></html>"
+                                "<html><body>Login form handeled.<script type='text/javascript'>top.vaadin.forceSync();</script></body></html>"
                                         .getBytes()), "text/html",
                         "loginSuccesfull.html");
             }
index f4461803deb2e6f0649d4f14123533b7ca7274f2..845e49daed79a49ef0c08933114115ad6a6fe0ec 100644 (file)
@@ -19,7 +19,7 @@ public class Ticket1673 extends com.vaadin.Application {
     public static Application.SystemMessages getSystemMessages() {\r
         Application.CustomizedSystemMessages msgs = new Application.CustomizedSystemMessages();\r
 \r
-        msgs.setSessionExpiredURL("http://www.itmill.com/");\r
+        msgs.setSessionExpiredURL("http://www.vaadin.com/");\r
         msgs.setSessionExpiredCaption("Foo");\r
         msgs.setSessionExpiredMessage("Bar");\r
 \r
index c003439c99bd70bf1695f47b3372d49e52574164..aad3cb554afa951a695a8cd75a97df2251f987b4 100644 (file)
@@ -19,8 +19,8 @@ public class Ticket2043 extends Application {
     }\r
 \r
     private void createUI(GridLayout layout) {\r
-        Link l = new Link("IT Mill home (new 200x200 window, no decor, icon)",\r
-                new ExternalResource("http://www.itmill.com"), "_blank", 200,\r
+        Link l = new Link("Vaadin home (new 200x200 window, no decor, icon)",\r
+                new ExternalResource("http://www.vaadin.com"), "_blank", 200,\r
                 200, Link.TARGET_BORDER_NONE);\r
 \r
         layout.addComponent(l);\r
index abb79621f4501f16d97a6c6422ef1a8efe8ad7a4..77381dcbfde26e4357c808f5da22bd972c7265bf 100644 (file)
@@ -26,7 +26,7 @@ public class Ticket2061c extends Application implements
 
     @Override
     public void init() {
-        mainWindow = new Window("It Mill");
+        mainWindow = new Window("Vaadin");
         mainWindow.setSizeFull();
         mainWindow.getLayout().setSizeFull();
         setMainWindow(mainWindow);
index 953ac84afbedbe23c3ffed82ac9943b318504911..8168e061548c68a435d456f8ab1629b67348eb0e 100644 (file)
@@ -12,8 +12,8 @@ public class Ticket2106 extends Application {
 
     private static CustomizedSystemMessages msgs = new Application.CustomizedSystemMessages();
     static {
-        // We will forward the user to www.itmill.com when the session expires
-        msgs.setSessionExpiredURL("http://www.itmill.com");
+        // We will forward the user to www.vaadin.com when the session expires
+        msgs.setSessionExpiredURL("http://www.vaadin.com");
         msgs.setSessionExpiredMessage(null);
         msgs.setSessionExpiredCaption(null);
     }
index 5b98e5dd6659cf611539dda2d766ca26539d3169..fdfb878e042a63890c994fa0a936f44a19f06708 100644 (file)
@@ -159,7 +159,7 @@ public class RandomComponents {
             break;
         case 4:
             // Link
-            result = new Link("", new ExternalResource("http://www.itmill.com"));
+            result = new Link("", new ExternalResource("http://www.vaadin.com"));
             result.setCaption("Link component " + caption);
             break;
         case 5:
index b26278b01647e869f8bf488d25d20ee15364f859..39a0cf4f83151a0d4789348bd2339b17088d36f7 100644 (file)
@@ -28,8 +28,8 @@ import com.vaadin.terminal.gwt.server.ComponentSizeValidator;
 /**
  * An abstract class that defines default implementation for the
  * {@link Component} interface. Basic UI components that are not derived from an
- * external component can inherit this class to easily qualify as a IT Mill
- * Toolkit component. Most components in the toolkit do just that.
+ * external component can inherit this class to easily qualify as Vaadin
+ * components. Most components in Vaadin do just that.
  * 
  * @author IT Mill Ltd.
  * @version
@@ -172,8 +172,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
 
     /**
      * Sets and replaces all previous style names of the component. This method
-     * will trigger a
-     * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
+     * will trigger a {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
      * RepaintRequestEvent}.
      * 
      * @param style
@@ -347,8 +346,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
 
     /**
      * Sets the component's immediate mode to the specified status. This method
-     * will trigger a
-     * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
+     * will trigger a {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
      * RepaintRequestEvent}.
      * 
      * @param immediate
@@ -817,8 +815,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
      * 
      * <p>
      * For more information on the inheritable event mechanism see the
-     * {@link com.vaadin.event com.vaadin.event package
-     * documentation}.
+     * {@link com.vaadin.event com.vaadin.event package documentation}.
      * </p>
      * 
      * @param eventType
@@ -853,8 +850,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
      * 
      * <p>
      * For more information on the inheritable event mechanism see the
-     * {@link com.vaadin.event com.vaadin.event package
-     * documentation}.
+     * {@link com.vaadin.event com.vaadin.event package documentation}.
      * </p>
      * 
      * <p>
@@ -887,8 +883,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
      * 
      * <p>
      * For more information on the inheritable event mechanism see the
-     * {@link com.vaadin.event com.vaadin.event package
-     * documentation}.
+     * {@link com.vaadin.event com.vaadin.event package documentation}.
      * </p>
      * 
      * @param eventType
@@ -910,8 +905,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
      * 
      * <p>
      * For more information on the inheritable event mechanism see the
-     * {@link com.vaadin.event com.vaadin.event package
-     * documentation}.
+     * {@link com.vaadin.event com.vaadin.event package documentation}.
      * </p>
      * 
      * @param eventType
@@ -945,8 +939,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
      * 
      * <p>
      * For more information on the inheritable event mechanism see the
-     * {@link com.vaadin.event com.vaadin.event package
-     * documentation}.
+     * {@link com.vaadin.event com.vaadin.event package documentation}.
      * </p>
      * 
      * @param eventType
index 6b5ead80d237c090685030a12916f20e95bf4634..ab7b7bb2ca7faaf91d293bf7a9398589a1c1da28 100644 (file)
@@ -19,7 +19,7 @@ import com.vaadin.terminal.VariableOwner;
 
 /**
  * The top-level component interface which must be implemented by all UI
- * components that use IT Mill Toolkit.
+ * components that use Vaadin.
  * 
  * @author IT Mill Ltd.
  * @version
@@ -38,8 +38,7 @@ public interface Component extends Paintable, VariableOwner, Sizeable,
 
     /**
      * Sets and replaces all previous style names of the component. This method
-     * will trigger a
-     * {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
+     * will trigger a {@link com.vaadin.terminal.Paintable.RepaintRequestEvent
      * RepaintRequestEvent}.
      * 
      * @param style
index 6e2c06c24a9acd7873ceae61bfb71f1f28e7bbd0..f8f00170c552a87c2a82cd86bd12ae943bd8df48 100644 (file)
@@ -18,7 +18,7 @@ import com.vaadin.terminal.gwt.server.AbstractApplicationServlet;
 /**
  * LoginForm is a Toolkit component to handle common problem among Ajax
  * applications: browsers password managers don't fill dynamically created forms
- * like all those UI elements created by IT Mill Toolkit.
+ * like all those UI elements created by Vaadin.
  * <p>
  * For developer it is easy to use: add component to a desired place in you UI
  * and add LoginListener to validate form input. Behind the curtain LoginForm
index 2a26453a1f8135b9cbfa62e244011b536e28e294..6629060a4908939e539155ef2144c0513ca2200e 100644 (file)
@@ -8,7 +8,7 @@
 
 <!-- Package summary here -->
 
-<p>Provides interfaces and classes in the IT Mill Toolkit.</p>
+<p>Provides interfaces and classes in Vaadin.</p>
 
 <h2>Package Specification</h2>