All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.display.VBuyerPayment
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.VBuyerPayment
- public class VBuyerPayment
- extends VInfo
- implements Runnable
-
currency
-
-
PAY
-
-
payButton
-
-
total
-
-
VBuyerPayment(FlowThread)
- Constructs a new VBuyerPayment object.
-
VBuyerPayment(FlowThread, SignedMessage)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VBuyerPayment.
-
run()
-
-
waitForEvent()
-
total
public TextField total
currency
public JComboBox currency
payButton
public JButton payButton
PAY
public static final String PAY
VBuyerPayment
public VBuyerPayment(FlowThread flowThread)
- Constructs a new VBuyerPayment object.
VBuyerPayment
public VBuyerPayment(FlowThread flowThread,
SignedMessage message)
buildGUI
public void buildGUI()
- Builds the GUI of the VBuyerPayment.
- 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