All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VBuyerPayment

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

public class VBuyerPayment
extends VInfo
implements Runnable

Variable Index

 o currency
 o PAY
 o payButton
 o total

Constructor Index

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

Method Index

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

Variables

 o total
 public TextField total
 o currency
 public JComboBox currency
 o payButton
 public JButton payButton
 o PAY
 public static final String PAY

Constructors

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

 o VBuyerPayment
 public VBuyerPayment(FlowThread flowThread,
                      SignedMessage message)

Methods

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

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