Android
android.text
public class

android.text.Annotation

java.lang.Object
android.text.Annotation

Annotations are simple key-value pairs that are preserved across TextView save/restore cycles and can be used to keep application-specific data that needs to be maintained for regions of text.

Summary

Public Constructors

            Annotation(String key, String value)

Public Methods

          String  getKey()
          String  getValue()
Methods inherited from class java.lang.Object

Details

Public Constructors

public Annotation(String key, String value)

Public Methods

public String getKey()

public String getValue()

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