コード例 #1
0
 HexEditorOperationsFactoryServiceImpl(HexHtmlBuilderService htmlBuilderService, HexBufferFileServiceFactory hexBufferFileServiceFactory, Lazy <HexStructureInfoAggregatorFactory> hexStructureInfoAggregatorFactory, Lazy <HexReferenceHandlerService> hexReferenceHandlerService, Lazy <HexFileStructureInfoServiceFactory> hexFileStructureInfoServiceFactory)
 {
     this.htmlBuilderService                 = htmlBuilderService;
     this.hexBufferFileServiceFactory        = hexBufferFileServiceFactory;
     this.hexStructureInfoAggregatorFactory  = hexStructureInfoAggregatorFactory;
     this.hexReferenceHandlerService         = hexReferenceHandlerService;
     this.hexFileStructureInfoServiceFactory = hexFileStructureInfoServiceFactory;
 }
コード例 #2
0
 HexEditorOperationsFactoryServiceImpl(HexHtmlBuilderService htmlBuilderService)
 {
     this.htmlBuilderService = htmlBuilderService;
 }