golfShop.presentation.xmlc.main |
|
Java Source File Name | Type | Comment |
Buy.java | Class | This presentation object that dynamically creates the buy (and
other actions) button menu. |
Item.java | Class | This presentation object dynamically creates an HTML page with two frames,
consisting of the Buy presentation object and the URL of the item
in question. |
Main.java | Class | This presentation object acts as a wrapper for
Contents.po and Shelf.po. |
Shelf.java | Class | This presentation object dynamically creates the hierarchical shelf
(directory of categories and items in the store). |