Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.clipboard
Class ClipboardStack

java.lang.Object
  extended by oracle.javatools.clipboard.ClipboardStack


public class ClipboardStack
extends java.lang.Object

Method Summary
static boolean adjustCurrentClipboard()
           
static void pushCurrentClipboard()
           
static void setClipboard(java.awt.datatransfer.Clipboard clip)
          Sets the clipboard used by ClipboardStack.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

adjustCurrentClipboard

public static boolean adjustCurrentClipboard()

pushCurrentClipboard

public static void pushCurrentClipboard()

setClipboard

public static void setClipboard(java.awt.datatransfer.Clipboard clip)
Sets the clipboard used by ClipboardStack.
Parameters:
clip - clipboard that should be used.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.