olstore.client |
|
Java Source File Name | Type | Comment |
Configure.java | Class | Loads a configuration file and returns a properties object
that represents the properties set in the configuration file. |
Item.java | Class | A representation of a single item on sale in the store. |
ItemPanel.java | Class | A panel to display all the available information about an item to the user. |
ItemPanelTransferHandler.java | Class | The handler that allows ItemPanel objects to be dragged to the shopping cart. |
LoginDialog.java | Class | Login dialog to authenticate the user before completing a purchase. |
OlstoreSwingClient.java | Class | A GUI client that allows to use some of the functionality of the OLStore
example by connecting to its web service endpoint. |
OrderItem.java | Class | Represents an order for an item. |
OrderPanel.java | Class | A custom JPanel class used for displaying items
that are in the shopping cart. |
RegistryConnector.java | Class | Connect to the UDDI registry and retrieve WSDL URLs for the OLstore client. |
ShoppingCartPanel.java | Class | A panel to display the contents of the shopping cart. |