All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VBuyerInvoice

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

public class VBuyerInvoice
extends VInfo
implements Runnable

Variable Index

 o PROCEED
 o proceedButton

Constructor Index

 o VBuyerInvoice(FlowThread)
Constructs a new VBuyerInvoice object.
 o VBuyerInvoice(FlowThread, Invoice)

Method Index

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

Variables

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

Constructors

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

 o VBuyerInvoice
 public VBuyerInvoice(FlowThread flowThread,
                      Invoice message)

Methods

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

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