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. 
org.eclipse.gmf.runtime.diagram.ui.render.util Package Specification ToDo: Fill in specific content 
 

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
 java.lang.Object ClipboardManager.getClipboardContents(Transfer dataType, ClipboardContentsHelper helper)
          Returns the system clipboard contents
 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
 ICustomData[] ClipboardManager.getClipboardData(java.lang.String format, ClipboardContentsHelper contentsHelper)
          Gets the ICustomData associated with the specified format from the system clipboard.
 

Uses of ClipboardContentsHelper in org.eclipse.gmf.runtime.diagram.ui.render.util
 

Subclasses of ClipboardContentsHelper in org.eclipse.gmf.runtime.diagram.ui.render.util
 class ImageClipboardContentsHelper
          A specialized ClipboardContentsHelper that supports images in the clipboard.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.render.util that return ClipboardContentsHelper
static ClipboardContentsHelper ImageClipboardContentsHelper.getInstance()
          Retrieves the singleton instance of ClipboardContentsHelper.
 


Runtime

Guidelines for using Eclipse APIs.

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