All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VSellerNegotiation

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

public class VSellerNegotiation
extends VContract
implements Runnable

Variable Index

 o REJECT
 o rejectButton
 o SEND_NEGOTIATE_OFFER
 o SEND_OFFER
 o sendNegotiateOfferButton
 o sendOfferButton
 o SHOW_DIFFERENCES
 o showDifferencesButton

Constructor Index

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

Method Index

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

Variables

 o sendNegotiateOfferButton
 public JButton sendNegotiateOfferButton
 o sendOfferButton
 public JButton sendOfferButton
 o rejectButton
 public JButton rejectButton
 o showDifferencesButton
 public JButton showDifferencesButton
 o SEND_NEGOTIATE_OFFER
 public static final String SEND_NEGOTIATE_OFFER
 o SEND_OFFER
 public static final String SEND_OFFER
 o REJECT
 public static final String REJECT
 o SHOW_DIFFERENCES
 public static final String SHOW_DIFFERENCES

Constructors

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

 o VSellerNegotiation
 public VSellerNegotiation(FlowThread flowThread,
                           NegotiateMessage message)

Methods

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

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