diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2006-11-15 12:51:40 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2006-11-15 12:51:40 +0000 |
commit | 747a6c58f41518f91c414174ea9954f3c26c56a6 (patch) | |
tree | 612415a1542f1462669ae20798e9b6aaa98479f2 /src/com/itmill/toolkit/package.html | |
parent | fc7bba8f33ae15704cdb2e6367bb770ca46ac22c (diff) | |
download | vaadin-framework-747a6c58f41518f91c414174ea9954f3c26c56a6.tar.gz vaadin-framework-747a6c58f41518f91c414174ea9954f3c26c56a6.zip |
html fixes
svn changeset:98/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/package.html')
-rw-r--r-- | src/com/itmill/toolkit/package.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/com/itmill/toolkit/package.html b/src/com/itmill/toolkit/package.html index 661219adeb..88df1cfb2a 100644 --- a/src/com/itmill/toolkit/package.html +++ b/src/com/itmill/toolkit/package.html @@ -14,22 +14,22 @@ The sub-packages from this point contain application components and utilities. <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> + <dl> + <dt>org.millstone.base.data</dt> + <dd>A library of interfaces for transparently binding UI components to datasources.</dd> + <dt>org.millstone.base.data.util</dt> + <dd>Basic implementations of data-intfaces and utidtties for working with data-bound components.</dd> + <dt>org.millstone.base.data.vadtdator</dt> + <dd>Classes providing data-vadtdation for Properties.</dd> + <dt>org.millstone.base.event</dt> + <dd>Interfaces defining how to send and recieve events.</dd> + <dt>org.millstone.base.service</dt> + <dd>Classes provding miscelaneous utidtty services.</dd> + <dt>org.millstone.base.terminal</dt> + <dd>Classes and interfaces for implementing the terminal specific adapters.</dd> + <dt>org.millstone.base.ui</dt> + <dd>The Millstone UI components.</dd> + </dl> </p> |