org.opa.cookie
Interface OPAPasteCookie

All Superinterfaces:
OPACookie

public interface OPAPasteCookie
extends OPACookie

This interface defines objects that can create OPACommands to perform desired action on target objects. OPACopyCookie instances are responsible for creating OPACommands that can "delete" something. The actual action performed by a "delete" OPACommand will vary depending on the GUI component. OPACookie is based on a design pattern used by the Netbeans IDE (www.netbeans.org)


Method Summary
 void doPaste()
          Deprecated. OPACookie sub-interfaces are now EMPTY. The method of interest is defined in the OPACookie interface.
 
Methods inherited from interface org.opa.core.OPACookie
command
 

Method Detail

doPaste

public void doPaste()
Deprecated. OPACookie sub-interfaces are now EMPTY. The method of interest is defined in the OPACookie interface.

Requests an action be performed.