LibreOffice Module android (master) 1
Public Attributes | List of all members
org.libreoffice.InvalidationHandler.OverlayState Enum Reference

The states the overlay. More...

Public Attributes

 NONE
 State where the overlay is empty. More...
 
 TRANSITION
 In-between state where we need to transition to a new overlay state. More...
 
 CURSOR
 State where we operate with the cursor. More...
 
 GRAPHIC_SELECTION
 State where we operate the graphic selection. More...
 
 SELECTION
 State where we operate the text selection. More...
 

Detailed Description

The states the overlay.

Definition at line 742 of file InvalidationHandler.java.

Member Data Documentation

◆ CURSOR

org.libreoffice.InvalidationHandler.OverlayState.CURSOR

State where we operate with the cursor.

Definition at line 756 of file InvalidationHandler.java.

Referenced by org.libreoffice.InvalidationHandler.invalidateCursor().

◆ GRAPHIC_SELECTION

org.libreoffice.InvalidationHandler.OverlayState.GRAPHIC_SELECTION

State where we operate the graphic selection.

Definition at line 760 of file InvalidationHandler.java.

Referenced by org.libreoffice.InvalidationHandler.graphicSelection().

◆ NONE

org.libreoffice.InvalidationHandler.OverlayState.NONE

◆ SELECTION

org.libreoffice.InvalidationHandler.OverlayState.SELECTION

State where we operate the text selection.

Definition at line 765 of file InvalidationHandler.java.

Referenced by org.libreoffice.InvalidationHandler.cursorVisibility(), and org.libreoffice.InvalidationHandler.textSelection().

◆ TRANSITION

org.libreoffice.InvalidationHandler.OverlayState.TRANSITION

In-between state where we need to transition to a new overlay state.

In this state we properly disable the older state and wait to transition to a new state triggered by an invalidation.

Definition at line 752 of file InvalidationHandler.java.

Referenced by org.libreoffice.InvalidationHandler.graphicSelection(), org.libreoffice.InvalidationHandler.handleCursorState(), org.libreoffice.InvalidationHandler.invalidateCursor(), and org.libreoffice.InvalidationHandler.textSelection().


The documentation for this enum was generated from the following file: