Extension SDK 10.1.2

Uses of Interface
oracle.ide.util.Copyable

Packages that use Copyable
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.panels Provides a framework for building panel-based UI. 
oracle.ide.util Contains utility classes. 
oracle.ide.wizard Contains classes internally used by JDeveloper, these classes should not be used by addin developers. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.externaltools Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of Copyable in oracle.ide.config
 

Classes in oracle.ide.config that implement Copyable
 class DocumentExtensions
          DocumentExtensions class.
static class DocumentExtensions.DocRecord
          DocRecord class.
static class DocumentExtensions.ExtInfo
          ExtInfo class.
 class DTCache
          The DTCache is a persisted cache that can be used to store data that is not user-configurable.
 class EnvironOptions
          This class stores the IDE environment options.
 class IdeSettings
          This classes stores the IDE settings.
 

Methods in oracle.ide.config with parameters of type Copyable
 void DTCache.putData(java.lang.String dataKey, Copyable data)
          Stores an object into the cache using the specified key for lookup.
 void IdeSettings.putData(java.lang.String dataKey, Copyable data)
           
 

Uses of Copyable in oracle.ide.editor
 

Classes in oracle.ide.editor that implement Copyable
 class EditorsOptions
          This class was used to store the editors auto synchronize option.
 

Uses of Copyable in oracle.ide.keyboard
 

Classes in oracle.ide.keyboard that implement Copyable
 class KeyStrokeOptions
          This class stores the KeyStrokeMap for one global context and multiple local contexts.
 class KeyStrokesConfigUI
          This is the Navigable for configurable shortcuts.
 

Uses of Copyable in oracle.ide.model
 

Subinterfaces of Copyable in oracle.ide.model
 interface WorkEnvironment
           
static interface WorkEnvironment.Setting
           
static interface WorkEnvironment.Settings
           
 

Classes in oracle.ide.model that implement Copyable
 class Connections
          Top level IDE level Connections Node.
 class DataFolder
          DataFolder is a complete, default implementation of the ChildrenList interface.
 class ObservableDataFolder
          ObservableDataFolder is a complete, default implementation of the Folder and Subject interfaces.
 class PackageFolder
          The PackageFolder class encapsulates a package element managed by the PackageFilter.
 class Preferences
          This a new class that is under development to replace Preferences.
 class Project
          This is the base class for all data classes that represent a user project.
 class TechnologyScope
          The TechnologyScope class is used to group a set of technologies.
 class Workspace
          This a new class that is under development to replace Workspace.
 class Workspaces
          This a new class that is under development to replace Workspaces.
 

Uses of Copyable in oracle.ide.net
 

Classes in oracle.ide.net that implement Copyable
 class FilePath
          An instance of FilePath represents a path that is made up entire of Files.
 class URLPath
          An instance of URLPath represents a path that is made up entirely of URLs.
 

Uses of Copyable in oracle.ide.panels
 

Classes in oracle.ide.panels that implement Copyable
 class DetailNavigable
           
 class MetaTraversable
          The MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated.
 class Navigable
          Each instance of the Navigable class represents a single tree node.
 class Step
          The Step class is responsible for specifying metadata for a Traversable that has not yet been instantiated; Step differs from MetaTraversable in that Step is intended to be used for specifying a sequence of panels that are displayed by the FSMWizard.
 

Uses of Copyable in oracle.ide.util
 

Subinterfaces of Copyable in oracle.ide.util
 interface DynamicPropertySet
          This class can be used by objects that need to manage a dynamic set of properties.
 

Classes in oracle.ide.util that implement Copyable
 class DynamicPropertySetImpl
          Implementation of the DynamicPropertySet interface.
 

Uses of Copyable in oracle.ide.wizard
 

Classes in oracle.ide.wizard that implement Copyable
 class WizardWelcomeSettings
          Settings that define whether a wizard welcome page is displayed.
 

Uses of Copyable in oracle.jdeveloper.builder
 

Classes in oracle.jdeveloper.builder that implement Copyable
 class DataList
           
 

Uses of Copyable in oracle.jdeveloper.cm.ds.db
 

Subinterfaces of Copyable in oracle.jdeveloper.cm.ds.db
 interface BinaryObject
           
 interface DBObject
          Base interface for Database Objects.
 interface SchemaObject
          A SchemaObject represents a database object that can exist within the context of a schema.
 interface SourceObject
           
 

