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
-
REJECT
-
-
rejectButton
-
-
SEND_NEGOTIATE_OFFER
-
-
SEND_OFFER
-
-
sendNegotiateOfferButton
-
-
sendOfferButton
-
-
SHOW_DIFFERENCES
-
-
showDifferencesButton
-
-
VSellerNegotiation(FlowThread)
- Constructs a new VSellerNegotiation object.
-
VSellerNegotiation(FlowThread, NegotiateMessage)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VSellerNegotiation.
-
getInfoPanel()
- If you like to have a Comment/Info Panel overwrite this method ....
-
run()
-
-
tableChanged(TableModelEvent)
-
-
waitForEvent()
-
sendNegotiateOfferButton
public JButton sendNegotiateOfferButton
sendOfferButton
public JButton sendOfferButton
rejectButton
public JButton rejectButton
showDifferencesButton
public JButton showDifferencesButton
SEND_NEGOTIATE_OFFER
public static final String SEND_NEGOTIATE_OFFER
SEND_OFFER
public static final String SEND_OFFER
REJECT
public static final String REJECT
SHOW_DIFFERENCES
public static final String SHOW_DIFFERENCES
VSellerNegotiation
public VSellerNegotiation(FlowThread flowThread)
- Constructs a new VSellerNegotiation object.
VSellerNegotiation
public VSellerNegotiation(FlowThread flowThread,
NegotiateMessage message)
buildGUI
public void buildGUI()
- Builds the GUI of the VSellerNegotiation.
- Overrides:
- buildGUI in class VContract
run
public void run()
waitForEvent
public synchronized void waitForEvent()
actionPerformed
public synchronized void actionPerformed(ActionEvent event)
- Overrides:
- actionPerformed in class VContract
tableChanged
public synchronized void tableChanged(TableModelEvent event)
- Overrides:
- tableChanged in class VContract
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