|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CloseCookie | Permits an object which was opened to be closed. |
ConnectionCookie | Deprecated. Should no longer be used. |
ConnectionCookie.Listener | Cookie that must be provided by a node that is willing to register itself as a listener to a ConnectionCookie. |
ConnectionCookie.Type | Interface describing cookie type of event a cookie can produce. |
EditCookie | Cookie permitting objects to be edited. |
FilterCookie | Deprecated. Use Looks instead. |
InstanceCookie | Cookie that should be provided by all nodes that are able to create a "instance". |
InstanceCookie.Of | Enhanced cookie that can answer queries about the type of the instance it creates. |
OpenCookie | Cookie for opening an object. |
PrintCookie | Cookie permitting an object to be printed. |
SaveCookie | The cookie for the save operation. |
ViewCookie | Cookie permitting objects to be viewed. |
Class Summary | |
ConnectionCookie.Event | Event that is fired to listeners. |
Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object.
The Loaders API describes how to use cookies in conjunction with data objects, including creating new cookie interfaces, creating new cookie support implementations, and reusing existing supports. The Nodes API also permits use of cookies to add behavior to nodes.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |