|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.dockable.AbstractDockable
bibliothek.gui.dock.DefaultDockable
net.sourceforge.fixagora.basis.client.view.editor.AbstractBusinessObjectEditor
net.sourceforge.fixagora.buyside.client.view.editor.BuySideBookEditor
public class BuySideBookEditor
The Class BuySideBookEditor.
Constructor Summary | |
---|---|
BuySideBookEditor(BuySideBook buySideBook,
MainPanel mainPanel,
BasisClientConnector basisClientConnector)
Instantiates a new buy side book editor. |
Method Summary | |
---|---|
void |
addNewOrderSingle(BuySideNewOrderSingleEntry buySideNewOrderSingleEntry)
Adds the new order single. |
void |
addNewOrderSingleDialog(NewOrderSingleDialog newOrderSingleDialog)
Adds the new order single dialog. |
void |
addQuoteRequest(AbstractBuySideEntry.Side side,
java.util.List<Counterparty> counterparties,
long security)
Adds the quote request. |
void |
addQuoteResponseDialog(QuoteResponseDialog quoteResponseDialog)
Adds the quote response dialog. |
void |
checkDirty()
Check dirty. |
void |
clearCrawler(BuySideQuotePage buySideQuotePage)
Clear crawler. |
void |
closeAbstractBusinessObjectEditor()
Close abstract business object editor. |
AbstractBusinessObject |
getAbstractBusinessObject()
Gets the abstract business object. |
BuySideBook |
getBuySideBook()
Gets the buy side book. |
NewOrderSingleDialog |
getNewOrderSingleDialog(BuySideNewOrderSingleEntry buySideNewOrderSingleEntry)
Gets the new order single dialog. |
QuoteResponseDialog |
getQuoteResponseDialog(BuySideQuoteRequestEntry buySideQuoteRequestEntry)
Gets the quote response dialog. |
void |
initContent()
Inits the content. |
void |
onBuySideQuoteRequestResponse(BuySideQuoteRequestResponse quoteRequestResponse)
On buy side quote request response. |
void |
onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
On new order single response. |
void |
onUpdateBuySideMDInputEntryResponse(UpdateBuySideMDInputEntryResponse updateBuySideMDInputEntryResponse)
On update buy side md input entry response. |
void |
postConstruct()
Post construct. |
void |
removeNewOrderSingleDialog(NewOrderSingleDialog newOrderSingleDialog)
Removes the new order single dialog. |
void |
removeQuoteResponseDialog(QuoteResponseDialog quoteResponseDialog)
Removes the quote response dialog. |
void |
save()
Save. |
void |
stopWarning()
Stop warning. |
void |
toggleWarning()
Toggle warning. |
void |
updateContent(AbstractBusinessObject abstractBusinessObject)
Update content. |
void |
updateRoles(java.util.List<FRole> roles)
Update roles. |
Methods inherited from class net.sourceforge.fixagora.basis.client.view.editor.AbstractBusinessObjectEditor |
---|
checkName, getBasisClientConnector, getBugIcon, getMainPanel, getNameWarningLabel, getSelectedTab, getWarningIcon, handleFocus, isConsistent, isDirty, isEditable, isVisible |
Methods inherited from class bibliothek.gui.dock.DefaultDockable |
---|
add, add, asDockStation, getComponent, getContentPane, getFactoryID, remove, setController, setFactoryID, setLayout |
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable |
---|
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, addMouseInputListener, asDockable, bind, configureDisplayerHints, getController, getDockParent, getElement, getGlobalActionOffers, getLocalActionOffers, getPopupLocation, getTitleIcon, getTitleText, getTitleToolTip, isDockableVisible, isUsedAsTitle, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, removeKeyListener, removeMouseInputListener, requestDockTitle, resetTitleIcon, setActionOffers, setDockParent, setTitleIcon, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, unbind |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuySideBookEditor(BuySideBook buySideBook, MainPanel mainPanel, BasisClientConnector basisClientConnector)
buySideBook
- the buy side bookmainPanel
- the main panelbasisClientConnector
- the basis client connectorMethod Detail |
---|
public void initContent()
AbstractBusinessObjectEditor
initContent
in class AbstractBusinessObjectEditor
public BuySideBook getBuySideBook()
public void save()
AbstractBusinessObjectEditor
save
in class AbstractBusinessObjectEditor
public void checkDirty()
AbstractBusinessObjectEditor
checkDirty
in class AbstractBusinessObjectEditor
public void updateContent(AbstractBusinessObject abstractBusinessObject)
AbstractBusinessObjectEditor
updateContent
in class AbstractBusinessObjectEditor
abstractBusinessObject
- the abstract business objectpublic void updateRoles(java.util.List<FRole> roles)
AbstractBusinessObjectEditor
updateRoles
in class AbstractBusinessObjectEditor
roles
- the rolespublic AbstractBusinessObject getAbstractBusinessObject()
AbstractBusinessObjectEditor
getAbstractBusinessObject
in class AbstractBusinessObjectEditor
public void closeAbstractBusinessObjectEditor()
AbstractBusinessObjectEditor
closeAbstractBusinessObjectEditor
in class AbstractBusinessObjectEditor
public void postConstruct()
AbstractBusinessObjectEditor
postConstruct
in class AbstractBusinessObjectEditor
public void addNewOrderSingle(BuySideNewOrderSingleEntry buySideNewOrderSingleEntry)
buySideNewOrderSingleEntry
- the buy side new order single entrypublic void onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
newOrderSingleResponse
- the new order single responsepublic void onBuySideQuoteRequestResponse(BuySideQuoteRequestResponse quoteRequestResponse)
quoteRequestResponse
- the quote request responsepublic void stopWarning()
public void toggleWarning()
public void addNewOrderSingleDialog(NewOrderSingleDialog newOrderSingleDialog)
newOrderSingleDialog
- the new order single dialogpublic void removeNewOrderSingleDialog(NewOrderSingleDialog newOrderSingleDialog)
newOrderSingleDialog
- the new order single dialogpublic void removeQuoteResponseDialog(QuoteResponseDialog quoteResponseDialog)
quoteResponseDialog
- the quote response dialogpublic void addQuoteResponseDialog(QuoteResponseDialog quoteResponseDialog)
quoteResponseDialog
- the quote response dialogpublic NewOrderSingleDialog getNewOrderSingleDialog(BuySideNewOrderSingleEntry buySideNewOrderSingleEntry)
buySideNewOrderSingleEntry
- the buy side new order single entry
public QuoteResponseDialog getQuoteResponseDialog(BuySideQuoteRequestEntry buySideQuoteRequestEntry)
buySideQuoteRequestEntry
- the buy side quote request entry
public void clearCrawler(BuySideQuotePage buySideQuotePage)
buySideQuotePage
- the buy side quote pagepublic void onUpdateBuySideMDInputEntryResponse(UpdateBuySideMDInputEntryResponse updateBuySideMDInputEntryResponse)
updateBuySideMDInputEntryResponse
- the update buy side md input entry responsepublic void addQuoteRequest(AbstractBuySideEntry.Side side, java.util.List<Counterparty> counterparties, long security)
side
- the sidecounterparties
- the counterpartiessecurity
- the security
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |