org.jbpm.formbuilder.client.command
Class PasteCommand

java.lang.Object
  extended by org.jbpm.formapi.client.AbstractFormItemCommand
      extended by org.jbpm.formbuilder.client.command.AbstractCopyPasteCommand
          extended by org.jbpm.formbuilder.client.command.PasteCommand
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command, BaseCommand

public class PasteCommand
extends AbstractCopyPasteCommand

Handles the action of pasting a component


Constructor Summary
PasteCommand()
           
 
Method Summary
protected  void enable(com.google.gwt.user.client.ui.MenuItem menuItem)
           
 void execute()
           
 
Methods inherited from class org.jbpm.formbuilder.client.command.AbstractCopyPasteCommand
fireUndoableEvent, getMemory, setEmbeded, setItem, setMemory
 
Methods inherited from class org.jbpm.formapi.client.AbstractFormItemCommand
append, enable, getSelectedItem, setSelectedItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteCommand

public PasteCommand()
Method Detail

enable

protected void enable(com.google.gwt.user.client.ui.MenuItem menuItem)
Specified by:
enable in class AbstractFormItemCommand

execute

public void execute()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.