Android
android.text.method
public interface

android.text.method.MovementMethod

android.text.method.MovementMethod

Summary

Public Methods

          boolean  canSelectArbitrarily()
Returns true if this movement method allows arbitrary selection of any text; false if it has no selection (like a movement method that only scrolls) or a constrained selection (for example limited to links.
          void  initialize(TextView widget, Spannable text)
          boolean  onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event)
          boolean  onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event)
          void  onTakeFocus(TextView widget, Spannable text, int direction)
          boolean  onTouchEvent(TextView widget, Spannable text, MotionEvent event)
          boolean  onTrackballEvent(TextView widget, Spannable text, MotionEvent event)

Details

Public Methods

public boolean canSelectArbitrarily()

Returns true if this movement method allows arbitrary selection of any text; false if it has no selection (like a movement method that only scrolls) or a constrained selection (for example limited to links. The "Select All" menu item is disabled if arbitrary selection is not allowed.

public void initialize(TextView widget, Spannable text)

public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event)

public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event)

public void onTakeFocus(TextView widget, Spannable text, int direction)

public boolean onTouchEvent(TextView widget, Spannable text, MotionEvent event)

public boolean onTrackballEvent(TextView widget, Spannable text, MotionEvent event)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56