org.opa.cookie
Interface OPACutCookie

All Superinterfaces:
OPACookie

public interface OPACutCookie
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 "cut" something. The actual action performed by a "cut" 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 doCut()
          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

doCut

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

Requests an action be performed.