All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VContract

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

public class VContract
extends VForm
implements ActionListener, TableModelListener

Variable Index

 o AUTHENTICATED
 o BUYER_DETAILS
 o buyerDetailsButton
 o buyerDetailsFrame
 o buyerDetailsOkButton
 o buyerLabel
 o buyersCompanyField
 o buyersNameField
 o cancelRejectButton
 o commentsArea
 o confirmRejectButton
 o differencesFrame
 o differencesOkButton
 o EMPTY_LIST
 o emptyButton
 o NON_REPUTABLE
 o OFF_LINE
 o ON_LINE
 o passwordCancelButton
 o passwordFrame
 o passwordOkButton
 o QOS
 o QOS_DETAILS
 o qosDetailsButton
 o qosDetailsOkButton
 o qosFrame
 o receivedInfo
 o rejectFrame
 o REMOVE_LINE
 o removeLineButton
 o SELLER_DETAILS
 o sellerDetailsButton
 o sellerDetailsFrame
 o sellerDetailsOkButton
 o sellerLabel
 o sellersCompanyField
 o sellersNameField
 o sendInfo
 o SIGNED
 o table
 o WARNING1
 o WARNING2

Constructor Index

 o VContract(FlowThread)
Constructs a new VContract object.
 o VContract(FlowThread, NegotiateMessage)
 o VContract(FlowThread, SignedMessage)

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
Builds the GUI of the VContract.
 o checkPassword()
 o enterPassword(String)
 o getInfoPanel()
If you like to have a Comment/Info Panel overwrite this method ....
 o getNegotiateMessage(ActiveDeal, Transaction)
 o getReject(ActiveDeal, Transaction, Statement)
 o getSignedMessage(ActiveDeal, Transaction, Statement)
 o getSimpleReject(ActiveDeal, Transaction)
 o reject()
Builds a frame to confirm rejection and comment on its reason.
 o setFormEnabled(boolean)
 o showBuyerDetails()
 o showDifferences(String)
 o showSellerDetails()
 o showTotalPrice()
 o signedReject()
 o tableChanged(TableModelEvent)

Variables

 o buyerDetailsButton
 public JButton buyerDetailsButton
 o buyerLabel
 public JLabel buyerLabel
 o buyerDetailsFrame
 public JFrame buyerDetailsFrame
 o buyersNameField
 public TextField buyersNameField
 o buyersCompanyField
 public TextField buyersCompanyField
 o buyerDetailsOkButton
 public JButton buyerDetailsOkButton
 o sellerDetailsButton
 public JButton sellerDetailsButton
 o sellerLabel
 public JLabel sellerLabel
 o sellerDetailsFrame
 public JFrame sellerDetailsFrame
 o sellersNameField
 public TextField sellersNameField
 o sellersCompanyField
 public TextField sellersCompanyField
 o sellerDetailsOkButton
 public JButton sellerDetailsOkButton
 o qosDetailsButton
 public JButton qosDetailsButton
 o qosFrame
 public JFrame qosFrame
 o qosDetailsOkButton
 public JButton qosDetailsOkButton
 o table
 public Table table
 o emptyButton
 public JButton emptyButton
 o removeLineButton
 public JButton removeLineButton
 o rejectFrame
 public JFrame rejectFrame
 o confirmRejectButton
 public JButton confirmRejectButton
 o cancelRejectButton
 public JButton cancelRejectButton
 o passwordFrame
 public JFrame passwordFrame
 o commentsArea
 public TextArea commentsArea
 o passwordOkButton
 public JButton passwordOkButton
 o passwordCancelButton
 public JButton passwordCancelButton
 o differencesFrame
 public JFrame differencesFrame
 o differencesOkButton
 public JButton differencesOkButton
 o receivedInfo
 public JTextArea receivedInfo
 o sendInfo
 public JTextArea sendInfo
 o BUYER_DETAILS
 public static final String BUYER_DETAILS
 o SELLER_DETAILS
 public static final String SELLER_DETAILS
 o EMPTY_LIST
 public static final String EMPTY_LIST
 o REMOVE_LINE
 public static final String REMOVE_LINE
 o AUTHENTICATED
 public static final String AUTHENTICATED
 o NON_REPUTABLE
 public static final String NON_REPUTABLE
 o SIGNED
 public static final String SIGNED
 o QOS_DETAILS
 public static final String QOS_DETAILS
 o QOS
 public static final String QOS
 o OFF_LINE
 public static final String OFF_LINE
 o ON_LINE
 public static final String ON_LINE
 o WARNING1
 public static final String WARNING1
 o WARNING2
 public static final String WARNING2

Constructors

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

 o VContract
 public VContract(FlowThread flowThread,
                  NegotiateMessage message)
 o VContract
 public VContract(FlowThread flowThread,
                  SignedMessage message)

Methods

 o getInfoPanel
 protected JPanel getInfoPanel()
If you like to have a Comment/Info Panel overwrite this method ....

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

 o getNegotiateMessage
 public NegotiateMessage getNegotiateMessage(ActiveDeal deal,
                                             Transaction ref) throws InvalidFormException, AssociationException, TransactionException
 o getSignedMessage
 public SignedMessage getSignedMessage(ActiveDeal deal,
                                       Transaction ref,
                                       Statement statement) throws InvalidFormException, AssociationException, TransactionException
 o getReject
 public Reject getReject(ActiveDeal deal,
                         Transaction ref,
                         Statement statement) throws InvalidFormException, AssociationException, TransactionException
 o getSimpleReject
 public SimpleReject getSimpleReject(ActiveDeal deal,
                                     Transaction ref) throws InvalidFormException, AssociationException, TransactionException
 o showBuyerDetails
 public void showBuyerDetails()
 o showSellerDetails
 public void showSellerDetails()
 o showTotalPrice
 public void showTotalPrice()
 o reject
 public void reject()
Builds a frame to confirm rejection and comment on its reason.

 o signedReject
 public void signedReject()
 o enterPassword
 public void enterPassword(String type)
 o checkPassword
 public void checkPassword() throws InvalidFormException
 o showDifferences
 public void showDifferences(String differences)
 o setFormEnabled
 public void setFormEnabled(boolean b)
 o actionPerformed
 public void actionPerformed(ActionEvent event)
 o tableChanged
 public void tableChanged(TableModelEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index