Skip navigation links

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

E13403-06

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 _


F

FACELET_IDENTIFIER - Static variable in class oracle.jdeveloper.webapp.XMLSourceNodeDelegateIdentifiers
 
FaceletsConfigurationManager - Class in oracle.jdeveloper.webapp.facelets
 
FaceletsConfigurationManager.FaceletsConfiguration - Enum in oracle.jdeveloper.webapp.facelets
 
FaceletsConfigurationRecognizer - Class in oracle.jdeveloper.webapp.facelets
 
FaceletsConfigurationRecognizer() - Constructor for class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationRecognizer
 
FaceletsConfigurationRecognizer.WebAppFaceletsConfiguration - Enum in oracle.jdeveloper.webapp.facelets
 
FaceletsSuffixExaminer - Class in oracle.jdeveloper.webapp.facelets
 
FaceletsSuffixExaminer() - Constructor for class oracle.jdeveloper.webapp.facelets.FaceletsSuffixExaminer
 
FACES_KEY - Static variable in class oracle.jdeveloper.model.J2eeTechnologies
Technology key for JavaServer Faces.
FacesMethodBindingPanel - Class in oracle.jdeveloper.webapp.faces
 
FacesMethodBindingPanel(Element, String, Context, MethodBinding) - Constructor for class oracle.jdeveloper.webapp.faces.FacesMethodBindingPanel
 
FacesUniqueIDGenerator - Interface in oracle.jdeveloper.jsp.faces
FacesUniqueIDGenerator provides a plugin mechanism for clients to pitch in their own Unique ID generation logic.
FACLETS_WIZARD_ID - Static variable in class oracle.jdeveloper.jsp.WebDocumentWizardManager
ID of the Facelets Wizard
factories() - Static method in class oracle.javatools.db.DBObjectProviderFactory
Returns an collection containing all the factories for creating a provider.
FACTORY - Static variable in class oracle.javatools.icons.OracleIcons
factory(Class) - Static method in class oracle.jdeveloper.audit.service.TypeSafeEnumerationFactory
 
fadeAmount - Variable in class oracle.javatools.ui.ghost.GhostPalette
 
fadeBlock(CodeFoldingModel, Object, int[], BasicEditorPane) - Static method in class oracle.javatools.editor.folding.FoldingFader
Trigger the fading of a code block.
fadeInOut(boolean) - Method in class oracle.javatools.ui.ghost.GhostPalette
Fade the panel in or out.
fail(String) - Static method in class oracle.ide.util.Assert
Shorthand for causing a check exception if the code reaches an unexpected location.
fail() - Static method in class oracle.ide.util.Assert
Shorthand for causing a check exception if the code reaches an unexpected location.
fail(Exception) - Static method in class oracle.ide.util.Assert
Shorthand for causing a check exception if the code reaches an unexpected location.
FAILED - Static variable in class oracle.ide.cmd.AddContentCommand
Indicates that the command failed because content could not be added to the content set.
failed(Throwable) - Method in class oracle.ideimpl.webupdate.CheckMasterListRunnable
Called when the master list could not be retrieved because of an error.
failed(Exception) - Method in class oracle.ideimpl.webupdate.DownloadUpdatesRunnable
 
FAILED_CREATION_MSG - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 
FAILED_CREATION_MSG - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 
FAILED_CREATION_MSG - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 
FALSE - Static variable in class oracle.ide.inspector.editor.CheckBoxEditorFactory
 
FALSE - Static variable in class oracle.ide.util.TriStateBoolean
FALSE corresponds to a typical Boolean FALSE.
FALSE - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
 
FastLexer - Class in oracle.javatools.parser.java.v2.scanner
The FastLexer features two optimizations that make it faster than having just a Lexer.
FastLexer() - Constructor for class oracle.javatools.parser.java.v2.scanner.FastLexer
 
fastRefresh - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fastRefresh" property.
FastStringBuffer - Class in oracle.ide.util
This FastStringBuffer class was invented to use instead of StringBuffer in those instances when we know a buffer is not shared.
FastStringBuffer() - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringBuffer(int) - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringBuffer(String) - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringBuffer(char[]) - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringBuffer(char[], int, int) - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringBuffer(char, int) - Constructor for class oracle.ide.util.FastStringBuffer
 
FastStringWriter - Class in oracle.ide.util
A subclass of java.io.PrintWriter with java.io.StringWriter code.
FastStringWriter() - Constructor for class oracle.ide.util.FastStringWriter
Create a new string writer, using the default initial string-buffer size.
FastStringWriter(int) - Constructor for class oracle.ide.util.FastStringWriter
Create a new string writer, using the specified initial string-buffer size.
FATAL - Static variable in interface oracle.jdeveloper.cmt.CmtMessage
 
fatalError(TransformerException) - Method in class oracle.jdevimpl.audit.report.XSLTAuditReporter.ThrowingErrorListener
 
FAVORITES - Static variable in class oracle.javatools.icons.OracleIcons
FEATURE_BITMAP_INDEXING - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_COLUMN_SEQUENCES - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_FREEPOOLS - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_GLOBAL_HASH_INDEX_PARTITIONING - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_LOB_PARAMETERS - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_MAXTRANS - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_RETENTION - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_STORAGE_OPTIONS - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_TABLE_PARTITIONING - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
FEATURE_XMLTYPE_COL_PROPS - Static variable in class oracle.javatools.db.DatabaseDescriptor
 
Feedback - Class in oracle.ide.feedback.shared
The base class of all messages that can be sent to the server.
Feedback() - Constructor for class oracle.ide.feedback.shared.Feedback
 
FEEDBACK_MESSAGE_DELAY - Static variable in class oracle.javatools.editor.insight.AbstractInsight
Public constant indicating the amount of time we should display any error or feedback messages.
FeedbackApi - Annotation Type in oracle.ide.feedback
The FeedbackApi annotation allows an API class to blame the caller when an exception is reported by the FeedbackManager.reportAPIException(String, Throwable, String) method.
FeedbackLogOptions - Class in oracle.ide.feedback
FeedbackManager log handler options for feedback logged through a Logger.
FeedbackLogOptions() - Constructor for class oracle.ide.feedback.FeedbackLogOptions
Creates an options instance with a null exception, API name, and API depth.
FeedbackLogOptions(Throwable, int) - Constructor for class oracle.ide.feedback.FeedbackLogOptions
Creates an options instance with a null API name.
FeedbackLogOptions(Throwable, String) - Constructor for class oracle.ide.feedback.FeedbackLogOptions
Creates an options instance with a null API depth.
FeedbackManager - Class in oracle.ide.feedback
The FeedbackManager automatically file bugs.
FeedbackManager() - Constructor for class oracle.ide.feedback.FeedbackManager
 
FeedbackManager - Interface in oracle.javatools.editor
A FeedbackManager is an interface used for different editor plugins or sub-components to display text feedback to a user.
FETCH_ALL_HIGHLIGHTS - Static variable in class oracle.javatools.editor.highlight.HighlightLayer
Constant for all highlight types, whether offset-range, or line-based.
FETCH_LINE_HIGHLIGHTS - Static variable in class oracle.javatools.editor.highlight.HighlightLayer
Constant for line-based highlights only (excludes offset range-based).
FETCH_RANGE_HIGHLIGHTS - Static variable in class oracle.javatools.editor.highlight.HighlightLayer
Constant for offset-range based highlights only (excludes line-based).
FIELD - Static variable in class javax.ide.model.java.declaration.Declaration.DeclarationKind
A field or enum constant.
FIELD - Static variable in class oracle.javatools.icons.OracleIcons
field() - Method in class oracle.javatools.ui.layout.FieldLayoutBuilder
 
field(Object, String) - Method in class oracle.jdeveloper.audit.bean.BeanCustomizer
Gets the PropertyField which should be used to display a property of a bean, or null to defer to a superclass customizer.
field(Object, String) - Method in class oracle.jdevimpl.audit.core.RuleCustomizer
 
FIELD_ERROR_INNER - Static variable in class oracle.javatools.ui.Colors
The standard color for the inner border of a text field showing error validation.
FIELD_ERROR_OUTER - Static variable in class oracle.javatools.ui.Colors
The standard color for the outer border of a text field showing error validation.
FIELD_FORMATER - Static variable in class oracle.jdeveloper.java.util.VariableNaming
 
FIELD_WARNING_INNER - Static variable in class oracle.javatools.ui.Colors
The standard color for the inner border of a text field showing warning validation.
FIELD_WARNING_OUTER - Static variable in class oracle.javatools.ui.Colors
The standard color for the outer border of a text field showing warning validation.
fieldChanged(PropertyField) - Method in interface oracle.jdeveloper.audit.bean.PropertyFieldListener
 
fieldChanged(PropertyField) - Method in class oracle.jdevimpl.audit.bean.ArrayField
 
fieldCommitted(PropertyField) - Method in interface oracle.jdeveloper.audit.bean.PropertyFieldListener
 
fieldCommitted(PropertyField) - Method in class oracle.jdevimpl.audit.bean.ArrayField
 
FieldD - Interface in javax.ide.model.java.declaration
Represents a field or enum constant.
FieldDeclaration - Class in oracle.jdeveloper.java.dependency
The declaration of a Java field.
FieldDeclaration(String, Workspace, Project, SourceElement, String, String) - Constructor for class oracle.jdeveloper.java.dependency.FieldDeclaration
 
FieldDeclT - Interface in javax.ide.model.java.source.tree
A field (or enum constant) declaration.
fieldEntered(PropertyField) - Method in interface oracle.jdeveloper.audit.bean.PropertyFieldListener
 
fieldEntered(PropertyField) - Method in class oracle.jdevimpl.audit.bean.ArrayField
 
fieldExited(PropertyField) - Method in interface oracle.jdeveloper.audit.bean.PropertyFieldListener
 
fieldExited(PropertyField) - Method in class oracle.jdevimpl.audit.bean.ArrayField
 
FieldInsightProvider - Interface in oracle.javatools.controls.completionfield
A field insight provider is responsible for providing the insight completion list for an InsightTextField.
FieldLayoutBuilder - Class in oracle.javatools.ui.layout
A fluent-interface based API for manipulating panels with a simple layout.
FieldLayoutBuilder(Container) - Constructor for class oracle.javatools.ui.layout.FieldLayoutBuilder
Creates a new FieldLayoutBuilder that will add components to the specified container.
FieldLayoutBuilder.ButtonSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.ButtonTextSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.ComponentSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.ComponentTextSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.ComponentTextSetupWithButton - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.FieldSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.FieldSetup() - Constructor for class oracle.javatools.ui.layout.FieldLayoutBuilder.FieldSetup
 
FieldLayoutBuilder.HeaderSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.LabelSetup - Class in oracle.javatools.ui.layout
 
FieldLayoutBuilder.LabelTextSetup - Class in oracle.javatools.ui.layout
 
FIELDNAME_PROPERTY_NAME - Static variable in interface oracle.jdeveloper.cmt.CmtSubcomponent
Property identifier for pseudo 'name' property.
fieldSetup - Variable in class oracle.javatools.ui.layout.FieldLayoutBuilder.ComponentTextSetup
 
FieldVariableT - Interface in javax.ide.model.java.source.tree
A field (or enum constant) variable.
file() - Method in interface javax.ide.model.java.source.SourcePosition
Gets the file of this position.
FILE - Static variable in class oracle.javatools.icons.OracleIcons
FILE - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
 
file - Variable in class oracle.jdevimpl.audit.report.XMLAuditReporter
 
file - Variable in class oracle.jdevimpl.audit.report.XSLTAuditReporter
 
FILE_ADDED - Static variable in class oracle.ide.net.URLFileSystemEvent
The event type for when a file was created type of event.
FILE_CHANGED - Static variable in class oracle.ide.net.URLFileSystemEvent
The event type for when a file was modified type of event.
FILE_CREATED - Static variable in class oracle.ide.vcs.VCSEvent
The event type for when files were created.
FILE_DELETED - Static variable in class oracle.ide.vcs.VCSEvent
The event type for when files were deleted.
FILE_EXT - Static variable in class oracle.jdeveloper.offlinedb.browser.ProviderNode
 
FILE_EXT - Static variable in class oracle.jdeveloper.offlinedb.browser.SchemaNode
 
FILE_EXTENSION - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files with the given extension, case insensitive.
FILE_MENU_ID - Static variable in class javax.ide.IDEConstants
Identifies the File menu id.
FILE_MODIFIED - Static variable in class oracle.ide.vcs.VCSEvent
The event type for when files were modified.
FILE_MODIFIED_AFTER - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files that were modified after the given time.
FILE_MODIFIED_AT_OR_AFTER - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files that were modified at or after the given time.
FILE_MODIFIED_AT_OR_BEFORE - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files that were modified at or before the given time.
FILE_MODIFIED_BEFORE - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files that were modified before the given time.
FILE_NAME - Static variable in interface oracle.ide.index.file.FileCriteria
Queries files whose name matches the given string, case insensitive.
FILE_NAME_CONTAINS - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose name contains the given string.
FILE_NAME_ENDS_WITH - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose name ends with the given string, case insensitive.
FILE_NAME_STARTS_WITH - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose name starts with the given string, case insensitive.
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_de
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_en
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_es
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_fr
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_it
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_ja
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_ko
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_pt_BR
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_zh_CN
Identifies keys to access localizable object
FILE_ON_DISK_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_zh_TW
Identifies keys to access localizable object
FILE_PARSE_FAILED - Static variable in interface oracle.jdeveloper.cmt.CmtComponentSource
Message ID indicating that a parse error was found at the parser level for the JavaClass represented by this CmtComponentSource instance.
FILE_PROTOCOL - Static variable in class oracle.ide.net.ProtocolConstants
 
FILE_REMOVED - Static variable in class oracle.ide.net.URLFileSystemEvent
The event type for when a file was removed type of event.
FILE_RENAMED - Static variable in class oracle.ide.net.URLFileSystemEvent
The event type for when a file was renamed.
FILE_SCHEME - Static variable in class javax.ide.net.VirtualFileSystem
The "file" URI scheme.
FILE_SIZE_EQUAL_TO - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose size is equal to the given size.
FILE_SIZE_GREATER_THAN - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose size is greater than the given size.
FILE_SIZE_GREATER_THAN_OR_EQUAL_TO - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose size is greater than or equal to the given size.
FILE_SIZE_LESS_THAN - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose size is less than the given size.
FILE_SIZE_LESS_THAN_OR_EQUAL_TO - Static variable in interface oracle.ide.index.file.FileCriteria
Queries all files whose size is less than or equal to the given size.
FILE_STRUCTURE_CHANGED - Static variable in class oracle.ide.vcs.VCSEvent
The event type for when the file structure changed.
FILE_TYPE_FILTER - Static variable in interface oracle.ide.dialogs.filter.FileFilter
 
FILE_UPLOAD - Static variable in class oracle.javatools.icons.OracleIcons
FileAssociations - Class in oracle.ide.config
Accessor methods for setting file associations in the Windows Registry.
FileAssociations() - Constructor for class oracle.ide.config.FileAssociations
 
FileBuilder - Class in oracle.jdeveloper.builder.file
 
FileBuilder() - Constructor for class oracle.jdeveloper.builder.file.FileBuilder
 
FileBuilderModel - Class in oracle.jdeveloper.builder.file
 
FileBuilderModel(Context) - Constructor for class oracle.jdeveloper.builder.file.FileBuilderModel
 
FileBuilderModel(Context, String) - Constructor for class oracle.jdeveloper.builder.file.FileBuilderModel
 
FileBuilderModel.FileSourceModel - Class in oracle.jdeveloper.builder.file
 
FileBuilderModel.FileSourceModel() - Constructor for class oracle.jdeveloper.builder.file.FileBuilderModel.FileSourceModel
 
FileBuilderPanel - Class in oracle.jdeveloper.builder.file
 
FileBuilderPanel() - Constructor for class oracle.jdeveloper.builder.file.FileBuilderPanel
 
FileChange - Interface in oracle.ide.index.file
Provides information about a file change.
FileChange.Type - Enum in oracle.ide.index.file
The types of file changes.
FileChangeListener - Interface in oracle.ide.index.file
Listens for changes to files.
FileChangeManager - Class in oracle.ide.index.file
Manages FileChangeListener instances.
FileChangeManager() - Constructor for class oracle.ide.index.file.FileChangeManager
 
fileClosing(SaveFilesEvent) - Method in interface oracle.ide.editor.FileSaveListener
 
FILECONN - Static variable in class oracle.javatools.icons.OracleIcons
FileCopyUtil - Class in oracle.ide.util
Since there is no internal java class/method to copy a file, this class contains simple static utility methods to copy files.
FileCriteria - Interface in oracle.ide.index.file
Defines file table queries.
FileDependency - Class in oracle.jdeveloper.audit.model
A dependency from a source to a file in a project content set.
FileDependency(URL, Project, Workspace) - Constructor for class oracle.jdeveloper.audit.model.FileDependency
Creates a file dependency on a file.
fileExists() - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
FileField - Class in oracle.javatools.controls
A FileField is a text field that provides an insight list making it easy to enter filenames via the keyboard.
FileField() - Constructor for class oracle.javatools.controls.FileField
Constructs a file field configured to provide insight for both files and directories.
FileField(boolean) - Constructor for class oracle.javatools.controls.FileField
Constructs a file field, specifying whether it is for directories only.
FileFilter - Interface in oracle.ide.dialogs.filter
 
