diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-11 09:19:03 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-11 09:19:03 +0000 |
commit | adc8c0ad3573272c236040c3a76005b9e73a5737 (patch) | |
tree | a3860704dbd5b82dc6af38684b80f8ef79a32722 /src/com/vaadin/package.html | |
parent | 5abc870dda584d0c2fc47fd5eec4ae3de3fa240e (diff) | |
download | vaadin-framework-adc8c0ad3573272c236040c3a76005b9e73a5737.tar.gz vaadin-framework-adc8c0ad3573272c236040c3a76005b9e73a5737.zip |
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
- com.itmill.toolkit.external not yet fully renamed
svn changeset:7715/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/package.html')
-rw-r--r-- | src/com/vaadin/package.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/com/vaadin/package.html b/src/com/vaadin/package.html new file mode 100644 index 0000000000..de2b5233b6 --- /dev/null +++ b/src/com/vaadin/package.html @@ -0,0 +1,38 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> + +<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. +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> + <dl> + <dt>com.vaadin.data</dt> + <dd>A library of interfaces for transparently binding UI components to datasources.</dd> + <dt>com.vaadin.data.util</dt> + <dd>Basic implementations of data-intfaces and utidtties for working with data-bound components.</dd> + <dt>com.vaadin.data.validator</dt> + <dd>Classes providing data-validation for Properties.</dd> + <dt>com.vaadin.event</dt> + <dd>Interfaces defining how to send and recieve events.</dd> + <dt>com.vaadin.service</dt> + <dd>Classes provding miscelaneous utidtty services.</dd> + <dt>com.vaadin.terminal</dt> + <dd>Classes and interfaces for implementing the terminal specific adapters.</dd> + <dt>com.vaadin.terminal.web</dt> + <dd>Classes that implement support both for AJAX-based and more limited web browsers.</dd> + <dt>com.vaadin.ui</dt> + <dd>UI components.</dd> + </dl> + +<!-- Put @see and @since tags down here. --> + +</body> +</html> |