org.openide.cookies
Interface ElementCookie
- All Superinterfaces:
- Node.Cookie
- public interface ElementCookie
- extends Node.Cookie
Cookie permitting an object to be used in the Object Browser differently than in the Explorer.
Should be implemented by nodes (e.g. Java data objects) which want to provide a variant
representation.
- See Also:
DataObjectFilter
getElementsParent
public Node getElementsParent()
- Get the alternate node representation.
- Returns:
- the node
- See Also:
DataObject.getNodeDelegate()
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.