public class

DialogTextSearchOption

extends AlertDialog
java.lang.Object
   ↳ android.app.Dialog
     ↳ android.app.AlertDialog
       ↳ com.pdftron.pdf.tools.DialogTextSearchOption

Class Overview

Dialog of given option when searching text

Summary

[Expand]
Inherited Constants
From class android.app.AlertDialog
From interface android.content.DialogInterface
Public Constructors
DialogTextSearchOption(Context context)
Class constructor
Public Methods
boolean getCaseSensitive()
boolean getRegExps()
boolean getWholeWord()
void setCaseSensitive(boolean flag)
Sets if case sensitive should be used.
void setRegExps(boolean flag)
Sets if regular expressions should be used.
void setWholeWord(boolean flag)
Sets if whole word should be used.
[Expand]
Inherited Methods
From class android.app.AlertDialog
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.view.KeyEvent.Callback
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public DialogTextSearchOption (Context context)

Class constructor

Public Methods

public boolean getCaseSensitive ()

Returns
  • True if case sensitive is checked

public boolean getRegExps ()

Returns
  • True if regular expressions is checked

public boolean getWholeWord ()

Returns
  • True if whole word is checked

public void setCaseSensitive (boolean flag)

Sets if case sensitive should be used.

Parameters
flag True if case sensitive should be used

public void setRegExps (boolean flag)

Sets if regular expressions should be used.

Parameters
flag True if regular expressions should be used

public void setWholeWord (boolean flag)

Sets if whole word should be used.

Parameters
flag True if whole word should be used