Extension SDK 10.1.3.36.73

Uses of Interface
oracle.javatools.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 Defining your default accelerators Create an accelerator definition (accelerators.xml).  
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.todo Contains API classes for the To Do Item feature.  
oracle.ide.util Contains utility classes.  
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings.  
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.javatools.db Contains a metadata API for describing database objects.  
oracle.javatools.db.datatypes   
oracle.javatools.db.ora Contains the metadata implementation for Oracle databases. 
oracle.javatools.db.sql   
oracle.javatools.util Provides general utilities. 
oracle.jdeveloper.builder This package contains the base implementations for the set of classes used for creating new objects. 
oracle.jdeveloper.ceditor.template   
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.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 ClientSetting
          The ClientSetting class provides a default object store that can be used to save and open extension specific data.
 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 GlobalIgnoreList
          This class stores the IDE Global Ignore list.
 class IdeSettings
          This classes stores the IDE settings.
 

Methods in oracle.ide.config that return Copyable
 Copyable ClientSetting.getData(java.lang.String key)
          Gets the data object associated with the specified dataKey.
 

Methods in oracle.ide.config with parameters of type Copyable
 void IdeSettings.putData(java.lang.String dataKey, Copyable data)
          Deprecated. Use the ClientSetting object to put client specific settings.
 void DTCache.putData(java.lang.String dataKey, Copyable data)
          Stores an object into the cache using the specified key for lookup.
 void ClientSetting.putData(java.lang.String key, Copyable data)
          Sets the data object associated with the specified dataKey.
 

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
 

Classes in oracle.ide.model that implement Copyable
 class Connections
          Top level IDE level Connections Node.
 class ObservableFolder
          ObservableFolder is a complete, default implementation of the Folder and Subject interfaces.
 class Preferences
          This a new class that is under development to replace Preferences.
 class TechnologyScope
          The TechnologyScope class is used to group a set of technologies.
 class Workspaces
          This class holds all Workspace objects currently available to the user in the IDE.
 

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.
 

Uses of Copyable in oracle.ide.todo
 

Subinterfaces of Copyable in oracle.ide.todo
 interface ToDoItem
          The ToDoItem interface provides the API for dealing with ToDoItems.
 

Classes in oracle.ide.todo that implement Copyable
 class AbstractToDoItem
          A AbstractToDoItem represents a task the user wants to track.
 

Uses of Copyable in oracle.ide.util
 

Subinterfaces of Copyable in oracle.ide.util
 interface Copyable
          Please use Copyable instead.
 

Uses of Copyable in oracle.ide.webbrowser
 

Classes in oracle.ide.webbrowser that implement Copyable
 class ProxyOptions
          Provides access to HTTP proxy options as set via Tools->Preferences->Web Browser and Proxy.
 

Uses of Copyable in oracle.ide.wizard
 

Classes in oracle.ide.wizard that implement Copyable
 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.
 class WizardWelcomeSettings
          Settings that define whether a wizard welcome page is displayed.
 

Uses of Copyable in oracle.javatools.db
 

Subinterfaces of Copyable in oracle.javatools.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.javatools.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 Package
          Object representing a package in the database.
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 class PlSql
           
 class PlSqlAttribute
          Model of a database object type attribute.
 class PlSqlMethod
          Model of am object type method.
 class PlSqlParameter
          Model of a parameter to a PL/SQL subprogram like a function or the mrthod of an object type.
 class PlSqlSubprogram
           
 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 SpecPlSql
          Extension of PlSql for objects that have a spec and body.
 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.
 class ViewColumn
          Custom Column for Views to use when they have a DeclarativeSQLQuery.
 

Uses of Copyable in oracle.javatools.db.datatypes
 

