All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VBuyerContractSigning

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.VContract
                                                   |
                                                   +----semper.BApp.bargainer.display.VBuyerContractSigning

public class VBuyerContractSigning
extends VContract
implements Runnable

Variable Index

 o ORDER
 o orderButton
 o REJECT
 o rejectButton
 o SHOW_DIFFERENCES
 o showDifferencesButton

Constructor Index

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

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
Builds the GUI of the VBuyerContractSigning.
 o run()
 o tableChanged(TableModelEvent)
 o waitForEvent()

Variables

 o orderButton
 public JButton orderButton
 o rejectButton
 public JButton rejectButton
 o showDifferencesButton
 public JButton showDifferencesButton
 o ORDER
 public static final String ORDER
 o REJECT
 public static final String REJECT
 o SHOW_DIFFERENCES
 public static final String SHOW_DIFFERENCES

Constructors

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

 o VBuyerContractSigning
 public VBuyerContractSigning(FlowThread flowThread,
                              SignedMessage message)

Methods

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index