Uses of Enum Class
com.e1c.langtool.ui.collector.SelectionCollectingStatus
Packages that use SelectionCollectingStatus
-
Uses of SelectionCollectingStatus in com.e1c.langtool.ui.collector
Methods in com.e1c.langtool.ui.collector that return SelectionCollectingStatusModifier and TypeMethodDescription@NonNull SelectionCollectingStatusSelectionCollectingEvent.getStatus()Gets the status of collecting event.static SelectionCollectingStatusReturns the enum constant of this class with the specified name.static SelectionCollectingStatus[]SelectionCollectingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.e1c.langtool.ui.collector with parameters of type SelectionCollectingStatusModifierConstructorDescriptionSelectionCollectingEvent(Object source, SelectionCollectingStatus status) Instantiates a new selection collecting event without result, the status should not beUPDATED.SelectionCollectingEvent(Object source, SelectionCollectingStatus status, FeatureValueCollectingResult result) Instantiates a new selection collecting event.