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

E13403-07
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

valid(Object) - Method in class oracle.jdeveloper.audit.bean.BeanCustomizer
Gets whether the properties of this bean are valid.
validate(URI[], Context) - Method in interface javax.ide.view.URISelectionDialog.Validator
Method called when the user presses the OK button of the URISelectionDialog.
validate() - Method in interface oracle.ide.controls.FloatingToolWindow
 
validate() - Method in class oracle.ide.db.controls.ReadOnlyScrollPane
 
validate(String) - Method in class oracle.ide.dialogs.SimpleInputDialog
Return true if the input is valid
VALIDATE - Static variable in class oracle.ide.editor.OpenEditorOptions
Use this flag if you want the editor to be sized right away.
validate(String) - Method in interface oracle.ide.expressionbuilder.ExpressionValidator
Callback from the ExpressionBuilder that user has requested for the expression to be validated.
validate(String) - Static method in class oracle.ide.layout.ViewId
Method used to replace some characters in the name with the '-' character.
validate(URL, URL) - Method in class oracle.ide.model.Recognizer
Validate the specified new name.
validate() - Method in interface oracle.ide.palette.PaletteEditor
Returns true if the UI has been validated and the dialog can be disposed.
validate(URL, URL) - Method in class oracle.ide.xml.XMLRecognizer
 
validate() - Method in class oracle.jdeveloper.template.AbstractTemplate
 
validate() - Method in class oracle.jdeveloper.template.ProjectTemplate
 
validate() - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
validate() - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
validateActionName(String) - Static method in class oracle.javatools.editor.ActionNames
Deprecated.  
validateAllEntriesExist() - Method in class oracle.ide.net.URLPath
Validates the URLPath entries
validateAndProcessURLs(ContentSetPanel, URL[]) - Method in interface oracle.jdeveloper.model.ContentSetValidator
This method gets called when the user picks one more folders to add as Project Content.
validateAndProcessURLs(ContentSetPanel, URL[]) - Method in class oracle.jdeveloper.model.JavaContentValidator
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.annotation.AnnotationBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.cls.ClassBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.enumtype.EnumBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.file.FileBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.folder.FolderBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in class oracle.jdeveloper.builder.javapckg.PackageBuilderPanel
 
validateAndWriteToState(BaliWizardState) - Method in interface oracle.jdeveloper.wizard.common.BaliWizardPanel
To be called on NEXT, APPLY, and FINISH events.
validateAttributes() - Method in class oracle.jdeveloper.builder.cls.AbstractGenerator
 
validateAttributes() - Method in interface oracle.jdeveloper.builder.cls.Generator
Allows the supplied Attributes panel to be validated.
validateClass(JavaClass, String) - Method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
 
validateClassNameIsUnique() - Method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
This method is intended to allow subclasses to add their own name validation.
validateClassType(String, String) - Method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
 
validateContent(CompareModel) - Method in class oracle.jdeveloper.merge.AbstractMergeEditor
Validate the content of the merged result.
validateContent(CompareModel) - Method in class oracle.jdeveloper.merge.TextMergeEditor
 
validateCustomOptions() - Method in class oracle.jdeveloper.vcs.patch.CreatePatchDialogVetoer
 
validateDateTime(Column, SimpleDateFormat, String) - Method in class oracle.javatools.db.datatypes.BaseDateTimeDataType
Deprecated. use validateDateTime( String defaultValue, ...)
validateDateTime(Object, SimpleDateFormat, String, DBObject) - Method in class oracle.javatools.db.datatypes.BaseDateTimeDataType
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.BinaryDataType
Validates defaultValue for dataTypeUsage against the declared size of this binary type.
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.CharacterDataType
Validates defaultValue for dataTypeUsage against the declared size of this character type.
validateDefaultValue(Object, DataType, DataTypeUsage, DBObject) - Static method in class oracle.javatools.db.datatypes.CharacterDataType
Does default validation.
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.ComplexType
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in interface oracle.javatools.db.datatypes.DataType
Validates defaultValue for dataTypeUsage against self's definition.
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.DataTypeSynonym
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.DateDataType
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.NumericDataType
Validates defaultValue for dataTypeUsage against the declared precision, scale and min and max values of this numeric type.
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.PredefinedDataType
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.TimeStampTZDataType
 
validateDefaultValue(Object, DataTypeUsage, DBObject) - Method in class oracle.javatools.db.ora.OracleNumberDataType
 
