Uses of Interface
com.e1c.langtool.stat.StatisticsService
Packages that use StatisticsService
Package
Description
-
Uses of StatisticsService in com.e1c.langtool.internal.stat
Classes in com.e1c.langtool.internal.stat that implement StatisticsServiceConstructors in com.e1c.langtool.internal.stat with parameters of type StatisticsServiceModifierConstructorDescriptionAsyncRecomputer(StatisticsService statisticService, ComputerEngine engine, AtomicBoolean autoStart) CompositeStatisticsManager(org.eclipse.core.resources.IProject project, ProjectMetricStorage storage, StatisticsService statisticsService, ITranslatingProjectManager translatingProjectManager, ITranslationStorageManager storageManager, AsyncRecomputer recomputer, IExporterRegistry exporterRegistry) Constructs a new composite statistics manager for aggregating and managing project statistics.CompositeStatisticsProvider(org.eclipse.core.resources.IProject project, ProjectMetricStorage storage, StatisticsService statisticService) ComputerEngineImpl(StatisticsService statisticsService, ITranslatingProjectManager translatingProjectManager, IFeatureValueCollectingService collectingService, GroupProviderRegistry groupProviderRegistry, StatisticsComputerRegistry computerRegistry) -
Uses of StatisticsService in com.e1c.langtool.internal.stat.adapters
Constructors in com.e1c.langtool.internal.stat.adapters with parameters of type StatisticsServiceModifierConstructorDescriptionFileStatisticAdapterFactory(StatisticsService statisticService) FolderStatisticAdapterFactory(StatisticsService statisticService) ProjectStatisticAdapterFactory(StatisticsService statisticService) -
Uses of StatisticsService in com.e1c.langtool.stat.internal.ui
Constructors in com.e1c.langtool.stat.internal.ui with parameters of type StatisticsServiceModifierConstructorDescriptionTranslationStatisticViewSettingsDialog(org.eclipse.swt.widgets.Shell parentShell, StatisticsService statisticService) -
Uses of StatisticsService in com.e1c.langtool.v8.dt.internal.stat
Constructors in com.e1c.langtool.v8.dt.internal.stat with parameters of type StatisticsService