Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Uses of Package
oracle.ide.net

Packages that use oracle.ide.net
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.component Contains graphical components that are implemented using two or more basic controls. 
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 
oracle.ide.dialogs.filter   
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.extension   
oracle.ide.index Classes used to build and query indexes of source files. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.builder.cls The cls package provides classes and interfaces for generating Java classes. 
oracle.jdeveloper.builder.javapckg   
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.controls The controls package contains GUI classes used by the builder classes. 
oracle.jdeveloper.deploy   
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.palette   
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.patch   
oracle.jdeveloper.vcs.share   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.vcs.versionhistory   
oracle.jdeveloper.vcs.versiontree   
oracle.jdeveloper.webapp.net   
oracle.jdeveloper.webapp.utils   
oracle.jdeveloper.webapp.utils.html   
oracle.jdevimpl.audit.profile   

 

Classes in oracle.ide.net used by oracle.ide.cmd
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.component
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.ide.config
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.controls
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.ide.db.model
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.dialogs
URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
URLChooserInit
          Classes that implement this interface are capable of initializing an instance of URLChooser.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.dialogs.filter
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.explorer
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.extension
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.ide.index
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.ide.log
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.model
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.ide.navigator
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.ide.net
DefaultURLFilter
          A default implementation of URLFilter that performs filtering based on file extensions.
FileNativeHelper
           
FilePath
          An instance of FilePath represents a path that is made up entire of Files.
JarIndex
          Indexes the table of contents of a JAR or ZIP file.
JarIndex.Visitor
          Visits entries in this index.
JarIndexEntry
           
NameGenerator
          This is a callback interface used by the URLFactory while it is in the process of producing a new unique URL.
TraceFileSystemAccess
          TraceFileSystemAccess traces accesses to the decorated helper.
URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
URLChooserEvent
          This is a simple event class to contain information being passed between the URLChooser and its listener
URLChooserInit
          Classes that implement this interface are capable of initializing an instance of URLChooser.
URLExistsTest
          Interface used by the URLFactory when creating unique URLs.
URLFilenameFilter
          Instances of classes that implement this interface are used to filter filenames when using the URLFileSystem#list(URLFilenameFilter) method.
URLFileSystem.FileInfo
          The FileInfo class encapsulates the information describing files returned by the URLFileSystem.ls(URL) and URLFileSystem.ls(URL, URLFilter) methods.
URLFileSystemEvent
          The URLFileSystemEvent provides details as to URL changes that occurred on directory roots that listeners are tracking.
URLFileSystemHelper
          The URLFileSystemHelper class specifies the URLFileSystem operations that may have protocol-specific handling.
URLFileSystemHelperDecorator
          The URLFileSystemHelperDecorator class provides a base decorator implementation for a URLFileSystemHelper.
URLFileSystemListener
          The URLFileSystemListener interface allows clients to track changes to file URL's in a root URL directory.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.
URLTextField
          This is a subclass of JTextField that is intended to hold a single URL.
WildcardURLFilter
          A URLFilter that provides wildcard behavior.

 

Classes in oracle.ide.net used by oracle.ide.vcs
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.builder
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.builder.cls
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.builder.javapckg
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.cmt
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.controls
URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.deploy
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.java
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.java.locator
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.java.provider
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.jsp.libraries
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.library
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.merge
URLFileSystemHelper
          The URLFileSystemHelper class specifies the URLFileSystem operations that may have protocol-specific handling.

 

Classes in oracle.ide.net used by oracle.jdeveloper.model
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.palette
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.uieditor
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.changelist
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.generic
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.patch
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.share
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.spi
URLFileSystemHelper
          The URLFileSystemHelper class specifies the URLFileSystem operations that may have protocol-specific handling.
URLFileSystemHelperDecorator
          The URLFileSystemHelperDecorator class provides a base decorator implementation for a URLFileSystemHelper.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.util
URLFileSystemHelperDecorator
          The URLFileSystemHelperDecorator class provides a base decorator implementation for a URLFileSystemHelper.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.versionhistory
URLFileSystemHelper
          The URLFileSystemHelper class specifies the URLFileSystem operations that may have protocol-specific handling.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.vcs.versiontree
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.webapp.net
IdeURLFileSystemHelper
          This class handles the URLFileSystem operations associated with the "ide" protocols.
URLFileSystemHelper
          The URLFileSystemHelper class specifies the URLFileSystem operations that may have protocol-specific handling.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdeveloper.webapp.utils
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.
URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.

 

Classes in oracle.ide.net used by oracle.jdeveloper.webapp.utils.html
URLChooser
          The URLChooser is a replacement file chooser for JFileChooser.
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 

Classes in oracle.ide.net used by oracle.jdevimpl.audit.profile
URLFilter
          An implementation of URLFilter can be set on an instance of URLChooser to prevent unwanted files from appearing in the directory listings.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.