From 28404de48b11067a87d4db3a8f91076f10208b79 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Tue, 16 Jan 2007 17:32:24 +0000 Subject: [PATCH] Unified @author to IT Mill Ltd. Language fixes Replaced Millstone variations with IT Mill Toolkit / Toolkit svn changeset:279/svn branch:toolkit --- licensing-guidelines.html | 2 +- src/com/itmill/toolkit/ui/ProgressIndicator.java | 8 ++++---- src/com/itmill/toolkit/ui/Table.java | 3 ++- src/com/itmill/toolkit/ui/Upload.java | 2 +- src/com/itmill/toolkit/ui/package.html | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/licensing-guidelines.html b/licensing-guidelines.html index bebfd8d907..52919c5a60 100644 --- a/licensing-guidelines.html +++ b/licensing-guidelines.html @@ -34,7 +34,7 @@ applications that use IT Mill Toolkit libraries. Free and low-cost license alternatives for limited number of concurrent users are available.

A deployment license is required for each deployed copy of a program -that uses Millstone libraries. To be more exact, each Java Virtual +that uses Toolkit library. To be more exact, each Java Virtual Machine (JVM) that runs a program that uses IT Mill Toolkit libraries, must have an unique deployment license. For example, if the program is deployed to multiple servers (for load balancing or other reasons), each diff --git a/src/com/itmill/toolkit/ui/ProgressIndicator.java b/src/com/itmill/toolkit/ui/ProgressIndicator.java index 075c90740e..6df5061b3d 100644 --- a/src/com/itmill/toolkit/ui/ProgressIndicator.java +++ b/src/com/itmill/toolkit/ui/ProgressIndicator.java @@ -34,17 +34,17 @@ import com.itmill.toolkit.terminal.PaintException; import com.itmill.toolkit.terminal.PaintTarget; /** - * ProgressIndicator is component that shows user state of a prosess + * ProgressIndicator is component that shows user state of a process * (like long computing or file upload) * - * ProgressIndicator has two mainmodes. One for indeterminete prosesses and - * other (default) for prosesses which progress can be measured + * ProgressIndicator has two mainmodes. One for indeterminate processes and + * other (default) for processes which progress can be measured * * May view an other property that indicates progress 0...1 * * @author IT Mill Ltd. * @version @VERSION@ - * @since 29122006 + * @since 3.1 */ public class ProgressIndicator extends AbstractField diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java index 9f3399c05b..a910e59079 100644 --- a/src/com/itmill/toolkit/ui/Table.java +++ b/src/com/itmill/toolkit/ui/Table.java @@ -54,7 +54,8 @@ import com.itmill.toolkit.terminal.Resource; * selectable table. * * @author IT Mill Ltd. - * @version @VERSION@ @since 3.0 + * @version @VERSION@ + * @since 3.0 */ public class Table extends Select implements Action.Container, Container.Ordered, Container.Sortable { diff --git a/src/com/itmill/toolkit/ui/Upload.java b/src/com/itmill/toolkit/ui/Upload.java index e19f7c0598..98fbf31ad3 100644 --- a/src/com/itmill/toolkit/ui/Upload.java +++ b/src/com/itmill/toolkit/ui/Upload.java @@ -303,7 +303,7 @@ public class Upload extends AbstractComponent implements Component.Focusable { public void uploadFinished(FinishedEvent event); } - /** Receives events when the uploads are finished, but unsuccessfull. + /** Receives events when the uploads are finished, but unsuccessful. * @author IT Mill Ltd. * @version @VERSION@ * @since 3.0 diff --git a/src/com/itmill/toolkit/ui/package.html b/src/com/itmill/toolkit/ui/package.html index 026793ba9a..1d40d59d74 100644 --- a/src/com/itmill/toolkit/ui/package.html +++ b/src/com/itmill/toolkit/ui/package.html @@ -23,7 +23,7 @@ package includes several other lesser subinterfaces which are not significant in this scope. The interfaces not appearing here are documented with the classes that define them.

-

The {@link com.itmill.toolkit.ui.Component} interface is the top-level +

The {@link com.itmill.toolkit.ui.Component) interface is the top-level interface which must be implemented by all UI components. It defines the common properties of the components and how the framework will handle them. Most simple components (like {@link com.itmill.toolkit.ui.Button} for -- 2.39.5