Android
android.webkit
public class

android.webkit.WebView.HitTestResult

java.lang.Object
android.webkit.WebView.HitTestResult

Summary

Constants

      Value  
int  ANCHOR_TYPE  HitTestResult for hitting a HTML::a tag   0x00000001 
int  EDIT_TEXT_TYPE  HitTestResult for hitting an edit text area   0x00000009 
int  EMAIL_TYPE  HitTestResult for hitting an email address   0x00000004 
int  GEO_TYPE  HitTestResult for hitting a map address   0x00000003 
int  IMAGE_ANCHOR_TYPE  HitTestResult for hitting a HTML::a tag which contains HTML::img   0x00000006 
int  IMAGE_TYPE  HitTestResult for hitting an HTML::img tag   0x00000005 
int  PHONE_TYPE  HitTestResult for hitting a phone number   0x00000002 
int  SRC_ANCHOR_TYPE  HitTestResult for hitting a HTML::a tag with src=http   0x00000007 
int  SRC_IMAGE_ANCHOR_TYPE  HitTestResult for hitting a HTML::a tag with src=http + HTML::img   0x00000008 
int  UNKNOWN_TYPE  Default HitTestResult, where the target is unknown   0x00000000 

Public Methods

          String  getExtra()
          int  getType()
Methods inherited from class java.lang.Object

Details

Constants

public static final int ANCHOR_TYPE

HitTestResult for hitting a HTML::a tag
Constant Value: 1 (0x00000001)

public static final int EDIT_TEXT_TYPE

HitTestResult for hitting an edit text area
Constant Value: 9 (0x00000009)

public static final int EMAIL_TYPE

HitTestResult for hitting an email address
Constant Value: 4 (0x00000004)

public static final int GEO_TYPE

HitTestResult for hitting a map address
Constant Value: 3 (0x00000003)

public static final int IMAGE_ANCHOR_TYPE

HitTestResult for hitting a HTML::a tag which contains HTML::img
Constant Value: 6 (0x00000006)

public static final int IMAGE_TYPE

HitTestResult for hitting an HTML::img tag
Constant Value: 5 (0x00000005)

public static final int PHONE_TYPE

HitTestResult for hitting a phone number
Constant Value: 2 (0x00000002)

public static final int SRC_ANCHOR_TYPE

HitTestResult for hitting a HTML::a tag with src=http
Constant Value: 7 (0x00000007)

public static final int SRC_IMAGE_ANCHOR_TYPE

HitTestResult for hitting a HTML::a tag with src=http + HTML::img
Constant Value: 8 (0x00000008)

public static final int UNKNOWN_TYPE

Default HitTestResult, where the target is unknown
Constant Value: 0 (0x00000000)

Public Methods

public String getExtra()

public int getType()

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