public class ImageryCaptureDialog extends ImageDialog implements android.text.TextWatcher
| Modifier and Type | Field and Description | 
|---|---|
| protected android.widget.LinearLayout | _container | 
| protected android.widget.EditText[] | _et | 
| protected android.widget.CheckBox | _imageryCB | 
| protected java.lang.Runnable | _onChanged | 
| protected java.lang.Runnable | _onRedo | 
| protected java.lang.Runnable | _onSave | 
_bmp, _cancelClick, _context, _created, _dialog, _height, _imgView, _inFile, _loader, _loadingImg, _onCancel, _root, _title, _viewHandler, _width| Constructor and Description | 
|---|
| ImageryCaptureDialog(MapView mapView) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterTextChanged(android.text.Editable s) | 
| void | beforeTextChanged(java.lang.CharSequence s,
                 int start,
                 int count,
                 int after) | 
| protected void | beginSetup() | 
| protected java.lang.String | getETPrefIndex(int index) | 
| protected android.content.Context | getLayoutContext() | 
| protected int | getLayoutId() | 
| java.lang.String | getTitle() | 
| protected android.graphics.Bitmap | loadBitmap() | 
| void | loadFinished() | 
| void | notifyChange() | 
| void | onTextChanged(java.lang.CharSequence s,
             int start,
             int before,
             int count) | 
| void | onViewCreated() | 
| void | setOnChangedListener(java.lang.Runnable r) | 
| void | setOnRedoListener(java.lang.Runnable r) | 
| void | setOnSaveListener(java.lang.Runnable r) | 
| protected void | setupDialogButtons(android.app.AlertDialog.Builder adb)Set dialog buttons text and actions | 
cleanup, dispose, initView, onCancel, onDismiss, setOnCancelListener, setTitle, setTitle, setupImage, setupImage, setupView, showprotected android.widget.LinearLayout _container
protected android.widget.CheckBox _imageryCB
protected final android.widget.EditText[] _et
protected java.lang.Runnable _onSave
protected java.lang.Runnable _onRedo
protected java.lang.Runnable _onChanged
public ImageryCaptureDialog(MapView mapView)
public void onViewCreated()
onViewCreated in class ImageDialogprotected void setupDialogButtons(android.app.AlertDialog.Builder adb)
ImageDialogsetupDialogButtons in class ImageDialogadb - Dialog builderpublic void notifyChange()
protected java.lang.String getETPrefIndex(int index)
public java.lang.String getTitle()
getTitle in class ImageDialogprotected int getLayoutId()
getLayoutId in class ImageDialogprotected android.content.Context getLayoutContext()
getLayoutContext in class ImageDialogpublic void setOnSaveListener(java.lang.Runnable r)
public void setOnRedoListener(java.lang.Runnable r)
public void setOnChangedListener(java.lang.Runnable r)
protected void beginSetup()
beginSetup in class ImageDialogprotected android.graphics.Bitmap loadBitmap()
loadBitmap in class ImageDialogpublic void loadFinished()
loadFinished in class ImageDialogpublic void beforeTextChanged(java.lang.CharSequence s,
                              int start,
                              int count,
                              int after)
beforeTextChanged in interface android.text.TextWatcherpublic void onTextChanged(java.lang.CharSequence s,
                          int start,
                          int before,
                          int count)
onTextChanged in interface android.text.TextWatcherpublic void afterTextChanged(android.text.Editable s)
afterTextChanged in interface android.text.TextWatcher