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, show
protected 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 ImageDialog
protected void setupDialogButtons(android.app.AlertDialog.Builder adb)
ImageDialog
setupDialogButtons
in class ImageDialog
adb
- Dialog builderpublic void notifyChange()
protected java.lang.String getETPrefIndex(int index)
public java.lang.String getTitle()
getTitle
in class ImageDialog
protected int getLayoutId()
getLayoutId
in class ImageDialog
protected android.content.Context getLayoutContext()
getLayoutContext
in class ImageDialog
public 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 ImageDialog
protected android.graphics.Bitmap loadBitmap()
loadBitmap
in class ImageDialog
public void loadFinished()
loadFinished
in class ImageDialog
public void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after)
beforeTextChanged
in interface android.text.TextWatcher
public void onTextChanged(java.lang.CharSequence s, int start, int before, int count)
onTextChanged
in interface android.text.TextWatcher
public void afterTextChanged(android.text.Editable s)
afterTextChanged
in interface android.text.TextWatcher