Example usage for java.awt.datatransfer ClipboardOwner interface-usage

List of usage examples for java.awt.datatransfer ClipboardOwner interface-usage

Introduction

In this page you can find the example usage for java.awt.datatransfer ClipboardOwner interface-usage.

Usage

From source file MainClass.java

/** Taken from the Sun documentation on Clipboard API */
public class MainClass extends Frame implements ClipboardOwner, ActionListener {

    TextArea srcText, dstText;

    Button copyButton, pasteButton;

From source file ColorSource.java

/**
 * This simple component displays a solid color, and allows that color
 * to be dragged. Also, it copies the color to the clipboard when the 
 * user clicks on it.
 */
public class ColorSource extends JComponent implements ClipboardOwner, DragGestureListener, DragSourceListener {

From source file com.egangotri.transliteratorAsSwing.TransliteratorJFrame.java

public class TransliteratorJFrame extends JFrame implements ActionListener, KeyListener, ClipboardOwner {

    JMenuBar menubar = new JMenuBar();

    JMenu file, help;

From source file org.pentaho.reporting.designer.core.util.dnd.ClipboardManager.java

/**
 * Very simple, this class just encapsulates a single clipboard, which may or may not be the system clipboard.
 *
 * @author Thomas Morgner
 */
public class ClipboardManager implements ClipboardOwner {

From source file net.sf.jabref.gui.ClipBoardManager.java

public class ClipBoardManager implements ClipboardOwner {
    private static final Log LOGGER = LogFactory.getLog(ClipBoardManager.class);

    private static final Clipboard CLIPBOARD = Toolkit.getDefaultToolkit().getSystemClipboard();

    /**

From source file balony.summarizeJFrame.java

/**
 *
 * @author Barry Young
 */
public class summarizeJFrame extends javax.swing.JFrame implements ClipboardOwner {

From source file uk.nhs.cfh.dsp.srth.desktop.modules.resultexplanationpanel.QueryStatisticsCollectionPanel.java

/**
 * A custom panel that displays the contents of a {@link uk.nhs.cfh.dsp.srth.query.transform.utils.QueryStatisticsCollection}
 * 
 * <br>Version : @#VersionNumber#@<br>Written by @author Jay Kola
 * <br>Created on Apr 6, 2009 at 6:01:28 PM
 * <br> Modified on Tuesday; December 1, 2009 at 10:15 AM to include modular services

From source file org.kuali.test.ui.base.BaseTable.java

/**
 *
 * @author rbtucker
 */
public class BaseTable extends JTable implements ClipboardOwner {
    private boolean initializing = true;

From source file is.iclt.jcorpald.CorpaldView.java

public class CorpaldView extends JFrame
        implements ActionListener, QueryObserver, ResultObserver, KeyListener, ItemListener, ClipboardOwner {

    CorpaldModelInterface model;
    ControllerInterface controller;

From source file ec.ui.chart.RevisionChartPanel.java

/**
 * Chart Panel used in popups of Revision History View
 * @author Mats Maggi
 */
public class RevisionChartPanel extends ATsControl implements ClipboardOwner {