validateDefinition() - Method in class oracle.javatools.db.datatypes.PredefinedDataType
Validate BNF definition methods.
validateEncoding(String, Object) - Method in class oracle.javatools.db.DatabaseDescriptor
Tests whether the given string is encoded property for the given property.
validateIdentifier(String, char, int, String, String, boolean, Set, int) - Static method in class oracle.javatools.db.DatabaseDescriptor
Validates that name is a valid external name such that : If the name is unquoted (does not start with quoter), it only contains alphanumeric and allowedChars characters. If the name is unquoted, and alphaStart is true, it starts with a letter. If the name is unquoted, it does not contain any reservedWords. If the name is quoted (starts with quoter), it is correctly quoted, and does not include any excludedChars. If the name is quoted, and quoter is not in excludedChars, that any occurences of quoter are escaped (doubled-up). The name does not exceed maxLength, taking quotes into account. Used by the more specific validate*Identifier() methods on the Database implementations.
validateIdentifier(String, char, int, String, boolean, Set, int) - Static method in class oracle.javatools.db.DatabaseDescriptor
Validates that name is a valid external name such that : If the name is unquoted (does not start with quoter), it only contains alphanumeric and allowedChars characters. If the name is unquoted, and alphaStart is true, it starts with a letter. If the name is unquoted, it does not contain any reservedWords. If the name is quoted (starts with quoter), it is correctly quoted, and does not include any excludedChars. If the name is quoted, and quoter is not in excludedChars, that any occurences of quoter are escaped (doubled-up). The name does not exceed maxLength, taking quotes into account. Used by the more specific validate*Identifier() methods on the Database implementations.
validateName(String, String) - Method in class oracle.ide.db.util.NameController
Validates the given name entered by the user and throws an Exception if it isn't valid.
validateName(String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. - use validateName( String type, String name )
validateName(String, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Checks to see whether a name is valid.
validateName(String, String) - Method in class oracle.javatools.db.DatabaseDescriptor
Validates the given object name and throws an InvalidNameExcpetion if it isn't valid for the Database being described.
validateName(String) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. - use validateName( String type, String name )
validateName(String, String) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see whether a name is valid for a given type of object.
validateNewFileURL(URL) - Method in interface oracle.ide.component.NewFileValidator
Requests that the specified URL be validated.
validateNewFileURL(URL) - Method in class oracle.jdeveloper.builder.file.FileBuilderModel
 
validateNewURL(Recognizer, URL, URL) - Method in class oracle.ide.cmd.RenameCommand
Validates whether the given recognizer can support rename from the oldURL to the newURL.
validateNewURL(Recognizer, URL, URL) - Method in class oracle.ide.cmd.SaveAsCommand
 
validateObject(DBObject) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Validates the given object using the DBObjectValidator registered against that object's type.
validateObject(DBObject, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. 
validateObject(DBObject, DBObject) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Validates the given object update using the DBObjectValidator registered against that object's type.
validateObject(DBObject, DBObject, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. 
validateObject(DBObject) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see if the object is valid.
validateObject(DBObject, String) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use validateObjectProperty(DBObject,Object)
validateObject(DBObject, DBObject) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see if the object update is valid.
validateObject(DBObject, DBObject, String) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use validateObjectProperty(DBObject,DBObject,Object)
validateObject(T) - Method in interface oracle.javatools.db.DBObjectValidator
Determines whether the specified DBObject is valid.
validateObject(T, T) - Method in interface oracle.javatools.db.DBObjectValidator
Determines whether the specified updated DBObject is valid.
validateObject(DBObject) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Validates the given object using the DBObjectValidator registered against that object's type.
validateObject(DBObject, DBObject) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Validates the given object update using the DBObjectValidator registered against that object's type.
validateObject(OfflineDBObjectProvider, DBObject, DBObject, String) - Method in interface oracle.jdeveloper.offlinedb.OfflineDBValidationManager.Validator
Validates the given object change for the given provider.
validateObject(OfflineDBObjectProvider, DBObject, DBObject, String) - Method in class oracle.jdeveloper.offlinedb.userprops.AbstractUserPropertyValidator
 
validateObjectProperty(DBObject, Object) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. 
validateObjectProperty(DBObject, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
 
validateObjectProperty(DBObject, DBObject, Object) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. 
validateObjectProperty(DBObject, DBObject, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
 
validateObjectProperty(DBObject, String) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see if the children of a given object are valid.
validateObjectProperty(DBObject, Object) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use DBObjectProvider.validateObjectProperty(DBObject,String)
validateObjectProperty(DBObject, DBObject, String) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see if the updated children of a given object are valid.
validateObjectProperty(DBObject, DBObject, Object) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use DBObjectProvider.validateObjectProperty(DBObject,DBObject,String)
validateObjectProperty(T, String) - Method in interface oracle.javatools.db.DBObjectValidator
Determines whether the specified DBObject's children of given type are valid.
validateObjectProperty(T, T, String) - Method in interface oracle.javatools.db.DBObjectValidator
Determines whether the specified DBObject's children of given type are valid for this update.
validateObjectProperty(DBObject, DBObject, String) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
 
validateObjectProperty(DBObject, String) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
 
validateOnExit(TraversableContext) - Method in class oracle.jdeveloper.db.panels.DatabaseConnectionPanel
Gets whether or not validation should be done, and errors should be shown to the user for the given TraversableContext.
validateOptions() - Method in interface oracle.ide.externaltools.ExternalToolOptionsPage
The options page should verify that the values provided by the user are valid.
validateOptions() - Method in class oracle.jdeveloper.vcs.spi.VCSCommentsCustomizer
 
validateOptions() - Method in class oracle.jdeveloper.vcs.spi.VCSCompositeOptionsCustomizer
 
validateOptions() - Method in class oracle.jdeveloper.vcs.spi.VCSDialogCommitter
Performs validation of dialog contents (options).
validateOptions() - Method in interface oracle.jdeveloper.vcs.spi.VCSOptionsCustomizer
Validates internal component states ahead of committing options.
validateOptions() - Method in class oracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter
 
validateOverlay(Element) - Method in class oracle.ide.explorer.IconOverlayTracker
Validates the given element within the overlay cache.
validateOverlays() - Method in class oracle.ide.explorer.IconOverlayTracker
Validates all elements within the overlay cache.
validatePanel() - Method in class oracle.ide.panels.NewWorkspacePanel
 
validatePanel(TraversableContext) - Method in class oracle.jdeveloper.db.panels.GenericJDBCPanel
 
validatePanel(TraversableContext) - Method in class oracle.jdeveloper.db.panels.OraclePanel
 
validatePanelChange(TraversableContext) - Method in class oracle.ide.db.controls.NameAndSchemaAdvancedEditor
 
validatePanelChange(TraversableContext) - Method in class oracle.ide.db.controls.NameEditor
 
validatePanelChange(TraversableContext) - Method in interface oracle.ide.db.panels.PanelLibrary.HeaderPanel
 
validateProfileName(Set, String, String) - Static method in class oracle.jdeveloper.deploy.dt.DeploymentProfiles
Validates a deployment profile name throwing a TraversalException when the given profile name is invalid.
validateProperties() - Method in class oracle.jdeveloper.vcs.properties.PropertiesPanel
Validates any property changes made within the panel, when the dialog is dismissed.
validateProperties() - Method in class oracle.jdeveloper.vcs.spi.VCSCommentTemplatesTraversable
 
validateProperties() - Method in class oracle.jdeveloper.vcs.spi.VCSPropertyCustomizer
 
validateProperties() - Method in class oracle.jdeveloper.vcs.spi.VCSPropertyTraversable
Validates the current properties held in the property page UI.
validateProperties() - Method in class oracle.jdeveloper.vcs.spi.VCSVersioningTraversable
 
validateQuery() - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
validateQuery() - Method in interface oracle.javatools.db.sql.SQLQueryBuilder
Validates a query object to check that its internal structure is correct.
validateReferences(Trigger) - Method in class oracle.javatools.db.plsql.TriggerDeclarator
 
validateSchema(Schema) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. - use validateObject( DBObject object )
validateSchema(Schema, Schema) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated. use validateObject( DBObject original, DBObject update )
validateSchema(Schema) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use validateObject(DBObject object)
validateSchema(Schema, Schema) - Method in interface oracle.javatools.db.DBObjectProvider
Deprecated. use validateObject(DBObject original, DBObject updated)
validateStatus(URL) - Method in class oracle.ide.vcs.VCSManager
Validates the status of the given URL through the version control system.
validateStatus(URLFilter) - Method in class oracle.ide.vcs.VCSManager
Validates the status of accepted URLs through the version control system.
validateUniqueName(String, DBObject, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Validates that a name is not used within the context DBObject, and throws NameInUseException if it is.
validateUniqueName(String, DBObject, String) - Method in interface oracle.javatools.db.DBObjectProvider
Validates that a name is not used within a context DBObject, and throws NameInUseException if it is.
validateURL(Component, URL, String, boolean) - Static method in class oracle.ide.component.NewFilePanel
 
validateUsage(DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.ComplexType
 
validateUsage(DataTypeUsage, DBObject) - Method in interface oracle.javatools.db.datatypes.DataType
Validates dataTypeUsage against self's definition.
validateUsage(DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.DataTypeSynonym
 
validateUsage(DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.NumericDataType
Validates dataTypeUsage against self's definition.
validateUsage(DataTypeUsage, DBObject) - Method in class oracle.javatools.db.datatypes.PredefinedDataType
 
validateUsage(DataTypeUsage, DBObject) - Method in class oracle.javatools.db.ora.OracleNumberDataType
 
validateUserPropertyValue(OfflineDBObjectProvider, DBObject, DBObject, String, String) - Method in class oracle.jdeveloper.offlinedb.userprops.AbstractUserPropertyValidator
Implementations of this method will be called to allow validation of User Property Values.
validateVisibleRect(Rectangle) - Method in class oracle.javatools.editor.BasicEditorPane
Utility method to ensure that the visible rectangle does not go beyond the edges of the editor view.
ValidationException - Exception in oracle.javatools.db
Indicates that the validation of the database object failed.
ValidationException(DBObject, String) - Constructor for exception oracle.javatools.db.ValidationException
Constructs a new ValidationException.
ValidationException(DBObject, String, String) - Constructor for exception oracle.javatools.db.ValidationException
Constructs a new ValidationException.
validator - Variable in class oracle.ide.controls.AbstractPicker
 
VALIDATOR - Static variable in class oracle.javatools.icons.OracleIcons
validator - Variable in class oracle.jdeveloper.controls.ClassPopup
 
VALIDTE_EXPRESSION_SYNTAX - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb
 
VALIDTE_EXPRESSION_SYNTAX - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb_en
 
VALIDTE_EXPRESSION_SYNTAX - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb_ja
 
value() - Method in class oracle.ide.inspector.PropertyInfo
 
value() - Method in class oracle.ide.util.FastStringBuffer
 
value - Variable in class oracle.javatools.parser.java.v2.common.QuickLocalVariable
The constant value, if any.
Value - Class in oracle.javatools.parser.java.v2.common
Represents a value in the java language.
Value() - Constructor for class oracle.javatools.parser.java.v2.common.Value
 
value - Variable in class oracle.javatools.util.Holder
 
Value - Class in oracle.jdeveloper.audit.extension
 
Value(String, ElementContext) - Constructor for class oracle.jdeveloper.audit.extension.Value
 
value - Variable in class oracle.jdeveloper.audit.service.Profile.Setter
 
value(Class, String) - Static method in class oracle.jdeveloper.audit.service.TypeSafeEnumerationFactory
 
value(String) - Method in class oracle.jdeveloper.audit.service.TypeSafeEnumerationFactory
 
VALUE_ADDED - Static variable in class oracle.javatools.data.ChangeInfo
Change type returned from ChangeInfo.getChangeType() indicating that a persistent value was added.
VALUE_MODIFIED - Static variable in class oracle.javatools.data.ChangeInfo
Change type returned from ChangeInfo.getChangeType() indicating that a persistent value was modified.
VALUE_REMOVED - Static variable in class oracle.javatools.data.ChangeInfo
Change type returned from ChangeInfo.getChangeType() indicating that a value was removed.
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.db.controls.AbstractTreePicker
 
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.db.controls.DBObjectPicker
 
valueChanged(ListSelectionEvent) - Method in class oracle.ide.db.controls.ListButtons
 
valueChanged(ListSelectionEvent) - Method in class oracle.ide.db.controls.SchemaObjectTargetPicker
 
valueChanged(ListSelectionEvent) - Method in class oracle.ide.db.panels.sql.ExpressionPanel
ListSelectListener interface.
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.db.panels.sql.ExpressionPanel
 
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.db.panels.sql.FromJoinToPicker
 
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.db.panels.sql.WhereEditor
 
valueChanged(ListSelectionEvent) - Method in class oracle.ide.db.panels.TemplateObjectsPanel
 
valueChanged(TreeSelectionEvent) - Method in class oracle.ide.dialogs.filter.DirectoryOptionsPanel
Deprecated.  
valueChanged(ListSelectionEvent) - Method in class oracle.ide.dialogs.filter.FileTypeIncludeFilterPanel
Deprecated.  
valueChanged(ListSelectionEvent) - Method in class oracle.ide.keyboard.KeyStrokePanel
 
valueChanged(ListSelectionEvent) - Method in class oracle.javatools.clipboard.ClipboardStackDialog
 
valueChanged(AuditModel, Object, int, Object, Object) - Method in interface oracle.jdeveloper.audit.service.AuditModelListener
Reports that a column value of a row changed in a model.
valueChanged(ListSelectionEvent) - Method in class oracle.jdeveloper.deploy.dt.wizard.panels.AppServerSelectionPanel.AppServerListSelectionListener
 
valueChanged(TreeSelectionEvent) - Method in class oracle.jdeveloper.deploy.dt.wizard.panels.AppServerSelectionPanel.AppServerTreeSelectionListener
 
valueChanged(ListSelectionEvent) - Method in class oracle.jdeveloper.dialogs.ClassPackageListBrowser
 
valueChanged(ListSelectionEvent) - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
Save pending entity name changes back to its state object, and respond to list selection changes by enabling/disabling the entity name field and assigning/clearing its data.
valueChanged(ListSelectionEvent) - Method in class oracle.jdevimpl.audit.bean.ArrayField
 
valueChanged(AuditModel, Object, int, Object, Object) - Method in class oracle.jdevimpl.audit.core.CountColumn
 
valueChanged(AuditModel, Object, int, Object, Object) - Method in class oracle.jdevimpl.audit.core.SeverityColumn
 
valueChanged(AuditModel, Object, int, Object, Object) - Method in class oracle.jdevimpl.audit.log.AuditLogPage
 
valueChanged(TreeSelectionEvent) - Method in class oracle.jdevimpl.audit.log.AuditLogPanel
 
valueChanged(AuditModel, Object, int, Object, Object) - Method in class oracle.jdevimpl.audit.log.AuditTreeTableModel
 
valueChanged(ListSelectionEvent) - Method in class oracle.jdevimpl.audit.preferences.AuditPreferencesPanel
 
valueEquals(Object, Object) - Method in class oracle.javatools.util.Maps.AbstractHashMap
Gets whether two values are equal.
valueForPathChanged(TreePath, Object) - Method in class oracle.ide.controls.AbstractTreeTableModel
 
valueForPathChanged(TreePath, Object) - Method in class oracle.jdevimpl.audit.profile.ProfileTreeModel
 
valueHashCode(Object) - Method in class oracle.javatools.util.Maps.AbstractHashMap
Gets the hash code for a value.
valueOf(String) - Static method in enum javax.ide.extension.LoaderType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class javax.ide.model.java.declaration.Declaration.DeclarationKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.declaration.Declaration.DeclarationKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.ClassT.ClassKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.ClassT.ClassKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.ExpressionT.ExpressionKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.ExpressionT.ExpressionKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.ForStatementT.ForKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.ForStatementT.ForKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.LiteralExpressionT.LiteralKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.LiteralExpressionT.LiteralKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.TreeKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.TreeKind
 
valueOf(int) - Static method in class javax.ide.model.java.source.tree.TypeArgumentT.BoundKind
 
valueOf(Class, String) - Static method in class javax.ide.model.java.source.tree.TypeArgumentT.BoundKind
 
valueOf(String) - Static method in enum oracle.ide.controls.ScrollableTabBar.ScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.db.controls.DBSizeChooser.ByteMultiple
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.docking.DrawerConfig.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.docking.DrawerModel.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.externaltools.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.externaltools.IntegrationPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.index.file.FileChange.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.migration.MigrationInfo.ErrorInformation.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class oracle.ide.model.ContentType
 
valueOf(String) - Static method in enum oracle.ide.model.NodeUtil.ReloadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.navigator.DeleteActionHandler.DeleteOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.NodeResourceBundle.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.NodeResourceBundle.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.BundleTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.QueryTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.SearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.resourcebundle.SelectTextPanel.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.runner.DebuggeeData.DataKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.ide.runner.DebuggerWindowProvider.DebuggerWindowPosition
Returns the enum constant of this type with the specified name.
valueOf(Enum[], String) - Static method in class oracle.ide.util.Enum
 
valueOf(String) - Static method in enum oracle.ideimpl.webupdate.UpdateInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.buffer.ReadWriteLock.Options
Returns the enum constant of this type with the specified name.
valueOf(CompareMode[], String) - Static method in class oracle.javatools.compare.CompareMode
 
valueOf(String) - Static method in class oracle.javatools.compare.CompareMode
 
valueOf(String) - Static method in enum oracle.javatools.compare.CompareViewBias
Returns the enum constant of this type with the specified name.
valueOf(ContributorKind[], String) - Static method in class oracle.javatools.compare.ContributorKind
 
valueOf(String) - Static method in class oracle.javatools.compare.ContributorKind
 
valueOf(String) - Static method in enum oracle.javatools.compare.view.BaseCompareView.ContributorBias
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.controls.nicelist.NiceListActionEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.datatypes.ComplexType.SQLJUsingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.DBCore.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.DBUtil.IDQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.dictionary.DictionaryQueries.Params
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.extension.DatabaseMatcher.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.FileSpecification.FileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Index.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.BuildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.FastRefreshable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.PrebuiltType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshWith
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.RewriteCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.RollbackSegmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.Staleness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.MaterializedView.UsingConstraints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleExternalTableProperties.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleExternalTableProperties.ProjectColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleIndexPartitions.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleStorageProperties.BufferModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablePartitions.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablePartitions.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.DefaultTableCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.ExtentManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.LoggingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.OnlineStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.RetentionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.SegmentManagement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.RecycledObject.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.TablePartition.ListValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.TablePartition.RangeValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.ora.XMLTypeColumnProperties.StoreAs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlCompilerOptions.WarningCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlCompilerOptions.WarningValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlFragment.AlterSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlFragment.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlIdentifier.PlSqlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.plsql.PlSqlToken.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.PlSqlMethod.CallSpecLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.PlSqlMethod.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.PlSqlParameter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.property.PropertyAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.sql.GroupByExpression.GroupingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.sql.ParserUtils.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.sql.SQLFragmentExpressionBuilder.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.sql.WindowFunction.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.sql.WindowFunction.ClauseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Table.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Tablespace.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Tablespace.TablespaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Trigger.BaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.db.Trigger.Timing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.editor.insight.AbstractInsight.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.editor.TextTabber.InvalidRangeAction
Returns the enum constant of this type with the specified name.
valueOf(Element) - Static method in class oracle.javatools.resourcebundle.ResourceBundleCacheConfig
 
valueOf(String) - Static method in enum oracle.javatools.resourcebundle.ResourceBundleEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.resourcebundle.ResourceBundleWrapperRT.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.status.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.actiontip.ActionTipManager.TaskResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.balloon.BalloonConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.breadcrumbs.AttributedBreadcrumb.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.checklist.ChecklistModelEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.checklist.ContentElement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.checklist.Step.StepStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.checktree.TriStateNode.NodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.ghost.GhostBuilder.Features
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.ghost.UIConstants.Look
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.Header.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.Header.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.HeaderPanel.CollapseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.search.MiniSearchDialog.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.search.SearchEvent.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.search.SearchField.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.search.SearchField.TypingDelay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.simplestyle.StyledTextAttribute.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.table.TableToolbar.ToolAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.TitledSeparator.STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.ui.TriStateCheckBox.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.util.Maps.CacheMap.Canonicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.javatools.util.Maps.CacheMap.Strength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class oracle.jdeveloper.audit.analyzer.Priority
 
valueOf(String) - Static method in class oracle.jdeveloper.audit.analyzer.Severity
 
valueOf(String) - Static method in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
valueOf(String) - Method in class oracle.jdeveloper.audit.bean.AbstractEnumerationField
Gets the value of the property type corresponding to a presentation string.
valueOf(String) - Static method in class oracle.jdeveloper.audit.java.Visibility
Gets the visibility corresponding to a string, or null if the string is not one of "private", "default", "protected", or "public".
valueOf(int) - Static method in class oracle.jdeveloper.audit.java.Visibility
Gets the visibility corresponding to a Modifier integer.
valueOf(String) - Static method in enum oracle.jdeveloper.audit.service.AuditModel.Count
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.compare.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.db.ConnectionTypeUIRegistry.AlwaysNeverAsk
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.db.DatabaseConnectionEditorLauncher.StoreChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.deploy.cmd.DeployCommand.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.dialogs.ClassPackageListItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension.LayoutHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.offlinedb.OfflineDBObjectFactory.IDScheme
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.offlinedb.wizard.SaveAllObjectsDialog.SaveResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.vcs.spi.VCSApplicationSystem.ListMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.vcs.spi.VCSCommandStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.vcs.spi.VCSCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.webapp.designer.PageThumbnail.Scaling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager.FaceletsConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdeveloper.webapp.facelets.FaceletsConfigurationRecognizer.WebAppFaceletsConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.AbstractNumberField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.ByteField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.DoubleField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.FloatField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.IntegerField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.LongField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.ShortField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.bean.TypeSafeEnumerationField
 
valueOf(String) - Method in class oracle.jdevimpl.audit.core.DefaultTransformField
 
valueOf(String) - Static method in enum oracle.jdevimpl.audit.util.SortedCollections.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.jdevimpl.bookmarks.BookmarkEvent.Type
Returns the enum constant of this type with the specified name.
valueRecached(VCSURLBasedCacheEvent) - Method in class oracle.jdeveloper.vcs.spi.VCSURLBasedCacheListener
 
valueReported(Auditor, Location, Metric, Object) - Method in interface oracle.jdeveloper.audit.service.AuditListener
Reports an Auditor value reported event.
valueReported(Auditor, Location, Metric, Object) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
values() - Static method in enum javax.ide.extension.LoaderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class javax.ide.model.java.declaration.Declaration.DeclarationKind
 
values() - Static method in class javax.ide.model.java.source.tree.ClassT.ClassKind
 
values() - Static method in class javax.ide.model.java.source.tree.ExpressionT.ExpressionKind
 
values() - Static method in class javax.ide.model.java.source.tree.ForStatementT.ForKind
 
values() - Static method in class javax.ide.model.java.source.tree.LiteralExpressionT.LiteralKind
 
values() - Static method in class javax.ide.model.java.source.tree.TreeKind
 
values() - Static method in class javax.ide.model.java.source.tree.TypeArgumentT.BoundKind
 
values() - Static method in enum oracle.ide.controls.ScrollableTabBar.ScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.db.controls.DBSizeChooser.ByteMultiple
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.docking.DrawerConfig.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.docking.DrawerModel.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.externaltools.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.externaltools.IntegrationPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.index.file.FileChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.ide.keyboard.KeyStrokeMap
 
values() - Static method in enum oracle.ide.migration.MigrationInfo.ErrorInformation.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class oracle.ide.model.ContentType
 
values() - Static method in enum oracle.ide.model.NodeUtil.ReloadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.navigator.DeleteActionHandler.DeleteOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.NodeResourceBundle.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.NodeResourceBundle.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.BundleTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.QueryTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.ResourceBundleConstants.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.resourcebundle.SelectTextPanel.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.runner.DebuggeeData.DataKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.runner.DebuggerBreakpoint.BreakpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ide.runner.DebuggerWindowProvider.DebuggerWindowPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.ideimpl.webupdate.UpdateInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.buffer.ReadWriteLock.Options
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class oracle.javatools.compare.CompareMode
 
values() - Static method in enum oracle.javatools.compare.CompareViewBias
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class oracle.javatools.compare.ContributorKind
 
values() - Static method in class oracle.javatools.compare.ContributorKind
 
values() - Static method in enum oracle.javatools.compare.view.BaseCompareView.ContributorBias
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.controls.nicelist.NiceListActionEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.datatypes.ComplexType.SQLJUsingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.DBCore.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.DBUtil.IDQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.dictionary.DictionaryQueries.Params
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.extension.DatabaseMatcher.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.FileSpecification.FileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Index.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.BuildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.FastRefreshable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.PrebuiltType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.RefreshWith
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.RewriteCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.RollbackSegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.Staleness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.MaterializedView.UsingConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleExternalTableProperties.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleExternalTableProperties.ProjectColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleIndexPartitions.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleStorageProperties.BufferModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablePartitions.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablePartitions.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.DefaultTableCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.ExtentManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.LoggingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.OnlineStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.RetentionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.OracleTablespaceProperties.SegmentManagement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.RecycledObject.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.TablePartition.ListValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.TablePartition.RangeValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.ora.XMLTypeColumnProperties.StoreAs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlCompilerOptions.WarningCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlCompilerOptions.WarningValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlFragment.AlterSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlFragment.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlIdentifier.PlSqlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.plsql.PlSqlToken.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.PlSqlMethod.CallSpecLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.PlSqlMethod.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.PlSqlParameter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Static variable in class oracle.javatools.db.property.Property
Property constant for the "values" property.
values() - Static method in enum oracle.javatools.db.property.PropertyAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.sql.GroupByExpression.GroupingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.sql.ParserUtils.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.sql.SQLFragmentExpressionBuilder.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.sql.WindowFunction.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.sql.WindowFunction.ClauseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Table.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Tablespace.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Tablespace.TablespaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Trigger.BaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.db.Trigger.Timing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.editor.insight.AbstractInsight.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.editor.TextTabber.InvalidRangeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.javatools.resourcebundle.ChainedKeyValueMap
 
values() - Static method in enum oracle.javatools.resourcebundle.ResourceBundleEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.resourcebundle.ResourceBundleWrapperRT.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.status.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.actiontip.ActionTipManager.TaskResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.balloon.BalloonConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.breadcrumbs.AttributedBreadcrumb.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.checklist.ChecklistModelEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.checklist.ContentElement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.checklist.Step.StepStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.checktree.TriStateNode.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.ghost.GhostBuilder.Features
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.ghost.UIConstants.Look
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.Header.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.Header.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.HeaderPanel.CollapseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.search.MiniSearchDialog.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.search.SearchEvent.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.search.SearchField.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.search.SearchField.TypingDelay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.simplestyle.StyledTextAttribute.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.table.TableToolbar.ToolAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.TitledSeparator.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.ui.TriStateCheckBox.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.javatools.util.Maps.AbstractHashMap
Gets a collection view of the values contained in this map.
values() - Static method in enum oracle.javatools.util.Maps.CacheMap.Canonicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.javatools.util.Maps.CacheMap.Strength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.javatools.util.MultiMap
 
values() - Static method in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
values() - Static method in enum oracle.jdeveloper.audit.service.AuditModel.Count
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.compare.StreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.db.ConnectionTypeUIRegistry.AlwaysNeverAsk
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.db.DatabaseConnectionEditorLauncher.StoreChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.deploy.cmd.DeployCommand.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.dialogs.ClassPackageListItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.jsp.WebDocumentWizardNewFilePanelExtension.LayoutHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.offlinedb.OfflineDBObjectFactory.IDScheme
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.offlinedb.wizard.SaveAllObjectsDialog.SaveResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.vcs.spi.VCSApplicationSystem.ListMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.vcs.spi.VCSCommandStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.vcs.spi.VCSCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.webapp.designer.PageThumbnail.Scaling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager.FaceletsConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdeveloper.webapp.facelets.FaceletsConfigurationRecognizer.WebAppFaceletsConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdevimpl.audit.util.SortedCollections.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.jdevimpl.bookmarks.BookmarkEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
valuesCached(VCSURLBasedCacheEvent) - Method in class oracle.jdeveloper.vcs.spi.VCSURLBasedCacheListener
 
valuesCleared(VCSURLBasedCacheEvent) - Method in class oracle.jdeveloper.vcs.spi.VCSURLBasedCacheListener
 
valuesLessThan - Static variable in class oracle.javatools.db.property.Property
Property constant for the "valuesLessThan" property.
valuesSize() - Method in class oracle.javatools.util.MultiMap
Gets the number of values in this map.
valuesSize(K) - Method in class oracle.javatools.util.MultiMap
Gets the number of values in this map associated with a key.
VAProperties - Static variable in class oracle.javatools.db.property.Property
Property constant for the "VAProperties" property.
var(int) - Static method in class oracle.javatools.parser.plsql.symtab.Ptnod
 
VARCHAR2 - Static variable in class oracle.jdeveloper.deploy.sp.PlsqlDatatype
 
VARIABLE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
VARIABLE_D - Static variable in class javax.ide.model.java.source.tree.ForStatementT.ForKind
Regular loop that declares variables.
VARIABLE_FORMATER - Static variable in class oracle.jdeveloper.java.util.VariableNaming
 
VariableDeclT - Interface in javax.ide.model.java.source.tree
Common supertype for field declarations and local variable declarations.
variableName - Variable in class oracle.javatools.parser.plsql.old.symbol.CompoundStatement
 
VariableNaming - Class in oracle.jdeveloper.java.util
 
VariableNaming.NameFormater - Class in oracle.jdeveloper.java.util
 
VariableSymbol - Class in oracle.javatools.parser.plsql.old.symbol
 
VariableT - Interface in javax.ide.model.java.source.tree
Common supertype for field variables (and enum constant variables), local variables, and parameters.
Variation - Class in oracle.jdeveloper.audit.extension
 
Variation(String) - Constructor for class oracle.jdeveloper.audit.extension.Variation
 
variations() - Method in class oracle.jdeveloper.audit.analyzer.Rule
Gets the variations supported by this rule, or an empty array if none.
VARRAY - Static variable in class oracle.jdeveloper.deploy.sp.PlsqlDatatype
 
VARRAY_TYPE - Static variable in class oracle.javatools.db.datatypes.ComplexType
 
VCS - Interface in oracle.ide.vcs
Interface to the version control system implementation.
VCS - Static variable in class oracle.jdeveloper.vcs.spi.VCSController
 
VCS_PROPERTIES_DATA_KEY - Static variable in interface oracle.jdeveloper.vcs.spi.VCSPropertyKey
 
VCSActionInfo - Interface in oracle.jdeveloper.vcs.generic
 
VCSApplicationSystem - Class in oracle.jdeveloper.vcs.spi
Class representing the IDE's active application system.
VCSApplicationSystem() - Constructor for class oracle.jdeveloper.vcs.spi.VCSApplicationSystem
 
VCSApplicationSystem.ContentSetProxy - Class in oracle.jdeveloper.vcs.spi
 
VCSApplicationSystem.ContentSetProxy() - Constructor for class oracle.jdeveloper.vcs.spi.VCSApplicationSystem.ContentSetProxy
 
VCSApplicationSystem.ListMode - Enum in oracle.jdeveloper.vcs.spi
 
VCSBatchInvokableState - Class in oracle.jdeveloper.vcs.spi
 
VCSBatchInvokableState(URL[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSBatchInvokableState
 
VCSBufferUtils - Class in oracle.jdeveloper.vcs.util
Utility class for the reloading of Node editor buffers.
VCSCancelException - Exception in oracle.jdeveloper.vcs.spi
Cancellation exception class for version clients.
VCSCancelException() - Constructor for exception oracle.jdeveloper.vcs.spi.VCSCancelException
 
VCSCancellable - Class in oracle.jdeveloper.vcs.spi
Class representing the state of a cancellable process shared between threads.
VCSCancellable() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCancellable
 
VCSCheckOutNodeCmd - Class in oracle.jdeveloper.vcs.spi
Default implementation for node check out command.
VCSCheckOutNodeCmd() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCheckOutNodeCmd
 
VCSCheckOutNodeCmd(int) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCheckOutNodeCmd
 
VCSCheckOutNodeCmd(int, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCheckOutNodeCmd
 
VCSCollectionUtils - Class in oracle.jdeveloper.vcs.util
Utility class for collection operations.
VCSCommand - Class in oracle.jdeveloper.vcs.spi
Abstract superclass for version control commands.
VCSCommand(int) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommand
Constructor.
VCSCommand(int, int) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommand
Constructor.
VCSCommand(int, int, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommand
Constructor.
VCSCommandState - Class in oracle.jdeveloper.vcs.spi
Class holding state-related data / objects for a command.
VCSCommandState() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommandState
Constructor.
VCSCommandState(VCSDirectoryInvokableState, Map) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommandState
Constructor.
VCSCommandStyle - Enum in oracle.jdeveloper.vcs.spi
Type-safe enumeration class for command styles, identifying selection-related behavior.
VCSCommandType - Enum in oracle.jdeveloper.vcs.spi
Type-safe enumeration class for command type, identifying selection-related behavior.
VCSCommandUtils - Class in oracle.jdeveloper.vcs.util
Utility class for version control client commands.
VCSCommentsCustomizer - Class in oracle.jdeveloper.vcs.spi
Utility class for using comments options in an options customizer.
VCSCommentsCustomizer() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommentsCustomizer
Constructor.
VCSCommentsCustomizer(VCSOptionsCustomizer) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommentsCustomizer
Constructor.
VCSCommentTemplatesTraversable - Class in oracle.jdeveloper.vcs.spi
 
VCSCommentTemplatesTraversable() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCommentTemplatesTraversable
 
VCSComparePreferencesPanel - Class in oracle.jdeveloper.vcs.spi
UI Component that can be used by SCM clients to display similar looking UI for preferences related to the compare viewer.
VCSComparePreferencesPanel() - Constructor for class oracle.jdeveloper.vcs.spi.VCSComparePreferencesPanel
 
VCSComponents - Class in oracle.jdeveloper.vcs.util
Utility components class for common VCS client UI.
VCSCompositeOptionsCustomizer - Class in oracle.jdeveloper.vcs.spi
Composite class for combining version client dialog options customizers / providers.
VCSCompositeOptionsCustomizer(VCSOptionsCustomizer[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCompositeOptionsCustomizer
 
VCSConfigUtils - Class in oracle.jdeveloper.vcs.util
Utility class for easing access to user-configurable data.
VCSContextMenuListener - Class in oracle.jdeveloper.vcs.spi
Utility listener class for handling context menu events.
VCSContextMenuListener(String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSContextMenuListener
 
VCSContextualController - Class in oracle.jdeveloper.vcs.spi
 
VCSContextualController(int, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSContextualController
 
VCSContextUtils - Class in oracle.jdeveloper.vcs.util
Utility class for manuplating contexts and expanding their composite states.
VCSControlCache - Class in oracle.jdeveloper.vcs.spi
Singleton class caching associations between known URLs and the VCSExtensions controlling them.
VCSController - Class in oracle.jdeveloper.vcs.spi
Abstract superclass for version client controllers.
VCSController(Package) - Constructor for class oracle.jdeveloper.vcs.spi.VCSController
Construct a client controller.
VCSCopyableMap<K,V> - Class in oracle.jdeveloper.vcs.spi
Class for storing a properties in a Copyable map structure.
VCSCopyableMap() - Constructor for class oracle.jdeveloper.vcs.spi.VCSCopyableMap
 
VCSCopyableMap(Map<K, V>) - Constructor for class oracle.jdeveloper.vcs.spi.VCSCopyableMap
 
VCSDefaultUtils - Class in oracle.jdeveloper.vcs.util
Utility class for creating default instances of integration-related classes.
VCSDetailException - Exception in oracle.jdeveloper.vcs.spi
Detailed exception class for version clients.
VCSDetailException(String, String, String) - Constructor for exception oracle.jdeveloper.vcs.spi.VCSDetailException
 
VCSDetailException(String, String, Exception) - Constructor for exception oracle.jdeveloper.vcs.spi.VCSDetailException
 
VCSDialogCommitter - Class in oracle.jdeveloper.vcs.spi
Listener class to assist with performing version client command UI.
VCSDialogCommitter() - Constructor for class oracle.jdeveloper.vcs.spi.VCSDialogCommitter
 
VCSDialogCommitter(VCSOptionsCustomizer) - Constructor for class oracle.jdeveloper.vcs.spi.VCSDialogCommitter
 
VCSDialogRunner - Class in oracle.jdeveloper.vcs.util
Class for safely running dialogs and wizards on the AWT event thread, and then disposing of them.
VCSDirectoryInvokable - Class in oracle.jdeveloper.vcs.spi
Class for assisting version clients with per-directory external command invocation.
VCSDirectoryInvokable(VCSInvokableState, int) - Constructor for class oracle.jdeveloper.vcs.spi.VCSDirectoryInvokable
Constructor.
VCSDirectoryInvokable(VCSInvokableState, int, boolean) - Constructor for class oracle.jdeveloper.vcs.spi.VCSDirectoryInvokable
Constructs a new VCSDirectoryInvokable instance for assisting with per-directory external command invocation.
VCSDirectoryInvokableState - Class in oracle.jdeveloper.vcs.spi
Class for tracking the state of a VCSDirectoryInvokable.
VCSDirectoryInvokableState(URL[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSDirectoryInvokableState
Constructor.
VCSDockableViewRegistry - Class in oracle.jdeveloper.vcs.spi
Registry class for dockable version control views and their shared orientations.
VCSEBComponent - Interface in oracle.jdeveloper.vcs.spi
A component on the VCSEventBus.
VCSEBMessage - Class in oracle.jdeveloper.vcs.spi
The base class of all VCSEventBus messages.
VCSEBMessage(Object) - Constructor for class oracle.jdeveloper.vcs.spi.VCSEBMessage
Constructor.
VCSEditorUtils - Class in oracle.jdeveloper.vcs.util
Utility class for editor operations.
VCSEvent - Class in oracle.ide.vcs
Event class for filesystem-level events relating to the VCS.
VCSEvent(Object, URL[], int) - Constructor for class oracle.ide.vcs.VCSEvent
Constructor.
VCSEventBus - Class in oracle.jdeveloper.vcs.spi
The version control framework's global notification mechanism.
VCSException - Exception in oracle.jdeveloper.vcs.spi
Base exception class for version clients, with an associated title.
VCSException(String, String) - Constructor for exception oracle.jdeveloper.vcs.spi.VCSException
 
VCSExceptionHandler - Class in oracle.jdeveloper.vcs.spi
Exception handler class for version client errors.
VCSExceptionHandler() - Constructor for class oracle.jdeveloper.vcs.spi.VCSExceptionHandler
 
VCSExtension - Class in oracle.jdeveloper.vcs.spi
Abstract superclass for a version control system extension.
VCSExtension() - Constructor for class oracle.jdeveloper.vcs.spi.VCSExtension
 
VCSExtensionInformation - Class in oracle.jdeveloper.vcs.spi
Class representing displayable version control system information.
VCSExtensionInformation(String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSExtensionInformation
 
VCSExtensionInformation(Displayable) - Constructor for class oracle.jdeveloper.vcs.spi.VCSExtensionInformation
 
VCSExtensionUtils - Class in oracle.jdeveloper.vcs.util
Utility class for version control extension operations.
VCSFileEventSender - Class in oracle.jdeveloper.vcs.spi
Class for issuing filesystem-related event notifications to the IDE.
VCSFileEventSender() - Constructor for class oracle.jdeveloper.vcs.spi.VCSFileEventSender
 
VCSFileSystemUtils - Class in oracle.jdeveloper.vcs.util
Utility class for file system operations.
VCSHashURL - Class in oracle.jdeveloper.vcs.spi
Wrapper class for URLs stored in Maps or Collections that may be backed with a hash table or subject to equivalence relations.
VCSHashURL(URL) - Constructor for class oracle.jdeveloper.vcs.spi.VCSHashURL
 
VCSHistoryEntry - Class in oracle.jdeveloper.vcs.generic
 
VCSHistoryEntry(URL, VCSProfile) - Constructor for class oracle.jdeveloper.vcs.generic.VCSHistoryEntry
 
VCSHistoryEntry - Class in oracle.jdeveloper.vcs.spi
 
VCSHistoryEntry() - Constructor for class oracle.jdeveloper.vcs.spi.VCSHistoryEntry
 
VCSHistoryProvider - Class in oracle.jdeveloper.vcs.spi
Class providing history plug-in and access to the version history action on behalf of a version control extension.
VCSHistoryProvider() - Constructor for class oracle.jdeveloper.vcs.spi.VCSHistoryProvider
 
VCSHistoryProvider(HistoryProvider) - Constructor for class oracle.jdeveloper.vcs.spi.VCSHistoryProvider
 
VCSHistoryProvider(HistoryProvider, IdeAction) - Constructor for class oracle.jdeveloper.vcs.spi.VCSHistoryProvider
 
VCSHistoryProvider(HistoryProvider, IdeAction, VCSUserFilterSubstitution) - Constructor for class oracle.jdeveloper.vcs.spi.VCSHistoryProvider
 
VCSIdeCommandProcessor - Class in oracle.jdeveloper.vcs.util
Class for the execution of IDE commands through the command processor on the AWT event thread.
VCSIdeEventRecorder - Class in oracle.jdeveloper.vcs.util
Utility class to support time-based decisions relating to IDE events.
VCSIgnoreFilters - Class in oracle.jdeveloper.vcs.util
 
VCSImportBackupHelper - Class in oracle.jdeveloper.vcs.spi
 
VCSImportBackupHelper(URL) - Constructor for class oracle.jdeveloper.vcs.spi.VCSImportBackupHelper
 
VCSInvokableState - Class in oracle.jdeveloper.vcs.spi
 
VCSInvokableState(Collection<URL>) - Constructor for class oracle.jdeveloper.vcs.spi.VCSInvokableState
 
VCSKeyboardUtils - Class in oracle.jdeveloper.vcs.util
Utility class for keyboard-related configurations.
VCSListCheckoutsSetup - Class in oracle.jdeveloper.vcs.migrate
Class providing partial implementation for a search control setup suitable to 'list checkouts' support.
VCSListCheckoutsSetup() - Constructor for class oracle.jdeveloper.vcs.migrate.VCSListCheckoutsSetup
 
VCSListener - Interface in oracle.ide.vcs
Listener class for filesystem-level events relating to the VCS.
VCSLogWriter - Class in oracle.jdeveloper.vcs.spi
Utility class for logging messages to a log message page.
VCSLogWriter(LogPage) - Constructor for class oracle.jdeveloper.vcs.spi.VCSLogWriter
Constructor.
VCSManager - Class in oracle.ide.vcs
The VCSManager is responsible for managing version control system interactions in the IDE.
VCSManager() - Constructor for class oracle.ide.vcs.VCSManager
 
VCSMenuConstants - Class in oracle.jdeveloper.vcs.spi
Class for constants relating to versioning menus.
VCSMenuUtils - Class in oracle.jdeveloper.vcs.util
Utility class for initializing and manipulating version control menus.
VCSMenuUtils() - Constructor for class oracle.jdeveloper.vcs.util.VCSMenuUtils
 
VCSModelUtils - Class in oracle.jdeveloper.vcs.util
Utility class for node model operations.
VCSNavigableUtils - Class in oracle.jdeveloper.vcs.util
Utility class for creating and accessing version control Navigables.
VCSNewProjectPanel - Class in oracle.jdeveloper.vcs.spi
 
VCSNodeCommands - Class in oracle.jdeveloper.vcs.util
Utility class for creating commands which update the IDE's node model.
VCSNodeIconUtils - Class in oracle.jdeveloper.vcs.util
Utility class for fetching icons based on a node resource.
VCSNodeOverlayTracker - Class in oracle.jdeveloper.vcs.spi
Class for a node overlay tracker based around a version control status cache.
VCSNodeOverlayTracker(int, VCSOverlayItemProducer, URLFilter, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSNodeOverlayTracker
 
VCSNodeUpdate - Class in oracle.jdeveloper.vcs.spi
Message sent when a node-related change occurs.
VCSNodeUpdate(Node, Object) - Constructor for class oracle.jdeveloper.vcs.spi.VCSNodeUpdate
Constructor.
VCSOperatingSystem - Class in oracle.jdeveloper.vcs.util
Utility class providing information relating to the operating system.
VCSOptionsCustomizer - Interface in oracle.jdeveloper.vcs.spi
Interface to a version client dialog options customizer / provider.
VCSOptionsCustomizerAdapter - Class in oracle.jdeveloper.vcs.spi
Adapter class for a version client dialog options customizer / provider.
VCSOptionsCustomizerAdapter() - Constructor for class oracle.jdeveloper.vcs.spi.VCSOptionsCustomizerAdapter
 
VCSOverlayItem - Class in oracle.jdeveloper.vcs.spi
Class describing statuses with an overlay representation.
VCSOverlayItem(VCSStatus, IconOverlay) - Constructor for class oracle.jdeveloper.vcs.spi.VCSOverlayItem
Constructor.
VCSOverlayItemProducer - Class in oracle.jdeveloper.vcs.spi
Class for the return of status items with an overlay representation.
VCSOverlayItemProducer(VCSStatusCache) - Constructor for class oracle.jdeveloper.vcs.spi.VCSOverlayItemProducer
Constructor.
VCSProcessUtils - Class in oracle.jdeveloper.vcs.util
Utility class for assisting with external commands and processes.
VCSProfile - Interface in oracle.jdeveloper.vcs.generic
This API is not stable and WILL change in the furture.
VCSProfiles - Class in oracle.jdeveloper.vcs.generic
 
VCSProfiles() - Constructor for class oracle.jdeveloper.vcs.generic.VCSProfiles
 
VCSProgress - Class in oracle.jdeveloper.vcs.spi
 
VCSProgress() - Constructor for class oracle.jdeveloper.vcs.spi.VCSProgress
 
VCSPropertyCustomizer - Class in oracle.jdeveloper.vcs.spi
Basic traversable class representing common version client properties.
VCSPropertyCustomizer() - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyCustomizer
Constructor.
VCSPropertyCustomizer(String[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyCustomizer
Constructor.
VCSPropertyCustomizer(String[], VCSPropertyCustomizer.ResourceProxy) - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyCustomizer
Constructor.
VCSPropertyCustomizer.ResourceProxy - Class in oracle.jdeveloper.vcs.spi
Proxy class for obtaining VCSPropertyCustomizer resources.
VCSPropertyCustomizer.ResourceProxy() - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyCustomizer.ResourceProxy
 
VCSPropertyDescriptor - Class in oracle.jdeveloper.vcs.spi
Class for the description of common properties implemented by the VCS.
VCSPropertyDescriptor(String, String[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyDescriptor
 
VCSPropertyDescriptor(String, String, String[]) - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyDescriptor
 
VCSPropertyKey - Interface in oracle.jdeveloper.vcs.spi
Interface for common property key constants.
VCSPropertyMap<K,V> - Class in oracle.jdeveloper.vcs.spi
Class for storing a version control client property map.
VCSPropertyMap() - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyMap
 
VCSPropertyMap(Map<K, V>) - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyMap
 
VCSPropertyTraversable - Class in oracle.jdeveloper.vcs.spi
Traversable UI class for version control client properties.
VCSPropertyTraversable() - Constructor for class oracle.jdeveloper.vcs.spi.VCSPropertyTraversable
Constructor.
VCSProtocolRegistry - Class in oracle.jdeveloper.vcs.spi
Registry class for URL protocols handled by version control extensions.
VCSQuickDiffReferenceProvider - Class in oracle.jdeveloper.vcs.spi
 
VCSQuickDiffReferenceProvider(VCSExtension) - Constructor for class oracle.jdeveloper.vcs.spi.VCSQuickDiffReferenceProvider
 
VCSRecentCommentsModel - Class in oracle.jdeveloper.vcs.spi
Model class for historical comments used with a VCSCommentsCustomizer.
VCSRecentCommentsModel() - Constructor for class oracle.jdeveloper.vcs.spi.VCSRecentCommentsModel
Constructor.
VCSRegistry - Class in oracle.ide.vcs
Registry class for version control system extensions.
VCSShellRunner - Class in oracle.jdeveloper.vcs.migrate
Utility class for running version client processes.
VCSShellRunner() - Constructor for class oracle.jdeveloper.vcs.migrate.VCSShellRunner
 
VCSSingleNodeObserver - Class in oracle.jdeveloper.vcs.spi
Observer class to flush a status cache on node events, including reloading and file save notifications.
VCSSingleNodeObserver() - Constructor for class oracle.jdeveloper.vcs.spi.VCSSingleNodeObserver
Constructs a new VCSSingleNodeObserver whose VCSStatusCache and, optionally, URLFilter may be subsequently set using the VCSSingleNodeObserver.setStatusCache(VCSStatusCache) and VCSSingleNodeObserver.setURLFilter(URLFilter) methods.
VCSSingleNodeObserver(VCSStatusCache, URLFilter) - Constructor for class oracle.jdeveloper.vcs.spi.VCSSingleNodeObserver
Deprecated. replaced by VCSSingleNodeObserver.VCSSingleNodeObserver(VCSStatusCache,URLFilter,String).
VCSSingleNodeObserver(VCSStatusCache, URLFilter, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSSingleNodeObserver
Constructor.
VCSSingleSaveObserver - Class in oracle.jdeveloper.vcs.spi
Deprecated. replaced by VCSSingleNodeObserver.
VCSSingleSaveObserver(VCSStatusCache) - Constructor for class oracle.jdeveloper.vcs.spi.VCSSingleSaveObserver
Deprecated. Constructor.
VCSStatus - Interface in oracle.jdeveloper.vcs.spi
Interface to information about a status under version control.
VCSStatusCache - Class in oracle.jdeveloper.vcs.spi
Utility class for caching URLs' version status values.
VCSStatusCache() - Constructor for class oracle.jdeveloper.vcs.spi.VCSStatusCache
 
VCSStatusConstants - Class in oracle.jdeveloper.vcs.spi
Interface for the definition of standard version status constants.
VCSStatusFilter - Interface in oracle.jdeveloper.vcs.spi
Filter interface for controlling the acceptance of VCSStatus objects representing file states.
VCSStatusFilters - Class in oracle.jdeveloper.vcs.util
Utility class for the creation of VCSStatus filter types.
VCSStreamMonitor - Class in oracle.jdeveloper.vcs.migrate
Interface to a version control client runner stream monitor.
VCSStreamMonitor() - Constructor for class oracle.jdeveloper.vcs.migrate.VCSStreamMonitor
 
VCSStreamMonitor(String) - Constructor for class oracle.jdeveloper.vcs.migrate.VCSStreamMonitor
 
VCSStreamUtils - Class in oracle.jdeveloper.vcs.util
Utility class for stream handling operations.
VCSTask - Class in oracle.ide.vcs
Task class for version control operations performed through VCSManager.
VCSTask(URL[]) - Constructor for class oracle.ide.vcs.VCSTask
Constructs a new VCSTask for the given URLs.
VCSTextFileUtils - Class in oracle.jdeveloper.vcs.util
Utility class for accessing and writing simple text files.
VCSThreadPool - Class in oracle.jdeveloper.vcs.spi
 
VCSThreadPool(int, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSThreadPool
 
VCSThreadSafeContexts - Class in oracle.jdeveloper.vcs.util
Utility class to assist with the thread-safe construction of temporary contexts.
VCSURLBasedCache - Class in oracle.jdeveloper.vcs.spi
Abstract superclass for a URL-based cache of objects.
VCSURLBasedCache() - Constructor for class oracle.jdeveloper.vcs.spi.VCSURLBasedCache
 
VCSURLBasedCacheEvent - Class in oracle.jdeveloper.vcs.spi
 
VCSURLBasedCacheListener - Class in oracle.jdeveloper.vcs.spi
 
VCSURLBasedCacheListener() - Constructor for class oracle.jdeveloper.vcs.spi.VCSURLBasedCacheListener
 
VCSURLFileSystemHelper - Class in oracle.jdeveloper.vcs.spi
Base class for URLFileSystem helper decorator objects suitable for version system integration.
VCSURLFileSystemHelper(URLFileSystemHelper, String) - Constructor for class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Constructor.
VCSURLFileSystemHelper(URLFileSystemHelper, VCSExtension) - Constructor for class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Constructor.
VCSURLFilters - Class in oracle.jdeveloper.vcs.util
Utility class for the creation of commonly useful URL filter types.
VCSUserFilterSubstitution - Class in oracle.jdeveloper.vcs.spi
 
VCSUserFilterSubstitution() - Constructor for class oracle.jdeveloper.vcs.spi.VCSUserFilterSubstitution
 
VCSValidationException - Exception in oracle.jdeveloper.vcs.spi
Validation exception class for version clients.
VCSValidationException(String, String) - Constructor for exception oracle.jdeveloper.vcs.spi.VCSValidationException
 
VCSVersioningTraversable - Class in oracle.jdeveloper.vcs.spi
Traversable UI class representing the top-level node for version control.
VCSVersioningTraversable() - Constructor for class oracle.jdeveloper.vcs.spi.VCSVersioningTraversable
 
VCSWaitRunnable - Class in oracle.jdeveloper.vcs.spi
Abstract runnable class for long running tasks, designed to be run on a temporary thread.
VCSWaitRunnable() - Constructor for class oracle.jdeveloper.vcs.spi.VCSWaitRunnable
Constructor.
VCSWaitRunnable(VCSExceptionHandler) - Constructor for class oracle.jdeveloper.vcs.spi.VCSWaitRunnable
Constructor.
VCSWaitRunnable(VCSExceptionHandler, VCSOptionsCustomizer) - Constructor for class oracle.jdeveloper.vcs.spi.VCSWaitRunnable
Constructor.
VCSWindowUtils - Class in oracle.jdeveloper.vcs.util
Utility class for window operations.
VER - Static variable in class oracle.ide.Version
 
VER_FULL - Static variable in class oracle.ide.Version
 
VERIFIEDBREAKPOINT - Static variable in class oracle.javatools.icons.OracleIcons
verify(Context, IndexReference, Declaration) - Method in class oracle.ide.dependency.index.IndexReferenceProvider
Verify that a reference points to a declaration.
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodAdt
 
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodAdtBody
 
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodCursor
 
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodFormals
 
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodRoot
 
verify() - Method in class oracle.javatools.parser.plsql.symtab.PtnodSubprg
 
verify() - Method in class oracle.javatools.parser.plsql.syntax.AST
 
VERIFY_ALL - Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
 
VERIFY_NONE - Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
 
verifyFilePath() - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
verifyList(URL) - Method in class oracle.ide.net.URLFileSystemHelper
 
verifyPageIndexValid(int) - Method in class oracle.javatools.editor.print.EditorPageable
Verifies that a page index is valid.
verifyPath() - Method in class oracle.jdeveloper.builder.SourceModel
 
verifyReadTransaction() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Verifies that a read transaction is in progress for this model.
Version - Class in javax.ide.util
Represents the version number of an extension or component.
Version(String) - Constructor for class javax.ide.util.Version
Constructs a Version object from a String representation.
Version - Annotation Type in oracle.ide.index
Specifies the version of an Indexer implementation.
Version - Class in oracle.ide
Internal use only.
Version() - Constructor for class oracle.ide.Version
 
VERSION - Static variable in class oracle.ide.Version
 
VERSION - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
 
Version - Class in oracle.javatools.util
Represents the version number of an extension or component.
Version(String) - Constructor for class oracle.javatools.util.Version
Constructs a Version object from a String representation.
Version(int[]) - Constructor for class oracle.javatools.util.Version
Constructs a Version object from a number representation.
VERSION_CURRENT - Static variable in class oracle.ide.migration.MigrationInfo
Vesion status indicating the node version is the same as the current node version.
VERSION_HISTORY_CMD - Static variable in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
VERSION_HISTORY_CMD_ID - Static variable in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
VERSION_NEWER - Static variable in class oracle.ide.migration.MigrationInfo
Vesion status indicating the node version is newer that the current node version.
VERSION_OLDER - Static variable in class oracle.ide.migration.MigrationInfo
Vesion status indicating the node version is older that the current node version.
VERSION_START - Static variable in interface oracle.ide.index.file.FileTable
The first version of a file table.
VERSION_STRING - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
 
VERSION_STRING - Static variable in class oracle.javatools.util.JdkIntrospector
 
VERSION_TREE - Static variable in class oracle.javatools.icons.OracleIcons
VERSION_TREE_CMD - Static variable in class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
VERSION_TREE_CMD_ID - Static variable in class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
VERSION_UNKNOWN - Static variable in class oracle.ide.migration.MigrationInfo
Vesion status indicating the node version could not be determined.
VersionHistoryAddin - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryAddin() - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryAddin
 
VersionHistoryCommand - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryCommand() - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
VersionHistoryCommand(int) - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
VersionHistoryController - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryController(int, String) - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryController
 
VersionHistoryNode - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryNode() - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryNode
 
VersionHistoryNode(URL) - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryNode
 
VersionHistoryURLHelper - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryURLHelper() - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryURLHelper
 
VersionHistoryViewer - Class in oracle.jdeveloper.vcs.versionhistory
 
VersionHistoryViewer() - Constructor for class oracle.jdeveloper.vcs.versionhistory.VersionHistoryViewer
 
VersioningNavigatorConstants - Class in oracle.jdeveloper.vcs.nav
 
VersionNumber - Class in oracle.ide.util
This class encapsulates the notion of a version number or version string, which can be defined as a string of characters, usually digits, separated by dots ('.').
VersionNumber(String) - Constructor for class oracle.ide.util.VersionNumber
This creates an instance of VersionNumber based on the dot-separated version string that is passed in.
VersionOperationCategorizer - Class in oracle.jdeveloper.vcs.vop
 
VersionOperationCategorizer() - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationCategorizer
 
VersionOperationModel - Interface in oracle.jdeveloper.vcs.vop
The version operation model describes the resources which are involved in a version operation panel.
VersionOperationModelEvent - Class in oracle.jdeveloper.vcs.vop
Event object which contains details of notification message sent via the VersionOperationModelListener interface.
VersionOperationModelEvent(Object) - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
Construct a version operation model event with no further information.
VersionOperationModelEvent(Object, int, int) - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
Construct a version operation model event with a specified start and end model index.
VersionOperationModelEvent(Object, int, int, boolean) - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
Construct a version operation model event with a specified start and end model index.
VersionOperationModelListener - Interface in oracle.jdeveloper.vcs.vop
Notification interface for changes to a VersionOperationModel instance.
VersionOperationPanel - Class in oracle.jdeveloper.vcs.vop
The version operation panel displays a summary list of Displayables for a version operation.
VersionOperationPanel() - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationPanel
Construct the version operation panel.
VersionOperationStatus - Interface in oracle.jdeveloper.vcs.vop
 
VersionOperationTablePanel - Class in oracle.jdeveloper.vcs.vop
 
VersionOperationTablePanel() - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel
 
VersionOperationTablePanel.CopyableNiceTablePersistentSettings - Class in oracle.jdeveloper.vcs.vop
Required to support the dumb, pointless Copyable interface ;)
VersionOperationTablePanel.CopyableNiceTablePersistentSettings() - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel.CopyableNiceTablePersistentSettings
 
VersionOperationTablePanel.CopyableNiceTablePersistentSettings(NiceTablePersistentSettings) - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel.CopyableNiceTablePersistentSettings
 
VersionOperationTreeNode - Class in oracle.jdeveloper.vcs.vop
 
VersionOperationTreeNode(Object, boolean) - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationTreeNode
 
VersionOperationTreePanel - Class in oracle.jdeveloper.vcs.vop
 
VersionOperationTreePanel() - Constructor for class oracle.jdeveloper.vcs.vop.VersionOperationTreePanel
 
VersionPropertiesPanelProvider - Class in oracle.jdeveloper.vcs.properties
Properties panel provider specialization class, for version property panels.
VersionPropertiesPanelProvider() - Constructor for class oracle.jdeveloper.vcs.properties.VersionPropertiesPanelProvider
 
VersionPropertiesPanelProvider(VCSStatusCache) - Constructor for class oracle.jdeveloper.vcs.properties.VersionPropertiesPanelProvider
 
VersionTreeCommand - Class in oracle.jdeveloper.vcs.versiontree
 
VersionTreeCommand() - Constructor for class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
VersionTreeCommand(int) - Constructor for class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
VersionTreeCompareCommand - Class in oracle.jdeveloper.vcs.versiontree
 
VersionTreeCompareCommand(int) - Constructor for class oracle.jdeveloper.vcs.versiontree.VersionTreeCompareCommand
 
VersionTreeController - Class in oracle.jdeveloper.vcs.versiontree
 
VersionTreeController(int, String) - Constructor for class oracle.jdeveloper.vcs.versiontree.VersionTreeController
 
VERT - Static variable in class oracle.ide.IdeConstants
 
VERTICAL_FILL - Static variable in class oracle.javatools.columnlayout.LayoutBuilder
Alias for grid bag constraints vertical fill.
VERTICAL_GAP - Static variable in class oracle.javatools.columnlayout.LayoutBuilder
The default size for vertical gaps (0, 15).
VERTICAL_SPACE_SIZE - Static variable in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
VERTICAL_STYLE - Static variable in class oracle.ide.controls.PentaLayout
Layouts the components like this:
VerticalFlowLayout - Class in oracle.ide.controls
Deprecated. since 11.0. Use VerticalFlowLayout.
VerticalFlowLayout() - Constructor for class oracle.ide.controls.VerticalFlowLayout
Deprecated.  
VerticalFlowLayout(boolean, boolean) - Constructor for class oracle.ide.controls.VerticalFlowLayout
Deprecated.  
VerticalFlowLayout(int) - Constructor for class oracle.ide.controls.VerticalFlowLayout
Deprecated.  
VerticalFlowLayout(int, boolean, boolean) - Constructor for class oracle.ide.controls.VerticalFlowLayout
Deprecated.  
VerticalFlowLayout(int, int, int, boolean, boolean) - Constructor for class oracle.ide.controls.VerticalFlowLayout
Deprecated.  
VerticalFlowLayout - Class in oracle.javatools.ui.layout
VFlowLayout is similair to FlowLayout except it lays out components vertically.
VerticalFlowLayout() - Constructor for class oracle.javatools.ui.layout.VerticalFlowLayout
Construct a new VerticalFlowLayout with a middle alignemnt, and the fill to edge flag set.
VerticalFlowLayout(boolean, boolean) - Constructor for class oracle.javatools.ui.layout.VerticalFlowLayout
Construct a new VerticalFlowLayout with a middle alignemnt.
VerticalFlowLayout(int) - Constructor for class oracle.javatools.ui.layout.VerticalFlowLayout
Construct a new VerticalFlowLayout with a middle alignemnt.
VerticalFlowLayout(int, boolean, boolean) - Constructor for class oracle.javatools.ui.layout.VerticalFlowLayout
Construct a new VerticalFlowLayout.
VerticalFlowLayout(int, int, int, boolean, boolean) - Constructor for class oracle.javatools.ui.layout.VerticalFlowLayout
Construct a new VerticalFlowLayout.
verticalScrollTo(int) - Method in class oracle.javatools.compare.view.BaseCompareView
 
verticalScrollTo(int) - Method in class oracle.javatools.compare.view.list.ListCompareView
 
verticalScrollTo(int) - Method in class oracle.javatools.compare.view.wedge.WedgeCompareView
Scroll to the specified (virtual) position.
veto() - Method in interface oracle.ide.runner.DebuggerBreakpointPanel
Called before doOk() is called.
VETO_CONVERSION - Static variable in class oracle.javatools.ui.ghost.UIConstants
A client property key.
VETO_HIERARCHY_CONVERSION - Static variable in class oracle.javatools.ui.ghost.UIConstants
A client property key.
vetoableChange(PropertyChangeEvent) - Method in class oracle.ide.component.NewFilePanel
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.ide.db.panels.sql.JoinObjectEditDialog
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.ide.dialogs.SimpleInputDialog
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.ide.panels.NewWorkspacePanel
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.ide.resourcebundle.SelectTextPanel
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.jdeveloper.vcs.patch.CreatePatchDialogVetoer
 
vetoableChange(PropertyChangeEvent) - Method in class oracle.jdeveloper.vcs.spi.VCSDialogCommitter
 
VetoableDeployException - Exception in oracle.jdeveloper.deploy
 
VetoableDeployException() - Constructor for exception oracle.jdeveloper.deploy.VetoableDeployException
 
VetoableDeployException(Throwable) - Constructor for exception oracle.jdeveloper.deploy.VetoableDeployException
Constructs a VetoableDeployException with no specified detail message and chains this exception to the given Throwable.
VetoableDeployException(String) - Constructor for exception oracle.jdeveloper.deploy.VetoableDeployException
Constructs a VetoableDeployException with the specified detail message.
VetoableDeployException(String, Throwable) - Constructor for exception oracle.jdeveloper.deploy.VetoableDeployException
Constructs a VetoableDeployException with the specified detail message and chains this exception to the given Throwable.
VetoableSubject - Interface in oracle.ide.model
VetoableSubject interface defines the API to register observers interested in receiving notifications of pending subject changes.
vetoableUpdate(Object, UpdateMessage) - Method in interface oracle.ide.model.VetoObserver
Notification message.
VetoObserver - Interface in oracle.ide.model
VetoObserver interface defines the notification API through which interested observers are notified of pending subject changes.
View - Class in javax.ide.view
View components display information to the user.
View() - Constructor for class javax.ide.view.View
 
VIEW - Static variable in class oracle.ide.db.DBIcons
Deprecated.  
View - Class in oracle.ide.view
View components display information to the user.
View() - Constructor for class oracle.ide.view.View
 
View(String) - Constructor for class oracle.ide.view.View
 
View - Class in oracle.javatools.db
Represents a database View.
View() - Constructor for class oracle.javatools.db.View
Creates a new View.
View(String, Schema) - Constructor for class oracle.javatools.db.View
Constructs a new View in the specified schema with the specified name.
VIEW - Static variable in class oracle.javatools.icons.OracleIcons
VIEW_ACTIVATED - Static variable in class oracle.ide.view.ViewEvent
Constant indicating the view was just activated.
VIEW_APP_NAVIGATOR - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_CHANGELIST_CMD_ID - Static variable in class oracle.jdeveloper.vcs.changelist.cmd.ViewChangeListCommand
 
VIEW_CLOSED - Static variable in class oracle.ide.view.ViewEvent
Constant indicating the view was just closed.
VIEW_CODEEDITOR - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_CONN_NAVIGATOR - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_DEACTIVATED - Static variable in class oracle.ide.view.ViewEvent
Constant indicating the view was just deactivated.
VIEW_INSPECTOR - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_JAVA_SUB_MENU - Static variable in class oracle.jdeveloper.JDeveloperMenuConstants
 
VIEW_LOGWINDOW - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_MENU_ID - Static variable in class javax.ide.IDEConstants
Identifies the View menu id.
VIEW_NAME - Static variable in class oracle.ide.help.HelpSystem
 
VIEW_NAME - Static variable in class oracle.ide.palette2.PaletteWindow
 
VIEW_NAVIGATOR - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_PALETTE - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_SECTION - Static variable in class oracle.javatools.icons.OracleIcons
VIEW_STRUCTURE - Static variable in interface oracle.ide.help.HelpTopics
 
VIEW_TEAM_SUB_MENU - Static variable in class oracle.ide.controller.MenuConstants
The menu ID to use for the View > Team submenu.
VIEW_TYPE - Static variable in class oracle.ide.help.HelpSystem
 
VIEW_TYPE - Static variable in class oracle.ide.palette2.PaletteWindow
 
VIEW_TYPE - Static variable in class oracle.jdevimpl.bookmarks.BookmarkAddin
 
VIEW_UIEDITOR - Static variable in interface oracle.ide.help.HelpTopics
 
Viewable - Interface in javax.ide.view
Viewables are objects that map directly to visible GUI elements that users can select.
viewActivated(ViewEvent) - Method in class oracle.ide.inspector.PropertyInspector
 
viewActivated(ViewEvent) - Method in class oracle.ide.view.ViewAdapter
 
viewActivated(ViewEvent) - Method in interface oracle.ide.view.ViewListener
Called when the view is activated.
ViewAdapter - Class in oracle.ide.view
Defaul ViewListener implementations.
ViewAdapter() - Constructor for class oracle.ide.view.ViewAdapter
 
viewAnnotations() - Method in interface oracle.ide.runner.DebuggeeData
View the annotations of this object in a special dialog
viewAnnotationsForClass() - Method in interface oracle.ide.runner.DebuggeeData
View the annotations of the class of this object in a special dialog
ViewChangeListCommand - Class in oracle.jdeveloper.vcs.changelist.cmd
 
ViewChangeListCommand(String) - Constructor for class oracle.jdeveloper.vcs.changelist.cmd.ViewChangeListCommand
 
ViewChangeListCommand(int, String) - Constructor for class oracle.jdeveloper.vcs.changelist.cmd.ViewChangeListCommand
 
viewClosed(ViewEvent) - Method in class oracle.ide.inspector.PropertyInspector
 
viewClosed(ViewEvent) - Method in class oracle.ide.view.ViewAdapter
 
viewClosed(ViewEvent) - Method in interface oracle.ide.view.ViewListener
Called when the view is closed.
viewClosed(ViewEvent) - Method in class oracle.jdeveloper.uieditor.AbstractFactory
Respond to a UIEditor closing by sending a stateChanged message to the UIEditorCanvas that we have associated with that UIEditor and removing self as a ViewListener from the UIEditor.
viewCollapsed(ViewStateEvent) - Method in class oracle.ide.view.ViewStateListener
This method is called back when an accordion panel hosting a View changes from being expanded to collapsed.
ViewColumn - Class in oracle.javatools.db
Custom Column for Views to use when they have a DeclarativeSQLQuery.
ViewColumn() - Constructor for class oracle.javatools.db.ViewColumn
 
ViewColumn(DBObjectID) - Constructor for class oracle.javatools.db.ViewColumn
Creates a new ViewColumn based on the given SelectObject).
VIEWCRITERIA - Static variable in class oracle.javatools.icons.OracleIcons
viewDeactivated(ViewEvent) - Method in class oracle.ide.inspector.PropertyInspector
 
viewDeactivated(ViewEvent) - Method in class oracle.ide.view.ViewAdapter
 
viewDeactivated(ViewEvent) - Method in interface oracle.ide.view.ViewListener
Called when the view is deactivated.
ViewDecorator - Class in oracle.ide.view
Base decorator object for View implementations.
ViewDecorator(View) - Constructor for class oracle.ide.view.ViewDecorator
Creates a ViewDecorator.
ViewEdit - Class in oracle.javatools.compare.view
Undoable view edit event wrapper class.
ViewEdit(UndoableEdit, BaseCompareView, ViewMemento, ViewMemento) - Constructor for class oracle.javatools.compare.view.ViewEdit
 
ViewEdit(UndoableEdit, String, BaseCompareView, ViewMemento, ViewMemento) - Constructor for class oracle.javatools.compare.view.ViewEdit
 
ViewEdit(UndoableEdit, EditableView, ViewMemento, ViewMemento) - Constructor for class oracle.javatools.compare.view.ViewEdit
Deprecated. 
ViewEdit(UndoableEdit, String, EditableView, ViewMemento, ViewMemento) - Constructor for class oracle.javatools.compare.view.ViewEdit
Deprecated. 
ViewEditEvent - Class in oracle.javatools.compare.view
View edit event class.
ViewEditEvent(Object, int, ContributorKind, ViewEdit) - Constructor for class oracle.javatools.compare.view.ViewEditEvent
 
viewEditHappened(ViewEditEvent) - Method in interface oracle.javatools.compare.view.ViewEditListener
 
viewEditHappened(ViewEditEvent) - Method in class oracle.jdeveloper.merge.AbstractMergeEditor
ViewEditListener - Interface in oracle.javatools.compare.view
View edit listener interface.
viewEnd - Variable in class oracle.javatools.ui.SectionView
 
ViewEvent - Class in oracle.ide.view
The ViewEvent is used to indicate that state of a View has been modified.
ViewEvent(View, int) - Constructor for class oracle.ide.view.ViewEvent
Constructor.
viewExpanded(ViewStateEvent) - Method in class oracle.ide.view.ViewStateListener
This method is called back when an accordion panel hosting a View changes from being collapsed to expanded.
ViewId - Class in oracle.ide.layout
Class used to identify views.
ViewId(String, String) - Constructor for class oracle.ide.layout.ViewId
Constructor.
ViewId(String) - Constructor for class oracle.ide.layout.ViewId
Constructor.
ViewId() - Constructor for class oracle.ide.layout.ViewId
Default constructor.
viewId() - Static method in class oracle.ide.palette2.PaletteWindow
 
ViewLimitProvider - Class in oracle.ide.ceditor
An provider to control the 'view limiting' of a CodeEditors editor pane.
ViewLimitProvider() - Constructor for class oracle.ide.ceditor.ViewLimitProvider
 
ViewLimitProviderFactory - Interface in oracle.ide.ceditor
A class to allow different clients to register interest in limiting the visible view area of the code editor.
VIEWLINK - Static variable in class oracle.javatools.icons.OracleIcons
VIEWLINKINSTANCE - Static variable in class oracle.javatools.icons.OracleIcons
ViewListener - Interface in oracle.ide.view
The ViewListener interface should be implemented by extensions that need to know when views in the IDE change their state.
ViewMemento - Class in oracle.javatools.compare.view
Memento class capturing the difference state of a compare model, for view implementations.
ViewMemento() - Constructor for class oracle.javatools.compare.view.ViewMemento
 
VIEWNAVIGATORS - Static variable in class oracle.javatools.icons.OracleIcons
VIEWOBJECT - Static variable in class oracle.javatools.icons.OracleIcons
VIEWOBJECTINSTANCE - Static variable in class oracle.javatools.icons.OracleIcons
viewPath(Component, String, URLPath, String) - Static method in class oracle.ide.component.URLPathEditPanel
Displays UI for viewing a path.
ViewportChangeNotifier - Class in oracle.javatools.ui
It is sometimes useful to know if a component has changed its position on screen as a result of scrolling.
ViewportChangeNotifier(JComponent) - Constructor for class oracle.javatools.ui.ViewportChangeNotifier
Create an instance of a ViewportChangeNotifier and begin listening to any viewports in its component hierarchy.
viewRunManager() - Method in class oracle.ide.runner.Runner
Shows the Run Manager window.
views(View...) - Method in interface oracle.ide.docking.DockableDragContext
 
views() - Method in interface oracle.ide.docking.DockableDragContext
 
views - Variable in class oracle.jdeveloper.uieditor.AbstractFactory
HashMap UIEditorCanvas keyed upon instances of UIEditor.
VIEWS_CHECK_NAME - Static variable in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
viewsCheck - Variable in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
viewSelectionChanged(ViewSelectionEvent) - Method in class oracle.ide.view.AbstractPinnable
Respond to a change in selection in the pinned View based on the pin state.
viewSelectionChanged(Context) - Method in class oracle.ide.view.AbstractPinnable
Internal method allowing subclasses to perform additional processing after the standard call to viewSelectionChanged(..) has filtered out cases where the selection changes should be ignored.
viewSelectionChanged(ViewSelectionEvent) - Method in interface oracle.ide.view.ViewSelectionListener
This method is called every time the selection changes in a view.
viewSelectionChanged(ViewSelectionEvent) - Method in class oracle.jdeveloper.uieditor.AbstractCanvas
Respond to a ViewSelectionEvent in our associated UIEditor by firing our own ViewSelectionEvent reflecting the new selection.
ViewSelectionEvent - Class in oracle.ide.view
The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified.
ViewSelectionEvent(View) - Constructor for class oracle.ide.view.ViewSelectionEvent
Creates a ViewSelectionEvent whose selection is initialized to the View's current selection.
ViewSelectionHelper - Interface in oracle.ide.ceditor
Created by a ViewSelectionHelperFactory, the ViewSelectionHelper may monitor changes to the CodeEditor and set it's view selection.
ViewSelectionHelperFactory - Interface in oracle.ide.ceditor
A class to allow different clients to register interest in determining the view selection of the code editor.
ViewSelectionListener - Interface in oracle.ide.view
The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.
viewStart - Variable in class oracle.javatools.ui.SectionView
 
ViewStateEvent - Class in oracle.ide.view
Event object passed to a ViewStateListener.
ViewStateListener - Class in oracle.ide.view
Class whose methods are called back when a View's state changes.
ViewStateListener() - Constructor for class oracle.ide.view.ViewStateListener
 
viewText - Static variable in class oracle.javatools.db.property.Property
Property constant for the "viewText" property.
viewToModel(JTextComponent, Point, Position.Bias[]) - Method in class oracle.javatools.editor.BasicEditorUI
Converts the given place in the view coordinate system to the nearest representative location in the model.
viewToModel(float, float, Shape, Position.Bias[]) - Method in class oracle.javatools.editor.BasicView
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
viewWholeValue() - Method in interface oracle.ide.runner.DebuggeeData
View the whole value of this object in a special dialog
VIOLATION - Static variable in class oracle.jdeveloper.audit.analyzer.Severity
Deprecated. use ADVISORY
Violation - Interface in oracle.jdeveloper.audit.service
A violation of an Audit rule.
ViolationHelper - Class in oracle.jdeveloper.audit.service
A helper for packing optional violation properties--parameters, transforms, focus location, and variation--into an array.
ViolationHelper() - Constructor for class oracle.jdeveloper.audit.service.ViolationHelper
 
ViolationReport - Interface in oracle.jdeveloper.audit.analyzer
An interface for setting additional properties of a reported Audit violation.
VirtualFileSystem - Class in javax.ide.net
The VirtualFileSystem class is responsible for encapsulating the notion of file system operations on content that is pointed to by an URI.
VirtualFileSystem() - Constructor for class javax.ide.net.VirtualFileSystem
 
VirtualFileSystemHelper - Class in javax.ide.net
The VirtualFileSystemHelper class specifies the VirtualFileSystem operations that may have scheme-specific handling.
VirtualFileSystemHelper() - Constructor for class javax.ide.net.VirtualFileSystemHelper
 
Visibility - Class in oracle.jdeveloper.audit.java
A type-safe enumeration of Java access modifiers which map to the constants in Modifier.
visible(Object, String) - Method in class oracle.jdeveloper.audit.bean.BeanCustomizer
Gets whether a property or property group of the bean should be visible, or null to defer to a superclass customizer.
visible(Object, String) - Method in class oracle.jdevimpl.audit.core.AssistCustomizer
 
visible(Object, String) - Method in class oracle.jdevimpl.audit.core.MetricCustomizer
 
visible(Object, String) - Method in class oracle.jdevimpl.audit.core.RuleCustomizer
 
VISIBLE_PROP - Static variable in class oracle.ide.view.View
 
visibleRow - Variable in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
Last table/tree row asked to renderer.
visit(JarIndex.Visitor) - Method in class oracle.ide.net.JarIndex
Visit the entries in this index.
visit(JarIndexEntry) - Method in interface oracle.ide.net.JarIndex.Visitor
Visit a JAR index entry.
visit(SourceElement) - Method in class oracle.javatools.parser.java.v2.util.SourceVisitor
Visits the given subtree using this visitor.
visitAnnotation(AnnotationT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a AnnotationT.
visitAnnotationExpression(AnnotationExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a AnnotationExpressionT.
visitArrayAccessExpression(ArrayAccessExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ArrayAccessExpressionT.
visitAssertStatement(AssertStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a AssertStatementT.
visitAssignmentExpression(AssignmentExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a AssignmentExpressionT.
visitBlock(BlockT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a BlockT.
visitBlockStatement(BlockStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a BlockStatementT.
visitBreakStatement(BreakStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a BreakStatementT.
visitCatchClause(CatchClauseT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a CatchClauseT.
visitClassBody(ClassBodyT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ClassBodyT.
visitClassDeclaration(ClassT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ClassT.
visitClassInitializer(ClassInitializerT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ClassInitializerT.
visitConstructorDeclaration(MethodT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a MethodT for a constructor declaration.
visitContinueStatement(ContinueStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ContinueStatementT.
visitDocComment(DocCommentT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a DocCommentT.
visitDoStatement(DoStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a DoStatementT.
visitDotExpression(DotExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a DotExpressionT.
visitElseClause(ElseClauseT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ElseClauseT.
visitEmptyStatement(EmptyStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a EmptyStatementT.
visitEnumConstantDeclaration(EnumConstantT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits an EnumConstantT.
visitExpressionStatement(ExpressionStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ExpressionStatementT.
visitFieldDeclaration(FieldDeclT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FieldDeclT that is not an enum constant.
visitFieldVariable(FieldVariableT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FieldVariableT.
visitFile(FileT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FileT.
visitFinallyClause(FinallyClauseT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FinallyClauseT.
visitFormalParameter(FormalParameterT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FormalParameterT.
visitFormalParameterList(FormalParameterListT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a FormalParameterListT.
visitForStatement(ForStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ForStatementT.
visitIdentifierExpression(IdentifierExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a IdentifierExpressionT.
visitIfStatement(IfStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a IfStatementT.
visitImportDeclaration(ImportT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ImportT.
visitInfixExpression(InfixExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a InfixExpressionT.
visitInterfacesClause(InterfacesT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a InterfacesT.
visitListExpression(ListExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ListExpressionT.
visitLiteralExpression(LiteralExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a LiteralExpressionT.
visitLocalVariable(LocalVariableT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a LocalVariableT.
visitLocalVariableDeclaration(LocalVariableDeclT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a LocalVariableDeclT.
visitMethodCallExpression(MethodCallExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a MethodCallExpressionT.
visitMethodDeclaration(MethodT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a MethodT that is not a constructor.
visitName(NameT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a NameT.
visitNewArrayExpression(NewArrayExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a NewArrayExpressionT.
visitNewClassExpression(NewClassExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a NewClassExpressionT.
visitPackageDeclaration(PackageT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a PackageT.
visitQuestionExpression(QuestionExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a QuestionExpressionT.
visitReturnStatement(ReturnStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ReturnStatementT.
visitSelf(SourceVisitor) - Method in interface oracle.javatools.parser.java.v2.model.SourceElement
Traverses the subtree rooted at this element with the given visitor.
visitStatementLabel(StatementLabelT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a StatementLabelT.
visitSuperclassClause(SuperclassT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a SuperclassT.
visitSwitchLabel(SwitchLabelT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a SwitchLabelT.
visitSwitchStatement(SwitchStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a SwitchStatementT.
visitSynchStatement(SynchStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a SynchStatementT.
visitThrowsClause(ThrowsT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ThrowsT.
visitThrowStatement(ThrowStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a ThrowStatementT.
visitTryStatement(TryStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TryStatementT.
visitTypeArgument(TypeArgumentT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TypeArgumentT.
visitTypecastExpression(TypecastExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TypecastExpressionT.
visitTypeExpression(TypeExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TypeExpressionT.
visitTypeParameter(TypeParameterT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TypeParameterT.
visitTypeReference(TypeReferenceT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a TypeReferenceT.
visitUnaryExpression(UnaryExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a UnaryExpressionT.
visitWhileStatement(WhileStatementT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a WhileStatementT.
visitWrapperExpression(WrapperExpressionT) - Method in class javax.ide.model.java.source.TreeVisitor
Visits a WrapperExpressionT.
VisualEditorPathProvider - Class in oracle.jdeveloper.webapp.design.view
An extension point allowing Design Time Visual Editor viewable paths to be specified for JspSourceNode and subclasses (JspFragmentSourceNode, JspTagSourceNode, JspTagXSourceNode, JspTagFragmentSourceNode).
VisualEditorPathProvider() - Constructor for class oracle.jdeveloper.webapp.design.view.VisualEditorPathProvider
 
VM_NAME - Static variable in class oracle.jdeveloper.runner.RunConfiguration
 
VW - Static variable in class oracle.javatools.db.Ddl
DDL type create views

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

E13403-07
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 1997, 2011, Oracle. All rights reserved.