Package com.e1c.langtool.ui.collector
Interface SelectionCollectingRequester
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
TranslationsView
The requester of UI collection in
ISelectionCollectingService. The service will notify the requester
about the process of collecting and will send the result.-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanProcessPart(org.eclipse.ui.IWorkbenchPart part) Can process part on not.Gets the collecting parameters from the requestor.voidStatus changed and requester may react on it.
-
Method Details
-
getCollectingParameters
ICollectingParameters getCollectingParameters()Gets the collecting parameters from the requestor.- Returns:
- the collecting parameters, cannot be
null.
-
statusChanged
Status changed and requester may react on it.- Parameters:
event- the event, cannot benull.
-
canProcessPart
default boolean canProcessPart(org.eclipse.ui.IWorkbenchPart part) Can process part on not. Usually this method may filter itself UI part to prevent reaction of selection listener on focus in the current UI-requester.- Parameters:
part- the part, cannot benull.- Returns:
- true, if can process collection from this UI part.
-