Example usage for android.widget Editor interface-usage

List of usage examples for android.widget Editor interface-usage

Introduction

In this page you can find the example usage for android.widget Editor interface-usage.

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 {