List of usage examples for android.widget Editor interface-usage
From source file edu.cens.loci.ui.widget.GenericEditorView.java
/** * Simple editor that handles labels and any {@link EditField} defined for * the entry. Uses {@link ValuesDelta} to read any existing * {@link Entity} values, and to correctly write any changes values. */ public class GenericEditorView extends RelativeLayout implements Editor, View.OnClickListener {