Uses of Enum Class
com.e1c.langtool.sync.EqualityState
Packages that use EqualityState
-
Uses of EqualityState in com.e1c.langtool.internal.sync
Methods in com.e1c.langtool.internal.sync that return EqualityStateModifier and TypeMethodDescriptionProjectSynchronization.getEqualityState()ProjectSynchronizationService.getState(ITranslatedProject project) ProjectSynchronizationService.getState(org.eclipse.core.resources.IProject project) Methods in com.e1c.langtool.internal.sync with parameters of type EqualityStateModifier and TypeMethodDescriptionvoidProjectSynchronization.setEqualityState(EqualityState equalityState) -
Uses of EqualityState in com.e1c.langtool.sync
Methods in com.e1c.langtool.sync that return EqualityStateModifier and TypeMethodDescriptionSynchronizationManager.getEqualityState()Gets the equality state of synchronization.StateChangeEvent.getNewState()Gets the new state.StateChangeEvent.getOldState()Gets the old state.SynchronizationService.getState(ITranslatedProject project) Gets the state of synchronization for the translated project.SynchronizationService.getState(org.eclipse.core.resources.IProject project) Gets the state of synchronization for the translated project.static EqualityStateReturns the enum constant of this class with the specified name.static EqualityState[]EqualityState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.e1c.langtool.sync with parameters of type EqualityStateModifierConstructorDescriptionStateChangeEvent(SynchronizationManager source, org.eclipse.core.resources.IProject project, EqualityState oldState, EqualityState newState) Instantiates a new state change event.