Home | History | Annotate | Download | only in editor

Lines Matching defs:Editor

17 package com.android.contacts.editor;
29 public interface Editor {
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
49 // The editor has switched between different representations of the same
53 // Focus has changed inside the editor.
58 * Returns whether or not all the fields are empty in this {@link Editor}.
63 * Prepares this editor for the given {@link ValuesDelta}, which
73 * Add a specific {@link EditorListener} to this {@link Editor}.
99 * Performs the delete operation for this {@link Editor}, which involves both
105 * Clears all fields in this {@link Editor}.
111 * allows the appropriate editor UI to be presented immediately.