Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.action.actions.global.ClipboardContentsHelper

Packages that use ClipboardContentsHelper
org.eclipse.gmf.runtime.common.ui.action.actions.global Provides a set of common global actions and global action handlers for use with the Global Action Handler Service. 
 

Uses of ClipboardContentsHelper in org.eclipse.gmf.runtime.common.ui.action.actions.global
 

Methods in org.eclipse.gmf.runtime.common.ui.action.actions.global that return ClipboardContentsHelper
static ClipboardContentsHelper ClipboardContentsHelper.getInstance()
          Retrieves the singleton instance of ClipboardContentsHelper.
 

Methods in org.eclipse.gmf.runtime.common.ui.action.actions.global with parameters of type ClipboardContentsHelper
 boolean ClipboardManager.doesClipboardHaveData(java.lang.String format, ClipboardContentsHelper contentsHelper)
          Checks if the system clipboard has any ICustomData with the specified format
 boolean ClipboardManager.doesClipboardHaveData(Transfer dataType, ClipboardContentsHelper contentsHelper)
          Checks if the system clipboard has any data with the specified transfer agent
 java.lang.Object ClipboardManager.getClipboardContents(Transfer dataType, ClipboardContentsHelper helper)
          Returns the system clipboard contents
 ICustomData[] ClipboardManager.getClipboardData(java.lang.String format, ClipboardContentsHelper contentsHelper)
          Gets the ICustomData associated with the specified format from the system clipboard.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.