Class FormCopyPasteActionProvider


  • public class FormCopyPasteActionProvider
    extends Object
    The copy/paste action provider is instance of IFormCopyPasteActionProvider.
    • Constructor Detail

      • FormCopyPasteActionProvider

        public FormCopyPasteActionProvider​(ISelectionProvider provider,
                                           ICopyDelegate[] copyDelegates,
                                           IDropDelegate[] dropDelegates)
        Creates action provider.
        Parameters:
        provider - the selection provider, cannot be null
        copyDelegates - the copy delegates, cannot be null
        dropDelegates - the paste delegates, cannot be null
    • Method Detail

      • getCopyAction

        public org.eclipse.jface.action.IAction getCopyAction()
      • getPasteAction

        public org.eclipse.jface.action.IAction getPasteAction()