All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.display.VContract
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.VContract
- public class VContract
- extends VForm
- implements ActionListener, TableModelListener
-
AUTHENTICATED
-
-
BUYER_DETAILS
-
-
buyerDetailsButton
-
-
buyerDetailsFrame
-
-
buyerDetailsOkButton
-
-
buyerLabel
-
-
buyersCompanyField
-
-
buyersNameField
-
-
cancelRejectButton
-
-
commentsArea
-
-
confirmRejectButton
-
-
differencesFrame
-
-
differencesOkButton
-
-
EMPTY_LIST
-
-
emptyButton
-
-
NON_REPUTABLE
-
-
OFF_LINE
-
-
ON_LINE
-
-
passwordCancelButton
-
-
passwordFrame
-
-
passwordOkButton
-
-
QOS
-
-
QOS_DETAILS
-
-
qosDetailsButton
-
-
qosDetailsOkButton
-
-
qosFrame
-
-
receivedInfo
-
-
rejectFrame
-
-
REMOVE_LINE
-
-
removeLineButton
-
-
SELLER_DETAILS
-
-
sellerDetailsButton
-
-
sellerDetailsFrame
-
-
sellerDetailsOkButton
-
-
sellerLabel
-
-
sellersCompanyField
-
-
sellersNameField
-
-
sendInfo
-
-
SIGNED
-
-
table
-
-
WARNING1
-
-
WARNING2
-
-
VContract(FlowThread)
- Constructs a new VContract object.
-
VContract(FlowThread, NegotiateMessage)
-
-
VContract(FlowThread, SignedMessage)
-
-
actionPerformed(ActionEvent)
-
-
buildGUI()
- Builds the GUI of the VContract.
-
checkPassword()
-
-
enterPassword(String)
-
-
getInfoPanel()
- If you like to have a Comment/Info Panel overwrite this method ....
-
getNegotiateMessage(ActiveDeal, Transaction)
-
-
getReject(ActiveDeal, Transaction, Statement)
-
-
getSignedMessage(ActiveDeal, Transaction, Statement)
-
-
getSimpleReject(ActiveDeal, Transaction)
-
-
reject()
- Builds a frame to confirm rejection and comment on its reason.
-
setFormEnabled(boolean)
-
-
showBuyerDetails()
-
-
showDifferences(String)
-
-
showSellerDetails()
-
-
showTotalPrice()
-
-
signedReject()
-
-
tableChanged(TableModelEvent)
-
buyerDetailsButton
public JButton buyerDetailsButton
buyerLabel
public JLabel buyerLabel
buyerDetailsFrame
public JFrame buyerDetailsFrame
buyersNameField
public TextField buyersNameField
buyersCompanyField
public TextField buyersCompanyField
buyerDetailsOkButton
public JButton buyerDetailsOkButton
sellerDetailsButton
public JButton sellerDetailsButton
sellerLabel
public JLabel sellerLabel
sellerDetailsFrame
public JFrame sellerDetailsFrame
sellersNameField
public TextField sellersNameField
sellersCompanyField
public TextField sellersCompanyField
sellerDetailsOkButton
public JButton sellerDetailsOkButton
qosDetailsButton
public JButton qosDetailsButton
qosFrame
public JFrame qosFrame
qosDetailsOkButton
public JButton qosDetailsOkButton
table
public Table table
emptyButton
public JButton emptyButton
removeLineButton
public JButton removeLineButton
rejectFrame
public JFrame rejectFrame
confirmRejectButton
public JButton confirmRejectButton
cancelRejectButton
public JButton cancelRejectButton
passwordFrame
public JFrame passwordFrame
commentsArea
public TextArea commentsArea
passwordOkButton
public JButton passwordOkButton
passwordCancelButton
public JButton passwordCancelButton
differencesFrame
public JFrame differencesFrame
differencesOkButton
public JButton differencesOkButton
receivedInfo
public JTextArea receivedInfo
sendInfo
public JTextArea sendInfo
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
AUTHENTICATED
public static final String AUTHENTICATED
NON_REPUTABLE
public static final String NON_REPUTABLE
SIGNED
public static final String SIGNED
QOS_DETAILS
public static final String QOS_DETAILS
QOS
public static final String QOS
OFF_LINE
public static final String OFF_LINE
ON_LINE
public static final String ON_LINE
WARNING1
public static final String WARNING1
WARNING2
public static final String WARNING2
VContract
public VContract(FlowThread flowThread)
- Constructs a new VContract object.
VContract
public VContract(FlowThread flowThread,
NegotiateMessage message)
VContract
public VContract(FlowThread flowThread,
SignedMessage message)
getInfoPanel
protected JPanel getInfoPanel()
- If you like to have a Comment/Info Panel overwrite this method ....
buildGUI
public void buildGUI()
- Builds the GUI of the VContract.
getNegotiateMessage
public NegotiateMessage getNegotiateMessage(ActiveDeal deal,
Transaction ref) throws InvalidFormException, AssociationException, TransactionException
getSignedMessage
public SignedMessage getSignedMessage(ActiveDeal deal,
Transaction ref,
Statement statement) throws InvalidFormException, AssociationException, TransactionException
getReject
public Reject getReject(ActiveDeal deal,
Transaction ref,
Statement statement) throws InvalidFormException, AssociationException, TransactionException
getSimpleReject
public SimpleReject getSimpleReject(ActiveDeal deal,
Transaction ref) throws InvalidFormException, AssociationException, TransactionException
showBuyerDetails
public void showBuyerDetails()
showSellerDetails
public void showSellerDetails()
showTotalPrice
public void showTotalPrice()
reject
public void reject()
- Builds a frame to confirm rejection and comment on its reason.
signedReject
public void signedReject()
enterPassword
public void enterPassword(String type)
checkPassword
public void checkPassword() throws InvalidFormException
showDifferences
public void showDifferences(String differences)
setFormEnabled
public void setFormEnabled(boolean b)
actionPerformed
public void actionPerformed(ActionEvent event)
tableChanged
public void tableChanged(TableModelEvent event)
All Packages Class Hierarchy This Package Previous Next Index