LibreOffice Module android (master) 1
Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.libreoffice.SearchController Class Reference
Inheritance diagram for org.libreoffice.SearchController:
[legend]
Collaboration diagram for org.libreoffice.SearchController:
[legend]

Classes

enum  SearchDirection
 

Public Member Functions

void onClick (View view)
 

Static Public Member Functions

static void addProperty (JSONObject json, String parentValue, String type, String value) throws JSONException
 

Private Member Functions

void search (String searchString, SearchDirection direction, float x, float y)
 

Private Attributes

final LibreOfficeMainActivity mActivity
 

Detailed Description

Definition at line 13 of file SearchController.java.

Member Function Documentation

◆ addProperty()

static void org.libreoffice.SearchController.addProperty ( JSONObject  json,
String  parentValue,
String  type,
String  value 
) throws JSONException
inlinestatic

Definition at line 60 of file SearchController.java.

References type, and value.

Referenced by org.libreoffice.SearchController.search().

◆ onClick()

void org.libreoffice.SearchController.onClick ( View  view)
inline

◆ search()

void org.libreoffice.SearchController.search ( String  searchString,
SearchDirection  direction,
float  x,
float  y 
)
inlineprivate

Member Data Documentation

◆ mActivity

final LibreOfficeMainActivity org.libreoffice.SearchController.mActivity
private

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