Example usage for java.util Observable subclass-usage

List of usage examples for java.util Observable subclass-usage

Introduction

In this page you can find the example usage for java.util Observable subclass-usage.

Usage

From source file org.graphwalker.ModelBasedTesting.java

/**
 * The object handles the test case generation, both online and offline.
 * 
 * @author krikar
 * 
 */

From source file fm.audiobox.AudioBox.java

/**
 * AudioBox is the main class.<br />
 * It uses a {@link IConfiguration} class.
 * To get information about {@link User user} use the {@link AudioBox#getUser()} method.
 * <p>
 *

From source file shuffle.fwk.ShuffleController.java

/**
 * @author Andrew Meyers
 *
 */
public class ShuffleController extends Observable
        implements ShuffleViewUser, ShuffleModelUser, ShuffleFrameUser, SimulationUser, I18nUser {

From source file com.lizardtech.expresszip.model.Job.java

public class Job extends Observable implements Runnable, ExecutorListener {
    private ExportProps jobParams = null;
    private Logger logger = null;
    private List<String> shapefiles = new ArrayList<String>();
    private File exportDir = null;
    private ExportOptionsViewComponent parent;

From source file org.modelibra.Entities.java

/**
 * <p>
 * Abstract class to implement common things about all groups of entities.
 * </p>
 * 
 * <p>

From source file org.exist.collections.Collection.java

/**
 * This class represents a collection in the database. A collection maintains a list of
 * sub-collections and documents, and provides the methods to store/remove resources.
 *
 * Collections are shared between {@link org.exist.storage.DBBroker} instances. The caller
 * is responsible to lock/unlock the collection. Call {@link DBBroker#openCollection(XmldbURI, int)}

From source file knop.psfj.BeadImage.java

/**
 * The Class BeadImage.
 */
public class BeadImage extends Observable {

    /**

From source file org.sleuthkit.autopsy.experimental.autoingest.AutoIngestManager.java

/**
 * An auto ingest manager is responsible for processing auto ingest jobs defined
 * by manifest files that can be added to any level of a designated input
 * directory tree.
 * <p>
 * Each manifest file specifies a co-located data source and a case to which the