All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.display.VSellerInvoice
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.VSellerInvoice
- public class VSellerInvoice
- extends VForm
- implements ActionListener, TableModelListener, Runnable
-
BUYER_DETAILS
-
-
EMPTY_LIST
-
-
invoiceButton
-
-
REMOVE_LINE
-
-
SELLER_DETAILS
-
-
SEND_INVOICE
-
-
table
-
-
VSellerInvoice(FlowThread)
- Constructs a new VSellerInvoice object.
-
VSellerInvoice(FlowThread, SignedMessage)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VSellerInvoice.
-
dispatchVSellerInvoiceEvent(Object)
-
-
getInvoice(ActiveDeal, Transaction)
-
-
run()
-
-
showBuyerDetails()
-
-
showSellerDetails()
-
-
showTotalPrice()
-
-
tableChanged(TableModelEvent)
-
-
waitForEvent()
-
invoiceButton
public JButton invoiceButton
SEND_INVOICE
public static final String SEND_INVOICE
table
public Table table
BUYER_DETAILS
public static final String BUYER_DETAILS
SELLER_DETAILS
public static final String SELLER_DETAILS
EMPTY_LIST
public static final String EMPTY_LIST
REMOVE_LINE
public static final String REMOVE_LINE
VSellerInvoice
public VSellerInvoice(FlowThread flowThread)
- Constructs a new VSellerInvoice object.
VSellerInvoice
public VSellerInvoice(FlowThread flowThread,
SignedMessage message)
getInvoice
public Invoice getInvoice(ActiveDeal deal,
Transaction ref) throws InvalidFormException, AssociationException, TransactionException
buildGUI
public void buildGUI()
- Builds the GUI of the VSellerInvoice.
run
public void run()
waitForEvent
public synchronized void waitForEvent()
tableChanged
public synchronized void tableChanged(TableModelEvent event)
showBuyerDetails
public void showBuyerDetails()
showSellerDetails
public void showSellerDetails()
showTotalPrice
public void showTotalPrice()
actionPerformed
public synchronized void actionPerformed(ActionEvent event)
dispatchVSellerInvoiceEvent
public void dispatchVSellerInvoiceEvent(Object source)
All Packages Class Hierarchy This Package Previous Next Index