Uses of Class
net.sourceforge.fixagora.excel.shared.persistence.ExcelTradeCapture

Packages that use ExcelTradeCapture
net.sourceforge.fixagora.excel.client.view.editor   
net.sourceforge.fixagora.excel.shared.persistence   
 

Uses of ExcelTradeCapture in net.sourceforge.fixagora.excel.client.view.editor
 

Methods in net.sourceforge.fixagora.excel.client.view.editor that return ExcelTradeCapture
 ExcelTradeCapture ExcelTradeCaptureEditor.getExcelTradeCapture()
          Gets the excel trade capture.
 

Constructors in net.sourceforge.fixagora.excel.client.view.editor with parameters of type ExcelTradeCapture
ExcelTradeCaptureEditor(ExcelTradeCapture excelTradeCapture, MainPanel mainPanel, BasisClientConnector basisClientConnector)
          Instantiates a new excel trade capture editor.
 

Uses of ExcelTradeCapture in net.sourceforge.fixagora.excel.shared.persistence
 

Methods in net.sourceforge.fixagora.excel.shared.persistence that return ExcelTradeCapture
 ExcelTradeCapture AssignedUserSettings.getExcelTradeCapture()
          Gets the excel trade capture.
 ExcelTradeCapture ExcelTradeCaptureReport.getExcelTradeCapture()
          Gets the excel trade capture.
 

Methods in net.sourceforge.fixagora.excel.shared.persistence with parameters of type ExcelTradeCapture
 void AssignedUserSettings.setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
          Sets the excel trade capture.
 void ExcelTradeCaptureReport.setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
          Sets the excel trade capture.