|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.dictccfe.and.DictAndActivity.DictSelector
private final class DictAndActivity.DictSelector
Listener for the dialog box for selecting or loading the dictionary.
| Field Summary | |
|---|---|
private DictAndActivity |
m_dictandactivity
Calls method for loading the selected dictionary. |
private java.lang.String[] |
m_items
The dictionary names shown in the dialog. |
private boolean |
m_loadorselect
true for loading a dictionary and false for selecting one. |
| Constructor Summary | |
|---|---|
DictAndActivity.DictSelector(DictAndActivity aDictAndActivity,
java.lang.String[] items,
boolean loadorselect)
Initializes an empty listener. |
|
| Method Summary | |
|---|---|
void |
onClick(android.content.DialogInterface aDialog,
int anItem)
The click listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String[] m_items
private final DictAndActivity m_dictandactivity
private final boolean m_loadorselect
| Constructor Detail |
|---|
public DictAndActivity.DictSelector(DictAndActivity aDictAndActivity,
java.lang.String[] items,
boolean loadorselect)
aDictAndActivity - here the method for loading the dictionary
index will be called.items - the items put for selection into the dialog.| Method Detail |
|---|
public final void onClick(android.content.DialogInterface aDialog,
int anItem)
onClick in interface android.content.DialogInterface.OnClickListeneraDialog - the dialog, in which the selection was made.anItem - the selected item.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||