Interface SpecialModeController
-
- All Implemented Interfaces:
public interface SpecialModeController
Base interface for all controllers handling special UI modes like annotation editing, text selection, etc.
-
-
Method Summary
Modifier and Type Method Description abstract void
exitActiveMode()
Exits any currently active mode (annotation editing, annotation creation, text selection). -
-
Method Detail
-
exitActiveMode
abstract void exitActiveMode()
Exits any currently active mode (annotation editing, annotation creation, text selection).
-
-
-
-