diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-11-01 09:11:32 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-11-01 09:11:32 +0000 |
commit | 13af8cba414fbb6f02ef458a86c5afcad70c5275 (patch) | |
tree | 959ccae1696d9c208124ec3982f166bca6c28f0a /src/com/itmill/toolkit/package.html | |
parent | de5565e87dc08be0a577c663bb2e009d0838c872 (diff) | |
download | vaadin-framework-13af8cba414fbb6f02ef458a86c5afcad70c5275.tar.gz vaadin-framework-13af8cba414fbb6f02ef458a86c5afcad70c5275.zip |
Refactoring: Enably -> IT Mill Toolkit
svn changeset:92/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/package.html')
-rw-r--r-- | src/com/itmill/toolkit/package.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/package.html b/src/com/itmill/toolkit/package.html new file mode 100644 index 0000000000..661219adeb --- /dev/null +++ b/src/com/itmill/toolkit/package.html @@ -0,0 +1,40 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> + +<body bgcolor="white"> + +<p>This package is the base of the Millstone library. The base package +contains the Application class, the starting point of the Millstone Terminal Independent application. +The sub-packages from this point contain application components and utilities. +</p> + +<h2>Package Specification</h2> + +<p> + <b>The Millstone library base is composed of the following packages:</b> + <ul> + <li>org.millstone.base.data</li><br/> + <ul>A library of interfaces for transparently binding UI components to datasources.</ul> + <li>org.millstone.base.data.util</li> + <ul>Basic implementations of data-intfaces and utilities for working with data-bound components.</ul> + <li>org.millstone.base.data.validator</li> + <ul>Classes providing data-validation for Properties.</ul> + <li>org.millstone.base.event</li> + <ul>Interfaces defining how to send and recieve events.</ul> + <li>org.millstone.base.service</li> + <ul>Classes provding miscelaneous utility services.</ul> + <li>org.millstone.base.terminal</li> + <ul>Classes and interfaces for implementing the terminal specific adapters.</ul> + <li>org.millstone.base.ui</li> + <ul>The Millstone UI components.</ul> + </ul> + + +</p> + +<!-- Put @see and @since tags down here. --> + +</body> +</html> |