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 com.sshtools.sshterm.SshTermSessionPanel.java

/**
 *
 *
 * @author $author$
 * @version $Revision: 1.2 $
 */

From source file net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel.java

/**
 * The <tt>ChatConversationPanel</tt> is the panel, where all sent and received
 * messages appear. All data is stored in an HTML document. An external CSS file
 * is applied to the document to provide the look&feel. All smileys and link
 * strings are processed and finally replaced by corresponding images and HTML
 * links.

From source file net.sourceforge.pmd.util.designer.Designer.java

@Deprecated // to be removed with PMD 7.0.0
public class Designer implements ClipboardOwner {

    private boolean exitOnClose = true;
    private final CodeEditorTextPane codeEditorPane = new CodeEditorTextPane();
    private final TreeWidget astTreeWidget = new TreeWidget(new Object[0]);

From source file ru.goodfil.catalog.ui.forms.CarsPanel.java

/**
 * @author sazonovkirill@gmail.com
 * @version $Id: CarsPanel.java 177 2014-07-08 11:56:58Z chezxxx@gmail.com $
 */
public class CarsPanel extends JPanel implements ClipboardOwner {
    private final CarsService carsService = Services.getCarsService();

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);

From source file com.sshtools.sshterm.SshTerminalPanel.java

public class SshTerminalPanel extends SshToolsApplicationClientPanel
        implements ActionListener, ClipboardOwner, TerminalListener, MouseMotionListener
/*, MouseWheelListener*/ {
    // Preferenc names

    public final static String PREF_SHIFT_GEOMETRY = "sshterm.shift.geometry";

From source file ru.goodfil.catalog.ui.forms.FiltersPanel.java

/**
 * @author sazonovkirill@gmail.com
 * @version $Id: FiltersPanel.java 172 2013-10-26 10:53:33Z chezxxx@gmail.com $
 */
public class FiltersPanel extends JPanel implements ClipboardOwner {
    private static final SimpleDateFormat sdf = new SimpleDateFormat("dd.MM.yyyy");

From source file ca.phon.ipamap.IpaMap.java

/**
 * Displays a sectioned list of 
 * ipa grids.  Each grid is inside a collapsible
 * panel.  The entire thing is already inside
 * a scroll pane.
 * 

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

public class BasePanel extends JPanel implements ClipboardOwner, FileUpdateListener {

    private static final Log LOGGER = LogFactory.getLog(BasePanel.class);

    // Divider size for BaseFrame split pane. 0 means non-resizable.
    private static final int SPLIT_PANE_DIVIDER_SIZE = 4;

From source file org.martus.client.swingui.UiMainWindow.java

public abstract class UiMainWindow implements ClipboardOwner, TopLevelWindowInterface {
    public UiMainWindow() throws Exception {

        try {
            warnIfThisJarNotSigned();
        } catch (Exception e) {