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
Modifier and TypeMethodDescriptionboolean
Checks if the processing is active.
Method Details
isSelectionEnablerProcessingEnabled
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.