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.
Package Specification
The Millstone library base is composed of the following packages:
- org.millstone.base.data
A library of interfaces for transparently binding UI components to datasources.
- org.millstone.base.data.util
Basic implementations of data-intfaces and utilities for working with data-bound components.
- org.millstone.base.data.validator
Classes providing data-validation for Properties.
- org.millstone.base.event
Interfaces defining how to send and recieve events.
- org.millstone.base.service
Classes provding miscelaneous utility services.
- org.millstone.base.terminal
Classes and interfaces for implementing the terminal specific adapters.
- org.millstone.base.ui
The Millstone UI components.
|