站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.loaders.DataShadow (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.loaders.DataShadow

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

Uses of DataShadow in org.openide.loaders
 

Methods in org.openide.loaders that return DataShadow
static DataShadow DataShadow.create(DataFolder folder, DataObject original)
          Method that creates new data shadow in a folder.
static DataShadow DataShadow.create(DataFolder folder, String name, DataObject original)
          Method that creates new data shadow in a folder.
static DataShadow DataShadow.create(DataFolder folder, String name, DataObject original, String ext)
          Method that creates new data shadow in a folder.
protected  DataShadow DataShadow.handleCreateShadow(DataFolder f)
           
protected  DataShadow DataObject.handleCreateShadow(DataFolder f)
          Creates shadow for this object in specified folder (overridable in subclasses).
 DataShadow DataObject.createShadow(DataFolder f)
          Creates shadow for this object in specified folder.
protected  DataShadow DataFolder.handleCreateShadow(DataFolder f)
          Creates shadow for this object in specified folder (overridable in subclasses).
 

Methods in org.openide.loaders with parameters of type DataShadow
protected  Node.Cookie DataObject.getCookie(DataShadow shadow, Class clazz)
          When a request for a cookie is done on a DataShadow of this DataObject this methods gets called (by default) so the DataObject knows which DataShadow is asking and extract some information from the shadow itself.
 

Constructors in org.openide.loaders with parameters of type DataShadow
DataShadow.ShadowNode(DataShadow shadow)
          Create a shadowing node.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.