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
-
BUYER_DETAILS
-
-
buyerDetailsButton
-
-
buyerDetailsFrame
-
-
buyerDetailsOkButton
-
-
buyerLabel
-
-
buyersCompanyField
-
-
buyersNameField
-
-
info
-
-
SELLER_DETAILS
-
-
sellerDetailsButton
-
-
sellerDetailsFrame
-
-
sellerDetailsOkButton
-
-
sellerLabel
-
-
sellersCompanyField
-
-
sellersNameField
-
-
VInfo(FlowThread)
- Constructs a new VInfo object.
-
VInfo(FlowThread, Delivery)
-
-
VInfo(FlowThread, Invoice)
-
-
VInfo(FlowThread, Reject)
-
-
VInfo(FlowThread, SignedMessage)
-
-
VInfo(FlowThread, SimpleReject)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VInfo.
-
showBuyerDetails()
-
-
showSellerDetails()
-
buyerLabel
public JLabel buyerLabel
sellerLabel
public JLabel sellerLabel
buyerDetailsButton
public JButton buyerDetailsButton
sellerDetailsButton
public JButton sellerDetailsButton
buyerDetailsFrame
public JFrame buyerDetailsFrame
buyersNameField
public TextField buyersNameField
buyersCompanyField
public TextField buyersCompanyField
buyerDetailsOkButton
public JButton buyerDetailsOkButton
sellerDetailsFrame
public JFrame sellerDetailsFrame
sellersNameField
public TextField sellersNameField
sellersCompanyField
public TextField sellersCompanyField
sellerDetailsOkButton
public JButton sellerDetailsOkButton
info
public TextArea info
BUYER_DETAILS
public static final String BUYER_DETAILS
SELLER_DETAILS
public static final String SELLER_DETAILS
VInfo
public VInfo(FlowThread flowThread)
- Constructs a new VInfo object.
VInfo
public VInfo(FlowThread flowThread,
Reject message)
VInfo
public VInfo(FlowThread flowThread,
SimpleReject message)
VInfo
public VInfo(FlowThread flowThread,
SignedMessage message)
VInfo
public VInfo(FlowThread flowThread,
Delivery message)
VInfo
public VInfo(FlowThread flowThread,
Invoice message)
buildGUI
public void buildGUI()
- Builds the GUI of the VInfo.
showBuyerDetails
public void showBuyerDetails()
showSellerDetails
public void showSellerDetails()
actionPerformed
public void actionPerformed(ActionEvent event)
All Packages Class Hierarchy This Package Previous Next Index