List of usage examples for java.beans PropertyChangeListener interface-usage
From source file org.openmicroscopy.shoola.agents.imviewer.util.proj.ProjSavingDialog.java
/**
* Dialog used to set the extra parameters required to project the image.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file org.openmicroscopy.shoola.agents.util.ui.ScriptingDialog.java
/**
* Dialog to run the selected script. The UI is created on the fly.
*
* @author Jean-Marie Burel
* <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
* @author Donald MacDonald
From source file edu.ku.brc.specify.tools.schemalocale.SchemaLocalizerDlg.java
/**
* @author rods
*
* @code_status Alpha
*
* Created Date: Sep 27, 2007
From source file org.goko.gcode.filesender.FileSenderPart.java
/**
* A part for GCode file streaming
*
* @author PsyKo
*
*/
From source file edu.ku.brc.specify.ui.DBObjSearchPanel.java
/**
* This is a "generic" or more specifically "configurable" search panel class. This enables you to specify a form to be used to enter the search criteria
* and then the search definition it is to use to do the search and display the results as a table in the dialog. The resulting class is to be passed in
* on construction so the results of the search can actually yield a Hibernate object.
*
* NOTE: The second Constructor has not been tested! (It is designed as a single text field only that doesn't need a form view).
From source file org.photovault.swingui.PhotoInfoEditor.java
/** PhotoInfoEditor provides a GUI interface for creating of modifying PhotoInfo records in the database. Use can either edit an existing record or create a completely new record. */ public class PhotoInfoEditor extends JPanel implements PhotoSelectionView, ActionListener, DocumentListener, PropertyChangeListener {
From source file uk.ac.ox.cbrg.cpfp.uploadapp.UploadApplet.java
public class UploadApplet extends javax.swing.JApplet implements PropertyChangeListener { private UploadTask task; private Vector<UploadFile> uploadFiles; private String uploadURL; private long chunkSize;
From source file de.rub.syssec.saaf.gui.editor.FileTree.java
/**
* Display a file system in a JTree view (extended with lots of SAAF stuff).
*
* <p>
* Window to browse in the Android-App, viewing smali and java code. Called by
* {@link OpenApp#showOrOpenNewFrame}.
From source file dk.dma.epd.shore.gui.views.SendRouteDialog.java
/** * Dialog used by EPDShore to send a tactical route suggestion to a ship. */ public class SendRouteDialog extends ComponentDialog implements ActionListener, PropertyChangeListener { private static final long serialVersionUID = 1L;
From source file com.architexa.diagrams.relo.parts.ArtifactEditPart.java
/** * Place for functionality that is essentially an RDF Controller/EditPart * @author vineet * */ public abstract class ArtifactEditPart extends AbstractReloEditPart