FileMacroConverter - Class in oracle.ide.util.macro
FileMacroConverter - converts macros a file at a time.
FileModelAdapter - Class in oracle.jdeveloper.audit.model
An abstract ModelAdapter which adapts a file (text or binary) node.
FileModelAdapter(ModelFactory, ModelType, ContainerModelAdapter, ContainerModelAdapter, ContainerModelAdapter, Node, URL) - Constructor for class oracle.jdeveloper.audit.model.FileModelAdapter
 
FileModelAdapter(ModelFactory, ModelType, ContainerModelAdapter, ContainerModelAdapter, ContainerModelAdapter, Node, URL, String) - Constructor for class oracle.jdeveloper.audit.model.FileModelAdapter
 
FILENAME - Static variable in class oracle.ide.config.ClientSetting
 
FILENAME - Static variable in class oracle.ide.config.IdeSettings
The base filename used to store ide settings.
FILENAME - Static variable in class oracle.ide.model.IdeSystem
Deprecated. with no replacement since 11.1.1.0.0.
filename - Variable in class oracle.ide.runner.DebuggerEventSource.StackFrame
The filename for this stack frame.
filenameChanged(String) - Method in class oracle.jdeveloper.controls.ConnectionImportExportPanel
Called when the filename changes.
FileNativeHelper - Class in oracle.ide.net
 
FileNativeHelper() - Constructor for class oracle.ide.net.FileNativeHelper
 
FileNotComparableException - Exception in oracle.jdeveloper.compare
 
FileNotComparableException() - Constructor for exception oracle.jdeveloper.compare.FileNotComparableException
 
FileNotComparableException(String) - Constructor for exception oracle.jdeveloper.compare.FileNotComparableException
 
FileOpenHistory - Class in oracle.ide.cmd
The FileOpenHistory class manages the opened files history.
FileOverviewMargin - Class in oracle.javatools.editor
 
FileOverviewMargin() - Constructor for class oracle.javatools.editor.FileOverviewMargin
 
FileOverviewMark - Interface in oracle.javatools.editor
 
FilePath - Class in oracle.ide.net
An instance of FilePath represents a path that is made up entire of Files.
FilePath() - Constructor for class oracle.ide.net.FilePath
Creates a FilePath that is initially empty.
FilePath(File) - Constructor for class oracle.ide.net.FilePath
Creates a FilePath that initially contains the specified File as its sole entry.
FilePath(File[]) - Constructor for class oracle.ide.net.FilePath
Creates a FilePath initialized with the specified array of File objects.
FilePath(FilePath) - Constructor for class oracle.ide.net.FilePath
Copy constructor.
FilePath - Class in oracle.ide.util
The FilePath class provides file path manipulation utility functions.
FilePath() - Constructor for class oracle.ide.util.FilePath
 
FILEPATH_MAX_DISPLAY_LENGTH - Static variable in class oracle.javatools.util.StringUtil
 
Files - Class in oracle.jdevimpl.audit.util
File utilities.
Files() - Constructor for class oracle.jdevimpl.audit.util.Files
 
FILES_ONLY - Static variable in class oracle.ide.net.URLChooser
 
FILESAVE - Static variable in class oracle.javatools.icons.OracleIcons
FileSaveHook - Class in oracle.ide.editor
Hook that registers the listeners to be notified when a multiple files may need to be saved.
FileSaveHook() - Constructor for class oracle.ide.editor.FileSaveHook
 
FileSaveListener - Interface in oracle.ide.editor
Listener that gets notified when a "dirty" file is being closed.
fileSaveListeners() - Method in class oracle.ide.editor.FileSaveHook
Returns the list of FileSaveListener registered in this hook.
filesChanged(Workspace, Project, Collection<FileChange>) - Method in interface oracle.ide.index.file.FileChangeListener
One or more files have changed.
filesChanged(Workspace, Project, Collection<FileChange>) - Method in class oracle.jdeveloper.audit.model.DependencyFileChangeListener
 
filesChanged(Collection<URL>, Project, Workspace) - Static method in class oracle.jdeveloper.audit.model.DependencyFileChangeListener
 
fileSize - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fileSize" property.
FileSpecification - Class in oracle.javatools.db
 
FileSpecification() - Constructor for class oracle.javatools.db.FileSpecification
 
FileSpecification(String) - Constructor for class oracle.javatools.db.FileSpecification
 
FileSpecification.FileStatus - Enum in oracle.javatools.db
 
fileSpecifications - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fileSpecifications" property.
FileStorage - Class in oracle.ojc.storage
 
FileStorage(AbstractStorage, String) - Constructor for class oracle.ojc.storage.FileStorage
 
FileStorage(File) - Constructor for class oracle.ojc.storage.FileStorage
 
FilesToSaveGroup - Class in oracle.ide.editor
Contains a group of nodes to be saved together.
FilesToSaveGroup(String, List<Node>) - Constructor for class oracle.ide.editor.FilesToSaveGroup
Creates a new group of nodes to be saved together.
FilesToSaveGroup(String, String, List<Node>) - Constructor for class oracle.ide.editor.FilesToSaveGroup
Creates a new group of nodes to be saved together.
FileSystemFieldInsightProvider - Class in oracle.javatools.controls.completionfield
Provides field insight for filenames.
FileSystemFieldInsightProvider(boolean) - Constructor for class oracle.javatools.controls.completionfield.FileSystemFieldInsightProvider
 
FileSystemFieldInsightProvider() - Constructor for class oracle.javatools.controls.completionfield.FileSystemFieldInsightProvider
 
FileT - Interface in javax.ide.model.java.source.tree
The root of a source file, also called a compilation unit.
FileTable - Interface in oracle.ide.index.file
Provides a file table for inverted index implementations.
FileTableManager - Class in oracle.ide.index.file
Manages FileTable instances.
FileTableManager() - Constructor for class oracle.ide.index.file.FileTableManager
 
FileTooLargeException - Exception in oracle.jdeveloper.compare
 
FileTooLargeException() - Constructor for exception oracle.jdeveloper.compare.FileTooLargeException
 
FileTooLargeException(String) - Constructor for exception oracle.jdeveloper.compare.FileTooLargeException
 
fileType - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fileType" property.
FILETYPE_C - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.c.
FILETYPE_CPLUSPLUS - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.cplusplus.
FILETYPE_CPP - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.cpp.
FILETYPE_CPP2 - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.c++.
FILETYPE_CSS - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.css.
FILETYPE_DIFF - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.diff.
FILETYPE_DTD - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.dtd.
FILETYPE_H - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.h.
FILETYPE_HTM - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.htm.
FILETYPE_HTML - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.html.
FILETYPE_IDL - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.idl.
FILETYPE_JAVA - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.java.
FILETYPE_JS - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.js.
FILETYPE_JSP - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.jsp.
FILETYPE_LOG - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.log.
FILETYPE_PATCH - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.patch.
FILETYPE_PHP - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.php
FILETYPE_PHP3 - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.php3
FILETYPE_PHP4 - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.php4
FILETYPE_PLS - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.pls.
FILETYPE_PLSQL - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.plsql.
FILETYPE_PROPERTIES - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.properties.
FILETYPE_RTS - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.rts.
FILETYPE_SQL - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.sql.
FILETYPE_SQLJ - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.sqlj.
FILETYPE_TEXT - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.text.
FILETYPE_TXT - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.txt.
FILETYPE_XML - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.xml.
FILETYPE_XSL - Static variable in class oracle.javatools.editor.language.LanguageModule
The file suffix *.xsl.
FileTypeIncludeFilter - Class in oracle.ide.dialogs.filter
 
FileTypeIncludeFilter() - Constructor for class oracle.ide.dialogs.filter.FileTypeIncludeFilter
 
FileTypeIncludeFilter.FilterInfo - Class in oracle.ide.dialogs.filter
 
FileTypeIncludeFilter.FilterInfo(String, boolean) - Constructor for class oracle.ide.dialogs.filter.FileTypeIncludeFilter.FilterInfo
 
FileTypeIncludeFilterPanel - Class in oracle.ide.dialogs.filter
Deprecated. since 11.0 with no replacement.
FileTypeIncludeFilterPanel(FileTypeIncludeFilter) - Constructor for class oracle.ide.dialogs.filter.FileTypeIncludeFilterPanel
Deprecated.  
FileTypeIncludeFilterPanel(FileTypeIncludeFilter, boolean) - Constructor for class oracle.ide.dialogs.filter.FileTypeIncludeFilterPanel
Deprecated.  
FileUtilities - Class in oracle.ide.util
The FileUtilities contain utility routine for I/O operations.
FileUtilities() - Constructor for class oracle.ide.util.FileUtilities
 
FILEVIEW_ARCHIVE_ICON - Static variable in class oracle.ide.IdeUIManager
 
fill(String[]) - Method in class oracle.ide.util.HistoryList
Fills this history list with the given items.
FILL - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL - Static variable in class oracle.jdevimpl.audit.swing.CommandButtonLayout
 
fill(char, int) - Static method in class oracle.jdevimpl.audit.util.Strings
Creates a string filled with a character.
FILL_BOTH - Static variable in class oracle.javatools.columnlayout.LayoutBuilder
Alias for grid bag constraints fill both horizontally and vertically.
FILL_BOTH - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_BOTH_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_BOTH_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_BOTH_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_GROUP - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_HORIZ_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_HORIZ_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_HORIZ_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_HORIZONTAL - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_NONE - Static variable in interface oracle.ide.controls.GridBagConstants
 
FILL_VERT_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_VERT_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_VERT_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_VERTICAL - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
FILL_X - Static variable in interface oracle.ide.controls.GridBagConstants
 
FILL_XY - Static variable in interface oracle.ide.controls.GridBagConstants
 
FILL_Y - Static variable in interface oracle.ide.controls.GridBagConstants
 
fillBraceArray() - Method in class oracle.javatools.editor.language.AbstractBraceProvider
Utility routine to fill the contents of the brace array.
fillComponent(Component) - Method in class oracle.javatools.util.ResourcePicker
Fill in the resources for the given Component and for any subcomponents if it is a Container.
fillGlobalMap(MultiInputMap, KeyStrokeOptions) - Static method in class oracle.ide.keyboard.MultiMapAdapter
Replaces the content of the MultiInputMap with the global mappings from a KeyStrokeOptions.
fillInObject(T) - Method in class oracle.javatools.db.AbstractDBObjectBuilder
Fills in the entire object definition - i.e.
fillInObjectComponent(T, String) - Method in class oracle.javatools.db.AbstractDBObjectBuilder
Builds the whole object by default.
fillLexerToken(LexerToken) - Method in class oracle.javatools.parser.css.CSSLexer
Utility routine to fill in the LexerToken structure with the current token information we have.
fillLexerToken(LexerToken) - Method in class oracle.javatools.parser.generic.GenericLexer
Utility routine to fill in the LexerToken structure with the current token information we have.
fillLocalMap(MultiInputMap, KeyStrokeOptions, KeyStrokeContext) - Static method in class oracle.ide.keyboard.MultiMapAdapter
Replaces the content of a MultiInputMap with the local mappings from a KeyStrokeOptions
fillSubComponents(Container, StringBuffer) - Method in class oracle.javatools.util.ResourcePicker
Fill in the resources for all the sub Components of the given Container.
fillWithParentVariableDeclaration(SourceElement, HashSet<String>) - Static method in class oracle.jdeveloper.java.util.VariableNaming
Fills the set with the existing variable declarations visible from the sourceElement
Filter - Class in oracle.ide.controls.elementtree
A Filter extracts the children from a parent Element and/or filters the produce of other filters.
When an element is expanded, the element tree collects all the filters registered for the element's class and its supertypes.
Filter() - Constructor for class oracle.ide.controls.elementtree.Filter
 
FILTER - Static variable in class oracle.ide.db.DBIcons
Deprecated.  
filter(Object[], String) - Method in class oracle.ide.db.util.ExpressionEditSupport
 
FILTER - Static variable in class oracle.javatools.icons.OracleIcons
filter - Variable in class oracle.javatools.parser.java.v2.CallerContext.InputOptions
The filter to run against the inital output set.
Filter<T> - Interface in oracle.javatools.util
A simple filter interface.
Filter - Interface in oracle.jdeveloper.controls.classpick
This filter filters the classes and packages that are be displayed by a class picker adapter
filter(ReadTextBuffer, int, int, int, int, char[], Segment) - Method in class oracle.jdeveloper.java.index.JavaIndexer
 
Filter.Instances - Class in oracle.javatools.util
 
Filter.Instances() - Constructor for class oracle.javatools.util.Filter.Instances
 
FILTER_CHANGED - Static variable in class oracle.ide.net.URLChooserEvent
 
FILTER_FIELD_NAME - Static variable in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
FILTER_OVERLAY - Static variable in class oracle.ide.db.DBIcons
Deprecated.  
filterAndSort(SystemObject[]) - Method in class oracle.ide.db.controls.DBObjectSourcePicker
Called by the picker when querying the database.
filterAndSort(SystemObject[]) - Method in class oracle.ide.db.panels.sql.FromFromPicker
 
filterAndSort(SystemObject[]) - Method in class oracle.ide.db.panels.sql.QuickPickSourcePicker
 
filterByClass(List, Class) - Static method in class oracle.jdeveloper.java.util.SourceElementAsList
 
filterByStatus(Collection<VCSHashURL>) - Method in class oracle.jdeveloper.vcs.changelist.ChangeListEventQueue
 
filterBySymbolKind(List, int) - Static method in class oracle.jdeveloper.java.util.SourceElementAsList
 
filterField - Variable in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
filterForAdd(Transferable[]) - Method in class oracle.ide.db.controls.DBObjectListPicker
Filters the given Transferable[] for DBObject types that are accepted by this picker.
filterKeyword(ReadTextBuffer, int, int, char[], Segment) - Method in class oracle.ide.index.keyword.KeywordIndexer
 
filterNamedElements(List, String) - Static method in class oracle.jdeveloper.java.util.SourceElementAsList
 
filterQueriedTables(ArrayList) - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
Hook for subclasses to remove items from the queried tables list that have already been chosen.
filterUnsupportedDifferences(DBObjectProvider, DBObjectProvider, Difference) - Static method in class oracle.ide.db.transfer.TransferHelper
Filters the given Difference of objects that are being transferred from source to target so that any differences are only included if they are supported, alterable properties in the target, and are not default values.
final_ - Static variable in class oracle.javatools.db.property.Property
Property constant for the "final" property.
finalize() - Method in class oracle.ide.ceditor.NodeUpdater
The finalizer is used to ensure that the observer will close at some point.
finalize() - Method in class oracle.ide.controls.WaitCursor
 
finalize() - Method in class oracle.ide.net.URLTempFile
When the URLTempFile is garbage collected, any temporary file that was created needs to be cleaned up.
finalize() - Method in class oracle.javatools.editor.BasicEditorPane
Finalizer to clean up the editor in case it was not disposed of properly.
finalize() - Method in class oracle.jdeveloper.java.JavaModel.CacheTracker
 
finalize() - Method in class oracle.jdeveloper.java.JavaModel
In the finalizer for this JavaManager, hint to the underlying provider that it should perhaps clear its cache.
finalize() - Method in class oracle.ojc.storage.JarStorage
 
FinallyClauseT - Interface in javax.ide.model.java.source.tree
A finally clause.
find(URI) - Method in class javax.ide.model.DocumentFactory
Find the Document associated with the URI.
find(int) - Static method in class oracle.ide.controller.IdeAction
Finds the action associated with the specified command if it already exists.
find(String) - Static method in class oracle.ide.controller.IdeAction
Finds the action associated with the specified command name if it already exists.
find(String) - Static method in class oracle.ide.inspector.layout.AutoExpandPreferredSize
 
find(Element) - Method in class oracle.ide.model.DependableFactory
Finds Dependable that encapsulates the source object.
find(Element, Folder) - Method in class oracle.ide.model.DependableFactory
Finds Dependable that encapsulates the source object contained by the specified owner.
find(URL) - Static method in class oracle.ide.model.NodeFactory
Find the Node associated with the URL.
find(Class<T>) - Method in class oracle.ide.util.Namespace
Finds an object of type T.
find(String) - Method in class oracle.ide.util.Namespace
This method attempts to locate a data object by the given key name in this Namespace.
FIND - Static variable in class oracle.javatools.icons.OracleIcons
find(int) - Method in class oracle.jdeveloper.deploy.DeployShell.SequenceStack
 
