See: Description
Interface | Description |
---|---|
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 or return an "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 | Description |
---|---|
ConnectionCookie.Event |
Event that is fired to listeners.
|
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.