Example usage for java.awt.event ComponentListener interface-usage

List of usage examples for java.awt.event ComponentListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event ComponentListener interface-usage.

Usage

From source file net.pms.newgui.components.WindowProperties.java

/**
 * This class keeps track of desktop screens, their resolution and insets and
 * the size and position of the specified {@link Window}. The properties is
 * saved to and loaded from disk by a {@link WindowPropertiesConfiguration}
 * instance, so that the properties are maintained across restarts.
 * <p>

From source file jhplot.gui.GHPanel.java

/**
 * Class to build the global panel with graphics. It should be inserted to some
 * frame. It has 4 margins which can be obtained from this class.
 * 
 * @author S.Chekanov
 * 

From source file org.eclipse.jubula.rc.swing.components.AUTSwingHierarchy.java

/**
 * This class holds a hierarchy of the components of the AUT. <br>
 * 
 * The hierarchy is composed with <code>SwingHierarchyContainer</code>s. For every
 * component from the AUT a hierarchy container is created. The names for the
 * components are stored in the appropriate hierarchy containers, instead of the

From source file rita.widget.SourceCode.java

public class SourceCode extends JPanel
        implements MouseListener, WorkspaceWidget, ComponentListener, WorkspaceListener {
    private static final long serialVersionUID = 328149080275L;

    private final SourceCodeEnlargerTimer enlarger;
    private static int MIN_WIDTH = 106;

From source file com.att.aro.ui.view.menu.tools.RegexWizard.java

public class RegexWizard extends JDialog implements ActionListener, FocusListener, ComponentListener {

    private static final long serialVersionUID = 1L;

    private ILogger log = ContextAware.getAROConfigContext().getBean(ILogger.class);

From source file org.wandora.application.gui.topicpanels.RTopicPanel.java

/**
 *
 * @author akivela
 */

public class RTopicPanel extends javax.swing.JPanel implements TopicMapListener, RefreshListener, TopicPanel,

From source file ded.ui.DiagramController.java

/** Widget to display and edit a diagram. */
public class DiagramController extends JPanel
        implements MouseListener, MouseMotionListener, KeyListener, ComponentListener, FocusListener {
    // ------------- constants ---------------
    private static final long serialVersionUID = 1266678840598864303L;

From source file org.wandora.application.gui.topicpanels.webview.WebViewPanel.java

/**
 *
 * @author akivela
 */

public class WebViewPanel extends javax.swing.JPanel

From source file edu.purdue.cc.bionet.ui.DistributionAnalysisDisplayPanel.java

/**
 * A class for comparative analysis view of multiple experiments.
 */
public class DistributionAnalysisDisplayPanel extends AbstractDisplayPanel
        implements ComponentListener, ActionListener {

From source file org.kalypso.ogc.gml.map.MapPanel.java

/**
 * AWT canvas that displays a {@link org.kalypso.ogc.gml.mapmodel.MapModell}.
 * 
 * @author Andreas von Dmming
 * @author Gernot Belger
 */