Subinterfaces of Copyable in oracle.javatools.db.datatypes
 interface ComplexType
          Implementation of DataType for ComplexTypes.
 interface DataType
          Interface defines a database datatype (e.g.
 interface DataTypeUsage
          To "use" a DataType is to refere to it by ID and store values for any attributes that DataType may have (e.g. precision, scale, size).
 

Classes in oracle.javatools.db.datatypes that implement Copyable
 class BaseDateTimeDataType
           
 class BinaryDataType
           
 class CharacterDataType
           
 class DataTypeAttribute
           
 class DateDataType
           
 class NumericDataType
           
 class ObjectType
          Object to represent a database object type.
 class ObjectTypeUsage
          DataTypeUsage for ObjectTypes.
 class PredefinedDataType
           
 class PredefinedDataTypeUsage
           
 class TimeStampTZDataType
           
 

Uses of Copyable in oracle.javatools.db.ora
 

Classes in oracle.javatools.db.ora that implement Copyable
 class MaterializedView
          A MaterializedView represents a Materialized View in the database.
 class MaterializedViewLog
           
 class OracleNumberDataType
           
 class OracleSchemaProperties
           
 class OracleSQLQuery
          Object that represents a complete SQL query.
 class OracleStorageProperties
           
 

Uses of Copyable in oracle.javatools.db.sql
 

Subinterfaces of Copyable in oracle.javatools.db.sql
 interface AliasFragment
          SQLFragment that consists of an expression and an alias.
 interface DBObjectUsage
          Interface implemented by fragments that use a DBObjectID to refer to another DBObject.
 interface DeclarativeSQLQuery
          Extension of the SQLQuery interface that allows the query to edited.
 interface FromObjectUsage
          Interface implemented by any object that directly depends on a FromObject (e.g.
 interface JoinCondition
           
 interface SQLFragment
          Interface for objects that encapsulate a fragment of SQL.
 interface SQLQuery
          Object that represents a basic SQL query.
 interface ViewSQLQuery
          Deprecated. - use DeclarativeSQLQuery
 

Classes in oracle.javatools.db.sql that implement Copyable
 class AbstractAliasFragment
          SQLFragment that consists of an expression and an alias.
 class AbstractFromObjectUsage
          Abstract SQLFragment implementation of FromObjectUsage.
 class AbstractSchemaObjectUsage
          Abstract class for usages that reference a SchemaObject (e.g.
 class AbstractSQLFragment
          Abstract superclass for SQLFragment implementations.
 class AbstractSQLQuery
          Abstract implementation of a SQLQuery.
 class ArithmeticOperation
          Concrete subclass of Operation for arithmetic operations - ADD, SUBTRACT, MULTIPLY and DIVIDE.
 class AsteriskUsage
          Deprecated. - use ColumnKeywordUsage
 class CaseStatement
          Class to represent a case statement in a sql query.
static class CaseStatement.WhenThen
           
 class ColumnKeywordUsage
          A FromObjectUsage that has a keyword for the Column name, rather than an actual column.
 class ColumnUsage
          SQL fragment that is a use of a Column.
 class Comparison
          Subclass of Operation for comparisons.
 class FKUsage
          SQLFragment for the usage of a FKConstraint.
 class FromObject
          Object that represents a clause in the FROM statement of a SQL query.
 class GroupByObject
          SQLFragment for the GROUP BY ...
 class IndexObject
          Object to wrap each column eaxpression of the Index statement
 class JoinObject
          Object that represent the JOIN clause of a SELECT statement (part of the FROM clause).
 class NonDeclarativeSQLQuery
          Dummy SQLQuery that just contains a String representing the SQLQuery.
 class OnJoinCondition
          Object to represent the ON condition of a JOIN clause.
 class Operation
          Abstract class for operations.
 class OrderByObject
          Object to wrap each part of the ORDER BY clause of a SQLQuery.
 class RelationUsage
          SQL fragment that is a use of a Relation.
 class SelectObject
          Object that represents a clause in the SELECT statement of a SQL query.
 class SelectObjectUsage
          Class that represents the usage of a SelectObject.
 class SetOperation
          SQLFragment for dealing with operations to do with sets and ranges like IN and BETWEEN.
 class SimpleSQLFragment
          SQLFragment that we can't break down any more.
 class SynonymUsage
          SQLFragment for using a Synonym in a SQL query.
 class UsingJoinCondition
          Object to represent the condition part of a JOIN that has a USING clause.
 class WhereObject
          Object that represents a clause in the WHERE statement of a SQL query.
 

Uses of Copyable in oracle.javatools.util
 

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

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

Uses of Copyable in oracle.jdeveloper.builder
 

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

Uses of Copyable in oracle.jdeveloper.ceditor.template
 

Classes in oracle.jdeveloper.ceditor.template that implement Copyable
 class TemplateOptions
          Defines the configurable options of the Code Template.
 

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.runner
 

Classes in oracle.jdeveloper.runner that implement Copyable
 class EmbeddedServerOptions
          Design-time embedded server settings.
 

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 VCSCopyableMap
          Class for storing a properties in a Copyable map structure.
 class VCSPropertyMap
          Class for storing a version control client property map.
 


Extension SDK 10.1.3.36.73

 

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