Uses of Class
net.sourceforge.fixagora.tradecapture.shared.persistence.TradeCapture

Packages that use TradeCapture
net.sourceforge.fixagora.tradecapture.client.view.editor   
net.sourceforge.fixagora.tradecapture.shared.persistence   
 

Uses of TradeCapture in net.sourceforge.fixagora.tradecapture.client.view.editor
 

Methods in net.sourceforge.fixagora.tradecapture.client.view.editor that return TradeCapture
 TradeCapture TradeCaptureEditor.getTradeCapture()
          Gets the trade capture.
 

Constructors in net.sourceforge.fixagora.tradecapture.client.view.editor with parameters of type TradeCapture
TradeCaptureEditor(TradeCapture tradeCapture, MainPanel mainPanel, BasisClientConnector basisClientConnector)
          Instantiates a new trade capture editor.
TradeCaptureTableRenderer(TradeCapture tradeCapture)
          Instantiates a new trade capture table renderer.
 

Uses of TradeCapture in net.sourceforge.fixagora.tradecapture.shared.persistence
 

Methods in net.sourceforge.fixagora.tradecapture.shared.persistence that return TradeCapture
 TradeCapture AssignedTradeCaptureTarget.getTradeCapture()
          Gets the trade capture.
 TradeCapture AssignedTradeCaptureSource.getTradeCapture()
          Gets the trade capture.
 TradeCapture TradeCaptureReport.getTradeCapture()
          Gets the trade capture.
 

Methods in net.sourceforge.fixagora.tradecapture.shared.persistence with parameters of type TradeCapture
 void AssignedTradeCaptureTarget.setTradeCapture(TradeCapture tradeCapture)
          Sets the trade capture.
 void AssignedTradeCaptureSource.setTradeCapture(TradeCapture tradeCapture)
          Sets the trade capture.
 void TradeCaptureReport.setTradeCapture(TradeCapture tradeCapture)
          Sets the trade capture.