JavaScript Editor js editor     Web development 



Main Page

Use to create new CursorAdapter objects, add CursorAdapter objects from a class library, remove CursorAdapter objects, or open the CursorAdapter Builder for an existing CursorAdapter object.

Add


Displays the Open dialog box so that you can select an existing CursorAdapter class from a class library or program file.
New


Displays the CursorAdapter Builder so that you can create and configure a new CursorAdapter object.
Remove


Removes the currently selected CursorAdapter object. You can also select a different CursorAdapter object from the list appearing on the Cursors tab.
Builder


Opens the CursorAdapter Builder for the currently selected CursorAdapter object.
Class


Read-only. Displays the class name for the currently selected CursorAdapter object.
Name


Read/write. Displays the name of the currently selected CursorAdapter object. The default name is Cursor<CursorNumber>.

See Also



JavaScript Editor js editor     Web development