示例#1
0
 DisplayAppSettingsTabCreator(TextEditorSettingsImpl textEditorSettings, FileTreeViewSettingsImpl fileTreeViewSettings, FileTabManagerSettingsImpl fileTabManagerSettings)
 {
     this.textEditorSettings = textEditorSettings;
     this.fileTreeViewSettings = fileTreeViewSettings;
     this.fileTabManagerSettings = fileTabManagerSettings;
 }
示例#2
0
 TabMiscOptionCreator(FileTreeViewSettingsImpl fileTreeViewSettings)
 {
     this.fileTreeViewSettings = fileTreeViewSettings;
 }