find(String) - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
find(Element) - Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
Finds Dependable that encapsulates the source object.
find(Element, Folder) - Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
Finds Dependable that encapsulates the source object contained by the specified owner.
FIND_CMD - Static variable in class oracle.ide.IdeConstants
Find command.
FIND_CMD_ID - Static variable in class oracle.ide.IdeConstants
Find command id.
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_de
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_en
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_es
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_fr
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_it
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ko
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_pt_BR
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_CN
 
FIND_SOURCE_TITLE_1 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_TW
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_de
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_en
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_es
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_fr
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_it
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ko
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_pt_BR
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_CN
 
FIND_SOURCE_TITLE_2 - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_TW
 
findAction(String) - Method in class javax.ide.menu.ActionRegistry
Find the IDEAction identified by the given id.
findAction(String) - Method in class oracle.javatools.editor.BasicEditorKit
Fetches an instance of the Action corresponding to the given actionKey.
findActiveModalWindow() - Static method in class oracle.ide.util.IdeUtil
Finds the window in the container hierarchy which is visible, modal and active.
findAll(Element) - Method in class oracle.ide.model.DependableFactory
Returns all Dependables associated with the given source.
findAll(Element) - Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
Returns all Dependables associated with the given source.
findAllExtensionSources() - Method in class javax.ide.extension.ExtensionRegistry
Find all valid extension sources.
findAncestorFrameOrDialog(Component) - Static method in class oracle.javatools.util.SwingUtils
Finds the first parent of the specified Component that is an instance of Frame or Dialog.
findAndReplace(String, Object) - Method in class oracle.ide.util.Namespace
This method locates a data object by the given key name using the same algorithm as the Namespace.find(String) method.
findAnsiType(String) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Returns the registered ansi datatype with the given name (if one exists).
findBookmark(URL, int) - Method in class oracle.jdevimpl.bookmarks.BookmarkList
Utility method which will search for a bookmark in the list with the specified url and line number.
findBookmarks(URL) - Method in class oracle.jdevimpl.bookmarks.BookmarkList
Utility method which will search for all bookmarks in our list matching the specified url.
findBuiltInComplexType(String, String) - Method in class oracle.jdeveloper.offlinedb.model.DataTypeSettings
Not final API - do not use yet.
findBundle(PropertyStorage, String) - Method in class oracle.ide.resourcebundle.ResourceBundleManagerDT
Finds the bundle with the specified bundleId.
findBundleInADFLibrary(Project, URL, String) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
Finds the ResourceBundleWrapper for the specified bundleId in the specified ADF library
findBundleValidator(URL) - Static method in class oracle.ide.resourcebundle.SelectTextPanel
Package-protected only so that unit tests and ResourceBundleOptionsPanel can access it.
findByID(DBObjectID) - Method in class oracle.javatools.db.AbstractDBObjectProvider
 
