android.text.method
Class CharacterPickerDialog

java.lang.Object
  extended by android.app.Dialog
      extended by android.text.method.CharacterPickerDialog
All Implemented Interfaces:
DialogInterface, KeyEvent.Callback, View.OnClickListener, View.OnCreateContextMenuListener, Window.Callback, AdapterView.OnItemClickListener

public class CharacterPickerDialog
extends Dialog
implements AdapterView.OnItemClickListener, View.OnClickListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.content.DialogInterface
DialogInterface.OnCancelListener, DialogInterface.OnClickListener, DialogInterface.OnDismissListener, DialogInterface.OnKeyListener, DialogInterface.OnMultiChoiceClickListener, DialogInterface.OnShowListener
 
Field Summary
 
Fields inherited from interface android.content.DialogInterface
BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3
 
Constructor Summary
CharacterPickerDialog(Context context, View view, Editable text, String options, boolean insert)
           
 
Method Summary
 void onClick(View v)
           
protected  void onCreate(Bundle savedInstanceState)
           
 void onItemClick(AdapterView parent, View view, int position, long id)
           
 
Methods inherited from class android.app.Dialog
addContentView, cancel, closeOptionsMenu, dismiss, dispatchKeyEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getVolumeControlStream, getWindow, hide, isShowing, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterPickerDialog

public CharacterPickerDialog(Context context,
                             View view,
                             Editable text,
                             String options,
                             boolean insert)
Method Detail

onCreate

protected void onCreate(Bundle savedInstanceState)
Overrides:
onCreate in class Dialog

onItemClick

public void onItemClick(AdapterView parent,
                        View view,
                        int position,
                        long id)
Specified by:
onItemClick in interface AdapterView.OnItemClickListener

onClick

public void onClick(View v)
Specified by:
onClick in interface View.OnClickListener


Copyright © 2008-2010. All Rights Reserved.