All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.display.VSellerPayment
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
|
+----semper.BApp.bargainer.display.VSellerPayment
- public class VSellerPayment
- extends VInfo
- implements Runnable
-
paymentReceiptButton
-
-
SEND_PAYMENT_RECEIPT
-
-
VSellerPayment(FlowThread)
- Constructs a new VSellerPayment object.
-
VSellerPayment(FlowThread, SignedMessage)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VSellerPayment.
-
run()
-
-
waitForEvent()
-
paymentReceiptButton
public JButton paymentReceiptButton
SEND_PAYMENT_RECEIPT
public static final String SEND_PAYMENT_RECEIPT
VSellerPayment
public VSellerPayment(FlowThread flowThread)
- Constructs a new VSellerPayment object.
VSellerPayment
public VSellerPayment(FlowThread flowThread,
SignedMessage message)
buildGUI
public void buildGUI()
- Builds the GUI of the VSellerPayment.
- Overrides:
- buildGUI in class VInfo
run
public void run()
waitForEvent
public synchronized void waitForEvent()
actionPerformed
public synchronized void actionPerformed(ActionEvent event)
- Overrides:
- actionPerformed in class VInfo
All Packages Class Hierarchy This Package Previous Next Index