|
CuneiPainter
Version 1.2
|
Created by situx on 5/23/15. More...


Public Member Functions | |
| int | getCount () |
| Object | getItem (final int i) |
| long | getItemId (final int i) |
| View | getView (final int i, View view, final ViewGroup viewGroup) |
Package Functions | |
| ResultAdapter (final Context context, final List< Tuple< String, String >> items) | |
| Constructor for this class. More... | |
Private Member Functions | |
| void | openDialog (String title, String text) |
| Opens a dialog window to display additional information about the cuneiform character. More... | |
Private Attributes | |
| final Typeface | myTypeface |
| List< Tuple< String, String > > | items |
| Context | context |
Created by situx on 5/23/15.
Adapter class for displaying cuneiform character results.
|
package |
Constructor for this class.
| context | the context of this adapter |
| items | the items to handle |
References ResultAdapter.context, and ResultAdapter.items.
| int getCount | ( | ) |
References ResultAdapter.items.
| View getView | ( | final int | i, |
| View | view, | ||
| final ViewGroup | viewGroup | ||
| ) |
References ResultAdapter.context, and ResultAdapter.items.
|
private |
Opens a dialog window to display additional information about the cuneiform character.
| title | the title of the dialog window |
| text | the text of the dialog window |
References ResultAdapter.context.
|
private |
Referenced by ResultAdapter.getView(), ResultAdapter.openDialog(), and ResultAdapter.ResultAdapter().
|
private |
Referenced by ResultAdapter.getCount(), ResultAdapter.getView(), and ResultAdapter.ResultAdapter().
|
private |