Classes in oracle.jdeveloper.cm.ds.db that implement Copyable
 class AbstractDBObject
          Provides an abstract implementation of the DBObject interface.
 class AbstractSchemaObject
          Provides a base implementation of the SchemaObject interface.
 class CheckConstraint
          A CheckConstraint constrains a table or view based on a conditional expression.
 class Column
          Model of a database column.
 class ColumnConstraint
           
 class Constraint
          A Constraint represents a constraint on a table or view.
 class FKConstraint
          A FKConstraint represents a Foreign Key Constraint.
 class Function
           
 class Index
          Model of a database index.
 class Java
           
 class JavaClass
           
 class JavaResource
           
 class JavaSource
           
 class ObjectType
           
 class ObjectTypeBody
           
 class Package
           
 class PackageBody
           
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 class PlSql
           
 class Procedure
           
 class Relation
          A Relation represents the basic entity of a relational database.
 class Schema
          Model of a database schema.
 class Sequence
          Model of a database sequence.
 class Synonym
          Model of a database synonym.
 class Table
          Model of a database table.
 class Trigger
           
 class UniqueConstraint
          A UniqueConstraint prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
 class View
          Represents a database View.
 

Uses of Copyable in oracle.jdeveloper.cm.dt
 

Subinterfaces of Copyable in oracle.jdeveloper.cm.dt
 interface ConnectionFilter
          The ConnectionFilter interface represents an object that can be used to impose a filtering on objects in the ConnectionNavigator.
 

Uses of Copyable in oracle.jdeveloper.compiler
 

Classes in oracle.jdeveloper.compiler that implement Copyable
 class OjcConfiguration
          This a new class that is under development to replace OjcConfiguration.
 

Uses of Copyable in oracle.jdeveloper.externaltools
 

Classes in oracle.jdeveloper.externaltools that implement Copyable
 class ExternalTool
          The base class for external tools in JDeveloper.
 

Uses of Copyable in oracle.jdeveloper.library
 

Subinterfaces of Copyable in oracle.jdeveloper.library
 interface DerivedLibrary
          Encapsulates the notion of a derived library as it is used within JDeveloper.
 interface Library
          Encapsulates the notion of a library as it is used within JDeveloper.
 interface LibraryList
          The LibraryList interface represents a list of library and J2SE definitions.
 

Classes in oracle.jdeveloper.library that implement Copyable
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          AbstractLibrary class.
 class AddinLibraryList
           
 class DefaultLibraryList
          The DefaultLibraryList class provides a basic implementation of the LibraryList interface.
 class JDK
          Encapsulates the notion of a JDK.
 class JLibrary
          Encapsulates the notion of a library as it is used within JDeveloper.
 class JLibraryDefinition
           
 class JLibraryList
           
 class JPaths
          Encapsulates the notion of grouping a class path, source path, and doc path.
 class JProjectLibraryList
          The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject.
 class ProjectLibrary
          ProjectLibrary class.
 

Uses of Copyable in oracle.jdeveloper.model
 

Classes in oracle.jdeveloper.model that implement Copyable
 class JProject
          JProject is the data class that represents the project in JDeveloper.
 class JProjectConfiguration
          This class represents a single project configuration.
 class JProjectSettings
          This class is an organizational subunit of JProject that provides a mechanism for tracking the current active configuration and an API for dynamically registering data classes that are associated with the JProject that do not vary on a per configuration basis.
static class JProjectSettings.DependenciesNavigable
          Need to override the dependencies navigable in order to avoid showing the dependencies panel for the default project.
 

Uses of Copyable in oracle.jdeveloper.runner
 

Classes in oracle.jdeveloper.runner that implement Copyable
 class EmbeddedServerOptions
          Design-time embedded server settings.
 class RunConfiguration
          The RunConfiguration class specifies details about how a Java process should be started.
 

Uses of Copyable in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement Copyable
 class UIEditorOptions
          UIEditorOptions describes the customizations made available to the user.
 

Uses of Copyable in oracle.jdeveloper.vcs.spi
 

Classes in oracle.jdeveloper.vcs.spi that implement Copyable
 class VCSPropertyMap
          Class for storing a version control client property map.
 


Extension SDK

 

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