You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. </head>
  5. <body bgcolor="white">
  6. <p>This package is the base of the IT Mill Toolkit. The base package
  7. contains the Application class, the starting point of any aplication that uses IT Mill Toolkit.
  8. The sub-packages from this point contain application components and utilities.
  9. </p>
  10. <h2>Package Specification</h2>
  11. <b>IT Mill Toolkit is composed of the following packages:</b>
  12. <dl>
  13. <dt>com.itmill.toolkit.data</dt>
  14. <dd>A library of interfaces for transparently binding UI components to datasources.</dd>
  15. <dt>com.itmill.toolkit.data.util</dt>
  16. <dd>Basic implementations of data-intfaces and utidtties for working with data-bound components.</dd>
  17. <dt>com.itmill.toolkit.data.validator</dt>
  18. <dd>Classes providing data-validation for Properties.</dd>
  19. <dt>com.itmill.toolkit.event</dt>
  20. <dd>Interfaces defining how to send and recieve events.</dd>
  21. <dt>com.itmill.toolkit.service</dt>
  22. <dd>Classes provding miscelaneous utidtty services.</dd>
  23. <dt>com.itmill.toolkit.terminal</dt>
  24. <dd>Classes and interfaces for implementing the terminal specific adapters.</dd>
  25. <dt>com.itmill.toolkit.terminal.web</dt>
  26. <dd>Classes that implement support both for AJAX-based and more limited web browsers.</dd>
  27. <dt>com.itmill.toolkit.ui</dt>
  28. <dd>UI components.</dd>
  29. </dl>
  30. <!-- Put @see and @since tags down here. -->
  31. </body>
  32. </html>