Package com.iizigo.handler
Interface ISelectionEnablerHandler
- All Known Implementing Classes:
TextTableEditor
public interface ISelectionEnablerHandler
Interface that can be implemented by an Editor to handle the selection enabler processing instead of the default.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelectionEnablerProcessingEnabled(SelectionEnabler se)
Checks if the processing is active.
Method Detail
isSelectionEnablerProcessingEnabled
boolean isSelectionEnablerProcessingEnabled(SelectionEnabler se)
Checks if the processing is active.- Parameters:
se
- The selection enabler instance that should be updated.- Returns:
- The processing enabled flag: true = processed, false = process as default.