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

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

 

Uses of Class
org.openide.loaders.MultiDataObject.Entry

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

Uses of MultiDataObject.Entry in org.openide.loaders
 

Subclasses of MultiDataObject.Entry in org.openide.loaders
 class FileEntry
          Entry that works with plain files.
static class FileEntry.Folder
          Simple entry for handling folders, on copy, move and createFromTemplate it creates new empty folder and copies attributes of source folder.
static class FileEntry.Format
          Specialized entry that simplifies substitution when a file entry is created from template.
static class FileEntry.Numb
          Simple file entry variant.
 

Fields in org.openide.loaders declared as MultiDataObject.Entry
protected  MultiDataObject.Entry OpenSupport.entry
          Entry to work with.
 

Methods in org.openide.loaders that return MultiDataObject.Entry
protected  MultiDataObject.Entry UniFileLoader.createPrimaryEntry(MultiDataObject obj, FileObject primaryFile)
           
protected  MultiDataObject.Entry UniFileLoader.createSecondaryEntry(MultiDataObject obj, FileObject secondaryFile)
          Do not create a seconday entry.
protected abstract  MultiDataObject.Entry MultiFileLoader.createPrimaryEntry(MultiDataObject obj, FileObject primaryFile)
          Creates the right primary entry for a given primary file.
protected abstract  MultiDataObject.Entry MultiFileLoader.createSecondaryEntry(MultiDataObject obj, FileObject secondaryFile)
          Creates a new secondary entry for a given file.
protected  MultiDataObject.Entry MultiDataObject.registerEntry(FileObject fo)
          Tests whether this file is between entries and if not, creates a secondary entry for it and adds it into set of secondary entries.
 MultiDataObject.Entry MultiDataObject.getPrimaryEntry()
          Get the primary entry.
 MultiDataObject.Entry MultiDataObject.findSecondaryEntry(FileObject fo)
          For a given file, find the associated secondary entry.
 

Methods in org.openide.loaders with parameters of type MultiDataObject.Entry
protected  void MultiDataObject.addSecondaryEntry(MultiDataObject.Entry fe)
          Add a new secondary entry to the list.
protected  void MultiDataObject.removeSecondaryEntry(MultiDataObject.Entry fe)
          Remove a secondary entry from the list.
 

Constructors in org.openide.loaders with parameters of type MultiDataObject.Entry
OpenSupport(MultiDataObject.Entry entry)
          New support for a given entry.
OpenSupport(MultiDataObject.Entry entry, OpenSupport.Env env)
          Constructor that allows subclasses to provide their own environment.
InstanceSupport(MultiDataObject.Entry entry)
          New support for given entry.
ConnectionSupport(MultiDataObject.Entry entry, ConnectionCookie.Type[] types)
          Deprecated. Creates new connection support for given file entry.
 

Uses of MultiDataObject.Entry in org.openide.text
 

Methods in org.openide.text with parameters of type MultiDataObject.Entry
static CloneableEditorSupport DataEditorSupport.create(DataObject obj, MultiDataObject.Entry entry, CookieSet set)
          Factory method to create simple CloneableEditorSupport for a given entry of a given DataObject.
 

Constructors in org.openide.text with parameters of type MultiDataObject.Entry
EditorSupport(MultiDataObject.Entry entry)
          Deprecated. Support an existing loader entry.
 


 

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