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 SummaryModifier and TypeMethodDescription- booleanChecks if the processing is active.
- Method Details- isSelectionEnablerProcessingEnabledChecks 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.