All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VSellerPayment

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.VSellerPayment

public class VSellerPayment
extends VInfo
implements Runnable

Variable Index

 o paymentReceiptButton
 o SEND_PAYMENT_RECEIPT

Constructor Index

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

Method Index

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

Variables

 o paymentReceiptButton
 public JButton paymentReceiptButton
 o SEND_PAYMENT_RECEIPT
 public static final String SEND_PAYMENT_RECEIPT

Constructors

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

 o VSellerPayment
 public VSellerPayment(FlowThread flowThread,
                       SignedMessage message)

Methods

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

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