Package kiyut.sketsa.cookies
Interface RevertCookie
-
- All Superinterfaces:
org.openide.nodes.Node.Cookie
- All Known Implementing Classes:
SVGEditorSupport.SVGRevertCookie
public interface RevertCookie extends org.openide.nodes.Node.CookieCookie for Revert operation- Author:
- KIYUT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrevert()Invokes the revert action.
-