All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VBuyerReceipt

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----semper.BApp.bargainer.display.VForm
                                           |
                                           +----semper.BApp.bargainer.display.VInfo
                                                   |
                                                   +----semper.BApp.bargainer.display.VBuyerReceipt

public class VBuyerReceipt
extends VInfo
implements ActionListener, Runnable

Variable Index

 o PRINT
 o printButton
 o PROCEED
 o proceedButton

Constructor Index

 o VBuyerReceipt(FlowThread)
Constructs a new VBuyerReceipt object.
 o VBuyerReceipt(FlowThread, SignedMessage)

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
Builds the GUI of the VBuyerReceipt.
 o run()
 o waitForEvent()

Variables

 o proceedButton
 public JButton proceedButton
 o printButton
 public JButton printButton
 o PROCEED
 public static final String PROCEED
 o PRINT
 public static final String PRINT

Constructors

 o VBuyerReceipt
 public VBuyerReceipt(FlowThread flowThread)
Constructs a new VBuyerReceipt object.

 o VBuyerReceipt
 public VBuyerReceipt(FlowThread flowThread,
                      SignedMessage message)

Methods

 o buildGUI
 public void buildGUI()
Builds the GUI of the VBuyerReceipt.

Overrides:
buildGUI in class VInfo
 o run
 public void run()
 o waitForEvent
 public synchronized void waitForEvent()
 o actionPerformed
 public synchronized void actionPerformed(ActionEvent event)
Overrides:
actionPerformed in class VInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index