Example usage for android.database DataSetObservable subclass-usage

List of usage examples for android.database DataSetObservable subclass-usage

Introduction

In this page you can find the example usage for android.database DataSetObservable subclass-usage.

Usage

From source file com.google.blockly.android.control.NameManager.java

/**
 * Utility functions for handling variable and procedure names.
 */
public abstract class NameManager extends DataSetObservable {
    // Regular expression with two groups.  The first lazily looks for any sequence of characters
    // and the second looks for one or more numbers.  So foo2 -> (foo, 2).  f222 -> (f, 222).

From source file android.support.v7ox.widget.ActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored

From source file fr.rolandl.smartshareactionprovider.SmartActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored

From source file android.support.v7.widget.ActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored

From source file lewa.support.v7.internal.widget.ActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored

From source file android.support.v7.internal.widget.ActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored

From source file com.actionbarsherlock.widget.ActivityChooserModel.java

/**
 * <p>
 * This class represents a data model for choosing a component for handing a
 * given {@link Intent}. The model is responsible for querying the system for
 * activities that can handle the given intent and order found activities
 * based on historical data of previous choices. The historical data is stored