List of usage examples for java.awt.event WindowListener interface-usage
From source file org.isatools.isacreator.filechooser.FileChooserUI.java
/** * Custom FileChooser which provides more functionality to the user for selection of files of similar types, * creating multiple selections of files for subsequent entry into a table or list, sorting of files by name, * reordering them for entry into the list, and so forth. */ public class FileChooserUI extends AnimatableJFrame implements WindowListener {
From source file ome.formats.importer.gui.GuiImporter.java
/** * @author Brian W. Loranger */ public class GuiImporter extends JFrame implements ActionListener, WindowListener, IObserver, PropertyChangeListener, WindowStateListener, WindowFocusListener { private static final String show_log_file = "show_log_file_location";
From source file Java3DFrame.java
/**
* The Example class is a base class extended by example applications. The class
* provides basic features to create a top-level frame, add a menubar and
* Canvas3D, build the universe, set up "examine" and "walk" style navigation
* behaviors, and provide hooks so that subclasses can add 3D content to the
* example's universe.
From source file org.jfree.chart.demo.JFreeChartDemo.java
/** * The main frame in the chart demonstration application. * */ public class JFreeChartDemo extends JFrame implements ActionListener, WindowListener {
From source file uk.ac.babraham.SeqMonk.Filters.GeneSetFilter.GeneSetIntensityDifferenceFilter.java
/**
* Filters probes based on the the probability of their difference being
* part of the local noise level for their average intensity.
*
* interface for p value, benhoch correction
*
From source file ca.phon.app.project.ProjectWindow.java
/** * The project window. * */ public class ProjectWindow extends CommonModuleFrame implements WindowListener {
From source file com.declarativa.interprolog.gui.Ini2.java
/** * * @author Esteban */ public class Ini2 extends javax.swing.JFrame implements WindowListener {
From source file com.declarativa.interprolog.gui.Ini3.java
/** * * @author Esteban */ public class Ini3 extends javax.swing.JFrame implements WindowListener {
From source file com.declarativa.interprolog.gui.ListenerWindow.java
/** * A simple ProlographJung listener, with a consult menu and an history * mechanism. This should be sub-classed, in order to define * sendToProlographJung() */ public abstract class ListenerWindow extends JFrame implements WindowListener {
From source file org.kuali.test.creator.TestCreator.java
/** * * @author rbtucker */ public class TestCreator extends JFrame implements WindowListener, ClipboardOwner { private static final Logger LOG = Logger.getLogger(TestCreator.class);