All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VBuyerNegotiation

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

public class VBuyerNegotiation
extends VContract
implements Runnable

Variable Index

 o REJECT
 o rejectButton
 o SEND_REQUEST_FOR_OFFER
 o sendButton
 o SHOW_DIFFERENCES
 o showDifferencesButton

Constructor Index

 o VBuyerNegotiation(FlowThread)
Constructs a new VBuyerNegotiation object.
 o VBuyerNegotiation(FlowThread, NegotiateMessage)

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
Builds the GUI of the VBuyerNegotiation.
 o getInfoPanel()
If you like to have a Comment/Info Panel overwrite this method ....
 o run()
 o tableChanged(TableModelEvent)
 o waitForEvent()

Variables

 o sendButton
 public JButton sendButton
 o rejectButton
 public JButton rejectButton
 o showDifferencesButton
 public JButton showDifferencesButton
 o SEND_REQUEST_FOR_OFFER
 public static final String SEND_REQUEST_FOR_OFFER
 o REJECT
 public static final String REJECT
 o SHOW_DIFFERENCES
 public static final String SHOW_DIFFERENCES

Constructors

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

 o VBuyerNegotiation
 public VBuyerNegotiation(FlowThread flowThread,
                          NegotiateMessage message)

Methods

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

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
 o getInfoPanel
 protected JPanel getInfoPanel()
If you like to have a Comment/Info Panel overwrite this method ....

Overrides:
getInfoPanel in class VContract

All Packages  Class Hierarchy  This Package  Previous  Next  Index