All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.display.VInfo

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

public class VInfo
extends VForm
implements ActionListener

Variable Index

 o BUYER_DETAILS
 o buyerDetailsButton
 o buyerDetailsFrame
 o buyerDetailsOkButton
 o buyerLabel
 o buyersCompanyField
 o buyersNameField
 o info
 o SELLER_DETAILS
 o sellerDetailsButton
 o sellerDetailsFrame
 o sellerDetailsOkButton
 o sellerLabel
 o sellersCompanyField
 o sellersNameField

Constructor Index

 o VInfo(FlowThread)
Constructs a new VInfo object.
 o VInfo(FlowThread, Delivery)
 o VInfo(FlowThread, Invoice)
 o VInfo(FlowThread, Reject)
 o VInfo(FlowThread, SignedMessage)
 o VInfo(FlowThread, SimpleReject)

Method Index

 o actionPerformed(ActionEvent)
 o buildGUI()
Builds the GUI of the VInfo.
 o showBuyerDetails()
 o showSellerDetails()

Variables

 o buyerLabel
 public JLabel buyerLabel
 o sellerLabel
 public JLabel sellerLabel
 o buyerDetailsButton
 public JButton buyerDetailsButton
 o sellerDetailsButton
 public JButton sellerDetailsButton
 o buyerDetailsFrame
 public JFrame buyerDetailsFrame
 o buyersNameField
 public TextField buyersNameField
 o buyersCompanyField
 public TextField buyersCompanyField
 o buyerDetailsOkButton
 public JButton buyerDetailsOkButton
 o sellerDetailsFrame
 public JFrame sellerDetailsFrame
 o sellersNameField
 public TextField sellersNameField
 o sellersCompanyField
 public TextField sellersCompanyField
 o sellerDetailsOkButton
 public JButton sellerDetailsOkButton
 o info
 public TextArea info
 o BUYER_DETAILS
 public static final String BUYER_DETAILS
 o SELLER_DETAILS
 public static final String SELLER_DETAILS

Constructors

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

 o VInfo
 public VInfo(FlowThread flowThread,
              Reject message)
 o VInfo
 public VInfo(FlowThread flowThread,
              SimpleReject message)
 o VInfo
 public VInfo(FlowThread flowThread,
              SignedMessage message)
 o VInfo
 public VInfo(FlowThread flowThread,
              Delivery message)
 o VInfo
 public VInfo(FlowThread flowThread,
              Invoice message)

Methods

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

 o showBuyerDetails
 public void showBuyerDetails()
 o showSellerDetails
 public void showSellerDetails()
 o actionPerformed
 public void actionPerformed(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index