All Packages Class Hierarchy This Package Previous Next Index
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 JButton buyerDetailsButtonbuyerLabel
public JLabel buyerLabelbuyerDetailsFrame
public JFrame buyerDetailsFramebuyersNameField
public TextField buyersNameFieldbuyersCompanyField
public TextField buyersCompanyFieldbuyerDetailsOkButton
public JButton buyerDetailsOkButtonsellerDetailsButton
public JButton sellerDetailsButtonsellerLabel
public JLabel sellerLabelsellerDetailsFrame
public JFrame sellerDetailsFramesellersNameField
public TextField sellersNameFieldsellersCompanyField
public TextField sellersCompanyFieldsellerDetailsOkButton
public JButton sellerDetailsOkButtonqosDetailsButton
public JButton qosDetailsButtonqosFrame
public JFrame qosFrameqosDetailsOkButton
public JButton qosDetailsOkButtontable
public Table tableemptyButton
public JButton emptyButtonremoveLineButton
public JButton removeLineButtonrejectFrame
public JFrame rejectFrameconfirmRejectButton
public JButton confirmRejectButtoncancelRejectButton
public JButton cancelRejectButtonpasswordFrame
public JFrame passwordFramecommentsArea
public TextArea commentsAreapasswordOkButton
public JButton passwordOkButtonpasswordCancelButton
public JButton passwordCancelButtondifferencesFrame
public JFrame differencesFramedifferencesOkButton
public JButton differencesOkButtonreceivedInfo
public JTextArea receivedInfosendInfo
public JTextArea sendInfoBUYER_DETAILS
public static final String BUYER_DETAILSSELLER_DETAILS
public static final String SELLER_DETAILSEMPTY_LIST
public static final String EMPTY_LISTREMOVE_LINE
public static final String REMOVE_LINEAUTHENTICATED
public static final String AUTHENTICATEDNON_REPUTABLE
public static final String NON_REPUTABLESIGNED
public static final String SIGNEDQOS_DETAILS
public static final String QOS_DETAILSQOS
public static final String QOSOFF_LINE
public static final String OFF_LINEON_LINE
public static final String ON_LINEWARNING1
public static final String WARNING1WARNING2
public static final String WARNING2
public VContract(FlowThread flowThread)
public VContract(FlowThread flowThread, NegotiateMessage message)VContract
public VContract(FlowThread flowThread, SignedMessage message)
protected JPanel getInfoPanel()
public void buildGUI()
public NegotiateMessage getNegotiateMessage(ActiveDeal deal, Transaction ref) throws InvalidFormException, AssociationException, TransactionExceptiongetSignedMessage
public SignedMessage getSignedMessage(ActiveDeal deal, Transaction ref, Statement statement) throws InvalidFormException, AssociationException, TransactionExceptiongetReject
public Reject getReject(ActiveDeal deal, Transaction ref, Statement statement) throws InvalidFormException, AssociationException, TransactionExceptiongetSimpleReject
public SimpleReject getSimpleReject(ActiveDeal deal, Transaction ref) throws InvalidFormException, AssociationException, TransactionExceptionshowBuyerDetails
public void showBuyerDetails()showSellerDetails
public void showSellerDetails()showTotalPrice
public void showTotalPrice()reject
public void reject()
public void signedReject()enterPassword
public void enterPassword(String type)checkPassword
public void checkPassword() throws InvalidFormExceptionshowDifferences
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