|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Copyable | |
|---|---|
| oracle.ide.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. |
| oracle.ide.controls.checkboxlist | |
| oracle.ide.dialogs.filter | |
| oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
| oracle.ide.externaltools | Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. |
| oracle.ide.keyboard | Defining your default accelerators |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.ide.model.panels | |
| oracle.ide.navigation | |
| 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, and retrieving them from a provider of database objects - for example a database. |
| oracle.javatools.db.datatypes | Classes related to datatypes in the database API. |
| oracle.javatools.db.diff | Contains a metadata driven differ of database objects. |
| oracle.javatools.db.ora | Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. |
| oracle.javatools.db.property | Contains classes for extending the object support that comes as standard in the database api (e.g. |
| oracle.javatools.db.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). |
| oracle.javatools.editor.print | The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. |
| 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.deploy | |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.dt.wizard.spi | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.sp | |
| oracle.jdeveloper.deploy.war | |
| oracle.jdeveloper.history | |
| oracle.jdeveloper.offlinedb | Database API extension for saving database object definitions in XML files. |
| oracle.jdeveloper.offlinedb.model | Classes that define an offline database's settings and properties. |
| 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. |
| oracle.jdeveloper.vcs.vop | |
| oracle.jdevimpl.audit.preferences | |
| oracle.jdevimpl.bookmarks | |
| Uses of Copyable in oracle.ide.ceditor |
|---|
| Classes in oracle.ide.ceditor that implement Copyable | |
|---|---|
class |
CodeNavigationPointCodeNavigationPoint is a NavigationPoint implementation intended for registration with the NavigationManager as an EditorNavigationPoint for the CodeEditor class. |
class |
LineNavigationPointNavigationPoint implementation which navigates to a given line within a CodeEditor. |
class |
OffsetNavigationPointNavigationPoint implementation which navigates to a given offset within a FindableEditor. |
| Uses of Copyable in oracle.ide.config |
|---|
| Classes in oracle.ide.config that implement Copyable | |
|---|---|
class |
ClientSettingThe ClientSetting class provides a default object store that can be used to save and open extension specific data. |
class |
DocumentExtensionsDocumentExtensions class. |
static class |
DocumentExtensions.DocRecordDocRecord class. |
static class |
DocumentExtensions.ExtInfoExtInfo class. |
class |
DTCacheThe DTCache is a persisted cache that can be used to store data that is not user-configurable. |
class |
EnvironOptionsThis class stores the IDE environment options. |
class |
GlobalIgnoreListThis class stores the IDE Global Ignore list. |
class |
IdeSettingsIdeSettings provides access to the preferences framework. |
| 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 |
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)Deprecated. Use the ClientSetting object to put client specific settings. |
void |
ClientSetting.putData(java.lang.String key, Copyable data)Sets the data object associated with the specified dataKey. |
void |
IdeSettings.putLegacyData(java.lang.String dataKey, Copyable data)Note: This method should only be used by legacy code that is migrating preferences forward to the Fusion release. |
| Uses of Copyable in oracle.ide.controls.checkboxlist |
|---|
| Classes in oracle.ide.controls.checkboxlist that implement Copyable | |
|---|---|
class |
CheckBoxListCellDataClass for describing a checkbox list cell. |
class |
CheckBoxListModel |
| Uses of Copyable in oracle.ide.dialogs.filter |
|---|
| Classes in oracle.ide.dialogs.filter that implement Copyable | |
|---|---|
class |
DirectoryExcludeFilter |
class |
FileTypeIncludeFilter |
| Uses of Copyable in oracle.ide.editor |
|---|
| Classes in oracle.ide.editor that implement Copyable | |
|---|---|
class |
EditorsOptionsThis class was used to store the editors auto synchronize option. |
| Uses of Copyable in oracle.ide.externaltools |
|---|
| Classes in oracle.ide.externaltools that implement Copyable | |
|---|---|
class |
ExternalToolThe base class for external tools. |
| Uses of Copyable in oracle.ide.keyboard |
|---|
| Classes in oracle.ide.keyboard that implement Copyable | |
|---|---|
class |
KeyStrokeOptionsThis class stores the KeyStrokeMap for one global context and multiple local contexts. |
class |
KeyStrokesConfigUIDeprecated. since 11.0 with no replacement. This class is an implementation detail and should not be exposed in a public API. |
| Uses of Copyable in oracle.ide.model |
|---|
| Classes in oracle.ide.model that implement Copyable | |
|---|---|
class |
ConnectionsTop level IDE level Connections Node. |
class |
ObservableFolderObservableFolder is a complete, default implementation of the Folder and Subject interfaces. |
class |
PreferencesDeprecated. since 11.1.1. Do not use this class. It will be removed in a future version of the ide framework. For preferences, see Preferences. |
class |
TechnologyScopeThe TechnologyScope class is used to group a set of technologies. |
class |
WorkspacesThis class holds all Workspace objects currently available to the user in the IDE. |
| Uses of Copyable in oracle.ide.model.panels |
|---|
| Classes in oracle.ide.model.panels that implement Copyable | |
|---|---|
class |
ProjectContentNavigable |
| Uses of Copyable in oracle.ide.navigation |
|---|
| Classes in oracle.ide.navigation that implement Copyable | |
|---|---|
class |
oracle.ide.navigation.DefaultNavigationPoint |
| Uses of Copyable in oracle.ide.net |
|---|
| Classes in oracle.ide.net that implement Copyable | |
|---|---|
class |
FilePathAn instance of FilePath represents a path that is made up entire of Files. |
class |
URLPathAn 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 |
MetaTraversableThe MetaTraversable class is responsible for specifying metadata for a Traversable that has not yet been instantiated. |
class |
NavigableEach 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 |
ToDoItemThe ToDoItem interface provides the API for dealing with ToDoItems. |
| Classes in oracle.ide.todo that implement Copyable | |
|---|---|
class |
AbstractToDoItemA AbstractToDoItem represents a task the user wants to track. |
| Uses of Copyable in oracle.ide.util |
|---|
| Subinterfaces of Copyable in oracle.ide.util | |
|---|---|
interface |
CopyablePlease use Copyable instead. |
| Uses of Copyable in oracle.ide.webbrowser |
|---|
| Classes in oracle.ide.webbrowser that implement Copyable | |
|---|---|
class |
InternetFilesOptions |
class |
ProxyOptionsProvides 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 |
StepThe 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 |
WizardWelcomeSettingsSettings that define whether a wizard welcome page is displayed. |
| Uses of Copyable in oracle.javatools.db |
|---|
| Subinterfaces of Copyable in oracle.javatools.db | |
|---|---|
interface |
BinaryObjectInterface for an object from the db that has a binary representation (e.g. |
interface |
ChildDBObjectInterface that any DBObject should implement if it can exist as the child of another DBObject. |
interface |
ColumnConstraintReferenceIDDeprecated. |
interface |
DBObjectBase interface for Database Objects. |
interface |
DBObjectIDInterface representing an immutable object ID for a DBObject. |
interface |
DBReferenceIDDeprecated. |
interface |
DeclarativePlSqlA DeclarativePlSql object is a pl/sql object in the database that can be resprented declaratively - for example the parameters, return type, etc of a method can be set as properties (instead of being simply a block of code). |
interface |
SchemaObjectA SchemaObject represents a database object that can exist within the context of a schema. |
interface |
SourceObjectAny object in the database that can contain a block of source code - for example java or PL/SQL. |
interface |
SystemObjectA system object is available at the DBObjectProvider level through the list and get methods, and can be created/updated/deleted. |
| Classes in oracle.javatools.db that implement Copyable | |
|---|---|
class |
AbstractBuildableObjectProvides methods for lazy loading and building AbstractDBObjects. |
class |
AbstractChildDBObjectExtension of DBObject used by child object in the API. |
class |
AbstractDBObjectProvides an abstract implementation of the DBObject interface. |
class |
AbstractDBObjectIDAbstract implementation of DBObjectID for subclassing by DBObjectID implementations. |
class |
AbstractSchemaObjectProvides a base implementation of the SchemaObject interface. |
class |
AbstractSystemObjectAbstract superclass for all SystemObject implementations. |
class |
AutoExtendProperties |
class |
BaseObjectIDBase DBObjectID implementation that stores the object name and (optionally) schema name of the object. |
class |
CheckConstraintA CheckConstraint constrains a table or view based on a conditional expression. |
class |
ColumnModel of a database column. |
class |
ColumnConstraintAbstract model of a Constraint that constrains Columns in the database. |
class |
ConstraintA Constraint represents a constraint on a table or view. |
class |
ConstraintIDDeprecated. |
class |
FileSpecification |
class |
FKConstraintA FKConstraint represents a Foreign Key Constraint. |
class |
FunctionModel of a pl/sql function. |
class |
IdentifierBasedIDThe representation of an Object ID for an object in a provider that can be uniquely identified by an identifier (other than name). |
class |
IndexModel of a database index. |
class |
JavaAbstract SchemaObject implementation for the different Java objects available in a database. |
class |
JavaClassModel of a Java Class. |
class |
JavaResourceModel of a Java Resource object. |
class |
JavaSourceModel of a Java Source object. |
class |
NameBasedIDID implementation that is name based. |
class |
PackageModel of a PL/SQL package in the database. |
class |
PKConstraintA PKConstraint represents a Primary Key constraint. |
class |
PlSqlAbstract implementation of SchemaObject for all PL/SQL objects that belong in a Schema to extend. |
class |
PlSqlAttributeModel of a PL/SQL attribute. |
class |
PlSqlMethodModel of a method in a PL/SQL object. |
class |
PlSqlParameterModel of a parameter to a PL/SQL subprogram like a function or the method of an object type. |
class |
PlSqlSubprogramAbstract implementation of PlSql for objects that are a simple subprogram (e.g. |
class |
ProcedureModel of a pl/sql procedure. |
class |
ReferenceIDID implementation used for a reference property - i.e. |
class |
RelationA Relation represents the basic entity of a relational database. |
class |
SchemaModel of a database schema. |
class |
SequenceModel of a database sequence. |
class |
SpecPlSqlExtension of PlSql for objects that have a spec and body. |
class |
SynonymModel of a database synonym. |
class |
TableModel of a database table. |
class |
TablespaceModel of a tablespace in a database. |
class |
TemporaryObjectIDImplementation of the DBObjectID interface for objects that only exist in memory. |
class |
TriggerModel of a database Trigger. |
class |
UniqueConstraintA 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 |
ViewRepresents a database View. |
class |
ViewColumnCustom 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 |
DataTypeInterface defines a database datatype (e.g. |
| Classes in oracle.javatools.db.datatypes that implement Copyable | |
|---|---|
class |
BaseDateTimeDataType |
class |
BinaryDataType |
class |
CharacterDataType |
class |
ComplexTypeImplementation of DataType for ComplexTypes. |
class |
DataTypeAttribute |
class |
DataTypeIDINTERNAL USE ONLY. |
class |
DataTypeSynonymDataType implementation that delegates all calls to an underlying DataType that it is a "synonym" for. |
class |
DataTypeUsageTo "use" a DataType is to refere to it by ID and store values for any attributes that DataType may have (e.g. |
class |
DateDataType |
class |
NumericDataType |
class |
ObjectTypeDeprecated. |
class |
ObjectTypeUsage |
class |
PredefinedDataTypeDefault DataType implementation for simple (built-in) data types in a database. |
class |
PredefinedDataTypeUsage |
class |
TimeStampTZDataType |
class |
UserDataTypeDefines a data type that we 'discovered' when importing or navigating a database, usually from a foreign database, or for un-imported object types. |
| Uses of Copyable in oracle.javatools.db.diff |
|---|
| Classes in oracle.javatools.db.diff that implement Copyable | |
|---|---|
class |
DifferenceRepresents the difference between two versions of the same object. |
class |
ResultSet |
| Uses of Copyable in oracle.javatools.db.ora |
|---|
| Classes in oracle.javatools.db.ora that implement Copyable | |
|---|---|
class |
DatabaseLinkModel of a database DatabaseLink. |
class |
DirectoryModel of an Oracle Directory object. |
class |
IndexPartitionModel of an Oracle index partition. |
class |
Indextype |
class |
LOBDescriptorLOBDescriptor encapsulates the partitioning properties of LOB and VARRAY columns. |
class |
MaterializedViewA MaterializedView represents a Materialized View in the database. |
class |
MaterializedViewLog |
class |
NameBasedRefIDDeprecated. |
class |
OpaqueFormatSpecAbstraction of the Oracle opaque_format_spec. |
class |
OracleColumnProperties |
class |
OracleExternalTablePropertiesAn external table is one whose metadata (definition) is stored in the database but whose data is stored outside the database. |
static class |
OracleExternalTableProperties.LocationSpecifierThe LOCATION clause lets you specify one or more external data sources. |
class |
OracleIndexOrganizedTablePropertiesProperty object to hold the index organized specific properties for an IOT. |
class |
OracleIndexPartitionsModel of the partitioning scheme on an Oracle index. |
class |
OracleIndexProperties |
class |
OracleNestedTableProperties |
class |
OracleNumberDataType |
class |
OracleSchemaPropertiesBean for the extra properties that are stored against a Schema in an OracleDatabase. |
class |
OracleSQLQueryObject that represents a complete SQL query. |
class |
OracleStorageProperties |
class |
OracleTablePartitionsOracleTablePartitions encapsulate the properties of an Oracle table's partitions and subpartitions. |
class |
OracleTablespaceProperties |
class |
RecycledObjectModel of an object that has been dropped and is now in the Oracle recycle bin. |
class |
TablePartitionTablePartition encapsulate the properties of an individual partition or subpartition. |
class |
XMLSchemaObject to represent an XML Schema held in the database. |
class |
XMLSchemaElement |
class |
XMLTypeColumnProperties |
| Uses of Copyable in oracle.javatools.db.property |
|---|
| Method parameters in oracle.javatools.db.property with type arguments of type Copyable | |
|---|---|
static boolean |
Metadata.isRealBean(java.lang.Class<? extends Copyable> clz)Tests whether the given bean class is a concrete bean - i.e. |
| Uses of Copyable in oracle.javatools.db.sql |
|---|
| Subinterfaces of Copyable in oracle.javatools.db.sql | |
|---|---|
interface |
AliasFragmentSQLFragment that consists of an expression and an alias. |
interface |
DBObjectUsageInterface implemented by fragments that use a DBObjectID to refer to another DBObject. |
interface |
DeclarativeSQLQueryExtension of the SQLQuery interface that allows the query to edited. |
interface |
FromObjectUsageInterface implemented by any object that directly depends on a FromObject (e.g. |
interface |
JoinCondition |
interface |
SQLFragmentInterface for objects that encapsulate a fragment of SQL. |
interface |
SQLQueryObject that represents a basic SQL query. |
interface |
SQLQueryOwnerInterfaced to be implemented by any object that can own a SQLQuery. |
| Classes in oracle.javatools.db.sql that implement Copyable | |
|---|---|
class |
AbstractAliasFragmentSQLFragment that consists of an expression and an alias. |
class |
AbstractDBObjectUsageAbstract implementation for a SQLFragment that uses another DBObject (e.g a Column) through a FromObject in the query. |
class |
AbstractFromObjectUsageAbstract SQLFragment implementation of FromObjectUsage. |
class |
AbstractSchemaObjectUsageAbstract class for usages that reference a SchemaObject (e.g. |
class |
AbstractSQLFragmentAbstract superclass for SQLFragment implementations. |
class |
AbstractSQLQueryAbstract implementation of a SQLQuery. |
class |
ArithmeticOperationConcrete subclass of Operation for arithmetic operations - ADD, SUBTRACT, MULTIPLY and DIVIDE. |
class |
AsteriskUsageDeprecated. - use ColumnKeywordUsage |
class |
CaseStatementClass to represent a case statement in a sql query. CASE [expression] WHEN condition THEN thenExpression WHEN condition THEN thenExpression ... |
static class |
CaseStatement.WhenThen |
class |
ColumnKeywordUsageA FromObjectUsage that has a keyword for the Column name, rather than an actual column. |
class |
ColumnUsageSQL fragment that is a use of a Column. |
class |
ComparisonSubclass of Operation for comparisons. |
class |
DataMiningFunctionSubclass of Operation for data mining functions. |
static class |
DataMiningFunction.DataMiningArgumentsDeprecated. no longer required, use get/setDmSpecificArgs directly. |
class |
ExpressionListList of expressions. |
class |
FKUsageSQLFragment for the usage of a FKConstraint. |
class |
FromObjectObject that represents a clause in the FROM statement of a SQL query. |
class |
FunctionUsage |
class |
GroupByExpressionExpression for a part of a group by that isn't a simple column (e.g. |
class |
GroupByObjectSQLFragment for the GROUP BY ... |
class |
HierarchicalQueryObjectSQLFragment for the Hierarchical Query clause in a SQLQuery. |
class |
IndexObjectObject to wrap each column eaxpression of the Index statement |
class |
JoinObjectObject that represent the JOIN clause of a SELECT statement (part of the FROM clause). |
class |
NonDeclarativeSQLQueryDummy SQLQuery that just contains a String representing the SQLQuery. |
class |
OnJoinConditionObject to represent the ON condition of a JOIN clause. |
class |
OperationAbstract class for operations. |
class |
OrderByObjectObject to wrap each part of the ORDER BY clause of a SQLQuery. |
class |
PlSqlUsageFragment that represents a usage of a piece of PlSql. |
class |
RelationUsageSQL fragment that is a use of a Relation. |
class |
SelectObjectObject that represents a clause in the SELECT statement of a SQL query. |
class |
SelectObjectUsageClass that represents the usage of a SelectObject. |
class |
SetOperationSQLFragment for dealing with operations to do with sets and ranges like IN and BETWEEN. |
class |
SimpleSQLFragmentSQLFragment that we can't break down any more. |
class |
SQLFragmentIDDeprecated. SQLFragments now use IdentifierBaseID insteasd |
class |
SynonymUsageSQLFragment for using a Synonym in a SQL query. |
class |
UsingJoinConditionObject to represent the condition part of a JOIN that has a USING clause. |
class |
WhereObjectObject that represents a clause in the WHERE statement of a SQL query. |
class |
WindowFunctionSubclass of Function for windowing functions (using the OVER syntax). |
static class |
WindowFunction.WindowFunctionBound |
| Uses of Copyable in oracle.javatools.editor.print |
|---|
| Classes in oracle.javatools.editor.print that implement Copyable | |
|---|---|
class |
HTMLGeneratorOptionsThe HTMLGeneratorOptions defines various options for generation of HTML output, from a BasicDocument, that is currently supported by the DocumentToHTMLGenerator implementation. |
class |
PrintOptionsThe PrintOptions defines various printing options supported currenting by the EditorPageable implementation. |
| Uses of Copyable in oracle.javatools.util |
|---|
| Subinterfaces of Copyable in oracle.javatools.util | |
|---|---|
interface |
DynamicPropertySetThis class can be used by objects that need to manage a dynamic set of properties. |
| Classes in oracle.javatools.util that implement Copyable | |
|---|---|
class |
DynamicPropertySetImplImplementation 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.deploy |
|---|
| Subinterfaces of Copyable in oracle.jdeveloper.deploy | |
|---|---|
interface |
ArchiveInterface to an Archive object. |
| Classes in oracle.jdeveloper.deploy that implement Copyable | |
|---|---|
class |
DefaultArchiveUtility class used to build a jar file. |
class |
DeploymentModuleA DeploymentModule provides an interface for managing events and the persistence of a deployable Archive. |
| Uses of Copyable in oracle.jdeveloper.deploy.dt |
|---|
| Classes in oracle.jdeveloper.deploy.dt that implement Copyable | |
|---|---|
class |
AbstractHashDependableBase class for creating Dependable(s). |
class |
DeployFolderAn extension of DefaultFolder that also implements the Copyable, LinkedDirtyable, and Subject interfaces. |
class |
DeploymentOptionsDesign-time deployment environment settings. |
| Uses of Copyable in oracle.jdeveloper.deploy.dt.wizard.spi |
|---|
| Classes in oracle.jdeveloper.deploy.dt.wizard.spi that implement Copyable | |
|---|---|
class |
DeployWizardStep |
class |
WizardStep |
| Uses of Copyable in oracle.jdeveloper.deploy.ear |
|---|
| Classes in oracle.jdeveloper.deploy.ear that implement Copyable | |
|---|---|
class |
EarProfileClass representing an EAR deployment profile. |
| Uses of Copyable in oracle.jdeveloper.deploy.ejb |
|---|
| Classes in oracle.jdeveloper.deploy.ejb that implement Copyable | |
|---|---|
class |
EjbProfileClass representing an EJB deployment profile. |
| Uses of Copyable in oracle.jdeveloper.deploy.j2ee |
|---|
| Classes in oracle.jdeveloper.deploy.j2ee that implement Copyable | |
|---|---|
class |
J2eeProfile |
| Uses of Copyable in oracle.jdeveloper.deploy.jar |
|---|
| Classes in oracle.jdeveloper.deploy.jar that implement Copyable | |
|---|---|
class |
AppClientProfile |
class |
ArchiveOptionsClass encapsulating the options that can be set on a .jar file or variant of a .jar file. |
class |
ArchiveProfileData model for the JAR (simple archive) deployment profile. |
class |
ClientProfileData model representing the J2EE Client deployment profile type. |
class |
ConnectorProfileData model representing the J2EE Connector deployment profile type. |
class |
LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile. |
class |
TaglibProfileThe JSP tag library profile. |
| Uses of Copyable in oracle.jdeveloper.deploy.sp |
|---|
| Classes in oracle.jdeveloper.deploy.sp that implement Copyable | |
|---|---|
class |
InvokerRightsData model for representing invoker's rights. |
class |
MethodSignatureThis data structure represents a Java method and its associated PL/SQL signature, including the names, types, and modes for parameters. |
class |
PlsqlDatatypeData model representing a PL/SQL datatype. |
class |
PlsqlPackageData model representing a PL/SQL package. |
class |
PlsqlParameterData model representing a PL/SQL method parameter. |
class |
PlsqlParameterModeData model representing a PL/SQL method parameter mode. |
class |
StoredProcProfileData model representing the stored procedure deployment profile type. |
| Uses of Copyable in oracle.jdeveloper.deploy.war |
|---|
| Classes in oracle.jdeveloper.deploy.war that implement Copyable | |
|---|---|
class |
WarProfileData model representing a deployment profile for a J2EE web module. |
| Uses of Copyable in oracle.jdeveloper.history |
|---|
| Classes in oracle.jdeveloper.history that implement Copyable | |
|---|---|
class |
CustomFilterCopyable |
| Uses of Copyable in oracle.jdeveloper.offlinedb |
|---|
| Classes in oracle.jdeveloper.offlinedb that implement Copyable | |
|---|---|
class |
OfflineDBObjectIDDeprecated. use IdentifierBasedID if a subclass of DBObjectID is *really* needed. |
| Uses of Copyable in oracle.jdeveloper.offlinedb.model |
|---|
| Classes in oracle.jdeveloper.offlinedb.model that implement Copyable | |
|---|---|
class |
GenerateDescriptorBean to encapsulte generation options to be used as the model for a deployment descriptor. |
| Uses of Copyable in oracle.jdeveloper.uieditor |
|---|
| Classes in oracle.jdeveloper.uieditor that implement Copyable | |
|---|---|
class |
UIEditorOptionsUIEditorOptions 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<K,V>Class for storing a properties in a Copyable map structure. |
class |
VCSPropertyMap<K,V>Class for storing a version control client property map. |
| Uses of Copyable in oracle.jdeveloper.vcs.vop |
|---|
| Classes in oracle.jdeveloper.vcs.vop that implement Copyable | |
|---|---|
static class |
VersionOperationTablePanel.CopyableNiceTablePersistentSettingsRequired to support the dumb, pointless Copyable interface ;) |
| Uses of Copyable in oracle.jdevimpl.audit.preferences |
|---|
| Classes in oracle.jdevimpl.audit.preferences that implement Copyable | |
|---|---|
class |
AuditPreferencesBasic Audit preferences. |
class |
AuditPreferencesNodeThe Audit preferences nodes. |
| Uses of Copyable in oracle.jdevimpl.bookmarks |
|---|
| Classes in oracle.jdevimpl.bookmarks that implement Copyable | |
|---|---|
class |
BookmarkThe Bookmark class is the data class for storing info about a bookmark - specifically, what file it is in, and the line the bookmark is on. |
class |
BookmarkListThe BookmarkList class is the data class for storing a list of bookmarks - it contains public methods for searching for specific bookmarks via URL's. |
class |
BookmarkOptionsThe BookmarkOptions defines an options class that stores bookmark options. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||