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 fxts.stations.util.UserPreferences.java

/**
 * Singleton class that is responsible for saving user
 * preferencies of ui.
 */
public class UserPreferences extends Observable implements IUserPreferencesListener {
    private static final Log LOG = LogFactory.getLog(UserPreferences.class);

From source file com.moneydance.modules.features.importlist.io.FileAdmin.java

/**
 * This core class coordinates and delegates operations on the file system.
 *
 * @author Florian J. Breunig
 */
public final class FileAdmin extends Observable implements Observer {

From source file lv.semti.morphology.analyzer.Word.java

    /**
     * Morphologically analyzed token with potentially multiple variants of
     * analysis.
     * 
     * @author Pteris Paikens
     */

From source file it.grid.storm.namespace.config.xml.XMLNamespaceLoader.java

/**
 * <p>
 * Title:
 * </p>
 * 
 * <p>

From source file es.uvigo.ei.sing.adops.datatypes.Project.java

@Datatype(structure = Structure.LIST, namingMethod = "getName", autoOpen = true)
public class Project extends Observable implements HasConfiguration {
    private static final String CONFIGURATION_FILE = "project.conf";
    private static final String FILE_NAMES = "names.txt";
    private static final String FILE_ORIGINAL_FASTA = "original.fasta";
    private static final String FILE_FASTA = "input.fasta";

From source file ca.sfu.federation.model.Scenario.java

/**
 * Scenario is a SystolicArray that manages collections of object instances and
 * their instance parameters, peforms operations on collections of instances,
 * and maintains metadata describing the context of the Scenario object.
 * Scenario is comprised of objects that fall into one of two categories.
 * Contextual objects are those which can be referenced but that can not be

From source file userinterface.graph.AxisSettingsHistogram.java

public class AxisSettingsHistogram extends Observable implements SettingOwner {

    private String name;
    private SettingDisplay display;

    /** Our graph object. */

From source file com.microsoft.alm.plugin.idea.ui.common.tabs.TabFormImpl.java

/**
 * Common functionality for all tab views
 */
public abstract class TabFormImpl<T extends FilteredModel> extends Observable implements TabForm<T> {
    private final String tabTitle;
    private final String createDialogTitle;

From source file org.jpos.ee.pm.core.PresentationManager.java

/**
 *
 * @author jpaoletti
 */
public class PresentationManager extends Observable {

From source file com.anrisoftware.globalpom.exec.core.DefaultProcessTask.java

/**
 * Executes command task.
 *
 * @author Erwin Mueller, erwin.mueller@deventm.org
 * @since 1.11
 */