Uses of Interface
com.e1c.langtool.sync.SynchronizationManager
Packages that use SynchronizationManager
-
Uses of SynchronizationManager in com.e1c.langtool.internal.sync
Classes in com.e1c.langtool.internal.sync that implement SynchronizationManagerMethods in com.e1c.langtool.internal.sync that return SynchronizationManagerModifier and TypeMethodDescriptionProjectSynchronizationService.getSynchronizationManager(ITranslatedProject project) ProjectSynchronizationService.getSynchronizationManager(org.eclipse.core.resources.IProject project) -
Uses of SynchronizationManager in com.e1c.langtool.sync
Methods in com.e1c.langtool.sync that return SynchronizationManagerModifier and TypeMethodDescriptionStateChangeEvent.getManager()Gets the synchronization manager whitch sent this event.SynchronizationService.getSynchronizationManager(ITranslatedProject project) Gets the synchronization manager for the translated project.SynchronizationService.getSynchronizationManager(org.eclipse.core.resources.IProject project) Gets the synchronization manager for the translated project.Constructors in com.e1c.langtool.sync with parameters of type SynchronizationManagerModifierConstructorDescriptionStateChangeEvent(SynchronizationManager source, org.eclipse.core.resources.IProject project, EqualityState oldState, EqualityState newState) Instantiates a new state change event.