org.jbpm.formbuilder.client.command
Class AbstractCopyPasteCommand

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

public abstract class AbstractCopyPasteCommand
extends AbstractFormItemCommand
implements BaseCommand

cut / copy / paste command base class


Constructor Summary
AbstractCopyPasteCommand()
           
 
Method Summary
protected  void fireUndoableEvent(Map<String,Object> dataSnapshot, UndoableHandler handler)
           
protected static Object getMemory()
           
 void setEmbeded(String profile)
           
 void setItem(com.google.gwt.user.client.ui.MenuItem item)
           
protected static void setMemory(Object object)
           
 
Methods inherited from class org.jbpm.formapi.client.AbstractFormItemCommand
append, enable, enable, getSelectedItem, setSelectedItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.Command
execute
 

Constructor Detail

AbstractCopyPasteCommand

public AbstractCopyPasteCommand()
Method Detail

fireUndoableEvent

protected void fireUndoableEvent(Map<String,Object> dataSnapshot,
                                 UndoableHandler handler)

setItem

public void setItem(com.google.gwt.user.client.ui.MenuItem item)
Specified by:
setItem in interface BaseCommand
Overrides:
setItem in class AbstractFormItemCommand

setEmbeded

public void setEmbeded(String profile)
Specified by:
setEmbeded in interface BaseCommand

getMemory

protected static Object getMemory()

setMemory

protected static void setMemory(Object object)


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