All Classes and Interfaces
Class
Description
A class representing a creditcard.
A class representing a customer.
The IMatDataHandler class is a common facade for most functionality of the iMat-backend.
A utility class for commonly used IO-related
operations.
A class that implements the FileFilter interface,
and accepts files that are directories.
A class that implements the FileFilter interface,
and accepts files that are indeed files.
The Order class represents an order to the store.
The Product class represents a product that is available for purchase in the store.
Categories of products that are available in the store.
The ShoppingCart holds ShoppingItems representing the products a customer has
selected to buy.
An interface for listening to changes to a ShoppingCart.
Objects of the ShoppingItem class combine a product with an amount into
an item to put in the shoppingcart.
A simple class representing a username and a password, the typical combination
for the concept user in all sorts of computer systems.