findByID(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Finds a given object by ID.
findCachedNodes(URLFilter) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Finds nodes cached in the IDE whose files satisfy the given URL filter.
findCachedProjects() - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Gets all open Project type nodes cached in the NodeFactory.
findCachedProjects(boolean) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Deprecated. replaced by VCSModelUtils.findCachedProjects(). Workspaces no longer need to be opened in order to discover their children.
findCachedWorkspaces() - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Gets all open Workspace type nodes cached in the NodeFactory.
findCacheFilter(TNode) - Method in class oracle.ide.explorer.TreeExplorer
Find the ChildFilter associated with the specified node.
findChild(String) - Method in class oracle.javatools.db.AbstractDBObject.ChildSupport
 
findChild(PlSqlFragment.Type, boolean) - Method in class oracle.javatools.db.plsql.PlSqlFragment
 
findChildFilter() - Method in interface oracle.ide.explorer.TNode
Find the ChildFilter used to build the tree node hierarchy this TNode belongs to.
findChildInCopy(DBObject, DBObject, DBObject) - Static method in class oracle.javatools.db.DBUtil
Given a child of an original object, finds the matching child of the copy using the TemporaryObjectIDs in the copy.
findChildren(Class) - Method in class oracle.ide.model.Project
Deprecated. since 11.0 (07/01/2008)
findChildren(Class[]) - Method in class oracle.ide.model.Project
Deprecated. since 11.0 (07/01/2008)
findChildren(Class) - Method in class oracle.ide.model.ProjectContent
Retrieves the children of a specific type.
findChildren(Class[]) - Method in class oracle.ide.model.ProjectContent
Retrieves the children that are one of the specified types.
findChildren(Class, String) - Method in class oracle.ide.model.ProjectContent
Retrieves the child Nodes of a specific type by using the provided content set.
findChildren(DBObject, Class<T>...) - Static method in class oracle.javatools.db.DBUtil
Finds owned objects of the given class under the given object.
findClass(String) - Method in class oracle.jdeveloper.java.util.JRLClassLoader
Finds the specified class.
findClosestBrace(int, NumberRange) - Method in interface oracle.javatools.editor.language.ExtendedBraceProvider
Finds the brace that is closest to the specified offset, but which occurs before the specified offset.
findClosestDataItem(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.CamelCaseInsightInputFilter
 
findClosestDataItem(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.InsightInputFilter
Utility routine to find the ListDataItem with display name, as returned by getName() that is closest to the provided name.
findClosestDataItem(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.SortedInsightInputFilter
 
findClosestOffset(Lexer, LexerToken, int) - Method in class oracle.javatools.editor.language.LexerDocumentRenderer.LexerOffsetsCache
Find the closest offset in the buffer we can start scanning from that occurs at or before the indicated offset.
findCmdID(String) - Static method in class oracle.ide.Ide
If the specified String is associated with a command ID number, that number is returned as an Integer.
findCmdName(int) - Static method in class oracle.ide.Ide
Find the command name associated with the specified id.
findColumnInColumnUsage(String, ColumnUsage, FromObject) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
findColumnInFromExpression(String, SQLFragment, boolean, FromObject, SQLFragment) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
findColumnInFromObjects(String, SQLFragment, FromObject...) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
Finds a Column of given name amongst the RelationUsages in the query.
findColumnInFromObjects(String, FromObject[], boolean, boolean, SQLFragment) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
Finds a Column of given name amongst the given FromObjects.
findColumnInJoin(String, JoinObject, boolean, SQLFragment) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
findColumnInRelation(String, RelationUsage) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
findColumnInRelation(String, Relation) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
Warning: The returned ColumnUsage won't have a FromObject set.
findColumnInSubQuery(String, SQLQuery) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
findCommonPrefix(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.CamelCaseInsightInputFilter
Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
findCommonPrefix(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.InsightInputFilter
Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
findCommonPrefix(ListDataItem[], String) - Method in class oracle.javatools.editor.insight.SortedInsightInputFilter
Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
findComplexType(String, String, Class) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Returns a ComplexType with given name from a schema registered against the given provider class.
findConnectionCreator(Class<T>) - Static method in class oracle.javatools.db.DatabaseFactory
Looks for a registered connection creator of the given class.
findConnectionCreator(Database) - Static method in class oracle.javatools.db.DatabaseFactory
Finds the connection creator (if one exists) that is responsible for this database instance.
findConnectionNode(String, String) - Static method in class oracle.jdeveloper.db.navigator.DatabaseNavigatorHelper
Finds the connection node in the database navigator for the given store name and connection name.
findConnectionNode(Database) - Static method in class oracle.jdeveloper.db.navigator.DatabaseNavigatorHelper
Gets the node in the Database Navigator that respresents the given database.
findConnectionNode(Map<String, String>) - Method in class oracle.jdeveloper.vcs.nav.BaseConnectionProvider
 
findContainerNode(CmtModelNode[], Point, Point, CmtModelNode) - Method in class oracle.jdeveloper.uieditor.uicanvas.UICanvas
Find the nearest container ancestor for a given point, providing relative location of that point within the ancestor.
findContentTypeFromExtension(String) - Static method in class oracle.ide.config.DocumentExtensions
 
findDatabase(String) - Method in class oracle.javatools.db.DatabaseFactory.ConnectionCreator
 
findDatabase(String) - Static method in class oracle.jdeveloper.db.panels.DatabaseFinder
Returns the Database class for the given connection name.
findDataType(String, Class) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Returns the DataType regsitered with a given name against the (provider class, and all superclasses)
findDeclaration(Context, String) - Static method in class oracle.ide.dependency.IdDeclaration
Find the IdDeclaration for an ID.
findDescendentWithLongLabel(TNode, String) - Static method in class oracle.ide.explorer.ExplorerContext
Deprecated. since 11.1.1 with no replacement.
findDeviceClassID(String) - Method in class oracle.jdeveloper.webapp.designer.DeviceRegistry
 
findDialog(Component) - Static method in class oracle.ide.util.IdeUtil
Finds the first parent of the specified Component that is an instance of Dialog.
findDisplayOptionsMenu(Toolbar) - Static method in class oracle.ide.navigator.ContentSetSupport
 
findDockable(ViewId) - Method in class oracle.ide.docking.DockStation
Searches/create a dockable based on a name.
findDocumentFromExtension(String) - Method in class oracle.ide.config.DocumentExtensions
 
findEditor(Class) - Static method in class oracle.jdeveloper.cmt.CmtComponentManager
 
findEditors(Context) - Method in class oracle.ide.editor.EditorManager
 
findElementByText(String) - Method in class oracle.ide.controls.checkboxlist.CheckBoxListModel
Returns the index of the element with label equals to the specified value.
findExceptionTag(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the first @exception or @throws tag in this doc comment with a specified fully-qualified name.
findExceptionTags() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the @exception or @throws tags in this doc comment.
findExistingBundles(PropertyStorage, String) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
Finds URLS that already exist for the specified bundle id.
findExistingObjects(TransferDescriptor) - Method in interface oracle.ide.db.transfer.TransferPolicy
Find any existing objects in the transfer target.
findExistingProviderURL(Element) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Finds a provider URL for the given element.
findExistingProviderURL(URL) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Finds a provider URL above the given url.
findExistingSchemaURL(Element) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Returns a URL for an existing schema file for the given element.
findExitTransition(Context) - Static method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
 
findExtension(String) - Method in class javax.ide.extension.ExtensionRegistry
Find the Extension identified by the given id.
findExtensionEvenIfNotLoaded(String) - Method in class oracle.ide.ExtensionRegistry
Returns an extension by its id.
findExtensions(Node) - Static method in class oracle.jdeveloper.runner.EmbeddedServerAdmin
This method always returns a non-null List.
findFactory(Class<? extends DBObjectProvider>) - Static method in class oracle.ide.db.dialogs.DBEditorFactoryRegistry
Finds the factory for a given provider class.
findFactory(Class<T>) - Static method in class oracle.javatools.db.DBObjectProviderFactory
Finds a registered factory.
findFast(Project, String, String) - Static method in class oracle.jdeveloper.deploy.DeployUtil
Find a list of URLs matching a filename and extension in specific Project.
findFastXml(Project, String, String) - Static method in class oracle.jdeveloper.deploy.DeployUtil
Find a list of URLs in project that match an XML root element and namespace.
findFilter(Class<T>) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Finds a filter of this model of a specified type.
findFilter(Class<T>) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
Finds a filter of this model of a specified type.
findFlag(String) - Method in class oracle.jdeveloper.deploy.DeployShell
 
findFlag(String, boolean) - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
findFrame(Component) - Static method in class oracle.ide.util.IdeUtil
 
findFrame(Component) - Static method in class oracle.javatools.util.SwingUtils
Finds the first parent of the specified Component that is an instance of Frame.
findGeneratedObject(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Deprecated. 
findGlobalIgnoreFilter(String) - Static method in class oracle.jdeveloper.vcs.util.VCSConfigUtils
Finds the global ignore filter pair from the IDE's global ignore preferences.
findGroup(String) - Static method in class oracle.ide.controller.IdeAction
Finds the actions associated with the specified groupName.
findHelper(String) - Method in class javax.ide.net.VirtualFileSystem
Returns the VirtualFileSystemHelper class that is currently registered to handle operations related to the specified scheme.
findHelper(URI) - Method in class javax.ide.net.VirtualFileSystem
Returns the VirtualFileSystemHelper class that is currently registered to handle operations related to the specified URI.
findHelper(String) - Static method in class oracle.ide.net.URLFileSystem
Returns the URLFileSystemHelper class that is currently registered to handle operations related to the specified protocol.
findHelper(URL) - Static method in class oracle.ide.net.URLFileSystem
Returns the URLFileSystemHelper class that is currently registered to handle operations related to the specified URL.
findHelpID(MetaTraversable, Traversable) - Static method in class oracle.ide.panels.MetaTraversable
Internal only.
FindHighlightPlugin - Class in oracle.javatools.editor.plugins
The FindHighlightPlugin provides support for finding and highlighting occurrences of text.
FindHighlightPlugin() - Constructor for class oracle.javatools.editor.plugins.FindHighlightPlugin
Constructs a new FindHighlightPlugin that is not currently associated with any editor or document.
findHrefByOffset(int) - Method in class oracle.ide.log.MessagePage
 
findHtmlNamespace(AbstractModel, String) - Static method in class oracle.jdeveloper.webapp.utils.WebDocumentUtil
Finds namespace of HTML elements in the given model.
findID(Locatable) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Finds the DBObject for the given node in the cache.
findID(URL) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Finds the DBObject from the given URL.
findIDForTypeString(DBObjectProvider, Schema, String) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
From a String representing a datatype of some sort, find an ID for that type in the given provider, or return null.
findImportedObject(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Deprecated. 
findInFolder(Folder, URL) - Static method in class oracle.ide.model.NodeFactory
Deprecated. use the index model api. Since 11.1.1.0. The method does not scale well when large projects are involved. We now recommend clients use the Index Model API. This new API works asynchronously and performs very well, regardless of the project size, once the index model of the project files is constructed. See Index.findNodes( oracle.ide.index.QueryCriteria, Class, oracle.ide.index.ResultCallback)
findJarEntries(String, String) - Method in class oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
Find the InputStreams of all embedded jars that match the given filter and contain the given entry.
findJDK(Object) - Method in class oracle.jdeveloper.library.AddinLibraryList
 
findJDK(Object) - Method in class oracle.jdeveloper.library.JLibraryList
 
findJDK(Object) - Static method in class oracle.jdeveloper.library.JLibraryManager
 
findJDK(VersionNumber, JDK[]) - Static method in class oracle.jdeveloper.library.JLibraryManager
 
findJDK(Object) - Method in class oracle.jdeveloper.library.JProjectLibraryList
 
findJDK(Object) - Method in interface oracle.jdeveloper.library.LibraryList
Finds the JDK definition that matches the specified name.
findJDK(Object) - Method in class oracle.jdeveloper.library.ListWrapper
 
findJDKMatch(Object, VersionNumber) - Static method in class oracle.jdeveloper.library.JLibraryManager
 
findJspNamespace(AbstractModel, String) - Static method in class oracle.jdeveloper.webapp.utils.WebDocumentUtil
Finds namespace of JSP core syntax elements in the given model.
findKeys(ResourceBundleWrapperRT.SearchType, Object) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
Returns a set of keys that satisfy the search
findKeysByMetaData(Map<String, String>) - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter
 
findKeysByMetaData(Map<String, String>) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
Gets a Set of keys which contain the specified metadata.
findKeysByText(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter
 
findKeysByText(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
Finds the Set of keys containing an exact match for text
findKeysLikeKey(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter
 
findKeysLikeKey(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
Finds the Set of keys identifying entries whose key contains the substring key.
findKeysLikeText(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleAdapter
 
findKeysLikeText(String) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
Finds the Set of keys identifying entries whose translated text contains the substring text.
findLayeredPane(Component) - Static method in class oracle.javatools.ui.Components
Finds the layered pane for a component.
findLayout(URL) - Method in class oracle.ide.layout.IdeLayout
Find the layout associated with the specified url.
findLibrary(Object) - Method in class oracle.jdeveloper.library.AddinLibraryList
 
findLibrary(Object) - Method in class oracle.jdeveloper.library.JLibraryList
 
findLibrary(Object) - Static method in class oracle.jdeveloper.library.JLibraryManager
 
findLibrary(Object) - Method in class oracle.jdeveloper.library.JProjectLibraryList
 
findLibrary(Object) - Method in interface oracle.jdeveloper.library.LibraryList
Finds the JLibrary that matches the specified id.
findLibrary(Object) - Method in class oracle.jdeveloper.library.ListWrapper
 
findLibraryFileGroup(String) - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
Returns the first LibraryFileGroup with the specified internal name.
findLibraryFileGroups() - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
 
findLOBDescriptorForColumn(Column) - Static method in class oracle.javatools.db.ora.LOBDescriptor
 
findMacro(String) - Method in class oracle.ide.externaltools.macro.MacroRegistry
Finds the macro with the specified moniker (name).
findMatchingBrace(int, NumberRange, NumberRange) - Method in class oracle.javatools.editor.language.AbstractBraceProvider
Finds the brace matching the given brace identified by isPartOfBrace().
findMatchingBrace(int, NumberRange, NumberRange) - Method in interface oracle.javatools.editor.language.BraceProvider
Finds the brace matching the given brace identified by isPartOfBrace().
findMatchingFilter(String) - Method in class oracle.ide.util.PatternFilters
 
findMenuLabel(AbstractButton) - Method in class oracle.ide.util.MnemonicSolver
Returns the MnemonicSolver.MenuLabel associated with the specified menuItem.
findMenuLabel(JMenuItem) - Method in class oracle.ide.util.MnemonicSolver
Returns the MnemonicSolver.MenuLabel associated with the specified menuItem.
findMethod(ElementContext, Object, String, Class[]) - Method in class javax.ide.extension.DynamicHook
 
findMethod(Object, String, Class[]) - Method in class oracle.javatools.xml.esax.DynamicElementHandler
 
findMyChildren(Class) - Method in class oracle.ide.model.Project
Deprecated. 07/01/2008
findMyChildren(Class[]) - Method in class oracle.ide.model.Project
Deprecated. 
findNewPath(TNode, TreePath, boolean) - Static method in class oracle.ide.explorer.ExplorerContext
 
findNode(DBObject) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Attempts to find the node in the navigator for the given object.
findNode(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Attempts to find a node in the navigator for the given object.
findNode() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListItem
Get the node for this element from the node factory.
findNodeInContext(Element, Context) - Static method in class oracle.ide.editor.EditorUtil
Find the project containing the specified node.
findNodeInfo(Class) - Static method in class oracle.ide.xml.XMLRecognizer
This method finds a NodeInfo instance that is associated with a particular data Class.
findNodes(Class, ResultCallback<Node>) - Method in interface oracle.ide.index.Index
Convenience method to find all Nodes of the given type in the scope of this index.
findNodes(QueryCriteria, Class, ResultCallback<Node>) - Method in interface oracle.ide.index.Index
Convenience method to find all Nodes of the given type in the scope of this index, that also match the given crieria.
findNodes(Project, URLFilter, ResultCallback<Node>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find Nodes in the web-app content set whose URLs satisfy given URL filter.
findNodes(Project, Class, ResultCallback<Node>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find Nodes of the given Node type in the web-app content set.
findNodes(Project, URLFilter, Class, ResultCallback<Node>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find Nodes of the given Node type in the web-app content set whose URLs satisfy given URL filter.
findNodes(Project, URLFilter, Class[], ResultCallback<Node>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
 
findNodes(AbstractModel, String, String) - Static method in class oracle.jdeveloper.webapp.utils.WebDocumentUtil
Finds all nodes in the document that match given name and the namespace.
findNumberedBookmark(int) - Method in class oracle.jdevimpl.bookmarks.BookmarkList
Return the bookmark with the given number, or null if one doesn't exist
findObject(String, Schema, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Looks for the specified object in the cache.
findObject(DBObjectID) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Looks for the specified object id in the cache.
findObjectNode(Database, SchemaObject) - Static method in class oracle.jdeveloper.db.navigator.DatabaseNavigatorHelper
Gets the node in the Database Navigator for the given object within the given Database.
findOpenSourceStub(Workspace, Project, String) - Static method in class oracle.jdeveloper.runner.Source
Returns the URL for a source stub that has already been opened.
findOrAddChild(DefaultMutableTreeNode, DBObject, List) - Method in class oracle.ide.db.controls.DBObjectPicker
Using the given parent node, a child DefaultMutableTreeNode is found or created with the given DBObject as its user object.
findOrCreate(URI) - Method in class javax.ide.model.DocumentFactory
Returns the Document associated with the URI.
findOrCreate(String) - Static method in class oracle.ide.config.ClientSetting
Finds or creates an extension specific settings object where the extension stores its settings.
findOrCreate(String, String) - Static method in class oracle.ide.config.ClientSetting
Finds or creates an extension specific settings object where the extension stores its settings.
findOrCreate(Element, Folder) - Method in class oracle.ide.model.DependableFactory
Finds or creates a Dependable that encapsulates the source object.
findOrCreate(URL, Project) - Static method in class oracle.ide.model.ElementFactory
Returns an Element associated with the identifier.
findOrCreate(URL) - Static method in class oracle.ide.model.NodeFactory
Use this method when creating a Node for a resource that physically exists at the location pointed to by the URL.
findOrCreate(Class<? extends Node>, URL) - Static method in class oracle.ide.model.NodeFactory
Use this method when creating a Node for a resource that does not yet exist at the location pointed to by the URL.
findOrCreate(PropertyStorage, String) - Static method in class oracle.javatools.data.HashStructureAdapter
This method tries to find an existing instance of a HashStructure by the specified name.
findOrCreate(String) - Static method in class oracle.javatools.db.plsql.PlSqlInterrogator
 
findOrCreate(Element, Folder) - Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
Finds or creates a Dependable that encapsulates the source object.
findOrCreateCmdID(String) - Static method in class oracle.ide.Ide
This is the primary method that addins should use to allocate a command ID for actions that will be handled by a Controller.
findOrCreateDatabase(String, Connection) - Static method in class oracle.javatools.db.DatabaseFactory
Deprecated. - use DatabaseFactory.createStandaloneDatabase(java.lang.String, java.sql.Connection) to create a Database for an isolated connection. If a Database is required for a given connection name in the product use the appropriate connection store (e.g. Application Connections, or central IDE Connections).
findOrCreateDeployNode(URL) - Method in class oracle.jdeveloper.deploy.dt.DeployProfileDt
Part of template method design pattern.
findOrCreateEditor(boolean) - Method in class oracle.ide.ceditor.CodeNavigationPoint
Find the existing Editor opened on our Context, else attempt to open a new Editor instance.
findOrCreateIDForTypeString(DBObjectProvider, Schema, String) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
From a String representing a datatype of some sort, find or create an ID for that type in the given provider.
findOrCreateJavaSubMenu() - Static method in class oracle.jdeveloper.controller.JDeveloperMenus
 
findOrCreateKey(PropertyStorage, Component, String, List<String>, String) - Static method in class oracle.ide.resourcebundle.ResourceBundleKeyChooser
Matches a key from an ResourceBundleWrapper on an exact match, or will allow the user to choose a key similiar to the given text, from all available keys, or by creating a new key.
findOrCreateNode() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListItem
Get or create the node for this element from the node factory.
findOrCreateNodes(URL[]) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Finds or creates locatables for the given URLs, using the node cache.
findOrCreateOrFail(URL) - Static method in class oracle.ide.model.NodeFactory
Use this method when creating a Node for a resource that physically exists at the location pointed to by the URL.
findOrCreateOrFail(Class<T>, URL) - Static method in class oracle.ide.model.NodeFactory
Find a node.
findOrCreateProvider(Object) - Static method in class oracle.javatools.db.DBObjectProviderFactory
Finds or creates a provider using the given identifier key.
findOrCreateProviderNode(Project, ProviderSettings) - Static method in class oracle.jdeveloper.offlinedb.wizard.ProviderWizard
 
findOrCreateUsingDefault(URL, Class<? extends Node>) - Static method in class oracle.ide.model.NodeFactory
Avoid using this method.
findOrCreateView(Context) - Method in class oracle.ide.view.MultiManager
 
findOrCreateWizard(String) - Method in class javax.ide.wizard.WizardManager
Find or create a wizard instance.
findOriginalID(TemporaryObjectID) - Static method in class oracle.javatools.db.TemporaryObjectID
Finds the original most ID in the given TemporaryObjectID's "original object" heirachy.
findOriginalObject(TemporaryObjectID) - Static method in class oracle.javatools.db.TemporaryObjectID
Recurses through the original objects id and beyond (if it's another temp id) until it finds an object that has either no id, or an id that isn't a temp id.
findOwnedObject(String, String) - Method in class oracle.javatools.db.AbstractDBObject
Final implementation uses getChildrenImpl( String type ) and searches through the contained DBObjects by name.
findOwnedObject(DBObjectID) - Method in class oracle.javatools.db.AbstractDBObject
Returns a child of this object that has the given ID.
findOwnedObject(DBObjectID, boolean) - Method in class oracle.javatools.db.AbstractDBObject
Finds an owned object with the given ID, optionally recursing into the owned object heirachy.
findOwnedObject(DBObjectID) - Method in class oracle.javatools.db.CheckConstraint
 
findOwnedObject(String, String) - Method in interface oracle.javatools.db.DBObject
Returns an object owned by this object with given name and type, if one exists.
findOwnedObject(DBObjectID) - Method in interface oracle.javatools.db.DBObject
Returns a child of this object that has the given ID.
findOwnedObject(DBObjectID) - Method in class oracle.javatools.db.Index
 
findOwnedObject(DBObjectID) - Method in class oracle.javatools.db.sql.AbstractSQLQuery
 
findOwner(Element) - Method in class oracle.ide.model.Project
Deprecated. since 11.0 (07/01/2008) owner maps are deperecated without replacement.
findOwner(Element, Context) - Static method in class oracle.ide.model.Workspaces
This method will be called when the IDE needs to determine the container on whom to call the remove, canRemove, add, and canAdd methods.
findPackagingFileGroup(String) - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
Returns the first PackagingFileGroup with the specified internal name.
findPage(String) - Method in class javax.ide.log.LogManager
Find the log page with the specified id.
findParameter(String) - Method in class oracle.ide.externaltools.macro.ParameterizedMacro
Find a parameter from its name.
findParameterTag(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the first @param tag in this doc comment with a specified name.
findParent(Class<T>) - Method in class oracle.javatools.db.AbstractChildDBObject
Looks in the parent heirachy of this object for an object of the given class.
findParentID(DBObjectID) - Method in class oracle.javatools.db.DBObjectFactory
 
findParentID(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectFactory
 
findPath(ElementContext, String) - Method in class javax.ide.extension.ExtensionHook
Resolves a path in the manifest, searching all dependencies of the current extension in context until a path to an existing resource is found.
findPopupItem(ToggleAction) - Method in class oracle.ide.controls.MenuToolButton
 
findPopupItem(String) - Method in class oracle.ide.controls.ToolButton
Deprecated. Replace a menu-ing ToolButton with MenuToolButton.
findProfileInElement(URL, Element) - Static method in class oracle.jdeveloper.deploy.DeployUtil
 
findProfileInElement(String, Element) - Static method in class oracle.jdeveloper.deploy.DeployUtil
 
findProjectFileGroup(String) - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
Returns the first ProjectFileGroup with the specified internal name.
findPropertyInfo(String, String, Class<? extends DBObjectProvider>) - Static method in class oracle.javatools.db.property.PropertyHelper
If the given property path is supported for the given object class this method returns the PropertyInfo associated with that property.
findPropertyInfo(Class, String, Class<? extends DBObjectProvider>) - Static method in class oracle.javatools.db.property.PropertyHelper
If the given property path is supported for the given object class this method returns the PropertyInfo associated with that property.
findProvider(Object) - Method in class oracle.javatools.db.DatabaseFactory
 
findProvider(Object) - Method in class oracle.javatools.db.DBObjectProviderFactory.Creator
 
findProvider(Object) - Static method in class oracle.javatools.db.DBObjectProviderFactory
Finds a provider using the given identifier key.
findProvider(Project, String) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Deprecated. replaced by #findProviderByID(Project,String}.
findProvider(Project, BaseObjectID) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Iterates through the project's providers, and see if any contain a matching object id.
findProviderByID(Project, String) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Finds a provider by its ID in the given Project.
findProviderByName(Context, String) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Finds an Offline Database with the given name in the given Context.
findProviderByName(Project, String) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Finds an Offline Database with the given name in the context of the given Project.
findQuery(Namespace) - Static method in class oracle.ide.db.panels.sql.BaseSQLQueryBuilderPanel
Finds the SQLQuery in the given namespace.
findRecognizer(URL) - Static method in class oracle.ide.model.Recognizer
Returns the instance of Recognizer that is able to specify the Node class that should be instantiated for the given URL.
findRecognizerContentType(String) - Static method in class oracle.ide.config.DocumentExtensions
 
findRecognizerDocumentInfo(Class) - Static method in class oracle.ide.config.DocumentExtensions
 
findReferences(Context, Scope, Declaration) - Method in class oracle.ide.dependency.DependencyManager
Find all references to a declaration.
findReferences(Context, Scope, Declaration, ProgressIndicator) - Method in class oracle.ide.dependency.DependencyManager
Find all references to a declaration.
findReferences(Context, Scope, Declaration, ProgressIndicator) - Method in class oracle.ide.dependency.index.IndexReferenceProvider
 
findReferences(Context, Scope, Declaration, ProgressIndicator) - Method in interface oracle.ide.dependency.ReferenceProvider
Find all references to the given declaration that this provider knows about.
findReferenceTags() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the @link, @linkplain, @see, and three-element @value tags in this doc comment.
findReferenceTags(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the @link, @linkplain, @see, and three-element @value tags in this doc comment with a specified normalized reference text.
findReferenceTags() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocDescription
Finds the @link, @linkplain, and three-element @value tags in this description.
findReferenceTags(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocDescription
Finds the @link, @linkplain, @see, and three-element @value tags in this description with a specified canonical reference name.
findResource(String) - Method in class oracle.javatools.db.ddl.BundleDDLGenerator
 
findResource(String) - Method in class oracle.jdeveloper.java.util.JRLClassLoader
Finds the resource with the given name.
findResources(String) - Method in class oracle.jdeveloper.java.util.JRLClassLoader
 
findRootPaneContainer(Component) - Method in class oracle.ide.controls.WaitCursor
 
findSchema(String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Method for use within the provider that retrieves a schema and doesn't check the database if the schema is found in the cache.
findSourceFile(Workspace, Project, String, String) - Static method in class oracle.jdeveloper.runner.Source
Returns the URL for the source file that has the given package and filename.
findSourceFile(Workspace, Project, String, String) - Method in interface oracle.jdeveloper.runner.SourceFinder
Returns the URL to a source file, or null if the source can not be found.
findTagLibDirectives(AbstractModel) - Static method in class oracle.jdeveloper.webapp.utils.WebDocumentUtil
Finds all taglib directive nodes in the document.
findTags(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocComment
Finds the tags in this doc comment with a specified name, or an empty list if none.
findTags(String) - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocDescription
Finds the in-line tags in this description with a specified tag name.
findTemplateById(String) - Method in class oracle.jdeveloper.template.DefaultTemplateData
 
findTemplateById(String) - Method in interface oracle.jdeveloper.template.TemplateData
Search for template in this TemplateData store, and all its parents.
findTemplateById(String) - Method in class oracle.jdeveloper.template.TemplateManager
Search and returns a list of templates from all TemplateData stores starting with the default TemplateData that match id.
findTemplateById(String) - Method in class oracle.jdeveloper.template.TemplateManagerImpl
 
findText(String, boolean, boolean) - Method in class oracle.ide.inspector.AbstractAdditionalPage
 
findText(String, boolean, boolean) - Method in class oracle.ide.inspector.find.ContainerSearch
Default findText implementation.
findText(String, boolean) - Method in class oracle.ide.inspector.find.FindTextSupport
Attempt to find the specified text, and if successful, reset the displayed text to an HTML representation with highlighting.
findText(String, boolean, boolean) - Method in interface oracle.ide.inspector.find.SearchableContainer
Find the specified searchText by searching forward or backward through the property labels of the Searchable component.
findText(String, boolean) - Method in interface oracle.ide.inspector.find.SearchableText
Attempt to find the specified search text in the plain text for the host component.
findText(String, boolean, boolean) - Method in class oracle.ide.inspector.PropertyInspector
 
findText(String, boolean) - Method in class oracle.ide.inspector.PropertyLabel
 
findText(String, int, boolean, boolean, boolean, boolean) - Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
This is the public entrypoint for users of this plugin for the find operation.
findText(String, int, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
This is the public entrypoint for users of this plugin for the find operation.
findTextForElement(int) - Method in class oracle.ide.controls.checkboxlist.CheckBoxListModel
Returns the String for the specified element.
findTextInComponent(Component, String, boolean, boolean) - Method in class oracle.ide.inspector.PropertyInspector
 
FindTextSupport - Class in oracle.ide.inspector.find
Implementation of SearchableText suitable for reuse by components that have displayed text that can be set to HTML fragments for special effects purposes (in this case, highlighting the matched substring).
FindTextSupport() - Constructor for class oracle.ide.inspector.find.FindTextSupport
 
findTNode(Element, TNode) - Method in class oracle.ide.explorer.TreeExplorer
Find the TNode encapsulating the specified element.
findTNode(Element, TNode, Context) - Method in class oracle.ide.explorer.TreeExplorer
Find the TNode encapsulating the specified element.
findTNode(Element, TNode) - Method in class oracle.ide.navigator.NavigatorWindow
Find the specified element.
findTNodeBreadthFirst(Element, TNode) - Method in class oracle.ide.explorer.TreeExplorer
Find the TNode encapsulating the specified element.
findTools(Collection<ExternalTool>) - Method in interface oracle.ide.externaltools.ExternalToolScanner
Search for external tools.
findTypeNode(Database, Schema, String) - Static method in class oracle.jdeveloper.db.navigator.DatabaseNavigatorHelper
Gets the given type folder in the Database Navigator (e.g.
findURL(DBObject) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Attempts to find a URL for the given object.
findURL(DBObjectID) - Method in class oracle.jdeveloper.offlinedb.model.NodeCache
Attempts to find a URL for the given object id.
findURLForClass(Workspace, Project, String) - Static method in class oracle.jdeveloper.runner.Source
 
findURLForClassSource(Workspace, Project, String) - Static method in class oracle.jdeveloper.runner.Source
 
findURLForClassSource(Project, String) - Static method in class oracle.jdeveloper.runner.Source
 
findURLForClassStub(Workspace, Project, String) - Static method in class oracle.jdeveloper.runner.Source
 
findURLForClassStub(Project, String) - Static method in class oracle.jdeveloper.runner.Source
 
findURLs(Project, URLFilter, ResultCallback<URL>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find file URLs in the web-app content set that satisfy given URL filter.
findURLs(Project, Class, ResultCallback<URL>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find file URLs of the given Node type in the web-app content set.
findURLs(Project, URLFilter, Class, ResultCallback<URL>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
Find Nodes of the given Node type in the web-app content set whose URLs satisfy given URL filter.
findURLs(Project, URLFilter, Class[], ResultCallback<URL>) - Static method in class oracle.jdeveloper.webapp.utils.IndexingUtils
 
findUsagesIn(DBObject, DBObject) - Static method in class oracle.javatools.db.DBUtil
Looks for usages of the given "used" object within the owned object heirachy of the given search object.
findUserObjectAndMark(Object, boolean) - Method in class oracle.ide.controls.checkboxlist.CheckBoxListModel
Searches the model for a userObject that equals the specified findObject and sets the state of the checkbox for that element to checked or unchecked based on the value of selectObject.
findView(ViewId) - Method in class oracle.ide.view.MultiManager
 
findWizardState(Context) - Static method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardState
 
finish() - Method in interface javax.ide.view.ProgressMonitor
Indicate that the operation has finished.
finish(Object) - Method in class oracle.ide.dialogs.ProgressRunnable
Called back on the original thread after the operation has completed or was canceled.
finish() - Method in interface oracle.ideimpl.webupdate.UpdateCenterMonitor
Finish progress
finish() - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Finishes the current production and takes the current token as its last token, but does NOT advance the lexer.
finish() - Method in class oracle.javatools.ui.search.SearchProgress
Notifies the SearchField that the search is complete.
finish(Object) - Method in class oracle.jdeveloper.db.panels.DatabaseFinder
 
finish(int, DeployShell) - Method in interface oracle.jdeveloper.deploy.Deployer
Called after the entire Deployment process has completed, perform any cleanup operations here.
finish() - Method in class oracle.jdeveloper.wizard.common.BaliWizard
 
FINISH_CHANGES - Static variable in class oracle.jdeveloper.jsp.libraries.JspLibraryChangeEvent
 
finishAsynchronousLogging() - Method in class oracle.jdeveloper.compiler.CompilerPage
Finish asynchronous logging
finishAsynchronousLogging() - Method in class oracle.jdeveloper.compiler.ProblemsPage
Finish asynchronous logging
finishCreate(SystemObject[], SystemObject[]) - Method in class oracle.javatools.db.AbstractDatabase
Use to finish the create or update of objects after the changes have been made in the db.
finishCreation(Context, Profile) - Method in class oracle.jdeveloper.deploy.dt.DeployProfileDt
 
finishDelete(SystemObject[]) - Method in class oracle.javatools.db.AbstractDatabase
Use to finish the delete of the given objects after the operation has been performed against the db.
finishDelete(Schema, SystemObject[]) - Method in class oracle.javatools.db.AbstractDatabase
Use to finish the delete of the given objects after the operation has been performed against the db.
finished() - Method in class oracle.ide.runner.RunProcess
This method will be called by the Starter, when this process finishes.
finished(RunProcessLifecycleEvent) - Method in interface oracle.ide.runner.RunProcessLifecycleListener
Invoked when a RunProcess has finished terminating.
finished() - Method in class oracle.ide.runner.Starter
This method is called when the process has finished.
finished() - Method in class oracle.ide.util.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
finished() - Method in class oracle.ideimpl.webupdate.BasicProgressMonitor
 
finished(List) - Method in class oracle.ideimpl.webupdate.CheckMasterListRunnable
Called when the master list has been retrieved.
finished(Collection) - Method in class oracle.ideimpl.webupdate.CheckUpdatesRunnable
An update with all satisified dependencies was found.
finished(Map) - Method in class oracle.ideimpl.webupdate.DownloadUpdatesRunnable
 
finished(DeployShell) - Method in interface oracle.jdeveloper.deploy.cmd.DeployCommand.Callback
 
finished(DeployShell) - Method in class oracle.jdeveloper.deploy.cmd.DeployCommand
Called after deployment has finished running.
finished(DeployEvent) - Method in class oracle.jdeveloper.deploy.DefaultDeployerListener
 
finished(DeployEvent) - Method in interface oracle.jdeveloper.deploy.DeployerListener
 
finished() - Method in class oracle.jdeveloper.runner.RemoteProcess
 
finished() - Method in class oracle.jdeveloper.runner.RunningProcess
 
finishImpl(JProgressBar) - Method in class oracle.javatools.dialogs.progress.DeterminateProgressMonitor
 
finishImpl(JProgressBar) - Method in class oracle.javatools.dialogs.progress.IndeterminateProgressMonitor
 
finishImpl(int, DeployShell) - Method in class oracle.jdeveloper.deploy.jar.ArchiveDeployer
End of deployment, resources like temporary files are removed.
finishInherit() - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Finishes the current production and inherits its end offset from the last child.
finishMigration() - Method in class oracle.ide.migration.MigrationManager
Perform any final migration after all addins have been loaded.
finishMigration(List) - Method in class oracle.ide.migration.NodeMigrator
Conclude the migration process by saving the migrated objects and updating their migration status.
finishName() - Method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
finishNewProfileCreation() - Method in class oracle.jdeveloper.deploy.dt.DeploymentPanelContent
 
FinishPanel - Class in oracle.ide.wizard
The FinishPanel provides a TraversablePanel implementation of a Wizard Finish page.
FinishPanel(String, String) - Constructor for class oracle.ide.wizard.FinishPanel
Creates a new FinishPanel.
FinishPanel() - Constructor for class oracle.ide.wizard.FinishPanel
Creates a new FinishPanel.
FinishPanel(String) - Constructor for class oracle.ide.wizard.FinishPanel
Creates a new FinishPanel.
finishSymbol(PlsqlSymbol, SyntaxToken, ReadTextBuffer) - Method in class oracle.javatools.parser.plsql.old.symbol.PlsqlSymbolFactory
Finishes a symbol's setup by looking at the symbol's syntax code and doing the appropriate wiring.
finishSymbol(PlsqlSymbol, ReadTextBuffer) - Method in class oracle.javatools.parser.plsql.old.symbol.PlsqlSymbolFactory
Finishes a symbol's setup by looking at the symbol's syntax code and doing the appropriate wiring.
finishToken() - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Finishes the current production and takes the current token as its last token.
finishToken(int) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Finishes the current production and takes the current token as its last token.
finishToken(int, int) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Just like nextToken( int, int ) except that we're finishing.
fireActionPerformed() - Method in class oracle.javatools.ui.balloon.Balloon
Notifies all listeners that an action has occurred.
fireAppliedTransformsChanged(Object, List<Transform>) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireApply() - Method in class oracle.ide.panels.TDialogLauncher
Fires the "apply" message to all registered ApplyListener objects.
fireAttributeChanged(Subject, Attributes) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.ATTRIBUTE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireAuditStarted(List<Metric>, List<Location>, Object, Class) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireAuditStopped(boolean) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireCanAddChild(VetoableSubject, Object) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
fireCanAddChildren(VetoableSubject, Collection) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
fireCancel() - Method in class oracle.ide.panels.TDialogLauncher
Fires the "cancel" message to all registered ApplyListener objects.
fireCanRemoveChild(VetoableSubject, Object) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
fireCanRemoveChildren(VetoableSubject, Collection) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
fireCanRenameChild(VetoableSubject, Object) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CAN_RENAME_CHILD to all Observers of the specified VetoableSubject.
fireCategoriesChanged() - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
fireCategoriesChanged() - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTreePanel
 
fireCellChecked(JMutableTreeNode) - Method in class oracle.ide.controls.tree.CustomJTree
 
fireCellUnchecked(JMutableTreeNode) - Method in class oracle.ide.controls.tree.CustomJTree
 
fireChanged(Object) - Method in class oracle.ide.controls.checkboxlist.CheckBoxListCellData
 
fireChangeEvent() - Method in class oracle.ide.config.ChangeEventSource
Note: explicit calls to this method may result in duplicate event firings.
fireChangeEvent(Object) - Method in class oracle.ide.config.ChangeEventSource
 
fireChangeEventFromSource(Object) - Method in class oracle.jdeveloper.vcs.spi.VCSCopyableMap
 
fireChangesCommitted(String, URL[], boolean) - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetManager
 
fireChangeSetsChanged() - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetAdapter
 
fireCharacterTypedEvent(int, char) - Method in class oracle.javatools.editor.BasicEditorPane
Utility routine used to notify listeners that a character was typed.
fireCheckBoxAction(int) - Method in class oracle.javatools.controls.nicelist.NiceList
Fires an event of type NiceListActionEvent.Type.CHECKBOX to all registered listeners.
fireChildAdded(Subject, Element) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_ADDED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireChildRemoved(Subject, Element) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireChildrenAdded(Subject, Collection) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_ADDED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireChildrenAdded(SystemObject, List) - Static method in class oracle.javatools.db.DBObjectChange
 
fireChildRenamed(Subject, URL, Node, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 1) Child rename notification.
fireChildRenamed(Subject, URL, Node, Node, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 2) Child renamed notification.
fireChildRenamed(Subject, Node, URL, Node, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 3) Child renamed notification.
fireChildrenRemoved(Subject, Collection) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.CHILD_REMOVED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireChildrenRemoved(SystemObject, List) - Static method in class oracle.javatools.db.DBObjectChange
 
fireChildUpdated(SystemObject, DBObject) - Static method in class oracle.javatools.db.DBObjectChange
 
fireCodeCollapsed(Object) - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
fireCodeExpanded(Object) - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
fireCodeWillCollapse(Object) - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
fireCodeWillExpand(Object) - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
fireCompletenessChanged() - Method in class oracle.javatools.history.AbstractHistoryModel
 
fireCompositeStateChanged(Element) - Static method in class oracle.ide.composite.CompositeFileElementRegistry
Fires a state change event for the given composite element instance.
fireCompositeStateChanged(Class) - Static method in class oracle.ide.composite.CompositeFileElementRegistry
Fires a state change event for the given composite element class.
fireCompositeStateChanged(Element[]) - Static method in class oracle.ide.composite.CompositeFileElementRegistry
Fires a state change event for the given composite element instances.
fireContentActionPerformed(ContentElement) - Method in class oracle.javatools.ui.checklist.Checklist
Fires ContentActionEvent on all registered listener for the specified ContentElement.
fireContentActionPerformed(ContentElement) - Method in class oracle.javatools.ui.checklist.TaskContent
Fires ContentActionEvent to all registered listeners.
fireContentsChanged(int, int) - Method in class oracle.jdeveloper.audit.bean.AbstractEnumerationField
 
fireContentsChanged(Profile) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
fireContentsChanged(int) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
fireControlStateChanged(String) - Method in class oracle.jdeveloper.vcs.spi.VCSControlCache
Fires a notification that the control state for the given extension has changed.
fireCountChanged(Object, AuditModel.Count, int, int) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireDefaultAction(Context) - Method in class oracle.ide.controller.ContextMenu
Invoke this method to fire the deault action associated with this context menu.
fireDefaultChangeSetChanged() - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetAdapter
 
fireDependencyChanged(Dependency, boolean) - Method in class oracle.jdeveloper.audit.model.Dependency
Notifies listeners that the target of this dependency has changed.
fireDockableEvent(DockableEvent) - Method in class oracle.ide.docking.DockStation
 
fireEditingCanceled() - Method in class oracle.ide.controls.AbstractCellEditor
 
fireEditingStopped() - Method in class oracle.ide.controls.AbstractCellEditor
 
fireEditorActivated(Editor) - Method in class javax.ide.editor.EditorManager
Notifies all editor listeners that the specified editor was activated.
fireEditorClosed(Editor) - Method in class javax.ide.editor.EditorManager
Notifies all editor listeners that the specified editor was closed.
fireEditorDeactivated(Editor) - Method in class javax.ide.editor.EditorManager
Notifies all editor listeners that the specified editor was deactivated.
fireEditorOpened(Editor) - Method in class javax.ide.editor.EditorManager
Notifies all editor listeners that the specified editor was opened.
fireEntriesChanged(int, int) - Method in class oracle.javatools.history.AbstractHistoryModel
 
fireEntriesInserted(int, int) - Method in class oracle.javatools.history.AbstractHistoryModel
 
fireEntriesRemoved(int, int) - Method in class oracle.javatools.history.AbstractHistoryModel
 
fireEvents() - Method in class oracle.javatools.db.diff.ResultSetApplier
 
fireFieldChanged() - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
fireFieldCommitted() - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
fireFieldEntered() - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
fireFieldExited() - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
fireFilesCreated(URL[]) - Static method in class oracle.jdeveloper.vcs.spi.VCSFileEventSender
Fires notification that the given URLs have been created.
fireFilesDeleted(URL[]) - Static method in class oracle.jdeveloper.vcs.spi.VCSFileEventSender
Fires notification that the given URLs have been deleted.
fireFilesModified(URL[]) - Static method in class oracle.jdeveloper.vcs.spi.VCSFileEventSender
Fires notification that the given URLs have modified.
fireFileStructureChanged(URL[]) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Fires notification that the structure of the given URLs has changed.
fireFileStructureChanged(URL[]) - Static method in class oracle.jdeveloper.vcs.spi.VCSFileEventSender
Fires notification that the structure of the given URLs has changed.
fireFinished(RunProcessLifecycleEvent) - Method in class oracle.ide.runner.RunProcess
 
fireGlobalIgnoreSettingsChanged() - Static method in class oracle.jdeveloper.vcs.util.VCSConfigUtils
Fires a notification that the IDE's global ignore preferences may have changed.
fireHeaderCollapsed() - Method in class oracle.javatools.ui.Header
Fires the headerCollapsed event to all HeaderListeners registered using Header.addHeaderListener( HeaderListener ).
fireHeaderExpanded() - Method in class oracle.javatools.ui.Header
Fires the headerExpanded event to all HeaderListeners registered using Header.addHeaderListener( HeaderListener ).
fireHierarchyChanged(HierarchyChangeEvent) - Method in class oracle.ide.controls.elementtree.ElementTreeNode
 
fireHierarchyChanged(HierarchyChangeEvent) - Method in class oracle.ide.controls.elementtree.ElementTreeRootNode
 
fireHyperLinkAction(int) - Method in class oracle.javatools.controls.nicelist.NiceList
Fires an event of type NiceListActionEvent.Type.HYPERLINK to all registered listeners.
fireIDEActivated() - Method in class javax.ide.IDE
Fire an IDEActivated event to all registered listeners.
fireIDEDeactivated() - Method in class javax.ide.IDE
Fire an IDEDeactivated event to all registered listeners.
fireInsertEvent(String) - Method in class oracle.ide.expressionbuilder.AbstractExpressionBuilderPicker
 
fireInstanceChanged(Oc4jInstanceEvent) - Method in class oracle.jdeveloper.runner.oc4j.Oc4jInstanceManager
 
fireIntervalAdded(int, int) - Method in class oracle.jdeveloper.audit.bean.AbstractEnumerationField
 
fireIntervalRemoved(int, int) - Method in class oracle.jdeveloper.audit.bean.AbstractEnumerationField
 
fireKeyAdded(String, String, Map<String, String>) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
Convenience method for notifiying all ResourceBundleListeners that a key has been added
fireKeyChanged(String, String, Map<String, String>) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
Convenience method for notifying all ResourceBundleListeners that a key has been changed
fireKeyRemoved(String) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
Convenience method for notifying all ResourceBundleListeners that a key has been removed
fireLayoutEvent(PreferredLayoutEvent) - Method in class oracle.jdeveloper.jsp.JspLayoutManager
 
fireLazyChangeEvent(SystemObject, SystemObject) - Static method in class oracle.javatools.db.diff.ResultSetApplier
Creates and fires a DBObjectChange event for the given object.
fireMarkClicked(MouseEvent, GutterMark, int) - Method in class oracle.ide.ceditor.CodeEditorGutter.CEColumn
Utility routine to fire a mark clicked notification for the given mark.
fireMarkClicked(MouseEvent, GutterMark, int) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin.Column
Utility routine to fire the click notification for the given mark.
fireMetadataChanged(String, String, Map<String, String>) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
Convenience method for notifying all ResourceBundleListeners that the metadata for a key has been changed
fireModelResorted() - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireNavigationEvent(int) - Method in class oracle.javatools.editor.BasicEditorPane
Inform listeners that the caret has moved in response to an external event.
fireObjectClosed(Subject) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_CLOSED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireObjectOpened(Subject) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_OPENED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireObjectReloaded(Subject) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_RELOADED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireObjectRenamed(Subject, URL, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 1) Object rename notification.
fireObjectRenamed(Subject, URL, Node, Node, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 2) Object renamed notification.
fireObjectRenamed(Node, URL, Node, Context) - Static method in class oracle.ide.cmd.RenameMessage
Case 3) Object renamed notification.
fireObjectRenamed(Subject) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.OBJECT_RENAMED to all Observers of the specified Subject.
fireObjectsAdded(Schema, SchemaObject[]) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners that objects have been added to the given schema.
fireObjectsRemoved(Schema, SchemaObject[]) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners that objects have been removed from the given schema.
fireObjectUpdated(DBObjectChange) - Method in class oracle.javatools.db.AbstractSystemObject
 
fireObjectUpdated(SystemObject) - Static method in class oracle.javatools.db.DBObjectChange
Fires an empty change message on the given object.
fireObjectUpdated(SystemObject, List<DBObject>, List<DBObject>, Map<String, PropertyChangeEvent>) - Static method in class oracle.javatools.db.DBObjectChange
 
fireObjectUpdated(DBObjectChange) - Method in interface oracle.javatools.db.SystemObject
Notifies any registered listeners of the change to this object.
fireOverlaysChanged() - Method in class oracle.ide.explorer.IconOverlayCache
Fires a repaint for all pending element overlays after cache updates.
firePopupMenuWillBecomeInvisible() - Method in class oracle.javatools.ui.combo.JCheckCombo
 
firePopupMenuWillBecomeInvisible() - Method in class oracle.javatools.ui.combo.JTreeCombo
 
firePopupMenuWillBecomeVisible() - Method in class oracle.javatools.ui.combo.JCheckCombo
 
firePopupMenuWillBecomeVisible() - Method in class oracle.javatools.ui.combo.JFixListCombo
 
firePopupMenuWillBecomeVisible() - Method in class oracle.javatools.ui.combo.JTreeCombo
 
firePopupMenuWillBecomeVisible() - Method in class oracle.javatools.ui.combo.JTreeFixListCombo
 
firePositionChanged() - Method in class oracle.javatools.compare.view.BaseCompareView
 
firePreChildRenamed(Subject, Context) - Static method in class oracle.ide.cmd.RenameMessage
Call this method before the subject is actually renamed.
fireProjectStructuresChanged() - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Deprecated. replaced with VCSCommand.fireFileStructureChanged(java.net.URL[]) and VCSFileEventSender.fireFileStructureChanged(java.net.URL[]).
fireProjectStructuresChanged(URL[]) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Deprecated. replaced with VCSCommand.fireFileStructureChanged(java.net.URL[]) and VCSFileEventSender.fireFileStructureChanged(java.net.URL[]).
firePropertiesChanged(Subject, PropertyChangeEvent[], Object) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage with ID UpdateMessage.PROPERTY_SET to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
firePropertiesChanged(SystemObject, Map<String, PropertyChangeEvent>) - Static method in class oracle.javatools.db.DBObjectChange
 
firePropertiesChanged(List) - Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
Fires a property a property change event using this object as the subject.
firePropertyChange(String, Object, Object) - Method in class javax.ide.view.DefaultViewable
Fire the property change event.
firePropertyChange(String, Object, Object) - Method in class oracle.ide.feedback.FeedbackManager
 
firePropertyChange(String, int, int) - Method in class oracle.ide.feedback.FeedbackManager
 
firePropertyChange(String, boolean, boolean) - Method in class oracle.ide.feedback.FeedbackManager
 
firePropertyChange(PropertyChangeEvent) - Method in class oracle.ide.feedback.FeedbackManager
 
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.editor.BasicDocument
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.editor.EditorProperties
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.editor.WeakPropertyChangeSupport
Fire a PropertyChangeEvent indicating that the given property has changed.
firePropertyChange(PropertyChangeEvent) - Method in class oracle.javatools.editor.WeakPropertyChangeSupport
Fire a PropertyChangeEvent indicating that the given property has changed.
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.ui.checklist.Step
Fire PropertyChangeEvent.
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.ui.checklist.TaskContentProvider
Fires a PropertyChangeEvent to the registered listeners.
firePropertyChange(String, Object, Object) - Method in class oracle.javatools.ui.checktree.TriStateNode
 
firePropertyChange(String, Object, Object) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, Object[], Object[]) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, boolean, boolean) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, int, int) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, long, long) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, float, float) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, double, double) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
 
firePropertyChange(String, Object, Object) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
firePropertyChanged(SystemObject, PropertyChangeEvent...) - Static method in class oracle.javatools.db.DBObjectChange
 
firePropertyChangeEvent(String, Object, Object) - Method in class oracle.ide.editor.Editor
 
fireProviderClosed() - Method in class oracle.javatools.db.AbstractDBObjectProvider
Fires a providerClosed event to all listeners.
fireProviderDeleted() - Method in class oracle.javatools.db.AbstractDBObjectProvider
Fires a providerClosed event to all listeners.
fireProviderDeleted(Object, DBObjectProvider) - Method in class oracle.javatools.db.DBObjectProviderFactory.Creator
 
fireProviderOpened() - Method in class oracle.javatools.db.AbstractDBObjectProvider
Fires a providerOpened event to all listeners.
fireProviderReloaded() - Method in class oracle.javatools.db.AbstractDBObjectProvider
Fires a providerReloaded event to all listeners.
fireQuery() - Method in class oracle.ide.db.panels.SelectDBObjectsPanel
Fires the query on the DBObjectPicker (LHS of shuttle) given the appropriate selections for filter, schema and object types.
fireRenameURLFileSystemEvent(URL, URL, int) - Static method in class oracle.ide.net.URLFileSystem
Utility routine which will take care of firing the URLFileSystemEvent as specified.
fireRowsHidden(List<?>, Object, int) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireRowsInserted(List<?>, Object, int) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireRowsRemoved(List<?>, Object, int) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireRowsRestructureBegin(Object, Object) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireRowsRestructureEnd(Object, Object) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireRowsShown(List<?>, Object, int) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireSchemaAdded(Schema) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners that the given Schema has been added to this provider.
fireSchemaObjectUpdated(DBObjectChange) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners of an update to a SchemaObject.
fireSchemaRemoved(Schema) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners that the given Schema has been removed from this provider.
fireSchemaUpdated(DBObjectChange) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Notifies all listeners of an update to a Schema.
fireSchemaUpdated(AbstractDBObjectProvider, Schema, Map<String, PropertyChangeEvent>) - Static method in class oracle.javatools.db.DBObjectChange
 
fireSearchCategoryChanged() - Method in class oracle.javatools.ui.search.SearchField
Fires the searchCategoryChanged event to all registered listeners.
fireSearchCleared(String) - Method in class oracle.javatools.ui.search.SearchField
Fires the searchPeformed event to all registered listeners notifying them that the search text was cleared.
fireSearchPerformed(SearchEvent.Direction, boolean) - Method in class oracle.javatools.ui.search.SearchField
Fires the searchPerformed event to all registered listeners.
fireSecondaryHyperLinkAction(int) - Method in class oracle.javatools.controls.nicelist.NiceList
Fires an event of type NiceListActionEvent.Type.HYPERLINK to all registered listeners.
fireSelectionChange() - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
fireSelectionChanged() - Method in class oracle.javatools.ui.table.ReorderableTable
Fires Selection Value ValueChanged
fireSelectionChanged() - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
fireSelectionEvent(String, String, String) - Method in class oracle.ide.expressionbuilder.AbstractExpressionBuilderPicker
 
fireSomeFilesCreated(URL[]) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Fires notification that the given URLs have been created, where existent.
fireSomeFilesDeleted(URL[]) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Fires notification that the given URLs have been deleted, where non-existent.
fireStarted(RunProcessLifecycleEvent, boolean) - Method in class oracle.ide.runner.RunProcess
 
fireStateChanged() - Method in class oracle.javatools.editor.BasicCaret
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class oracle.javatools.ui.ExpansionTip.Adapter
Notify the expansion tip to revalidate a showing expansion.
fireStateChanged() - Method in class oracle.javatools.util.ChangeSupport
 
fireStateChanged() - Method in class oracle.jdeveloper.audit.service.AuditModelFilter
 
fireStateChanged() - Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractDeployWizardPanel
 
fireStatusChanged() - Method in class oracle.javatools.compare.view.BaseCompareView
 
fireStepAdded(Step, int) - Method in class oracle.javatools.ui.checklist.DefaultChecklistModel
Fire STEP_ADDED ChecklistModelEvent to all registered ChecklistModelListeners.
fireStepRemoved(Step, int) - Method in class oracle.javatools.ui.checklist.DefaultChecklistModel
Fire STEP_REMOVED ChecklistModelEvent to all registered ChecklistModelListeners.
fireStepRemoved(Step, int) - Method in class oracle.javatools.ui.checklist.xml.XMLChecklistModel
Override to remove id associated with the step.
fireStructureChanged(Subject, Collection) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.STRUCTURE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireStructureChanged(Subject) - Static method in class oracle.ide.model.UpdateMessage
This method sends an UpdateMessage whose ID is UpdateMessage.STRUCTURE_CHANGED to all oracle.ide.addin.Observers of the specified oracle.ide.addin.Subject.
fireStructureChanged(FoldingBlock) - Method in class oracle.javatools.editor.folding.DefaultCodeFoldingModel
 
fireTextChanged(String, String, Map<String, String>) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
Convenience method for notifying all ResourceBundleListeners that the text for a key has been changed
fireTitleChangeListener() - Method in class oracle.ide.docking.DockableWindow
 
fireToolStarted(ExternalToolEvent) - Method in class oracle.ide.externaltools.ExternalToolManager
Notifies all listeners that an external tool has started.
fireToolWillStart(ExternalToolEvent) - Method in class oracle.ide.externaltools.ExternalToolManager
Notifies all listeners that an external tool is about to start.
fireTraversableEntered(TraversableContext) - Method in class oracle.ide.panels.MDDPanel
 
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class oracle.ide.controls.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class oracle.jdevimpl.audit.swing.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class oracle.ide.controls.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class oracle.jdevimpl.audit.swing.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class oracle.ide.controls.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class oracle.jdevimpl.audit.swing.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class oracle.ide.controls.AbstractTreeTableModel
Notify all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, TreePath) - Method in class oracle.jdevimpl.audit.log.AuditTreeTableModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class oracle.jdevimpl.audit.swing.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, TreePath) - Method in class oracle.jdevimpl.audit.swing.AbstractTreeModel
 
fireUndoableEditEvent(UndoableEdit) - Method in class oracle.javatools.editor.BasicDocument
An internal utility routine to fire UndoableEdit events that are generated by this document to the undoable edit listeners.
fireUnknownChange() - Method in class oracle.ide.resourcebundle.NodeResourceBundle
 
fireURLFileSystemEvent(URL, int) - Static method in class oracle.ide.net.URLFileSystem
Utility routine which will take care of firing the URLFileSystemEvent as specified.
fireValueChanged(Object, int, Object, Object) - Method in class oracle.jdevimpl.audit.core.AbstractAuditModel
 
fireVCSEvent(URL[], int) - Method in class oracle.jdeveloper.vcs.spi.VCSFileEventSender
 
fireVetoableCanRemoveChildren(Object[]) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Fores a vetoable UpdateMessage.CAN_REMOVE_CHILD message on all projects which contain the given elements.
fireViewCollapsed() - Method in class oracle.ide.view.View
Fires the ViewStateEvent.viewCollapsed(..) event.
fireViewEditEvent(ViewEditEvent) - Method in class oracle.javatools.compare.view.BaseCompareView
 
fireViewExpanded() - Method in class oracle.ide.view.View
Fires the ViewStateEvent.viewExpanded(..) event.
fireViewSelectionChanged(ViewSelectionEvent) - Method in class oracle.ide.view.View
 
FIRST - Static variable in class oracle.javatools.compare.ContributorKind
The FIRST contributor.
FIRST - Static variable in class oracle.javatools.icons.OracleIcons
first() - Method in class oracle.javatools.util.ArraySortedSet
Returns the first (lowest) element currently in this sorted set.
first - Variable in class oracle.javatools.util.Pair
 
first() - Method in class oracle.javatools.util.SynchronizedQueue
Gets the first object in this queue.
first() - Method in class oracle.jdevimpl.audit.util.KeyedSortedSet
 
FIRST_CONFLICT - Static variable in class oracle.javatools.icons.OracleIcons
FIRST_NON_DEFAULT_PANEL - Static variable in interface oracle.ide.db.UIConstants
Key used to indicate the first panel of a generate wizard in which the user is required to enter information.
firstChar() - Method in class oracle.ide.util.FastStringBuffer
 
firstCodeTokenOnLine() - Method in class oracle.javatools.db.plsql.PlSqlToken
 
firstLine(String) - Static method in class oracle.jdevimpl.audit.util.Strings
Extracts the first line of a string.
firstOperand - Variable in class oracle.javatools.parser.plsql.old.symbol.ExpressionSymbol
 
firstToken(String, char) - Static method in class oracle.jdevimpl.audit.util.Strings
Gets the first token in a string.
firstToken(String, String) - Static method in class oracle.jdevimpl.audit.util.Strings
Gets the first token in a string.
firstVisibleIndex - Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.  
FIT_TO_WINDOW - Static variable in class oracle.javatools.icons.OracleIcons
FIX - Static variable in class oracle.javatools.icons.OracleIcons
fix(IdeLog.Message) - Method in interface oracle.jdeveloper.compiler.IdeLog.FixEvent
 
FIX_CID - Static variable in class oracle.jdevimpl.audit.log.AuditLogPanel
 
FIX_SOURCE_CMD_ID - Static variable in class oracle.ide.log.DefaultLogPage
 
FIX_SOURCE_CMD_ID - Static variable in class oracle.jdeveloper.compiler.ProblemsPage
 
fixCommandStringForLog(String[]) - Method in class oracle.ide.runner.RunProcess
Returns a the command string for display purposes.
FIXED_NONE_SYSDBA_SYSOPER - Static variable in class oracle.jdeveloper.db.ConnectionTypeUIRegistry
String array available for use in registering connection types requiring a non editable combobox with values blank, SYSDBA and SYSOPER, for the Role field.
fixEvent - Variable in class oracle.jdeveloper.compiler.IdeLog.Message
 
FixListComboModel - Class in oracle.javatools.ui.combo
A model for use in a JFixListCombo
FixListComboModel(JList, JList, boolean) - Constructor for class oracle.javatools.ui.combo.FixListComboModel
 
fixMessages(IdeLog.Message) - Method in class oracle.jdeveloper.compiler.CompilerPage
For all messages, remove non printable characters and for partially used import warnings, slightly modify the message to guide the user how to easily fix the message.
fixMessages(IdeLog.Message) - Method in class oracle.jdeveloper.compiler.ProblemsPage
 
fixObject(Object) - Method in class oracle.ide.log.DefaultLogPage
Respond to a the fix command originating from the GUI.
fixObject(Object) - Method in class oracle.jdeveloper.compiler.CompilerPage
 
fixObject(Object) - Method in class oracle.jdeveloper.compiler.ProblemsPage
Respond to a the fix command originating from the GUI.
fixProvider(DBObjectID) - Method in class oracle.ide.db.controls.DBObjectChooserDelegate
 
FK_NAME - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
FKCOLUMN_NAME - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
fkColumnNames - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
FKConstraint - Class in oracle.javatools.db
A FKConstraint represents a Foreign Key Constraint.
FKConstraint() - Constructor for class oracle.javatools.db.FKConstraint
Constructs a new FKConstraint.
FKConstraint(String, Relation) - Constructor for class oracle.javatools.db.FKConstraint
Constructs a new FKConstraint with the specified name on the specified relation.
FKSCHEMADOTTABLE - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
FKTABLE_NAME - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
FKTABLE_SCHEM - Variable in class oracle.jdeveloper.engine.db.DBForeignKey
 
FKUsage - Class in oracle.javatools.db.sql
SQLFragment for the usage of a FKConstraint.
FKUsage() - Constructor for class oracle.javatools.db.sql.FKUsage
 
FKUsage(DBObjectID, DBObjectID, DBObjectID) - Constructor for class oracle.javatools.db.sql.FKUsage
 
FLAG_BASE_PROJECT_SOURCES - Static variable in class oracle.jdeveloper.controls.classpick.ClassPickerFactory
Use this flag to only show the project sources and all other base project sources
FLAG_COMMENT - Static variable in class oracle.jdeveloper.java.index.JavaIndexer
Flag indicating that a keyword appears in a comment.
flag_dw - Variable in class oracle.javatools.parser.java.v2.scanner.LexerLiteral
Double Word storage.
FLAG_LITERAL - Static variable in class oracle.jdeveloper.java.index.JavaIndexer
Flag indicating that a keyword appears in a literal.
FLAG_PROJECT_CLASSES - Static variable in class oracle.jdeveloper.controls.classpick.ClassPickerFactory
Use this flag to allow any class accessible from the project
FLAG_PROJECT_SOURCES - Static variable in class oracle.jdeveloper.controls.classpick.ClassPickerFactory
Use this flag to only show project sources
FLAG_SHOW_CLASSES - Static variable in class oracle.jdeveloper.controls.classpick.ClassPickerFactory
Use this flag to show classes
FLAG_SHOW_INTERFACES - Static variable in class oracle.jdeveloper.controls.classpick.ClassPickerFactory
Use this flag to show interfaces
FLAG_SQLJ - Static variable in class oracle.jdeveloper.java.index.JavaIndexer
Flag indicating that a keyword appears in a SQLJ block.
FLAGS_NONE - Static variable in interface oracle.ide.index.Index
Value indicating that no flags are set.
FLASHBACK - Static variable in class oracle.javatools.db.Ddl
DDL type restore an object
FLAT_EDITOR_BORDER - Static variable in class oracle.javatools.ui.Colors
 
FLAT_LEVEL - Static variable in class oracle.ide.model.ContentLevel
 
FLAT_LEVEL_ENABLED - Static variable in class oracle.ide.model.ContentLevel
Context key used to enable/disable the flat level behavior for a subtree
FLAT_LOOK - Static variable in class oracle.ide.IdeConstants
 
FlatEditor - Class in oracle.ide.editor
Deprecated. The Editor hierarchy has been collapsed
FlatEditor() - Constructor for class oracle.ide.editor.FlatEditor
Deprecated.  
FlatEditorAddin - Class in oracle.ide.editor
Deprecated. Please use EditorAddin instead
FlatEditorAddin() - Constructor for class oracle.ide.editor.FlatEditorAddin
Deprecated.  
FlatTabbedPaneUI - Class in oracle.javatools.ui.plaf
A custom TabbedPaneUI implementation that supports finger tabs.
FlatTabbedPaneUI() - Constructor for class oracle.javatools.ui.plaf.FlatTabbedPaneUI
 
FLOAT - Static variable in class javax.ide.model.java.source.tree.LiteralExpressionT.LiteralKind
Float literal.
FLOAT - Static variable in class oracle.javatools.db.datatypes.NumericDataType.MinMaxValue
 
FLOAT - Static variable in class oracle.jdeveloper.deploy.sp.OracleDatatypeMappings
 
FLOAT_ACTION_ID - Static variable in class oracle.ide.docking.DrawerDockableWindow
 
FLOAT_ACTION_ID - Static variable in class oracle.ide.docking.DrawerWindow
 
FloatConverter - Class in oracle.jdeveloper.audit.extension
 
FloatConverter() - Constructor for class oracle.jdeveloper.audit.extension.FloatConverter
 
FloatField - Class in oracle.jdevimpl.audit.bean
 
FloatField() - Constructor for class oracle.jdevimpl.audit.bean.FloatField
 
floatGetter(JavaType, String) - Static method in class oracle.javatools.parser.java.v2.util.Annotations
 
FloatingToolWindow - Interface in oracle.ide.controls
This object is a top level container with a resizable border and, on Windows, no icon in the taskbar.
floatValue() - Method in class oracle.ide.util.Mutables.Byte
 
floatValue() - Method in class oracle.ide.util.Mutables.Character
 
floatValue() - Method in class oracle.ide.util.Mutables.Double
 
floatValue() - Method in class oracle.ide.util.Mutables.Float
 
floatValue() - Method in class oracle.ide.util.Mutables.Integer
 
floatValue() - Method in class oracle.ide.util.Mutables.Long
 
floatValue() - Method in class oracle.ide.util.Mutables.Short
 
flush(Object) - Method in class oracle.ide.controller.CommandProcessor
Flush the undo stack associated with the specified object.
flush(Object[]) - Method in class oracle.ide.controller.CommandProcessor
Flush the undo stack of all the specified objects.
flush() - Method in class oracle.ide.feedback.FeedbackManager
INTERNAL USE!
flush() - Method in class oracle.ide.log.QueuedLoggingHandler
 
flush() - Method in class oracle.ide.net.URLChooser
Clears the results of all file system queries that have been cached by the URLChooser, so a single chooser instance can be reused multiple times in a session.
flush() - Method in class oracle.ide.nulls.NullPrintStream
 
flush() - Method in class oracle.ide.nulls.NullPrintWriter
 
flush() - Method in class oracle.ide.persistence.NameSpace
Saves all pending operations to disk, and marks the NameSpace 'clean'.
flush() - Method in class oracle.ide.util.FastStringWriter
Flush the stream.
flush() - Method in class oracle.javatools.parser.java.v2.common.NullPrintWriter
 
flush() - Method in class oracle.javatools.resourcebundle.AppBundleInfo
 
flush() - Method in class oracle.javatools.resourcebundle.AppBundleInfoRT
 
flush() - Static method in class oracle.javatools.resourcebundle.BundleFactory
Clears out any resource bundles cached by the run time resource bundle manager
flush() - Method in class oracle.javatools.resourcebundle.ResourceBundleManagerRT
Clears the cached resource bundles
flush() - Method in class oracle.jdevimpl.audit.bean.BeanPanel
 
flushCache() - Static method in class oracle.ide.net.JarIndex
 
flushCache() - Method in interface oracle.jdeveloper.cmt.CmtPackages
 
flushCache() - Method in interface oracle.jdeveloper.java.CacheSupport
Instructs the data provider to force a cache flush.
flushCache() - Method in class oracle.jdeveloper.java.JavaModel.CacheTracker
 
flushCache() - Method in class oracle.jdeveloper.java.provider.CachedFileProvider
Instructs the data provider to force a cache flush.
flushChanges() - Method in class oracle.javatools.resourcebundle.ChainedBundleFactory
 
flushChanges() - Method in class oracle.javatools.resourcebundle.DefaultChainedBundleFactory
 
flushFoundCache() - Method in class oracle.jdeveloper.java.provider.CachedFileProvider
Instructs the data provider to flush the resolution part of the cache (i.e., the found or not found) part of the cache.
fmlpart(int) - Static method in class oracle.javatools.parser.plsql.symtab.Ptnod
 
FOCUS - Static variable in class oracle.ide.editor.OpenEditorOptions
Use this flag to put the focus in the editor after it has been created.
FOCUS_HIERARCHY_FIRST - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
FOCUS_HIERARCHY_GAINED - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
FOCUS_HIERARCHY_LAST - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
FOCUS_HIERARCHY_LOST - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
FOCUS_SETTER_KEY - Static variable in interface oracle.jdeveloper.template.wizard.WizardPageFocusSetter
The key used to identify the TemplateWizardFocusSetter in a TraversableContext.
FOCUS_TRAVERSAL - Static variable in class oracle.ide.panels.TraversableContext
Constant that indicates that the direction of traversal for the Traversable.onEntry(TraversableContext) and Traversable.onExit(TraversableContext) methods.
FocusableLabel - Class in oracle.ide.controls
This component displays a text centered vertically and horizontally.
By default, it takes focus when clicked but this behavior can be changed by overriding @{link isFocusTraversable}.
FocusableLabel() - Constructor for class oracle.ide.controls.FocusableLabel
Default constructor
FocusableLabel(String) - Constructor for class oracle.ide.controls.FocusableLabel
Creates a FocusableLabel with the specified text
FocusableLabel.AccessibleFocusableLabel - Class in oracle.ide.controls
 
FocusableLabel.AccessibleFocusableLabel() - Constructor for class oracle.ide.controls.FocusableLabel.AccessibleFocusableLabel
 
FocusBorder - Class in oracle.javatools.ui.border
Paint a focus border abround the edge of the component if it has focus, otherwise paint no border.
FocusBorder - Class in oracle.jdevimpl.audit.swing
A normally empty border which provides a visual indication when its component is the focus owner.
FocusBorder() - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusBorder(Component) - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusBorder(int, int) - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusBorder(Insets, Insets) - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusBorder(int, int, Component) - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusBorder(Insets, Insets, Component) - Constructor for class oracle.jdevimpl.audit.swing.FocusBorder
 
focusComponentOrChild(Component) - Static method in class oracle.ide.util.GraphicsUtils
Puts the focus on the first component in the tree of c that can accept the focus.
focusComponentOrChild(Component, boolean) - Static method in class oracle.ide.util.GraphicsUtils
Puts the focus on the first component in the tree of c that can accept the focus.
focusGained(FocusHierarchyEvent) - Method in interface oracle.ide.controls.FocusHierarchyListener
 
focusGained(FocusEvent) - Method in class oracle.ide.controls.KeyNavigationManager
 
focusGained(FocusEvent) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
Deprecated.  
focusGained(FocusEvent) - Method in class oracle.ide.db.controls.AbstractTreePicker
 
focusGained(FocusEvent) - Method in class oracle.ide.db.panels.sql.ExpressionPanel
 
focusGained(FocusEvent) - Method in class oracle.ide.db.panels.sql.WhereEditor
 
focusGained(FocusEvent) - Method in class oracle.ide.db.util.ExpressionEditSupport
 
focusGained(FocusEvent) - Method in class oracle.ide.keyboard.KeyStrokeField
repaint to show the focus rectangle
focusGained(FocusEvent) - Method in class oracle.javatools.compare.view.BaseCompareView.PositionListener
 
focusGained(FocusEvent) - Method in class oracle.javatools.editor.BasicCaret
Called when the component containing the caret gains focus.
focusGained(FocusEvent) - Method in class oracle.javatools.editor.EmacsAction.Tracker
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class oracle.javatools.editor.insight.AbstractInsight
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class oracle.javatools.editor.plugins.DragDropPlugin.DragCaret
Called when the component containing the caret gains focus.
focusGained(FocusEvent) - Method in class oracle.javatools.editor.popup.PopupWindowManager
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class oracle.javatools.ui.ExpansionTip.Adapter
 
focusGained(FocusEvent) - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
focusGained(FocusEvent) - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
focusGained(FocusEvent) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTree
 
focusGained(FocusEvent) - Method in class oracle.jdevimpl.audit.swing.FocusBorder
 
FocusHierarchyDispatcher - Class in oracle.ide.controls
A Class class.
FocusHierarchyEvent - Class in oracle.ide.controls
Represents an focus change.
FocusHierarchyEvent(FocusEvent) - Constructor for class oracle.ide.controls.FocusHierarchyEvent
The event can only be constructed from a FocusEvent
FocusHierarchyListener - Interface in oracle.ide.controls
A Class class.
focusListenerToShowPropertyDescription(Component, PropertyModel, int) - Static method in class oracle.ide.inspector.PropertyHelpTextArea
Creates a FocusListener that displays the description of a property in the help text area at the bottom of the Property Inspector when the given inline editor has focus.
focusLost(FocusHierarchyEvent) - Method in interface oracle.ide.controls.FocusHierarchyListener
 
focusLost(FocusEvent) - Method in class oracle.ide.controls.KeyNavigationManager
 
focusLost(FocusEvent) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
Deprecated.  
focusLost(FocusEvent) - Method in class oracle.ide.db.controls.AbstractTreePicker
 
focusLost(FocusEvent) - Method in class oracle.ide.db.panels.sql.ExpressionPanel
 
focusLost(FocusEvent) - Method in class oracle.ide.db.panels.sql.WhereEditor
 
focusLost(FocusEvent) - Method in class oracle.ide.db.util.ExpressionEditSupport
 
focusLost(FocusEvent) - Method in class oracle.ide.inspector.editor.ExtendedTextFieldEditorBehavior
 
focusLost(FocusEvent) - Method in class oracle.ide.keyboard.KeyStrokeField
Cancels partial inputs when the focus is lost and repaint to hide the focus rectangle
focusLost(FocusEvent) - Method in class oracle.javatools.compare.view.BaseCompareView.PositionListener
 
focusLost(FocusEvent) - Method in class oracle.javatools.editor.EmacsAction.Tracker
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class oracle.javatools.editor.insight.AbstractInsight
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class oracle.javatools.editor.popup.PopupWindowManager
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class oracle.javatools.ui.ExpansionTip.Adapter
 
focusLost(FocusEvent) - Method in class oracle.jdeveloper.audit.bean.PropertyField
 
focusLost(FocusEvent) - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
focusLost(FocusEvent) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTree
 
focusLost(FocusEvent) - Method in class oracle.jdevimpl.audit.swing.FocusBorder
 
focusWasGained - Variable in class oracle.javatools.editor.plugins.DragDropPlugin
Whether the focus was just gained.
Folder - Interface in javax.ide.model
The Folder interface extends Element by adding methods for managing child Elements contained by the Folder.
Folder - Interface in oracle.ide.model
The Folder interface extends Element by adding methods for managing child Elements contained by the Folder.
folder - Variable in class oracle.ide.model.XMLDataNode.DataCastPacket
The Folder view of the data object.
FOLDER - Static variable in class oracle.javatools.icons.OracleIcons
FolderBuilder - Class in oracle.jdeveloper.builder.folder
 
FolderBuilder() - Constructor for class oracle.jdeveloper.builder.folder.FolderBuilder
 
FolderBuilderPanel - Class in oracle.jdeveloper.builder.folder
 
FolderBuilderPanel() - Constructor for class oracle.jdeveloper.builder.folder.FolderBuilderPanel
 
folderFirstComparator - Static variable in class oracle.ide.model.DefaultFilter
Builtin Comparator for ordering container children before non-container children in locale-sensitive collation order.
FOLDERNEW - Static variable in class oracle.javatools.icons.OracleIcons
FolderSourceModel - Class in oracle.jdeveloper.builder.folder
 
FolderSourceModel() - Constructor for class oracle.jdeveloper.builder.folder.FolderSourceModel
 
FoldingBlock - Interface in oracle.javatools.editor.folding
Defines the requirements for an object that can be used to describe a collapsible source code block in the default code folding model.
FoldingFader - Class in oracle.javatools.editor.folding
Class to animate a background color fade for newly expanded and collapsed blocks.
FONT_BOLD - Static variable in class oracle.javatools.editor.highlight.HighlightStyle
Constant for bold font highlight.
FONT_BOLD_ITALIC - Static variable in class oracle.javatools.editor.highlight.HighlightStyle
Constant for bold and italic font highlight.
FONT_FACE_SYMBOL - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents the '@font-face' lexical unit.
FONT_ITALIC - Static variable in class oracle.javatools.editor.highlight.HighlightStyle
Constant for italic font highlight.
FONT_NORMAL - Static variable in class oracle.javatools.editor.highlight.HighlightStyle
Constant for no font highlight.
FONT_PROPERTY - Static variable in class oracle.jdeveloper.webapp.net.DynamicStringImageURLFileSystemHelper
 
FontHelper - Class in oracle.javatools.editor
The FontHelper class is used for caching all style variations of a single font, such as plain or bold, from a single family and font size.
FontHelper(String, int) - Constructor for class oracle.javatools.editor.FontHelper
Construct a new FontHelper using the specified base font family and font size.
Fonts - Class in oracle.javatools.ui
 
FONTSIZE - Static variable in class oracle.javatools.icons.OracleIcons
fontStyle - Variable in class oracle.javatools.editor.highlight.HighlightFragment
The highlight style for the font attribute.
FOR_ENHANCED - Static variable in interface oracle.javatools.parser.java.v2.JavaConstants
An enhanced for loop.
FOR_EXPRESSION - Static variable in interface oracle.javatools.parser.java.v2.JavaConstants
A standard for loop that has initialization expression terms.
FOR_VARIABLE_D - Static variable in interface oracle.javatools.parser.java.v2.JavaConstants
A standard for loop that declares variables.
forcedCopyTo(HashStructureAdapter) - Method in class oracle.javatools.data.HashStructureAdapter
Copies the HashStructure of this adapter to the HashStructure of the specified copy.
forceFinishSymbol(PlsqlSymbol, int, ReadTextBuffer) - Method in class oracle.javatools.parser.plsql.old.symbol.PlsqlSymbolFactory
Attempts to finish a symbol.
forceLogging - Static variable in class oracle.javatools.db.property.Property
Property constant for the "forceLogging" property.
forceOnCreate - Static variable in class oracle.javatools.db.property.Property
Property constant for the "forceOnCreate" property.
forcePrimaryViewToolbar(boolean) - Method in class oracle.ide.controls.Toolbar
Forces this toolbar to either use or not use the primary view toolbar visual style in theme mode.
forceRebuildOnProject(Project) - Method in class oracle.jdeveloper.compiler.JCompiler
 
forceResizeNotification(Component) - Method in class oracle.ide.log.DefaultLogPage
Notifies component listeners of a resize.
forceUpdate - Variable in class oracle.ide.view.AbstractPinnable
 
forceUppercaseSchema() - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
Return true if schema names should be converted to uppercase before being stored in the schema.table list in the namespace.
FOREGROUND_COLOR_PROPERTY - Static variable in class oracle.jdeveloper.webapp.net.DynamicStringImageURLFileSystemHelper
 
foregroundStyle - Variable in class oracle.javatools.editor.highlight.HighlightFragment
The highlight style for the foreground attribute.
ForegroundSwappedIcon - Class in oracle.ide.controls
An imageicon that swaps black for whatever the current foreground color is.
ForegroundSwappedIcon(Icon, Color) - Constructor for class oracle.ide.controls.ForegroundSwappedIcon
 
FOREIGN_KEY - Static variable in class oracle.ide.db.DBIcons
Deprecated.  
FOREIGNKEY - Static variable in class oracle.javatools.icons.OracleIcons
FormalParameterListT - Interface in javax.ide.model.java.source.tree
A formal parameter list.
FormalParameterT - Interface in javax.ide.model.java.source.tree
A formal parameter, also known as just "parameter".
format(String, Object...) - Static method in class oracle.ide.index.res.ExtensionBundle
 
format(String, Object...) - Static method in class oracle.ide.quickdiff.res.Bundle
 
format(String, Object...) - Static method in class oracle.ide.resourcebundle.res.ResourceBundleExtension
 
format(int, Object[]) - Static method in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 
format(int, Object) - Static method in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 
format(int, Object, Object) - Static method in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 
format(int, Object, Object, Object) - Static method in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 
format(LogRecord) - Method in class oracle.javatools.logging.LessSimpleTextFormatter
Format the given log record and return the formatted string.
format(LogRecord) - Method in class oracle.javatools.logging.SimpleTextFormatter
Format the given log record and return the formatted string.
format(String, String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
 
format(String, String, String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
 
format(PatchModel) - Method in class oracle.javatools.patch.PatchFormat
Formats the given PatchModel to Unified-format patch text.
format(Map<String, String>) - Method in class oracle.javatools.resourcebundle.NamedMessageFormat
Formats the given Map of strings based on the initial pattern.
format(Map<String, String>, int) - Method in class oracle.javatools.resourcebundle.NamedMessageFormat
Formats the given Map of strings based on the initial pattern.
format(String, Object...) - Static method in class oracle.javatools.ui.UIBundle
 
format(String, Object[]) - Static method in class oracle.javatools.util.Log
Gets a formatted string from a template string and an array of arguments.
FORMAT - Static variable in class oracle.jdeveloper.audit.service.DefaultProfile
 
format(int, Object[]) - Static method in class oracle.jdeveloper.runner.RunMgrArb
 
format(int, Object) - Static method in class oracle.jdeveloper.runner.RunMgrArb
 
format(int, Object, Object) - Static method in class oracle.jdeveloper.runner.RunMgrArb
 
format(int, Object, Object, Object) - Static method in class oracle.jdeveloper.runner.RunMgrArb
 
format(String) - Method in interface oracle.jdeveloper.style.CodingStyleOptions
Convenience method to format the given string according to these options.
FORMAT_CMD_ID - Static variable in class oracle.ide.ceditor.CodeEditorController
The command id for the format/reformat action.
FORMAT_PREFIX - Static variable in class oracle.jdeveloper.audit.service.DefaultProfile
The prefix of the Audit profile file format identifier, declaring that the file is an Audit profile.
FORMAT_VERSION - Static variable in class oracle.jdeveloper.audit.service.DefaultProfile
The current version of the Audit profile file format.
FormatBundle - Class in oracle.javatools.util
A formatting resource provider that wraps a java.util.ResourceBundle.
FormatBundle(ResourceBundle) - Constructor for class oracle.javatools.util.FormatBundle
Creates the formatting resource bundle from a resource bundle.
FormatBundle(String) - Constructor for class oracle.javatools.util.FormatBundle
Creates a formatting resource bundle.
FormatBundle(Class) - Constructor for class oracle.javatools.util.FormatBundle
Creates a formatting resource bundle for a type.
formatImpl(int, Object[]) - Method in class oracle.ide.util.ArrayResourceBundle
Fetch a formatted String resource from the ArrayResourceBundle.
formatImpl(int, Object) - Method in class oracle.ide.util.ArrayResourceBundle
Fetch a formatted String resource from the ArrayResourceBundle.
formatImpl(int, Object, Object) - Method in class oracle.ide.util.ArrayResourceBundle
Fetch a formatted String resource from the ArrayResourceBundle.
formatImpl(int, Object, Object, Object) - Method in class oracle.ide.util.ArrayResourceBundle
Fetch a formatted String resource from the ArrayResourceBundle.
formatMsg(String, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
Takes the given message and replaces any named tokens in the message with the value from the tokens map.
formatMsgMixed(String, Map<String, Object>, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
/** Takes the given message and replaces any named tokens in the message that are included in the parameters map and replaces them with the value in the parameter map.
formatMsgPlain(String, Map<String, Object>) - Static method in class oracle.javatools.resourcebundle.NamedMessageFormat
Takes the given message and replaces any named tokens in the message that are included in the parameters map and replaces them with the value in the parameter map.
formatNow() - Static method in class oracle.javatools.util.Log
Format the current time.
formatString(String, Object[]) - Method in class oracle.javatools.util.ResourcePicker
Format a pattern using the given arguments.
formattedString(String) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
Gets a localized string for this bean.
formattedString(String, Object) - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
Gets a localized string for this bean.
formatTime(long) - Static method in class oracle.javatools.util.Log
Format a time.
Formatting - Class in oracle.javatools.parser.java.v2.util
Utility class for use in formatting a SourceFile.
Formatting.Selection - Class in oracle.javatools.parser.java.v2.util
 
formatTranslatedTime(long) - Static method in class oracle.javatools.util.Log
Format an already translated time.
FormLayoutFactory - Interface in oracle.ide.inspector.layout
A FormLayoutFactory implementation need only be provided when the PropertyFormLayout is not declared in an extension manifest.
FORMPARAMETER - Static variable in class oracle.javatools.icons.OracleIcons
forNewMessageID(int) - Method in class oracle.ide.model.UpdateMessage
Makes a copy of this UpdateMessage and, in the copy, replaces the message ID with the specified newMessageID.
forNewOrigin(Object) - Method in class oracle.ide.model.UpdateMessage
Makes a copy of this UpdateMessage and, in the copy, replaces the origin with newOrigin.
ForStatementT - Interface in javax.ide.model.java.source.tree
A for statement.
ForStatementT.ForKind - Class in javax.ide.model.java.source.tree
In this version, this class is 1.4 compatible.
forTarget(JComponent) - Static method in class oracle.javatools.ui.balloon.BalloonManager
Gets a BalloonManager for the specified target component.
FORUM - Static variable in class oracle.javatools.icons.OracleIcons
FORWARD - Static variable in class oracle.javatools.icons.OracleIcons
FORWARD_CMD - Static variable in class oracle.ide.IdeConstants
Navigate Forward command.
FORWARD_CMD_ID - Static variable in class oracle.ide.IdeConstants
Navigate Forward
FORWARD_TRAVERSAL - Static variable in class oracle.ide.panels.TraversableContext
Constant that indicates that the direction of traversal for the Traversable.onEntry(TraversableContext) and Traversable.onExit(TraversableContext) methods.
FORWARDDIRECTION - Static variable in class oracle.javatools.icons.OracleIcons
ForwardingTextBufferListener - Class in oracle.javatools.buffer
A support class to forward text buffer events for a decorating text buffer.
ForwardingTextBufferListener(TextBuffer) - Constructor for class oracle.javatools.buffer.ForwardingTextBufferListener
 
forwardKeyEvent(KeyEvent) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellEditor
 
foundBundle(ResourceBundleWrapper) - Method in interface oracle.ide.resourcebundle.ResourceBundleCallback
Called when the bundle is found, may be passed null if no bundle is found
FOUR_GIG - Static variable in interface oracle.javatools.db.Database
Constant: size for four gigabytes
freeArrayList(ArrayList) - Static method in class oracle.javatools.parser.util.ArrayListHeap
Utility routine to free an ArrayList instance back to the heap to allow it to be reused.
freelistGroups - Static variable in class oracle.javatools.db.property.Property
Property constant for the "freelistGroups" property.
freelists - Static variable in class oracle.javatools.db.property.Property
Property constant for the "freelists" property.
freepools - Static variable in class oracle.javatools.db.property.Property
Property constant for the "freepools" property.
freeScratchList(List<LineGutterPlugin.Column.Mark>) - Static method in class oracle.javatools.editor.gutter.LineGutterPlugin
Utility routine to free the shared scratch list.
freeze() - Method in class oracle.ide.controls.KeyboardRedirector
 
FREEZE_CMD_ID - Static variable in class oracle.ide.IdeConstants
 
freezeKeyboard(boolean) - Static method in class oracle.ide.controls.ToggleAction
 
freshInstall() - Static method in class oracle.ide.config.SplashScreenOptions
 
frogcond - Variable in class oracle.javatools.parser.plsql.symtab.SqlFrodef
 
frogexpr - Variable in class oracle.javatools.parser.plsql.symtab.SqlFrodef
Group Outer Join : grouping expressions on the grouped table and the group outer join.
FROM - Static variable in interface oracle.javatools.db.sql.SQLFragment
 
FROM_DIRECT_DOM_REF - Static variable in class oracle.javatools.icons.OracleIcons
FROM_INDIRECT_DOM_REF - Static variable in class oracle.javatools.icons.OracleIcons
FROM_OUTCOME - Static variable in class oracle.javatools.icons.OracleIcons
FROM_REF - Static variable in class oracle.javatools.icons.OracleIcons
fromContainer(JComponent) - Static method in class oracle.ide.inspector.find.ContainerSearch
Return the ContainerSearch object that was previously attached to the specified container.
FromFromPicker - Class in oracle.ide.db.panels.sql
Specific picker for the quick-pick panel that handles expanding relations when they're shuttled and tooltipping relations and fks.
FromFromPicker() - Constructor for class oracle.ide.db.panels.sql.FromFromPicker
 
FromJoinToPicker - Class in oracle.ide.db.panels.sql
Tree picker for the RHS of the FromPanel shuttle that allows the user to edit FromObjects, including JOINs.
FromJoinToPicker() - Constructor for class oracle.ide.db.panels.sql.FromJoinToPicker
 
fromObject - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fromObject" property.
FromObject - Class in oracle.javatools.db.sql
Object that represents a clause in the FROM statement of a SQL query.
FromObject() - Constructor for class oracle.javatools.db.sql.FromObject
Create an empty FROM object.
FromObject(SQLFragment, String) - Constructor for class oracle.javatools.db.sql.FromObject
Create a FROM object with the given expression and alias.
fromObjectID - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fromObjectID" property.
fromObjects - Static variable in class oracle.javatools.db.property.Property
Property constant for the "fromObjects" property.
FromObjectsPanel - Class in oracle.ide.db.panels.sql
 
FromObjectsPanel() - Constructor for class oracle.ide.db.panels.sql.FromObjectsPanel
 
FromObjectUsage - Interface in oracle.javatools.db.sql
Interface implemented by any object that directly depends on a FromObject (e.g.
fromStr(String) - Static method in class oracle.ide.util.PatternFilter
Inverse operation of toString().
fromString(String) - Static method in class oracle.ide.keyboard.KeyStroke2String
 
fromString(String) - Static method in class oracle.javatools.marshal.Character2String
 
fromString(String) - Static method in class oracle.javatools.marshal.Class2String
 
fromString(String, Class) - Static method in class oracle.javatools.marshal.ToStringManager
Converts the given String into the specified target class type, returning an instance that has been properly initialized according to the contents of the String.
fromString(String) - Static method in class oracle.jdevimpl.audit.core.Converters.CategoryConverter
 
fromString(String) - Static method in class oracle.jdevimpl.audit.core.Converters.LocalizerConverter
 
fromString(String) - Static method in class oracle.jdevimpl.audit.core.Converters.PatternConverter
 
FSM - Class in oracle.ide.wizard
FSM is a complete implementation of a finite state machine (a.k.a.
FSMBuilder - Class in oracle.ide.wizard
This class provides the standard way of creating an FSM instance.
FSMBuilder() - Constructor for class oracle.ide.wizard.FSMBuilder
Initializes the FSMBuilder.
FSMBuilder(Step[]) - Constructor for class oracle.ide.wizard.FSMBuilder
Creates an FSMBuilder that is initialized to contain the specified Steps.
FSMException - Exception in oracle.ide.wizard
Base exception class for all FSM-related exceptions.
FSMException() - Constructor for exception oracle.ide.wizard.FSMException
 
FSMException(Throwable) - Constructor for exception oracle.ide.wizard.FSMException
 
FSMException(String) - Constructor for exception oracle.ide.wizard.FSMException
 
FSMException(String, Throwable) - Constructor for exception oracle.ide.wizard.FSMException
 
FSMInvalidException - Exception in oracle.ide.wizard
This exception is thrown when the definition of an FSM is determined to be invalid.
FSMInvalidException() - Constructor for exception oracle.ide.wizard.FSMInvalidException
 
FSMInvalidException(Throwable) - Constructor for exception oracle.ide.wizard.FSMInvalidException
 
FSMInvalidException(String) - Constructor for exception oracle.ide.wizard.FSMInvalidException
 
FSMInvalidException(String, Throwable) - Constructor for exception oracle.ide.wizard.FSMInvalidException
 
FSMTransitionException - Exception in oracle.ide.wizard
This exception is thrown when an FSM is asked to follow a transition which does not lead to a defined state.
FSMTransitionException() - Constructor for exception oracle.ide.wizard.FSMTransitionException
 
FSMTransitionException(Throwable) - Constructor for exception oracle.ide.wizard.FSMTransitionException
 
FSMTransitionException(String) - Constructor for exception oracle.ide.wizard.FSMTransitionException
 
FSMTransitionException(String, Throwable) - Constructor for exception oracle.ide.wizard.FSMTransitionException
 
FSMWizard - Class in oracle.ide.wizard
This class implements an FSM-driven sequence of pages hosted within a Bali Wizard.
FSMWizard(Step[], Namespace) - Constructor for class oracle.ide.wizard.FSMWizard
Creates a straight-through FSMWizard using the specified sequence of Steps.
FSMWizard(FSM, Namespace) - Constructor for class oracle.ide.wizard.FSMWizard
Creates an instance of FSMWizard using the specified FSM to drive the sequence of panels and the specified Namespace as the backing storage for the TraversableContext that is passed to the panels in their onEntry(...) and onExit(...) methods.
FSMWizardListener - Class in oracle.ide.wizard
 
FSMWizardListener() - Constructor for class oracle.ide.wizard.FSMWizardListener
 
FULL - Static variable in class oracle.javatools.db.sql.JoinObject
Outer join type: FULL Usage: table_reference [NATURAL] FULL [OUTER] JOIN table_reference [ON|USING...]
FULL_OUTER_JOIN - Static variable in class oracle.javatools.parser.plsql.symtab.SqlAjndef
 
FUNCTION - Static variable in class oracle.ide.db.DBIcons
Deprecated.  
Function - Class in oracle.javatools.db
Model of a pl/sql function.
Function() - Constructor for class oracle.javatools.db.Function
 
Function(String, Schema) - Constructor for class oracle.javatools.db.Function
 
function - Static variable in class oracle.javatools.db.property.Property
Property constant for the "function" property.
Function - Class in oracle.javatools.db.sql
Subclass of Operation for functions.
Function() - Constructor for class oracle.javatools.db.sql.Function
Creates a new, empty, Function.
Function(String, SQLFragment[]) - Constructor for class oracle.javatools.db.sql.Function
Creates a the given function with arguments.
Function(String, SQLFragment[], String) - Constructor for class oracle.javatools.db.sql.Function
Creates a the given function with arguments and separator.
Function(String, SQLFragment[], boolean) - Constructor for class oracle.javatools.db.sql.Function
Creates a the given function with arguments, and boolean to mark whether the function is a grouping function or not.
Function(String, SQLFragment[], String, boolean) - Constructor for class oracle.javatools.db.sql.Function
Creates a the given function with arguments, and boolean to mark whether the function is a grouping function or not.
FUNCTION - Static variable in class oracle.javatools.icons.OracleIcons
FUNCTION - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents a 'ident(' lexical unit.
FunctionComboBox - Class in oracle.ide.db.panels.sql
Subclass of combo box whose tooltip is set to the description of the function definition selected in the list.
FunctionComboBox() - Constructor for class oracle.ide.db.panels.sql.FunctionComboBox
 
FunctionDefinition - Class in oracle.javatools.db.sql
Class used for defining built in functinos for the database.
FunctionDefinition(String, int, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, String, boolean) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, int, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, int, String, boolean) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, String, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, String, boolean, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, int, String, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FunctionDefinition(String, int, int, String, boolean, String) - Constructor for class oracle.javatools.db.sql.FunctionDefinition
 
FUNCTIONS_CAT - Static variable in class oracle.ide.db.panels.sql.SelectObjectsPanel
 
FunctionSymbol - Class in oracle.javatools.parser.plsql.old.symbol
 
FunctionUsage - Class in oracle.javatools.db.sql
 
FunctionUsage() - Constructor for class oracle.javatools.db.sql.FunctionUsage
 

Skip navigation links

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

E13403-06

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.