public class

UndoRedoPopupWindow

extends PopupWindow
java.lang.Object
   ↳ android.widget.PopupWindow
     ↳ com.pdftron.pdf.controls.UndoRedoPopupWindow
Known Direct Subclasses

Class Overview

A popup window class that displays undo/redo options

Summary

Nested Classes
interface UndoRedoPopupWindow.OnUndoRedoListener Callback interface to be invoked when undo/redo is called. 
[Expand]
Inherited Constants
From class android.widget.PopupWindow
Public Constructors
UndoRedoPopupWindow(Context context, UndoRedoManager undoRedoManager, UndoRedoPopupWindow.OnUndoRedoListener listener)
Class constructor
UndoRedoPopupWindow(Context context, UndoRedoManager undoRedoManager, UndoRedoPopupWindow.OnUndoRedoListener listener, int locationId)
Class constructor
Public Methods
void dismiss()
[Expand]
Inherited Methods
From class android.widget.PopupWindow
From class java.lang.Object

Public Constructors

public UndoRedoPopupWindow (Context context, UndoRedoManager undoRedoManager, UndoRedoPopupWindow.OnUndoRedoListener listener)

Class constructor

Parameters
context The context
undoRedoManager The UndoRedoManager
listener The listener to undo/redo event

public UndoRedoPopupWindow (Context context, UndoRedoManager undoRedoManager, UndoRedoPopupWindow.OnUndoRedoListener listener, int locationId)

Class constructor

Parameters
context The context
undoRedoManager The UndoRedoManager
listener The listener to undo/redo event
locationId The location ID of where this is called from. It will be used in Analytics Handler.

Public Methods

public void dismiss ()