Uses of Package
org.openide.loaders

Packages that use org.openide.loaders
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Classes in org.openide.loaders used by org.openide
DataFilter
          Allows certain data objects to be excluded from being displayed.
DataFolder
          A folder containing data objects.
DataLoaderPool
          Pool of data loaders.
 

Classes in org.openide.loaders used by org.openide.actions
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
TemplateWizard
          Wizard for creation of new objects from a template.
 

Classes in org.openide.loaders used by org.openide.awt
DataFolder
          A folder containing data objects.
 

Classes in org.openide.loaders used by org.openide.compiler
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
 

Classes in org.openide.loaders used by org.openide.debugger
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
 

Classes in org.openide.loaders used by org.openide.execution
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
 

Classes in org.openide.loaders used by org.openide.loaders
CompilerSupport
          Support for compilation of data objects.
DataFilter
          Allows certain data objects to be excluded from being displayed.
DataFolder
          A folder containing data objects.
DataFolder.SortMode
          Type-safe enumeration of sort modes for data folders.
DataLoader
          A data loader recognizes FileObjects and creates appropriate DataObjects to represent them.
DataLoader.RecognizedFiles
          Buffer holding a list of primary and secondary files marked as already recognized, to prevent further scanning.
DataNode
          Standard node representing a data object.
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
DataObject.Container
          Interface for objects that can contain other data objects.
DataObject.Registry
          Registry of modified data objects.
DataObjectExistsException
          Exception signalling that the data object for this file cannot be created because there already is an object for the primary file.
DataObjectNotFoundException
          Exception signalling that the data object for a given file object could not be found in DataObject.find(org.openide.filesystems.FileObject).
DataShadow
          Default implementation of a shortcut to another data object.
ExtensionList
          Property class that collects a modifiable list of file extensions and permits checking of whether a name or a file object has a given extension.
FileEntry
          Entry that works with plain files.
FolderInstance
          Support class for creation of an object from the content of a DataObject.Container.
InstanceDataObject
          A data object whose only purpose is to supply InstanceCookie.
InstanceSupport
          An instance cookie implementation that works with files or entries.
MultiDataObject
          Provides support for handling of data objects with multiple files.
MultiDataObject.Entry
          Represents one file in a group data object.
MultiFileLoader
          Loader for any kind of MultiDataObject.
OpenSupport.Env
          Environment that connects the support together with DataObject.
OperationEvent
          Event that describes operations taken on a data object.
OperationEvent.Copy
          Notification of a copy action of a data object, creation of a shadow, or creation from a template.
OperationEvent.Move
          Notification of a move of a data object.
OperationEvent.Rename
          Notification of a rename of a data object.
OperationListener
          Listener to operations on data objects.
TemplateWizard
          Wizard for creation of new objects from a template.
TemplateWizard.Iterator
          The interface for custom iterator.
XMLDataObject
          Object that provides main functionality for xml documents.
XMLDataObject.Info
          Deprecated. use Lookup Representation of xmlinfo file holding container of Processors.
 

Classes in org.openide.loaders used by org.openide.modules
DataLoader
          A data loader recognizes FileObjects and creates appropriate DataObjects to represent them.
 

Classes in org.openide.loaders used by org.openide.text
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
MultiDataObject
          Provides support for handling of data objects with multiple files.
MultiDataObject.Entry
          Represents one file in a group data object.
OpenSupport
          Simple support for an openable file.
OpenSupport.Env
          Environment that connects the support together with DataObject.
 

Classes in org.openide.loaders used by org.openide.util
OperationListener
          Listener to operations on data objects.
 

Classes in org.openide.loaders used by org.openide.windows
DataObject
          Object that represents one JavaBean in the tree of beans representing data systems.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.