Uses of Class
org.openide.loaders.InstanceDataObject

Packages that use InstanceDataObject
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of InstanceDataObject in org.openide.loaders
 

Methods in org.openide.loaders that return InstanceDataObject
static InstanceDataObject InstanceDataObject.find(DataFolder folder, String name, String className)
          Finds instance of specified name in a given folder.
static InstanceDataObject InstanceDataObject.find(DataFolder folder, String name, Class clazz)
          Finds instance of specified name in a given folder.
static InstanceDataObject InstanceDataObject.create(DataFolder folder, String name, String className)
          Deprecated. Use of XML filesystems to install instances is preferred.
static InstanceDataObject InstanceDataObject.create(DataFolder folder, String name, Class clazz)
          Deprecated. Use of XML filesystems to install instances is preferred.
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.