List of usage examples for java.util Observable subclass-usage
From source file userinterface.graph.AxisSettings.java
/** * Representation of an axis of a Graph. * The settings are propagated to the JFreeChart library. */ public class AxisSettings extends Observable implements SettingOwner { private String name;
From source file knop.psfj.heatmap.HeatMapGenerator.java
/** * The Class HeatMapGenerator. */ public class HeatMapGenerator extends Observable { /** The image width. */
From source file com.eislab.af.translator.Translator_hub_i.java
public class Translator_hub extends Observable {//implements Runnable { private int id = 0; public static Properties properties; public boolean noactivity = false;
From source file com.turn.ttorrent.client.Client.java
/**
* A pure-java BitTorrent client.
*
* <p>
* A BitTorrent client in its bare essence shares a given torrent. If the
* torrent is not complete locally, it will continue to download it. If or
From source file org.pdfsam.console.business.pdf.CmdExecuteManager.java
/** * Manager for the commands execution * * @author Andrea Vacondio */ public class CmdExecuteManager extends Observable implements Observer {
From source file org.jahia.services.importexport.DocumentViewExporter.java
/**
* Handler for export in a document view format.
* User: toto
* Date: Dec 17, 2009
* Time: 3:02:35 PM
*
From source file psidev.psi.mi.filemakers.xsd.AbstractXsdTreeStruct.java
/**
* This Class creates and manages a tree representation of a XML schema
*
* @author Arnaud Ceol, University of Rome "Tor Vergata", Mint group,
* arnaud.ceol@gmail.com
*
From source file org.ofbiz.core.entity.GenericEntity.java
/**
* Generic Entity Value Object - Handles persistence for any defined entity.
* <p>Note that this class extends <code>Observable</code> to achieve change notification for
* <code>Observer</code>s. Whenever a field changes the name of the field will be passed to
* the <code>notifyObservers()</code> method, and through that to the <code>update()</code> method of each
* <code>Observer</code>.
From source file com.neophob.sematrix.core.glue.Collector.java
/** * The Class Collector. */ public class Collector extends Observable { private static final Logger LOG = Logger.getLogger(Collector.class.getName());
From source file knop.psfj.BeadFrame.java
/**
* The Class BeadFrame.
*
* A Bead Frame is a class representing a frame around a bead.
*
*/