org.openide.loaders
Class InstanceSupport.Origin
java.lang.Object
|
+--org.openide.loaders.InstanceSupport
|
+--org.openide.loaders.InstanceSupport.Origin
- All Implemented Interfaces:
- InstanceCookie, InstanceCookie.Of, InstanceCookie.Origin, Node.Cookie
- Enclosing class:
- InstanceSupport
- public static class InstanceSupport.Origin
- extends InstanceSupport
- implements InstanceCookie.Origin
Enhanced instance cookie support that also knows the file it
has been created from and can be serialized back to.
Note that InstanceSupport
already does; this class
only declares the interface.
Methods inherited from class org.openide.loaders.InstanceSupport |
createClassLoader, findHelp, instanceClass, instanceCreate, instanceName, instanceOf, instanceOrigin, isApplet, isExecutable, isInterface, isJavaBean, toString |
InstanceSupport.Origin
public InstanceSupport.Origin(MultiDataObject.Entry entry)
- New support for a given entry. The file is taken from the
entry and is updated if the entry moves or renames itself.
- Parameters:
entry
- entry to create instance from
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.