Since: API Level 2.5
package

com.droidux.pack.commons.widget.editor

The widget.editor.* package contains collection of widgets related to text processing.

Interfaces

NoteInterface Represents contracts that need to be implemented by notes widgets. 

Classes

AutoCompleteNoteEditor A subclass of AutoCompleteTextView with additional features, such as options to draw lines, color margins, gradient color background, etc to simulate notepad paper. 
BubbleTextView TextView that draws a bubble behind the text. 
MultiAutoCompleteNoteEditor A subclass of MultiAutoCompleteTextView with additional features, such as options to draw lines, color margins, gradient color background, etc to simulate notepad paper. 
NoteEditor A subclass of EditText with additional features, such as options to draw lines, color margins, gradient color background, etc to simulate notepad paper. 
NoteView A subclass of TextView with additional features, such as options to draw lines, color margins, gradient color background, etc to simulate notepad paper.