Browse Source

Unified @author to IT Mill Ltd.

Language fixes
Replaced Millstone variations with IT Mill Toolkit / Toolkit

svn changeset:279/svn branch:toolkit
tags/6.7.0.beta1
Jani Laakso 17 years ago
parent
commit
28404de48b

+ 1
- 1
licensing-guidelines.html View File

@@ -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.</p>

<p>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

+ 4
- 4
src/com/itmill/toolkit/ui/ProgressIndicator.java View File

@@ -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

+ 2
- 1
src/com/itmill/toolkit/ui/Table.java View File

@@ -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 {

+ 1
- 1
src/com/itmill/toolkit/ui/Upload.java View File

@@ -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

+ 1
- 1
src/com/itmill/toolkit/ui/package.html View File

@@ -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.</i></p>

<p>The {@link com.itmill.toolkit.ui.Component} interface is the top-level
<p>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

Loading…
Cancel
Save