Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01
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 _ 

I

I18NCharVisitor - Class in javax.ide.extension
An element visitor that processes xml elements of type i18n_char.
I18NCharVisitor() - Constructor for class javax.ide.extension.I18NCharVisitor
 
I18NStringVisitor - Class in javax.ide.extension
An element visitor that processes xml elements of type i18n_string.
I18NStringVisitor() - Constructor for class javax.ide.extension.I18NStringVisitor
 
icon(ElementContext, IconDescription) - Method in class javax.ide.extension.IconVisitor
Called when an icon is encountered.
icon() - Method in class oracle.ide.dialogs.URLChooserShortcut
Returns the icon for this shorcut.
icon() - Method in class oracle.ide.docking.DrawerWindowConfig
 
icon(Icon) - Method in class oracle.ide.docking.DrawerWindowConfig
 
icon() - Method in class oracle.ide.palette2.AbstractPaletteObjectBuilder
 
icon(Icon) - Method in class oracle.ide.palette2.AbstractPaletteObjectBuilder
 
icon - Variable in class oracle.ide.palette2.DefaultPalettePage.PageRecord
 
icon() - Method in interface oracle.ide.palette2.layouts.PaletteLayoutDescriptor
Get the icon for the described layout.
icon - Variable in class oracle.javatools.ui.breadcrumbs.PopupItem
 
icon(Class) - Method in class oracle.jdeveloper.audit.model.ModelType
Gets the icon for a presentation type of this model type.
icon(Class) - Method in class oracle.jdevimpl.audit.model.DirectoryModelType
 
icon(Class) - Method in class oracle.jdevimpl.audit.model.ProjectModelType
 
icon(Class) - Method in class oracle.jdevimpl.audit.model.RootModelType
 
icon(Class) - Method in class oracle.jdevimpl.audit.model.UnauditableFileModelType
 
icon(Class) - Method in class oracle.jdevimpl.audit.model.WorkspaceModelType
 
ICON_BUTTON - Static variable in class oracle.javatools.ui.ghost.UIConstants
A string to indicate that a button with this client property set will be converted to a specific look when ghostified by ComponentConverter.
ICON_ID_ADD - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_ADD_ALL - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_CHECK_IN - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_CHECK_IN_ALL - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_COMPARE_PREVIOUS - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_MERGE - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_PENDING_CHANGES - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_SYNCHRONIZE - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_SYNCHRONIZE_ALL - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_ID_UNDO_CHECKOUT - Static variable in class oracle.jdeveloper.vcs.generic.VCSProfile
 
ICON_LAYOUT - Static variable in class oracle.ide.palette2.PaletteGroup
 
ICON_LAYOUT_WITH_BOTTOM_LABELS - Static variable in class oracle.ide.palette2.PaletteGroup
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_de
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_en
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_es
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_fr
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_it
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_ja
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_ko
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_pt_BR
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_zh_CN
 
ICON_PREFERENCES - Static variable in class oracle.ide.ceditor.CEditorArb_zh_TW
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_de
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_en
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_es
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_fr
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_it
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_ja
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_ko
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_pt_BR
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_zh_CN
 
ICON_TOGGLE_LINE_NUMBERS - Static variable in class oracle.ide.ceditor.CEditorArb_zh_TW
 
IconDescription - Class in javax.ide.util
The description of an icon.
iconFor(T, String, boolean) - Method in interface oracle.ide.model.IconProvider
Get the icon for the given object and the given key.
ICONIC_BUTTON_HGAP - Static variable in class oracle.javatools.ui.LayoutConstants
The gap in pixels between iconic buttons placed horizontally in a row.
IconicButtonUI - Class in oracle.javatools.ui.plaf
A UI delegate that configures the appearance of a button that has only an icon.
IconicButtonUI() - Constructor for class oracle.javatools.ui.plaf.IconicButtonUI
 
IconOverlay - Class in oracle.ide.explorer
Class holding element overlay information for an overlay cache.
IconOverlay(Displayable) - Constructor for class oracle.ide.explorer.IconOverlay
Constructor.
IconOverlay(Icon) - Constructor for class oracle.ide.explorer.IconOverlay
Constructor.
IconOverlay(Icon, String, String) - Constructor for class oracle.ide.explorer.IconOverlay
Constructor.
IconOverlayCache - Class in oracle.ide.explorer
The IconOverlayCache class is responsible for an element overlay cache associated with many IconOverlayConsumers.
IconOverlayCache() - Constructor for class oracle.ide.explorer.IconOverlayCache
 
IconOverlayConsumer - Interface in oracle.ide.explorer
The IconOverlayConsumer interface defines the API for consumers of an IconOverlayCache.
IconOverlayCoordinator - Class in oracle.ide.explorer
 
IconOverlayHook - Class in oracle.ide.explorer
 
IconOverlayHook() - Constructor for class oracle.ide.explorer.IconOverlayHook
 
IconOverlayRegistry - Class in oracle.ide.explorer
Registry for IconOverlayCoordinator instances that are responsible for deferred creation of IconOverlayTracker objects.
IconOverlayTracker - Class in oracle.ide.explorer
Utility class for node overlay clients, tracking node visibility for an overlay cache.
IconOverlayTracker() - Constructor for class oracle.ide.explorer.IconOverlayTracker
 
IconOverlayTracker(String, IconOverlayCache) - Constructor for class oracle.ide.explorer.IconOverlayTracker
Deprecated.
replaced by declarative registration through icon-overlay-hook (derivative classes must implement a default constructor).
IconOverlayTracker(String, IconOverlayCache, int) - Constructor for class oracle.ide.explorer.IconOverlayTracker
Deprecated.
replaced by declarative registration through icon-overlay-hook (derivative classes must implement a default constructor).
IconOverlayTreeCellRenderer - Class in oracle.ide.explorer
The IconOverlayTreeCellRenderer class is a cell renderer decorator responsible for rendering IconOverlayConsumer node values.
IconOverlayTreeCellRenderer(IconOverlayConsumer, DefaultTreeCellRenderer) - Constructor for class oracle.ide.explorer.IconOverlayTreeCellRenderer
 
iconOverride - Variable in class oracle.ide.runner.RunProcess
The icon to use instead of the normal icon.
IconProvider<T> - Interface in oracle.ide.model
The IconProvider interface defines the contract for an object that can provide an icon for a given object.
IconProvider.Key - Enum in oracle.ide.model
The IconProvider.Key enumerated type is for convenience when working with common icon provider keys.
ICONS - Static variable in class oracle.javatools.icons.OracleIcons
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_AND_LABELS_BELOW_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_AND_LABELS_BELOW_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_AND_LABELS_SIDE_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_AND_LABELS_SIDE_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_ONLY_LAYOUT_DESC - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_de
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_es
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_fr
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_it
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ja
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_ko
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_pt_BR
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_CN
 
ICONS_ONLY_LAYOUT_NAME - Static variable in class oracle.ide.palette2.res.Bundle_zh_TW
 
IconScaler - Class in oracle.javatools.icons
A library to resize icons to an arbitray size.
IconScaler() - Constructor for class oracle.javatools.icons.IconScaler
 
iconUrl(String) - Method in class oracle.ide.palette2.AbstractPaletteObjectBuilder
 
iconUrl() - Method in class oracle.ide.palette2.AbstractPaletteObjectBuilder
 
IconVisitor - Class in javax.ide.extension
Use IconVisitor for processing an XML element in the manifest that provides an icon.
IconVisitor() - Constructor for class javax.ide.extension.IconVisitor
 
IconWithSmallOverlay - Class in oracle.ide.db.util
 
IconWithSmallOverlay(Icon, Icon) - Constructor for class oracle.ide.db.util.IconWithSmallOverlay
Creates an icon based on one icon, with another icon adjusted in size (to 12x12 pixels) and position (x/y offsets both 4 pixels) painted over the top.
IconWithSmallOverlay(Icon, Icon, int, int, int, int) - Constructor for class oracle.ide.db.util.IconWithSmallOverlay
Creates an icon based on one icon, with another icon adjusted in size and position painted over the top.
ID - Class in javax.ide.util
Class used to identify objects.
ID(String, String) - Constructor for class javax.ide.util.ID
Constructor.
ID(String) - Constructor for class javax.ide.util.ID
Construct an ID with the specified name.
id - Variable in class oracle.ide.dependency.IdDeclaration
 
ID - Static variable in interface oracle.ide.inspector.layout.Element
 
id - Variable in class oracle.ide.layout.ViewId
 
id() - Method in interface oracle.ide.palette2.layouts.PaletteLayoutDescriptor
Get the unique identifier for the described layout.
ID - Static variable in class oracle.javatools.db.property.Property
Property constant for the "ID" property.
ID - Static variable in class oracle.javatools.db.property.PropertyInfo
 
ID - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
 
id() - Method in class oracle.jdeveloper.audit.extension.ExtensionBean
Gets the unique identifier of this bean.
id2Action(int[]) - Method in class oracle.jdeveloper.rescat2.dockable.AbstractBaseTreeView
 
ID_ATTR - Static variable in class oracle.ide.marshal.xml.Object2Dom
 
ID_CREATEEDITORPANE - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_CREATERUNPROC - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_DOCKABLE_HIDDEN - Static variable in class oracle.ide.docking.DockableEvent
Event ID.
ID_DOCKABLE_SHOWN - Static variable in class oracle.ide.docking.DockableEvent
Event ID.
ID_DOCONNECT - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_DROPRUNPROC - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_INITCONMGR - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_INITIALIZEEDITOR - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_LOADCONNCHILDREN - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_MISCMEVENT - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
ID_NAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
ID_OPENCONNNODE - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_PROPERTY - Variable in class oracle.jdeveloper.library.LibraryReference
 
ID_REGISTERCMOBJECTS - Static variable in class oracle.jdeveloper.ProfileIDs
Deprecated.
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
ID_UNNAVIGABLE_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IDByNameComparator - Class in oracle.javatools.db.diff
Comparator that compares IDs by the name stored on them (if a BaseObjectID) or failing that using the name of the object they resolve to.
IDByNameComparator() - Constructor for class oracle.javatools.db.diff.IDByNameComparator
 
IDByNameDiffer - Class in oracle.javatools.db.diff
Differ that diffs IDs by the name stored on them (if a BaseObjectID) or failing that using the name of the object they resolve to.
IDByNameDiffer() - Constructor for class oracle.javatools.db.diff.IDByNameDiffer
 
IdDeclaration - Class in oracle.ide.dependency
A declaration that is identified by a unique ID.
IdDeclaration(String) - Constructor for class oracle.ide.dependency.IdDeclaration
 
IdDeclarationProvider - Interface in oracle.ide.dependency
Provides declarations identified by a unique ID.
IdDeclarationRenameCriteria - Class in oracle.jdeveloper.refactoring.dependency
Refactoring criteria to rename a declaration.
IdDeclarationRenameCriteria(Context, String, Map<IdDeclaration, String>) - Constructor for class oracle.jdeveloper.refactoring.dependency.IdDeclarationRenameCriteria
 
IDE - Class in javax.ide
This is the object that centralizes general IDE environment information and services.
IDE() - Constructor for class javax.ide.IDE
 
Ide - Class in oracle.ide
This class is responsible for coordinating startup of the IDE.
IDE_ADDINS_LOADED - Static variable in class oracle.ide.IdeEvent
Deprecated.
This event is no longer fired. There is no replacment.
IDE_CLASS_NAME - Static variable in class javax.ide.property.PropertyPageRegistry
Constant identifying the IDE class name.
IDE_COMMAND_CLASSES - Static variable in class oracle.ide.IdeConstants
 
IDE_CONTAINER_DOCKABLE - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
IDE_CONTAINER_EDITOR - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
IDE_CONTAINER_UNKNOWN - Static variable in class oracle.ide.controls.FocusHierarchyEvent
 
IDE_CUSTOMIZATION_XMLNS - Static variable in interface oracle.ide.extension.ExtensionConstants
The namespace for all ide customization hooks from 11.0 onwards.
IDE_DISPLAY_PROTOCOL - Static variable in class oracle.ide.net.ProtocolConstants
Protocol used to identify Nodes whose URL is for display purposes only and does not represent an actual physical resource.
IDE_ENTERING_ACCEL_PANEL - Static variable in class oracle.ide.IdeEvent
Fired when the user enters the accelerator panel.
IDE_ENVIRONMENT - Static variable in class javax.ide.IDEConstants
Identifies the IDE environment object.
IDE_EXTENSION_XMLNS - Static variable in interface oracle.ide.extension.ExtensionConstants
The namespace for all ide extension hooks from 11.0 onwards.
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_de
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_es
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_fr
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_it
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_ja
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_ko
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_pt_BR
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_zh_CN
 
IDE_FEATURE_CATEGORY_DESCRIPTION - Static variable in class oracle.ide.resource.ExtensionBundle_zh_TW
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_de
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_es
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_fr
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_it
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_ja
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_ko
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_pt_BR
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_zh_CN
 
IDE_FEATURE_CATEGORY_NAME - Static variable in class oracle.ide.resource.ExtensionBundle_zh_TW
 
IDE_ID - Static variable in class oracle.ide.IdeConstants
Identifier used to uniquely identify IDE specific data that can be customized by the user.
IDE_MAINWINDOW_CLOSING - Static variable in class oracle.ide.IdeEvent
 
IDE_MAINWINDOW_OPENED - Static variable in class oracle.ide.IdeEvent
 
IDE_PROPERTIES_FILE - Static variable in class oracle.ide.IdeConstants
 
IDE_PROTOCOL_HEADER - Static variable in class oracle.ide.net.ProtocolConstants
Protocol header used by all ide protocols.
IDE_SETTINGS - Static variable in class oracle.ide.config.IdeSettingsMigrator
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_de
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_en
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_es
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_fr
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_it
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_ja
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_ko
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
IDE_SETTINGS - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
IDE_SETTINGS_CMD - Static variable in class oracle.ide.IdeConstants
Open IDE preferences dialog command.
IDE_SETTINGS_CMD_ID - Static variable in class oracle.ide.IdeConstants
Open IDE preferences dialog command id.
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_de
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_en
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_es
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_fr
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_it
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_ja
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_ko
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
IDE_SETTINGS_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_de
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_en
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_es
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_fr
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_it
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_ja
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_ko
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
IDE_SETTINGS_MIGRATION - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_de
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_en
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_es
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_fr
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_it
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ja
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ko
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
IDE_SETTINGS_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_de
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_en
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_es
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_fr
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_it
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_ja
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_ko
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_pt_BR
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_zh_CN
Identifies keys to access localizable object
IDE_SETTINGS_TITLE - Static variable in class oracle.ide.resource.EnvironOptionsArb_zh_TW
Identifies keys to access localizable object
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_de
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_en
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_es
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_fr
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_it
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_ja
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_ko
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IDE_SYSTEM_MIGRATION - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IDE_TEXT_PROTOCOL - Static variable in class oracle.ide.net.ProtocolConstants
Protocol used to identify Nodes that when opened by the user using a URL chooser dialog should be represented by a TextNode.
IDEAction - Class in javax.ide.menu
IDEAction encapsulates the meta-data describing an executable action.
IDEAction(String) - Constructor for class javax.ide.menu.IDEAction
Constructor.
IdeAction - Class in oracle.ide.controller
An IdeAction is used when adding a menu and/or toobar button.
IdeAction() - Constructor for class oracle.ide.controller.IdeAction
Deprecated.
Do not use. This constructor just throws an exception.
IdeAction.ControllerIterator - Class in oracle.ide.controller
 
IdeActions - Class in oracle.ide.controller
Factory class for getting or creating IdeAction instances that are defined by the IDE framework.
IdeActions() - Constructor for class oracle.ide.controller.IdeActions
 
IdeActivationEvent - Class in oracle.ide
Event object representing activation or deactivation of the IDE.
IdeActivationEvent() - Constructor for class oracle.ide.IdeActivationEvent
Creates a new IdeActivationEvent.
IdeActivationListener - Interface in oracle.ide
A listener for IDE activation and deactivation events.
IdeAdapter - Class in oracle.ide
The default implementation of IdeListener
IdeAdapter() - Constructor for class oracle.ide.IdeAdapter
 
IdeArb - Class in oracle.ide.resource
 
IdeArb() - Constructor for class oracle.ide.resource.IdeArb
 
IdeArb_de - Class in oracle.ide.resource
 
IdeArb_de() - Constructor for class oracle.ide.resource.IdeArb_de
 
IdeArb_en - Class in oracle.ide.resource
 
IdeArb_en() - Constructor for class oracle.ide.resource.IdeArb_en
 
IdeArb_es - Class in oracle.ide.resource
 
IdeArb_es() - Constructor for class oracle.ide.resource.IdeArb_es
 
IdeArb_fr - Class in oracle.ide.resource
 
IdeArb_fr() - Constructor for class oracle.ide.resource.IdeArb_fr
 
IdeArb_it - Class in oracle.ide.resource
 
IdeArb_it() - Constructor for class oracle.ide.resource.IdeArb_it
 
IdeArb_ja - Class in oracle.ide.resource
 
IdeArb_ja() - Constructor for class oracle.ide.resource.IdeArb_ja
 
IdeArb_ko - Class in oracle.ide.resource
 
IdeArb_ko() - Constructor for class oracle.ide.resource.IdeArb_ko
 
IdeArb_pt_BR - Class in oracle.ide.resource
 
IdeArb_pt_BR() - Constructor for class oracle.ide.resource.IdeArb_pt_BR
 
IdeArb_zh_CN - Class in oracle.ide.resource
 
IdeArb_zh_CN() - Constructor for class oracle.ide.resource.IdeArb_zh_CN
 
IdeArb_zh_TW - Class in oracle.ide.resource
 
IdeArb_zh_TW() - Constructor for class oracle.ide.resource.IdeArb_zh_TW
 
IdeArgs - Class in oracle.ide
This class represents the command-line arguments used to launch the IDE.
IdeArgs() - Constructor for class oracle.ide.IdeArgs
 
IdeArgs(String[]) - Constructor for class oracle.ide.IdeArgs
 
IdeArgs.Arguments - Enum in oracle.ide
 
IdeClipboard - Class in oracle.ide
Provides means to install and access IDE clipboard.
IDEConstants - Class in javax.ide
IDE constants.
IdeConstants - Class in oracle.ide
Class defining IDE constants such as command IDs.
IdeCore - Class in oracle.ide
Core IDE functionality.
IdeCore(IdeArgs) - Constructor for class oracle.ide.IdeCore
 
IDEDialogs - Interface in javax.ide.view
The IDEDialogs provides the interface through which extension writers can invoke standard IDE dialogs, such as: information, warning, error, file and directory selection dialogs.
IdeDisplayURLFileSystemHelper - Class in oracle.ide.net
 
IdeDisplayURLFileSystemHelper() - Constructor for class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
IdeEnv - Interface in oracle.ojc.interfaces
The IdeEnv interface supplies an abstract layer for authorizing compile phases such as parsing, checking and writing.
IDEEvent - Class in javax.ide
The IDEEvent is the parameter passed to the IDEListener methods when the active state of the IDE application has changed.
IDEEvent(IDE) - Constructor for class javax.ide.IDEEvent
Constructor.
IdeEvent - Class in oracle.ide
An event representing a step in the IDE startup and shutdown
IdeHook - Class in oracle.ide
Deprecated.
since 11.0. Use ExtensionHook instead.
IdeHook() - Constructor for class oracle.ide.IdeHook
Deprecated.
 
IdeIcons - Class in oracle.ide.resource
This class exists only for backward compatibility.
IdeIcons() - Constructor for class oracle.ide.resource.IdeIcons
 
IdeInputMapUIResource - Class in oracle.ide.keyboard
 
IdeLayout - Class in oracle.ide.layout
IdeLayout class.
IdeLayout(URL, String, Icon) - Constructor for class oracle.ide.layout.IdeLayout
 
IdeLayout(URL, String, ArrayResourceBundle, int) - Constructor for class oracle.ide.layout.IdeLayout
 
IdeLayout(URL, String, String, ArrayResourceBundle, int) - Constructor for class oracle.ide.layout.IdeLayout
 
IdeLayout() - Constructor for class oracle.ide.layout.IdeLayout
 
IdeLifecycleManager - Class in oracle.jdeveloper.server.lifecycle.ide
 
IdeLifecycleManager() - Constructor for class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
 
IDEListener - Interface in javax.ide
Extension writers request notification of IDE events by implementing this interface and registering their IDE listener with the extension deployment descriptor.
IdeListener - Interface in oracle.ide
Deprecated without replacement.
IdeMainWindow - Class in oracle.ide
This class implements the main application window.
IdeMainWindow() - Constructor for class oracle.ide.IdeMainWindow
 
IdeMainWindow.ControllerContext - Interface in oracle.ide
Internal only.
IdeMethodInvoker<T> - Class in oracle.javatools.util.reflect
To be used by classes wishing to invoke Ide-related methods, ignoring package protection.
IdeMethodInvoker(T) - Constructor for class oracle.javatools.util.reflect.IdeMethodInvoker
 
IdeMultiObjectModel - Class in oracle.ide.inspector
The IdeMultiObjectModel is a PropertyModel implementation capable of handling undoable property sets on one or more objects.
IdeMultiObjectModel() - Constructor for class oracle.ide.inspector.IdeMultiObjectModel
Constructor.
Identifiable - Interface in javax.ide
Identifiable objects are IDE components that can be identified by a unique string identifier.
identifier - Static variable in class oracle.javatools.db.property.Property
Property constant for the "identifier" property.
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_ar
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_cs
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_da
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_de
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_el
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_es
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_fi
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_fr
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_fr_CA
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_hu
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_it
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_iw
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_ja
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_ko
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_nl
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_no
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_pl
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_pt
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_pt_BR
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_ro
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_ru
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_sk
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_sv
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_th
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_tr
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_zh_CN
 
IDENTIFIER - Static variable in class oracle.javatools.parser.css.CSSBundle_zh_TW
 
IDENTIFIER - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents the identifier lexical unit.
IDENTIFIER_ARRAY_SIZE - Static variable in class oracle.ide.index.keyword.KeywordIndexer
Size of our pre-calculated identifier arrays.
IDENTIFIER_PART - Static variable in class oracle.ide.index.keyword.KeywordIndexer
Flags indicating whether the char value (array index) is an identifier part or not.
IDENTIFIER_START - Static variable in class oracle.ide.index.keyword.KeywordIndexer
Flags indicating whether the char value (array index) is an identifier start or not.
IDENTIFIER_START - Static variable in class oracle.javatools.parser.css.TokenizerUtil
The set of the valid identifier start characters.
IdentifierBasedID - Class in oracle.javatools.db
The representation of an Object ID for an object in a provider that can be uniquely identified by an identifier (other than name).
IdentifierBasedID() - Constructor for class oracle.javatools.db.IdentifierBasedID
 
IdentifierBasedID(String, Object) - Constructor for class oracle.javatools.db.IdentifierBasedID
 
IdentifierBasedID(String, Object, AbstractDBObjectProvider) - Constructor for class oracle.javatools.db.IdentifierBasedID
 
IdentifierBasedID(DBObject, Object, AbstractDBObjectProvider) - Constructor for class oracle.javatools.db.IdentifierBasedID
 
IdentifierExpressionT - Interface in javax.ide.model.java.source.tree
An expression representing an unqualified name.
identifierStyle - Variable in class oracle.javatools.editor.language.BuiltInStyles
The base identifier style.
IdentityColumnProperties - Class in oracle.javatools.db
Properties of an Identity Column defining how the values of that column are generated.
IdentityColumnProperties() - Constructor for class oracle.javatools.db.IdentityColumnProperties
 
IdentityColumnProperties.GeneratedType - Enum in oracle.javatools.db
Defines the condition for when a new value is generated for the column on insert.
identityProperties - Static variable in class oracle.javatools.db.property.Property
Property constant for the "identityProperties" property.
IdentitySet<T> - Class in oracle.javatools.db.util
Set for storing objects and testing their equality only using an identity match - i.e.
IdentitySet() - Constructor for class oracle.javatools.db.util.IdentitySet
 
IdeProfile - Class in oracle.ide.util
Deprecated.
since 11.1.1. This class provided integration with the obsolete OJVM-based profiler.
IdeProfile() - Constructor for class oracle.ide.util.IdeProfile
Deprecated.
 
IdeProperties - Class in oracle.ide.layout
The IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example.
IdeProperties() - Constructor for class oracle.ide.layout.IdeProperties
Constructor
IdePropertyConstants - Class in oracle.ide
This class holds constants for the names of properties stored in the ide.properties file.
IdePropertyModel - Class in oracle.ide.inspector
The IdePropertyModel class extends MultiObjectModel to add additional methods required to make the model more IDE friendly with respect to responding to and sending observer updates.
IdePropertyModel() - Constructor for class oracle.ide.inspector.IdePropertyModel
 
IdePropertyModelFactory - Class in oracle.ide.inspector
 
IdePropertyModelFactory() - Constructor for class oracle.ide.inspector.IdePropertyModelFactory
 
IdeRunner - Class in oracle.ide
The interface for the implementation of a command to be executed in a running IDE.
IdeRunner() - Constructor for class oracle.ide.IdeRunner
 
IdeRunStatus - Class in oracle.ide
This class encapsulates the persistence of initialization of extensions and the copying of extension data between runs or executions of any particular version of the ide.
IdeSettings - Class in oracle.ide.config
IdeSettings provides access to the preferences framework.
IdeSettings() - Constructor for class oracle.ide.config.IdeSettings
Extension writers should not create instances of IdeSettings.
IdeSettings(IdeSettings) - Constructor for class oracle.ide.config.IdeSettings
Copy constructor.
IdeSettingsCommand - Class in oracle.ide.cmd
This is a command implementation that handles the invocation of the IDE preferences dialog.
IdeSettingsCommand() - Constructor for class oracle.ide.cmd.IdeSettingsCommand
Default constructor.
IdeSettingsMigrator - Class in oracle.ide.config
Migrator responsible for migrating user IDE keystroke settings from a previous installation to the current installation.
IdeSettingsMigrator() - Constructor for class oracle.ide.config.IdeSettingsMigrator
 
IdeStarter - Class in oracle.ide
The interface for the starter of a command to be executed in a running IDE.
IdeStarter() - Constructor for class oracle.ide.IdeStarter
 
IdeSubject - Class in oracle.ide.model
The IdeSubject class defines the API to register Observers that are interested in receiving notifications of Subject changes.
IdeSubject() - Constructor for class oracle.ide.model.IdeSubject
 
IdeSystem - Class in oracle.ide.model
This class is for internal use, and should not be used by extension developers.
IdeSystem() - Constructor for class oracle.ide.model.IdeSystem
Default constructor.
IdeSystem(URL) - Constructor for class oracle.ide.model.IdeSystem
 
IdeSystemMigrator - Class in oracle.ide.model
 
IdeSystemMigrator() - Constructor for class oracle.ide.model.IdeSystemMigrator
 
IdeTechnologies - Class in oracle.ide.model
The IdeTechnologies class defines the technology keys for the core IDE.
IdeTechnologies() - Constructor for class oracle.ide.model.IdeTechnologies
 
IdeUIManager - Class in oracle.ide
Defines the API for handling look-and-feel specific actions in the IDE.
IdeUIManager() - Constructor for class oracle.ide.IdeUIManager
 
IdeUIManager.ThemeInfo - Class in oracle.ide
Provides information about a look-and-feel color theme, for the sake of initializing or configuring an application that supports themes.
IdeURLFileSystemHelper - Class in oracle.ide.net
This class handles the URLFileSystem operations associated with the "ide" protocols.
IdeURLFileSystemHelper() - Constructor for class oracle.ide.net.IdeURLFileSystemHelper
 
IdeUtil - Class in oracle.ide.util
 
IdeVetoableSubject - Class in oracle.ide.model
The IdeVetoableSubject class is a default implementation of the VetoableSubject interface.
IdeVetoableSubject() - Constructor for class oracle.ide.model.IdeVetoableSubject
 
IdeWrapperURLStreamHandler - Class in oracle.ide.net
 
IdeWrapperURLStreamHandler() - Constructor for class oracle.ide.net.IdeWrapperURLStreamHandler
 
IdeWrapperURLStreamHandlerFactory - Class in oracle.ide.net
 
IdeWrapperURLStreamHandlerFactory() - Constructor for class oracle.ide.net.IdeWrapperURLStreamHandlerFactory
 
IDException - Exception in oracle.javatools.db.sql
Exception thrown when a DBObject is missing an ID.
IDException(DBObject) - Constructor for exception oracle.javatools.db.sql.IDException
Constructor to use when an object has no ID.
IDException(DBObjectID, DBException) - Constructor for exception oracle.javatools.db.sql.IDException
Constructor to use when an ID won't resolve.
IDFilter(DBObjectID, boolean) - Constructor for class oracle.javatools.db.DBObjectFilter.IDFilter
Create a new filter to compare object IDs with the given ID using a strict or unstrict compare.
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_de
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_en
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_es
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_fr
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_it
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_ja
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_ko
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_pt_BR
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_zh_CN
 
IDL_FILE_ITEM_DESC - Static variable in class oracle.ide.resource.GalleryArb_zh_TW
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_de
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_en
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_es
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_fr
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_it
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_ja
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_ko
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_pt_BR
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_zh_CN
 
IDL_FILE_ITEM_NAME - Static variable in class oracle.ide.resource.GalleryArb_zh_TW
 
IDLE_EVENT_TYPE - Static variable in class oracle.jdeveloper.deploy.dt.DeploymentRunManagerEvent
 
IDPolicy - Class in oracle.javatools.db
When a DBObject is copied, the copy can optionally use an IDPolicy.
IDPolicy() - Constructor for class oracle.javatools.db.IDPolicy
 
IDPolicy.DBLinkIDPolicy - Class in oracle.javatools.db
 
IDPolicy.DefaultIDPolicy - Class in oracle.javatools.db
IDPolicy that creates a TemporaryObjectID that does NOT point back to the original object for every object that has an ID.
IDPolicy.SameIDPolicy - Class in oracle.javatools.db
IDPolicy that simply copies the objects ID to the copy.
IDPolicy.TemporaryIDPolicy - Class in oracle.javatools.db
Deprecated.
moved to TemporaryObjectID.TemporaryIDPolicy
IDQueryCriteria(DBUtil.IDQuery) - Constructor for class oracle.javatools.db.DBUtil.IDQueryCriteria
Creates a new criteria object for the given type of id query.
IDREF_ATTR - Static variable in class oracle.ide.marshal.xml.Object2Dom
 
IdReference - Class in oracle.ide.dependency
A reference to a declaration by ID.
IdReference() - Constructor for class oracle.ide.dependency.IdReference
 
IDSEPARATOR - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
IFACE_PANEL_TOP_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
IFACE_PREFIX - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
IFACE_TITLE - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
IfStatementT - Interface in javax.ide.model.java.source.tree
An if statement.
ignoreCase_ - Variable in class oracle.rc.asadapter.context.spi.AttributesProxy
 
ignoreChildren(String) - Method in class oracle.jdeveloper.webapp.el.DefaultScopedVariableProvider
Ignore the children of the var argument
IGNORED_I - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
 
IGNORED_Z - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
 
ignoreKey(Object) - Method in class oracle.javatools.db.diff.GenericMapDiffer
 
ignoreNav - Static variable in class oracle.javatools.db.property.Property
Property constant for the "ignoreNav" property.
ignoreProperty(PropertyInfo) - Method in class oracle.javatools.db.diff.GenericBeanDiffer
Ignores the given property.
ignoreProperty(PropertyInfo) - Method in class oracle.javatools.db.diff.GenericNameDiffer
 
IIOP_LOGIN_METH - Static variable in class oracle.rc.asadapter.connection.ConnectionDescriptor
Not used.
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_de
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_en
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_es
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_fr
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_it
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ko
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_pt_BR
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_CN
 
IIOP_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_TW
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_de
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_en
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_es
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_fr
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_it
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_ko
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_pt_BR
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_CN
 
IIOP_SSL_PORT_CONFLICT_DETECTED - Static variable in class oracle.jdeveloper.runner.RunMgrArb_zh_TW
 
ILLEGAL_FILENAME_CHARS - Static variable in class oracle.jdeveloper.offlinedb.OfflineDBUtil
The characters which are illegal in windows file names.
IllegalBaseClassException() - Constructor for exception oracle.jdeveloper.builder.cls.ClassBuilderModel.IllegalBaseClassException
 
IllegalClassNameException() - Constructor for exception oracle.jdeveloper.builder.cls.ClassBuilderModel.IllegalClassNameException
 
IllegalPackageNameException() - Constructor for exception oracle.jdeveloper.builder.cls.ClassBuilderModel.IllegalPackageNameException
 
IMAGE - Static variable in class oracle.javatools.icons.OracleIcons
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_CONNECTIONS - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_de
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_en
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_es
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_fr
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_it
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_ja
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_ko
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_pt_BR
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_CN
 
IMAGE_FILE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_TW
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_FILENODE - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_FILTER - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_ar
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_cs
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_da
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_de
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_el
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_es
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_fi
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_fr
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_hu
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_it
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_iw
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_ja
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_ko
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_nl
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_no
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_pl
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_pt
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_ro
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_ru
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_sk
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_sv
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_th
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_tr
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
IMAGE_FINGER_TAB - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_ar
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_cs
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_da
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_de
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_el
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_es
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_fi
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_fr
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_hu
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_it
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_iw
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_ja
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_ko
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_nl
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_no
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_pl
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_pt
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_ro
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_ru
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_sk
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_sv
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_th
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_tr
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
IMAGE_FINGER_TAB_TOP - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_ar
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_cs
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_da
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_de
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_el
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_en
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_es
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_fi
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_fr
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_fr_CA
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_hu
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_it
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_iw
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_ja
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_ko
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_nl
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_no
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_pl
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_pt
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_pt_BR
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_ro
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_ru
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_sk
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_sv
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_th
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_tr
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_zh_CN
 
IMAGE_GENERIC_WIZARD_1 - Static variable in class oracle.ide.wizard.WizardArb_zh_TW
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_ar
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_cs
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_da
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_de
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_el
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_en
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_es
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_fi
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_fr
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_fr_CA
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_hu
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_it
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_iw
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_ja
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_ko
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_nl
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_no
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_pl
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_pt
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_pt_BR
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_ro
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_ru
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_sk
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_sv
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_th
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_tr
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_zh_CN
 
IMAGE_GENERIC_WIZARD_2 - Static variable in class oracle.ide.wizard.WizardArb_zh_TW
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_ar
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_cs
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_da
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_de
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_el
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_en
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_es
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_fi
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_fr
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_fr_CA
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_hu
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_it
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_iw
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_ja
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_ko
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_nl
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_no
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_pl
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_pt
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_pt_BR
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_ro
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_ru
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_sk
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_sv
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_th
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_tr
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_zh_CN
 
IMAGE_GENERIC_WIZARD_3 - Static variable in class oracle.ide.wizard.WizardArb_zh_TW
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_GLOBAL_LIBRARIES - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_ICON - Static variable in class oracle.ide.resource.IdeIcons
Deprecated.
use the OracleIcons API in icons.jar.
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_PREFERENCES - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_PROJECT - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_SYSTEM - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_UNKNOWN_NODE - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_WORKSPACE - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_de
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_en
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_es
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_fr
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_it
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_ja
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_ko
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_pt_BR
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_zh_CN
 
IMAGE_WORKSPACES - Static variable in class oracle.ide.resource.ModelArb_zh_TW
 
ImageIconCache - Class in oracle.javatools.util
An application-wide per-URL cache of ImageIcons.
ImageIconCache() - Constructor for class oracle.javatools.util.ImageIconCache
 
ImageNode - Class in oracle.ide.model
Node subclass for GIF, JPEG, and PNG image files.
ImageNode() - Constructor for class oracle.ide.model.ImageNode
 
ImageNode(URL) - Constructor for class oracle.ide.model.ImageNode
 
ImagePanel - Class in oracle.jdeveloper.palette
 
ImagePanel() - Constructor for class oracle.jdeveloper.palette.ImagePanel
 
ImageUtils - Class in oracle.javatools.ui
 
ImageUtils() - Constructor for class oracle.javatools.ui.ImageUtils
 
immutableCopy(Collection<T>) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
 
ImmutableList<E> - Class in oracle.javatools.util
An immutable list which wraps an array without copying.
ImmutableList(E) - Constructor for class oracle.javatools.util.ImmutableList
 
ImmutableList(E...) - Constructor for class oracle.javatools.util.ImmutableList
 
impl - Variable in class oracle.ide.palette2.layouts.PaletteLayout
 
impl_ - Static variable in class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
IMPLEMENT_ABSTRACT_METHODS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
IMPLEMENT_INTERFACE - Static variable in class oracle.javatools.icons.OracleIcons
 
implementInterface(JavaManager, SourceClass, String) - Static method in class oracle.jdeveloper.engine.EngineUtils
Add implementations for all methods on an iface onto a javaClass within a javaFile.
implementInterface(JavaManager, SourceClass, String, String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
IMPLEMENTS_LABEL - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
IMPORT - Static variable in class oracle.javatools.icons.OracleIcons
 
IMPORT_APPSERVER_CONNECTIONS - Static variable in class oracle.jdeveloper.asnav.wizard.AppServerWizardLauncher
 
IMPORT_base - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
The base of the IMPORT constants.
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_de
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_en
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_es
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_fr
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_it
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_ja
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_ko
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_pt_BR
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_zh_CN
 
IMPORT_DIALOG_LABEL - Static variable in class oracle.ide.resource.ImportExportArb_zh_TW
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_de
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_en
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_es
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_fr
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_it
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_ja
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_ko
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_pt_BR
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_zh_CN
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_zh_TW
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_de
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_en
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_es
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_fr
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_it
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_ja
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_ko
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_pt_BR
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_zh_CN
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_zh_TW
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORT_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORT_EXPORT_BROWSE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
IMPORT_GROUP_IMPORTS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Boolean property.
IMPORT_GROUP_PACKAGE_DEPTH - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Int property.
IMPORT_ID - Static variable in class oracle.jdeveloper.rescat2.ResCatController
 
IMPORT_INNER_CLASS_NAME - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Boolean property.
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORT_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORT_max - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Point to after all the IMPORT constants.
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_de
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_en
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_es
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_fr
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_it
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_ja
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_ko
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_pt_BR
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_zh_CN
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportExportArb_zh_TW
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_de
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_en
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_es
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_fr
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_it
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_ja
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_ko
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_pt_BR
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_zh_CN
 
IMPORT_MENU_ICON - Static variable in class oracle.ide.resource.ImportWizardArb_zh_TW
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_de
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_en
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_es
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_fr
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_it
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_ja
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_ko
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_pt_BR
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_zh_CN
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportExportArb_zh_TW
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_de
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_en
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_es
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_fr
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_it
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_ja
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_ko
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_pt_BR
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_zh_CN
 
IMPORT_MENU_MNEMONIC - Static variable in class oracle.ide.resource.ImportWizardArb_zh_TW
 
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_de
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_en
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_es
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_fr
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_it
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_ja
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_ko
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_pt_BR
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_zh_CN
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportExportArb_zh_TW
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_de
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_en
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_es
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_fr
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_it
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_ja
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_ko
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_pt_BR
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_zh_CN
Identifies keys to access localizable object
IMPORT_MENU_TITLE - Static variable in class oracle.ide.resource.ImportWizardArb_zh_TW
Identifies keys to access localizable object
IMPORT_NARROW_MEMBERS_THRESHOLD - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Int property.
IMPORT_NARROW_THRESHOLD - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Int property.
IMPORT_SYMBOL - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents the '@import' lexical unit.
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORT_TEMPLATES - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORT_TEMPLATES_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORT_TIP - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORTANT_SYMBOL - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents the '!important' lexical unit.
importAs(URL, String, Profile) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
Imports a profile under a new name.
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORTAS_DIALOG_NAME_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORTAS_DIALOG_OK_LABEL - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORTAS_DIALOG_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORTAS_IOEXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_de
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_es
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_fr
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_it
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ja
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_ko
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_pt_BR
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_CN
 
IMPORTAS_IOEXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.profile.ProfileBundle_zh_TW
 
importConnections() - Method in class oracle.jdeveloper.vcs.controls.ConnectionImportExportPanel
Called by runDialog() when the user clicks OK in import mode.
ImportCreateConnectionPanel - Class in oracle.jdeveloper.vcs.controls
 
ImportCreateConnectionPanel(Component) - Constructor for class oracle.jdeveloper.vcs.controls.ImportCreateConnectionPanel
 
ImportCreateConnectionPanel() - Constructor for class oracle.jdeveloper.vcs.controls.ImportCreateConnectionPanel
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORTEXPORT_OVERWRITE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORTEXPORT_OVERWRITE_TITLE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_de
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_es
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_fr
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_it
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_ja
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_ko
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_pt_BR
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_CN
 
IMPORTEXPORT_WIZARD_IMAGE - Static variable in class oracle.jdeveloper.resource.VCSArb_zh_TW
 
ImportExportArb - Class in oracle.ide.resource
 
ImportExportArb() - Constructor for class oracle.ide.resource.ImportExportArb
 
ImportExportArb_de - Class in oracle.ide.resource
 
ImportExportArb_de() - Constructor for class oracle.ide.resource.ImportExportArb_de
 
ImportExportArb_en - Class in oracle.ide.resource
 
ImportExportArb_en() - Constructor for class oracle.ide.resource.ImportExportArb_en
 
ImportExportArb_es - Class in oracle.ide.resource
 
ImportExportArb_es() - Constructor for class oracle.ide.resource.ImportExportArb_es
 
ImportExportArb_fr - Class in oracle.ide.resource
 
ImportExportArb_fr() - Constructor for class oracle.ide.resource.ImportExportArb_fr
 
ImportExportArb_it - Class in oracle.ide.resource
 
ImportExportArb_it() - Constructor for class oracle.ide.resource.ImportExportArb_it
 
ImportExportArb_ja - Class in oracle.ide.resource
 
ImportExportArb_ja() - Constructor for class oracle.ide.resource.ImportExportArb_ja
 
ImportExportArb_ko - Class in oracle.ide.resource
 
ImportExportArb_ko() - Constructor for class oracle.ide.resource.ImportExportArb_ko
 
ImportExportArb_pt_BR - Class in oracle.ide.resource
 
ImportExportArb_pt_BR() - Constructor for class oracle.ide.resource.ImportExportArb_pt_BR
 
ImportExportArb_zh_CN - Class in oracle.ide.resource
 
ImportExportArb_zh_CN() - Constructor for class oracle.ide.resource.ImportExportArb_zh_CN
 
ImportExportArb_zh_TW - Class in oracle.ide.resource
 
ImportExportArb_zh_TW() - Constructor for class oracle.ide.resource.ImportExportArb_zh_TW
 
ImportExportDialog - Class in oracle.jdeveloper.rescat2.dialogs.importexport
 
ImportExportDialog(SelectionPanelControl) - Constructor for class oracle.jdeveloper.rescat2.dialogs.importexport.ImportExportDialog
 
importPreferences(URL) - Static method in class oracle.ide.config.Preferences
Imports the product-level Preferences object.
ImportProductPreferencesDialog - Class in oracle.ide.config
 
ImportProductPreferencesDialog() - Constructor for class oracle.ide.config.ImportProductPreferencesDialog
 
ImportT - Interface in javax.ide.model.java.source.tree
An import declaration.
ImportWizardArb - Class in oracle.ide.resource
 
ImportWizardArb() - Constructor for class oracle.ide.resource.ImportWizardArb
 
ImportWizardArb_de - Class in oracle.ide.resource
 
ImportWizardArb_de() - Constructor for class oracle.ide.resource.ImportWizardArb_de
 
ImportWizardArb_en - Class in oracle.ide.resource
 
ImportWizardArb_en() - Constructor for class oracle.ide.resource.ImportWizardArb_en
 
ImportWizardArb_es - Class in oracle.ide.resource
 
ImportWizardArb_es() - Constructor for class oracle.ide.resource.ImportWizardArb_es
 
ImportWizardArb_fr - Class in oracle.ide.resource
 
ImportWizardArb_fr() - Constructor for class oracle.ide.resource.ImportWizardArb_fr
 
ImportWizardArb_it - Class in oracle.ide.resource
 
ImportWizardArb_it() - Constructor for class oracle.ide.resource.ImportWizardArb_it
 
ImportWizardArb_ja - Class in oracle.ide.resource
 
ImportWizardArb_ja() - Constructor for class oracle.ide.resource.ImportWizardArb_ja
 
ImportWizardArb_ko - Class in oracle.ide.resource
 
ImportWizardArb_ko() - Constructor for class oracle.ide.resource.ImportWizardArb_ko
 
ImportWizardArb_pt_BR - Class in oracle.ide.resource
 
ImportWizardArb_pt_BR() - Constructor for class oracle.ide.resource.ImportWizardArb_pt_BR
 
ImportWizardArb_zh_CN - Class in oracle.ide.resource
 
ImportWizardArb_zh_CN() - Constructor for class oracle.ide.resource.ImportWizardArb_zh_CN
 
ImportWizardArb_zh_TW - Class in oracle.ide.resource
 
ImportWizardArb_zh_TW() - Constructor for class oracle.ide.resource.ImportWizardArb_zh_TW
 
IN - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents a in lexical unit.
inA() - Method in class oracle.javatools.db.diff.ResultSet
 
inAbutNotB() - Method in class oracle.javatools.db.diff.ResultSet
 
inB() - Method in class oracle.javatools.db.diff.ResultSet
 
inBbutNotA() - Method in class oracle.javatools.db.diff.ResultSet
 
incAttr(int) - Static method in class oracle.ide.model.DefaultAttributes
The caller must not make any assumptions about the format of the returned int and how the Attributes class uses it.
include(CascadeRequiredException) - Method in exception oracle.javatools.db.CascadeRequiredException
Includes the cascade information of the given exception with the details of this constraint (i.e.
INCLUDE - Static variable in class oracle.javatools.icons.OracleIcons
 
INCLUDE - Static variable in class oracle.jdeveloper.deploy.common.CdaFilter
 
INCLUDE - Static variable in class oracle.jdeveloper.deploy.common.SelectionRule
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_de
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_en
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_es
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_fr
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_it
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_ja
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_ko
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_pt_BR
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_zh_CN
 
INCLUDE_ALL_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_zh_TW
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_de
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_en
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_es
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_fr
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_it
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_ja
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_ko
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_pt_BR
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_zh_CN
 
INCLUDE_SELECTED_FILE_TYPES - Static variable in class oracle.ide.resource.DialogsArb_zh_TW
 
includeAddRemoveButtons() - Method in class oracle.ide.db.controls.ListButtons.Controller
 
includeAddRemoveButtons() - Method in interface oracle.ide.db.controls.ListButtons.Helper
Deprecated.
 
includeAllProjects() - Method in class oracle.ide.model.WorkingSet
Clears the list of excuded projects, making all projects visible.
includeChildren(Project, List<URL>, boolean) - Method in class oracle.ide.model.WorkingSet
Makes each of the supplied URLs visible in the working set.
includeClass(String) - Static method in class oracle.jdeveloper.deploy.common.CdaFilter
Factory method.
includeColumn - Static variable in class oracle.javatools.db.property.Property
Property constant for the "includeColumn" property.
includeComplexTypes(String) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry.Registerer
Deprecated.
replaced by built in objects in DatabaseDescriptor.
INCLUDED_IN_EXPANDED_FORM - Static variable in class oracle.jdeveloper.deploy.common.SelectedArchives
Selection mode that indicates that the selected archies should be expanded and have their contents included in the output.
INCLUDED_IN_UNEXPANDED_FORM - Static variable in class oracle.jdeveloper.deploy.common.SelectedArchives
Selection mode that indicates that the selected archives should be included as-is in the output in their unexpanded, archived form.
INCLUDED_LIBRARIES - Static variable in interface oracle.jdeveloper.deploy.contrib.ArchiveProfileContributorType
The set of libraries included by a FileGroup target of a Profile element.
includeInDefault() - Method in class oracle.ide.config.ExtensionSettingsPage
 
includeInDefault() - Method in class oracle.ide.panels.Navigable
 
includeJoinKeyword - Static variable in class oracle.javatools.db.property.Property
Property constant for the "includeJoinKeyword" property.
includeListDifference(Difference) - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Includes a Difference whose children are SystemObject Differences - i.e.
includeObjectDifference(Difference) - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Includes an update to a given object in this transaction.
includeOnly(List<Project>) - Method in class oracle.ide.model.WorkingSet
 
includeOwnedObject(Collection<DBObject>, DBObject, String...) - Method in class oracle.javatools.db.AbstractDBObject
 
includePackageTree(String) - Static method in class oracle.jdeveloper.deploy.common.CdaFilter
Factory method.
includePanelHeaders(DBEditorConfig) - Method in class oracle.ide.db.panels.PanelLibrary
Tests whether this panel library should include a header at the top of each panel with its title and icon (if defined).
includeProject(Project) - Method in class oracle.ide.model.WorkingSet
Adds the project to the list of projects that are visible in the working set.
includePropertiesNotSpecifiedInLayout() - Method in interface oracle.ide.inspector.LayoutOnlyInspectable
Indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category.
includePropertiesNotSpecifiedInLayout() - Method in class oracle.ide.inspector.MultiInspectable
Indicates whether properties in a PropertyModel that are not present in a layout should be rendered or not in the "Other" category.
IncludeProvider - Interface in oracle.jdeveloper.webapp.design
Deprecated.
PageContext is not available in Facelets environment. Instead, use RenderAsIncludeProvider
includeReorderButtons() - Method in class oracle.ide.db.controls.ListButtons.Controller
 
includeReorderButtons() - Method in interface oracle.ide.db.controls.ListButtons.Helper
Deprecated.
 
INCLUDES - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents the '~=' lexical unit.
includeSchemaObjects(Schema, Collection<DBObjectID>) - Method in class oracle.javatools.db.CascadeManager
Lists the SchemaObjects for the given Schema and includes their DBObjectIDs in the given collection.
includeSinglePackage(String) - Static method in class oracle.jdeveloper.deploy.common.CdaFilter
Factory method.
includesType(String, String...) - Method in class oracle.javatools.db.AbstractDBObject
Use to check the types parameter when implementing the getOwnedObjectsImpl method.
includesType(DBObject, String...) - Method in class oracle.javatools.db.AbstractDBObject
Use to check the types parameter when implementing the getOwnedObjectsImpl method.
includeSuperclassTypes() - Method in class oracle.javatools.db.datatypes.DataTypeRegistry.Registerer
Deprecated.
replaced by built in objects in DatabaseDescriptor.
includeSyntax(DatabaseDescriptor, String, boolean) - Method in class oracle.javatools.db.ddl.TokenDDLGenerator
Includes the ddl syntax from another database type's ddl generator into this ddl generator for a given object type.
includeUpdate(SystemObject) - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Includes updatedObject in this transaction.
includeUpdate(SystemObject, SystemObject) - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Includes an update to a given object in this transaction.
INCOMPLETE - Static variable in class oracle.javatools.ui.overview.OverviewStatus
The common incomplete status color.
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.Severity
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_de
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_es
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_fr
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_it
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_ja
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_ko
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_pt_BR
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_zh_CN
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.SeverityBundle_zh_TW
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_de
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_es
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_fr
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_it
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ja
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ko
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_pt_BR
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_CN
 
INCOMPLETE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_TW
 
INCOMPLETE_TYPE - Static variable in class oracle.javatools.db.Ddl
Deprecated.
DDL type incomplete.
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_de
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_es
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_fr
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_it
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_ja
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_ko
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_pt_BR
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_zh_CN
 
INCOMPLETES_1 - Static variable in class oracle.ide.status.StatusBundle_zh_TW
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_de
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_es
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_fr
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_it
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_ja
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_ko
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_pt_BR
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_zh_CN
 
INCOMPLETES_N - Static variable in class oracle.ide.status.StatusBundle_zh_TW
 
INCOMPLETESTATUS - Static variable in class oracle.javatools.icons.OracleIcons
 
InconsistentStateException - Exception in oracle.ideimpl.webupdate.task
Exception thrown if a task failed and the rollback of that task failed.
InconsistentStateException(String) - Constructor for exception oracle.ideimpl.webupdate.task.InconsistentStateException
 
InconsistentStateException(String, Throwable) - Constructor for exception oracle.ideimpl.webupdate.task.InconsistentStateException
 
incProgress() - Method in class oracle.javatools.dialogs.progress.DeterminateProgressMonitor
Increment the current progress by one.
incProgress(int) - Method in class oracle.javatools.dialogs.progress.DeterminateProgressMonitor
Increment the current progress by the specified amount
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_de
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_en
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_es
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_fr
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_it
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_ja
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_ko
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_pt_BR
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_zh_CN
 
INCREASE_FLAT_LEVEL - Static variable in class oracle.ide.resource.NavigatorArb_zh_TW
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_HEIGHT - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_HEIGHT - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_HEIGHT_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_HEIGHT_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_HEIGHT_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_HEIGHT_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_HEIGHT_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_WIDTH - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_WIDTH - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_WIDTH_CMD_ID - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_WIDTH_ICON - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_WIDTH_ICON - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_de
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_en
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_es
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_fr
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_it
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ja
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_ko
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_pt_BR
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_CN
 
INCREASE_WIDTH_MNEMONIC - Static variable in class oracle.jdeveloper.resource.UIEditorArb_zh_TW
 
INCREASE_WIDTH_MNEMONIC - Static variable in interface oracle.jdeveloper.uieditor.uicanvas.LayoutConstants
 
increaseLeftMargin() - Method in class oracle.ide.controls.JLabeledCheckBox
 
INCREMENT - Static variable in class oracle.ide.controller.MenuConstants
The unit used to increment to the next menu weight or menu section: 1.0f.
increment(float) - Static method in class oracle.ide.controller.MenuConstants
 
INCREMENT - Static variable in class oracle.ide.task.event.ProgressEvent
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_BACKWARD - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_BACKWARD_CMD - Static variable in class oracle.ide.IdeConstants
Incremental search backward command.
INCREMENTAL_SEARCH_BACKWARD_CMD_ID - Static variable in class oracle.ide.IdeConstants
Incremental search backward command id.
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_BACKWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_BACKWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_FORWARD - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_FORWARD_CMD - Static variable in class oracle.ide.IdeConstants
Incremental search forward command.
INCREMENTAL_SEARCH_FORWARD_CMD_ID - Static variable in class oracle.ide.IdeConstants
Incremental search forward command id.
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_FORWARD_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_FORWARD_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_de
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_en
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_es
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_fr
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_it
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ja
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ko
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INCREMENTAL_SEARCH_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
incrementBy - Static variable in class oracle.javatools.db.property.Property
Property constant for the "incrementBy" property.
incrementIndent() - Method in class oracle.javatools.db.ddl.TokenContext
Increments the indent which will be appended at the beginning of every new line.
incrementLiteral - Static variable in class oracle.javatools.db.property.Property
Property constant for the "incrementLiteral" property.
incrementNumber(char[]) - Static method in class oracle.javatools.editor.gutter.LineGutterPlugin
Utility routine which, given a char array containing the string representation of a number, will increment the number by one.
incrementNumber(char[]) - Static method in class oracle.javatools.editor.print.EditorPageable
Utility routine which, given a char array containing the string representation of a number, will increment the number by one.
incrementProgress() - Method in class oracle.jdeveloper.vcs.spi.VCSProgress
 
incrementProgress(int) - Method in class oracle.jdeveloper.vcs.spi.VCSProgress
 
incrementRef() - Method in class oracle.jdeveloper.deploy.contrib.ProcessorCache
 
IND - Static variable in class oracle.javatools.db.Ddl
Deprecated.
DDL type Create Index
INDENT - Static variable in class oracle.javatools.db.sql.AbstractSQLFragment
 
indent() - Method in class oracle.jdevimpl.audit.report.XmlReporter
 
indent - Variable in class oracle.jdevimpl.audit.util.XmlWriter
 
INDENT_base - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Points to the first INDENT constant.
INDENT_BLOCK_CHILDREN - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
True applies indent+1 to statements and declarations within a block, except for switch labels (case/default).
INDENT_CLASS_MEMBERS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
True applies indent+1 to declarations within a class body.
INDENT_CONTROL_BLOCKS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
True applies indent+1 to block statements that are direct children of control statements.
INDENT_max - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Points to after all the INDENT constants.
INDENT_MODULE_MEMBERS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
True applies indent+1 to declarations within a module body.
INDENT_NUM_SPACES - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Int property.
INDENT_REPLACE_WITH_TABS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Boolean property.
INDENT_SWITCH_CASES - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
True applies indent+1 for switch labels (case/default).
INDENT_TAB_SIZE - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Int property.
INDENT_TRAILING_COMMENTS - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Determines how much to indent trailing comments.

indentedField() - Method in class oracle.javatools.ui.layout.FieldLayoutBuilder
 
IndentPrefs - Class in oracle.javatools.xml.bind
Deprecated.
Use xmlef bean model instead - http://aseng-wiki.us.oracle.com/asengwiki/display/ASDevJDeveloper/Descriptor+Binding+to+XMLEF+Binding+Conversion
IndentPrefs() - Constructor for class oracle.javatools.xml.bind.IndentPrefs
Deprecated.
 
INDETERMINATE - Static variable in class oracle.ide.task.event.ProgressEvent
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_de
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_en
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_es
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_fr
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_it
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_ja
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_ko
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_pt_BR
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_zh_CN
 
INDETERMINATE_TASK - Static variable in class oracle.ide.resource.ProgressTrackerArb_zh_TW
 
IndeterminateProgressMonitor - Class in oracle.javatools.dialogs.progress
A progress monitor implementation for indeterminate progress feedback.
IndeterminateProgressMonitor(Component, String) - Constructor for class oracle.javatools.dialogs.progress.IndeterminateProgressMonitor
 
IndeterminateProgressMonitor(Component, String, Object, String) - Constructor for class oracle.javatools.dialogs.progress.IndeterminateProgressMonitor
 
INDEX - Static variable in class oracle.ide.db.DBIcons
Deprecated.
 
index(IndexingContext, DataCollector) - Method in class oracle.ide.dependency.index.DependencyIndexer
 
index() - Method in class oracle.ide.docking.DrawerConfig
Deprecated.
index(int) - Method in class oracle.ide.docking.DrawerConfig
Deprecated.
Index - Interface in oracle.ide.index
 
index(IndexingContext, DataCollector) - Method in interface oracle.ide.index.Indexer
Index the current file in the context.
index(IndexingContext, DataCollector) - Method in class oracle.ide.index.keyword.KeywordIndexer
 
Index - Class in oracle.javatools.db
Model of a database index.
Index() - Constructor for class oracle.javatools.db.Index
Constructs a new index.
Index(String, Table) - Constructor for class oracle.javatools.db.Index
Constructs a new index on the specified table using the specified name.
Index(String, Schema) - Constructor for class oracle.javatools.db.Index
Constructs a new index using the specified name and schema.
Index(String, Schema, Table) - Constructor for class oracle.javatools.db.Index
Constructs a new index on the specified table using the specified name The Index will not be added to the Table, that must be done separately when the Index definition is complete.
INDEX - Static variable in class oracle.javatools.icons.OracleIcons
 
index(IndexingContext, DataCollector) - Method in class oracle.jdeveloper.java.index.JavaIndexer
 
Index.IndexType - Enum in oracle.javatools.db
Index type
INDEX_COL_EXPRESSIONS_TEXT - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_COL_EXPRESSIONS_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_DOMAIN_TYPE_TEXT - Static variable in class oracle.javatools.db.ora.OracleIndexProperties
Deprecated.
 
INDEX_EDITOR_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_BAD_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_INDEXTYPE_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_NO_COLUMNS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_NO_INDEXTYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_NO_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_ERROR_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_HEADER - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_HEADER_DESC - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_BAD_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_BAD_SCHEMA_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_MISSING_SCHEMA - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_MISSING_SCHEMA_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_MISSING_TABLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_NO_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_NO_PRIVS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_NO_PRIVS_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_OBJECT_EXISTS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_QUOTING_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_QUOTING_NAME_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_ERROR_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_LABEL_BITMAP - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_LABEL_NONUNIQUE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_LABEL_UNIQUE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_LABEL_UNIQUENESS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_INFO_TOP_LABEL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_COLUMN_EXPRESSION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_ADVANCED - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_ASC_DESC - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_COMPRESS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_DEGREE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_DOMAIN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_EXPRESSION_LIST - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEX_COLUMN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEX_TYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXTYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXTYPE_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXTYPE_PARAMETERS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXTYPE_SCHEMA - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_INDEXTYPE_STATUS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_NOPARALLEL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_NORMAL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_PARALLEL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_LABEL_PROPERTIES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_ADD - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_ADD_COLUMN_EXPRESSION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_MOVE_DOWN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_MOVE_UP - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_REMOVE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOOLTIP_REMOVE_COLUMN_EXPRESSION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_PANEL_TOP_LABEL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_STORAGE_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_TYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WELCOME_TEXT - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WELCOME_TOP - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WIZARD_ERROR_CREATION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WIZARD_ERROR_CREATION_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WIZARD_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INDEX_WIZARD_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IndexDeclaration - Class in oracle.ide.dependency.index
A declaration stored in the index.
IndexDeclaration(String, IndexingContext, int, int) - Constructor for class oracle.ide.dependency.index.IndexDeclaration
 
IndexDeclaration(String, Workspace, Project, URL, int, int) - Constructor for class oracle.ide.dependency.index.IndexDeclaration
 
IndexDeclarationProvider - Class in oracle.ide.dependency.index
Provides declarations stored in the index.
IndexDeclarationProvider() - Constructor for class oracle.ide.dependency.index.IndexDeclarationProvider
 
indexDependencies(IndexingContext) - Method in class oracle.ide.dependency.index.DependencyIndexer
Implemented by subclasses to index the dependencies.
Indexer - Interface in oracle.ide.index
Implemented by classes that need to participate in indexing.
indexes - Static variable in class oracle.javatools.db.property.Property
Property constant for the "indexes" property.
INDEXES_TYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
indexID - Static variable in class oracle.javatools.db.property.Property
Property constant for the "indexID" property.
indexImpl(IndexingContext, DataCollector, char[], Segment) - Method in class oracle.ide.index.keyword.KeywordIndexer
Index the current file in the context, using the given filter.
IndexingContext - Interface in oracle.ide.index
Context for an indexing operation.
IndexingListener - Interface in oracle.ide.index
Listens for index updates.
IndexingUtils - Class in oracle.jdeveloper.webapp.utils
Set of utilities for searching for files in the web content set by using indexing API.
IndexingUtils() - Constructor for class oracle.jdeveloper.webapp.utils.IndexingUtils
 
indexInitTrans - Static variable in class oracle.javatools.db.property.Property
Deprecated.
IndexManager - Class in oracle.ide.index
Manages Index instances.
IndexManager() - Constructor for class oracle.ide.index.IndexManager
 
indexMaxExtent - Static variable in class oracle.javatools.db.property.Property
Deprecated.
indexMinExtent - Static variable in class oracle.javatools.db.property.Property
Deprecated.
IndexObject - Class in oracle.javatools.db.sql
Object to wrap a column expression (usually just a name, but could be any sql expression) with an optional order type (ASC/DESC).
IndexObject() - Constructor for class oracle.javatools.db.sql.IndexObject
Constructs and empty Index object.
IndexObject(SQLFragment) - Constructor for class oracle.javatools.db.sql.IndexObject
Constructs an Index object with the given expression and no ordering.
IndexObject(SQLFragment, String) - Constructor for class oracle.javatools.db.sql.IndexObject
IndexObject(SQLFragment, IndexObject.OrderType) - Constructor for class oracle.javatools.db.sql.IndexObject
Constructs an Index object with the given expression and ordering constraint (either IndexObject.DESC or IndexObject.ASC).
IndexObject.OrderType - Enum in oracle.javatools.db.sql
 
indexOf(Object) - Method in class oracle.ide.db.controls.SelectableComponent
Gets the index in the component of the given object.
indexOf(Dockable) - Method in class oracle.ide.docking.DrawerModel
 
indexOf(DrawerElement) - Method in class oracle.ide.docking.DrawerModel
 
indexOf(PaletteItemUI) - Method in class oracle.ide.palette2.layouts.PaletteLayout
 
indexOf(FastStringBuffer, int) - Method in class oracle.ide.util.FastStringBuffer
Just like String.indexOf but uses FastStringBuffer
indexOf(Object) - Method in class oracle.javatools.buffer.SafeArrayList
Search for the first occurrence of the given argument, testing for equality using the equals() method.
indexOf(Object) - Method in class oracle.javatools.data.ListStructure
Returns the index of the specified object in this ListStructure.
indexOf(SelectObject) - Method in interface oracle.javatools.db.sql.DeclarativeSQLQuery
Deprecated.
Returns the index of the given SelectObject in the query's SELECT clause, or -1 if it isn't in the clause.
indexOf(FromObject) - Method in interface oracle.javatools.db.sql.DeclarativeSQLQuery
Deprecated.
Returns the index of the given FromObject in the query's FROM clause, or -1 if it isn't in the clause.
indexOf(OrderByObject) - Method in interface oracle.javatools.db.sql.DeclarativeSQLQuery
Deprecated.
Returns the index of the given OrderByObject in the query's ORDER BY clause, or -1 if it isn't in the clause.
indexOf(SelectObject) - Method in class oracle.javatools.db.sql.SQLQuery
 
indexOf(FromObject) - Method in class oracle.javatools.db.sql.SQLQuery
 
indexOf(OrderByObject) - Method in class oracle.javatools.db.sql.SQLQuery
 
indexOf(T) - Method in interface oracle.javatools.ui.builders.BuiltTable
For tables containing SimpleTableModels (e.g.
indexOf(T) - Method in class oracle.javatools.ui.list.SimpleListModel
Return the position of the item in the list, or -1 if it not in the list.
indexOf(T) - Method in class oracle.javatools.ui.table.SimpleTableModel
Return the index of the given element
indexOf(Object) - Method in class oracle.javatools.util.WeightedList
 
indexOfChild(Object) - Method in class oracle.javatools.db.AbstractDBObject.ChildSupport
 
indexOfFirstType(A) - Method in class oracle.javatools.util.ArrayPairList
 
indexOfFirstType(A) - Method in interface oracle.javatools.util.PairList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOfNode(DefaultMutableTreeNode, DefaultMutableTreeNode) - Static method in class oracle.ide.db.util.TreeNodeMaker
Gets the index of the given node underneath its parent in a list of its direct children.
indexOfSecondType(B) - Method in class oracle.javatools.util.ArrayPairList
 
indexOfSecondType(B) - Method in interface oracle.javatools.util.PairList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
IndexOfSubString(FastStringBuffer, int) - Method in class oracle.ide.util.FastStringBuffer
indexOfSubstring(FastStringBuffer, int) - Method in class oracle.ide.util.FastStringBuffer
 
IndexPartition - Class in oracle.javatools.db.ora
Model of an Oracle index partition.
IndexPartition() - Constructor for class oracle.javatools.db.ora.IndexPartition
 
IndexPartition(OracleIndexPartitions) - Constructor for class oracle.javatools.db.ora.IndexPartition
 
IndexPartition(String, OracleIndexPartitions) - Constructor for class oracle.javatools.db.ora.IndexPartition
 
indexPercentFree - Static variable in class oracle.javatools.db.property.Property
Deprecated.
indexPercentUsed - Static variable in class oracle.javatools.db.property.Property
Deprecated.
IndexReference - Class in oracle.ide.dependency.index
A reference stored in the index.
IndexReference(IndexingContext, int, int) - Constructor for class oracle.ide.dependency.index.IndexReference
 
IndexReference(Workspace, Project, URL, int, int) - Constructor for class oracle.ide.dependency.index.IndexReference
 
IndexReferenceProvider - Class in oracle.ide.dependency.index
Provides references stored in the index.
IndexReferenceProvider() - Constructor for class oracle.ide.dependency.index.IndexReferenceProvider
 
indexSelected(int) - Method in interface oracle.jdeveloper.runner.ClientList
 
INDEXTYPE - Static variable in class oracle.ide.db.DBIcons
Deprecated.
 
INDEXTYPE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
Indextype - Class in oracle.javatools.db.ora
 
Indextype() - Constructor for class oracle.javatools.db.ora.Indextype
 
Indextype(String, Schema) - Constructor for class oracle.javatools.db.ora.Indextype
 
indexType - Static variable in class oracle.javatools.db.property.Property
Property constant for the "indexType" property.
INDEXTYPES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
indexUpdate(Workspace, Project, Collection<URL>) - Method in interface oracle.ide.index.IndexingListener
Called when a set of files are about to be updated in the index.
INDICATOR - Variable in exception oracle.javatools.db.sql.SQLParseException
 
INDICATOR_ADDED - Static variable in class oracle.javatools.patch.PatchHunkLine
 
INDICATOR_COMMON - Static variable in class oracle.javatools.patch.PatchHunkLine
 
INDICATOR_REMOVED - Static variable in class oracle.javatools.patch.PatchHunkLine
 
inExpressionList - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inExpressionList" property.
inferFromFilters(String) - Method in class oracle.ide.util.IntersectedFilters
 
inferFromFilters(String) - Method in class oracle.ide.util.PatternFilters
 
inferFromRules(URL, URLPath) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
 
inferFromRules(String) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
 
inferFromRules(String, boolean) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
 
InfiniteLoopException(String, Throwable) - Constructor for exception oracle.ide.controller.CommandProcessor.InfiniteLoopException
 
infix_op(int) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
 
INFIX_OP - Static variable in interface oracle.javatools.parser.util.ExpressionObject
This ExpressionObject is an infix operator.
InfixExpressionT - Interface in javax.ide.model.java.source.tree
An expression involving an infix operation (but not an assignment operation).
InflaterInputStream - Class in oracle.ide.net
Patches Sun bug 4040920, which Sun claims is fixed, but clearly isn't.
InflaterInputStream(InputStream) - Constructor for class oracle.ide.net.InflaterInputStream
 
InflaterInputStream(InputStream, Inflater) - Constructor for class oracle.ide.net.InflaterInputStream
 
InflaterInputStream(InputStream, Inflater, int) - Constructor for class oracle.ide.net.InflaterInputStream
 
InflaterInputStreamPatch - Class in oracle.ide.util
Class to work around a serious bug in java.util.zip.InflaterInputStream 1.
InflaterInputStreamPatch(InputStream, ZipEntry) - Constructor for class oracle.ide.util.InflaterInputStreamPatch
 
info(String) - Method in class oracle.ide.palette2.DefaultPaletteItem.Builder
 
INFO - Static variable in class oracle.javatools.icons.OracleIcons
 
info(String, String, String) - Static method in class oracle.jdeveloper.rescat2.model.util.RescatLogger
 
info(String, String, String, Throwable) - Static method in class oracle.jdeveloper.rescat2.model.util.RescatLogger
 
info(String, String, String, Object[]) - Static method in class oracle.jdeveloper.rescat2.model.util.RescatLogger
 
info(String, String, String, Object[], Throwable) - Static method in class oracle.jdeveloper.rescat2.model.util.RescatLogger
 
info(String, String, Throwable) - Static method in class oracle.jdeveloper.rescat2.model.util.RescatLogger
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INFO_MULTI_UPDATE_BUNDLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INFO_MULTI_UPDATE_BUNDLE_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFO_TIP_CONFIGURE - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFO_TIP_MORE - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
infoChanged(OfflineDBChooserPanel.OfflineDatabaseInfo) - Method in class oracle.jdeveloper.offlinedb.panels.OfflineDBChooserPanel.InfoListener
Called when the user changes the chosen offline database, or changes the information for the offline database that will be created.
InfoListener() - Constructor for class oracle.jdeveloper.offlinedb.panels.OfflineDBChooserPanel.InfoListener
 
information(Component, Object, String, String) - Static method in class oracle.ide.dialogs.MessageDialog
Deprecated.
Display an information alert.
information(Component, Object, String, String) - Static method in class oracle.javatools.dialogs.MessageDialog
Display an information alert.
information(XMLLocator, String) - Method in interface oracle.javatools.xml.esax.MessageReporter
Report a (human readable) information encountered while parsing an XML file.
INFORMATION - Static variable in interface oracle.jdeveloper.cmt.CmtMessage
 
INFORMATION - Static variable in class oracle.jdevimpl.audit.swing.MessageDialog
 
INFORMATION - Static variable in class oracle.jdevimpl.audit.swing.MessageDialog.Type
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_de
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_en
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_es
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_fr
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_it
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_ja
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_ko
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_pt_BR
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_zh_CN
 
INFORMATION_ICON - Static variable in class oracle.jdeveloper.cmt.Res_zh_TW
 
informational(String, Object...) - Static method in class oracle.jdeveloper.audit.service.AuditLogger
Log an error to the Audit Logger.
InfoTip - Class in oracle.javatools.ui.infotip
InfoTip creates and controls a pointed panel that floats in front of components in a window to display extra popup style information.
InfoTip() - Constructor for class oracle.javatools.ui.infotip.InfoTip
Create an InfoTip.
InfoTip(Template) - Constructor for class oracle.javatools.ui.infotip.InfoTip
Create an InfoTip.
InfoTip(Template, InfoTipStyles) - Constructor for class oracle.javatools.ui.infotip.InfoTip
Create an InfoTip.
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_COLOR_PICKER_CHOOSE - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_COLOR_PICKER_SELECT - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_NO_ISSUES - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_ADVISORIE - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_ADVISORIES - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_ERROR - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_ERRORS - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_INCOMPLETE - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_INCOMPLETES - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_WARNING - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_ar
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_cs
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_da
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_de
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_el
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_es
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_fi
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_fr
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_fr_CA
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_hu
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_it
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_iw
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_ja
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_ko
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_nl
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_no
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_pl
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_pt
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_pt_BR
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_ro
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_ru
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_sk
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_sv
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_th
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_tr
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_zh_CN
 
INFOTIP_STATUS_WARNINGS - Static variable in class oracle.javatools.ui.UIBundle_zh_TW
 
InfoTipHover - Class in oracle.javatools.ui.infotip
A type of Hover which is an InfoTip.
InfoTipHover(Template, InfoTipStyles, JComponent, Point, HoverFlavor) - Constructor for class oracle.javatools.ui.infotip.InfoTipHover
Create an InfoTipHover.
InfoTipHover(Template, InfoTipStyles, JComponent, Rectangle, HoverFlavor) - Constructor for class oracle.javatools.ui.infotip.InfoTipHover
Create an InfoTipHover.
InfoTipHoverFactory - Class in oracle.javatools.ui.infotip
A factory to make creating InfoTipHovers easy.
InfoTipHoverFactory.LazyContent - Interface in oracle.javatools.ui.infotip
Class to create content when the infotip is shown for the first time.
InfoTipHoverFactory.TableInfoTipProvider - Interface in oracle.javatools.ui.infotip
Interface to allow easy provision of infotip content for cells in a JTable.
InfoTipOrientation - Enum in oracle.javatools.ui.infotip
Orientation of the InfoTip in relation to the location it points to.
InfoTipSeparator - Class in oracle.javatools.ui.infotip
A horizontal separator component to indicate the border between different items in an InfoTip.
InfoTipSeparator() - Constructor for class oracle.javatools.ui.infotip.InfoTipSeparator
 
InfoTipStyles - Enum in oracle.javatools.ui.infotip
A collection of the various types of InfoTip styles.
INHERIT_SMALL - Static variable in class oracle.javatools.icons.OracleIcons
 
inheritLogPage(RunProcess) - Method in class oracle.ide.runner.RunProcess
Inherit the logPage of a previous RunProcess unconditionally, except if the current RunProcess already has a logPage.
inheritsFrom(JavaType, JavaType) - Static method in class oracle.javatools.parser.java.v2.util.Conversions
 
init(Layout) - Method in class oracle.ide.ceditor.CodeEditor
Initialize this editor's layout information from the given Layout instance.
init() - Method in class oracle.ide.config.IdeSettings
Initializes some core preferences.
init() - Method in class oracle.ide.controls.ToolButton
Deprecated.
No replacement -- this method is no longer called during construction.
init(String) - Method in class oracle.ide.db.controls.AbstractSizeChooser
 
init(DBObjectProviderPicker.PickerConfiguration) - Method in class oracle.ide.db.controls.DBObjectProviderPicker
Initialize the DBObjectProviderPicker.
init(DBObject, DBObjectProvider) - Method in class oracle.ide.db.controls.NameTextField
 
init(DBObject, DBObject, DBObjectProvider) - Method in class oracle.ide.db.controls.NameTextField
 
init(DBObjectProvider, Schema, String...) - Method in class oracle.ide.db.controls.SchemaObjectComboBox
 
init(DBObjectProvider, Schema, boolean, String...) - Method in class oracle.ide.db.controls.SchemaObjectComboBox
 
init(DBEditorConfig, Schema) - Method in class oracle.ide.db.controls.SchemaPicker
Initializes the picker using the given editor config, and pre-selects the given schema.
init(DBObjectProvider, String) - Method in class oracle.ide.db.controls.SchemaPicker
Initializes the picker using schemas from the given provider, and pre-selects a schema of the given name.
init(DBObjectProvider, Schema) - Method in class oracle.ide.db.controls.SchemaPicker
Initializes the picker with schemas from the given provider, and selects the given schema by default.
init(DBObjectProvider, Schema, boolean) - Method in class oracle.ide.db.controls.SchemaPicker
Initializes the picker with schemas from the given provider, and selects the given schema by default.
init(DBObjectProvider, Schema, Schema[]) - Method in class oracle.ide.db.controls.SchemaPicker
Initializes the picker with the given list of schemas from the given provider, and selects the given schema by default.
init() - Method in class oracle.ide.db.controls.TerabyteSizeChooserUnlimited
 
init(DBObject, DBObjectProvider) - Method in class oracle.ide.db.model.BaseDBObjectNode
 
init(DBObject, DBObjectProvider) - Method in interface oracle.ide.db.model.DBObjectNode
Initialises a new node.
init(DBObjectProvider, Verifier) - Method in class oracle.ide.db.panels.BaseInfoPanel
Deprecated.
 
init(boolean, TraversableContext) - Method in class oracle.ide.db.panels.SelectDBObjectsPanel
Initialises the panel.
init(DBObjectProvider, HashMap<String, DBObject>) - Method in class oracle.ide.db.panels.TemplateObjectsPanel
 
init(Layout) - Method in interface oracle.ide.layout.BaseLayoutListener
Initialize the View state from the information in the stored in the specified layout.
init() - Static method in class oracle.ide.model.ImageNode
 
init() - Static method in class oracle.ide.model.TechnologyScopeConfiguration
 
init() - Static method in class oracle.ide.navigator.ContentSetSupport
 
init() - Static method in class oracle.ide.navigator.ViewSupport
 
init(Workspace, Library) - Method in class oracle.jdeveloper.java.locator.LibraryClassLocator
Initialization used in the constructor taking a Workspace and Library.
init() - Static method in class oracle.jdeveloper.model.JavaProject
This method should be considered package-protected.
INIT_METHOD_NAME - Static variable in interface oracle.jdeveloper.cmt.CmtComponentSource
GUI initialization method name.
INIT_METHOD_PARAMS - Static variable in interface oracle.jdeveloper.cmt.CmtComponentSource
GUI initialization method argument signatures.
initAboutBoxModel() - Method in class oracle.ide.IdeCore
 
initAddinLoadset(String) - Method in class oracle.ide.AddinManager
Initializes addins in a load set.
initAfterAddinsLoad() - Method in class javax.ide.menu.ActionRegistry
 
initAfterMainWindowOpened() - Method in class javax.ide.menu.ActionRegistry
 
initArchiveProfile(Class<? extends DataContainer>) - Method in class oracle.jdeveloper.deploy.ear.EarProfile
 
initArchiveProfile(Class<? extends DataContainer>) - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
 
initArchiveProfile(Class<? extends DataContainer>) - Method in class oracle.jdeveloper.deploy.jar.TaglibProfile
 
initArchiveProfile(Class<? extends DataContainer>) - Method in class oracle.jdeveloper.deploy.war.WarProfile
 
initChildren(Context, List) - Method in class oracle.ide.explorer.ChildFilterHelper
Implementations of this method must populate the children List with Element instances that represent the root-level children of the project in the Context.
initChildren(Context, List) - Static method in class oracle.ide.model.ContentLevel
 
initChildren(Context, List) - Method in class oracle.ide.model.ContentSetFilter
 
initComboBox(JComboBox, String, String) - Static method in class oracle.ide.util.Encodings
The specified comboBox is primed with just the selectedEncoding, or if null, the default encoding of the IDE.
initComboBox(JComboBox, boolean, String) - Static method in class oracle.ide.util.Encodings
Deprecated.
Use initComboBox(JComboBox, String, String) instead so the default item can be a translatable String
initContentSet(ContentSet, URL, Context) - Method in class oracle.ide.model.ContentSetProvider
Deprecated.
No replacement. This method was designed to allow content set providers to setup the default paths for their content; that data is now defined declaratively.
initContentSet(ContentSet, URL, Context) - Method in class oracle.ide.model.ContentSetProviderReference
 
initContentSet(ContentSet, URL, Context) - Method in class oracle.jdeveloper.model.JavaContentSetProvider
 
initContentSet(ContentSet, URL, Context) - Method in class oracle.jdeveloper.model.ResourcesContentSetProvider
 
initDialog() - Method in class oracle.ide.panels.NodeTDialogLauncher
 
initDialog() - Method in class oracle.ide.panels.TDialogLauncher
Initializes the JEWTDialog that the TDialogLauncher will use to host the Traversable.
initExtent - Static variable in class oracle.javatools.db.property.Property
Deprecated.
initFromHistoryFile() - Method in class oracle.jdeveloper.jsp.libraries.JspLibraryManager
Loads jsp-libraries.xml file from the extension System Directory
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.AbstractLibrary
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.ExternalLibrary
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.JDKAdapter
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.JDKNode
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.JLibraryAdapter
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.JLibraryNode
 
initFromLibrary(Library) - Method in interface oracle.jdeveloper.library.Library
Initialize all public properties, other than name, from the Library provided.
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.LibraryAdapter
 
initFromLibrary(Library) - Method in class oracle.jdeveloper.library.ManifestLibrary
 
initFromTaglib() - Method in class oracle.jdeveloper.jsp.libraries.JspLibrary
 
initGeometry() - Method in class oracle.javatools.controls.MainWindow
This method initializes the geometry for the main window.
INITIAL_PROJECT_QUEUE - Static variable in class oracle.jdeveloper.model.JDevDependencyCache
 
INITIAL_SIZE_ATTRIBUTE - Static variable in class oracle.javatools.resourcebundle.ResourceBundleUtils
 
InitialContextFactory - Class in oracle.rc.asadapter.context
Creates an Initial AppServer Context.
InitialContextFactory() - Constructor for class oracle.rc.asadapter.context.InitialContextFactory
 
initialExtent - Static variable in class oracle.javatools.db.property.Property
Property constant for the "initialExtent" property.
initialise(ComponentContext) - Method in class oracle.ide.db.components.ComponentWrapper
Called once on create of each ComponentWrapper to initialise the DBObjectProvider, DBObject etc.
initialise(SystemObject) - Method in class oracle.ide.db.controls.DBObjectChooser.NewObjectProcessor
Subclasses can perform any processing on the object prior to display in the Create dialog
initialise() - Method in class oracle.jdeveloper.db.panels.AbstractConnectionPanelUI
Initialises the layout.
initialiseBuiltInObject(SystemObject) - Method in class oracle.javatools.db.DatabaseDescriptor
Called on every object returned by listBuiltInObjects to set any specific properties that mark the object as "built-in".
initialiseComponent() - Method in class oracle.ide.db.components.ComponentWrapper
If any setup of the Component is needed after the provider/object are known override this method and implement there.
initialiseComponent() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
 
initialiseComponentListener() - Method in class oracle.ide.db.components.ComponentWrapper
Initialises a listener against the underlying Component that will call fireChangeEvent whenever the value in the UI is changed by the user.
initialiseComponentListener() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
 
initialiseComponents() - Method in class oracle.ide.db.controls.NameEditor
 
initialiseDefaultSourceOptions(DefaultSourceOptions) - Method in class oracle.javatools.db.DatabaseDescriptor
Override to customise initialisation of DefaultSourceOptions.
initialiseInstance(PropertyStorage) - Static method in class oracle.javatools.db.GlobalSettings
Deprecated.
initialiseInstance(Thunk<PropertyStorage>) - Static method in class oracle.javatools.db.GlobalSettings
Initialises the global settings with the given HashStructure for storage.
initialiseNewObject(SystemObject) - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
If the add button is included, this method will be called on any new object prior to it displaying in the create dialog.
initialiseObject(T) - Static method in class oracle.javatools.db.TemplateExpander
 
initialiseObject(DBObject, DBObject) - Method in interface oracle.javatools.db.TemplateExpander.Initialiser
 
initialiseObjectListener() - Method in class oracle.ide.db.controls.NameTextField
 
initialisePanel() - Method in class oracle.ide.db.controls.NameAndSchemaEditor
 
initialisePanel() - Method in class oracle.ide.db.controls.NameEditor
 
initialisePanel(String) - Method in class oracle.ide.db.controls.SearchableTextArea
 
initialisePanel() - Method in class oracle.ide.db.panels.plsql.NewPlsqlPanel
 
initialiseTemplates(Context, OfflineDBObjectProvider) - Static method in class oracle.jdeveloper.offlinedb.wizard.ProviderWizard
Called to handle the templates of a given offline database.
initialiseTransferState() - Method in class oracle.ide.db.transfer.TransferDescriptor
This (re)initializes the TransferState object for this descriptor.
InitializationVeto() - Constructor for exception oracle.javatools.db.property.PropertyInitializer.InitializationVeto
 
initialize() - Method in class javax.ide.build.BuildSystem
Initializes the build system manager.
initialize() - Method in class javax.ide.extension.ExtensionRegistry
Initializes the extension registry.
initialize() - Method in class javax.ide.IDE
 
initialize() - Method in class javax.ide.log.LogManager
 
initialize() - Method in class javax.ide.menu.ActionRegistry
Initialize the action registry.
initialize() - Method in class javax.ide.menu.MenuManager
 
initialize() - Method in class javax.ide.Service
Initialize this manager.
initialize() - Method in interface oracle.ide.Addin
Invoked by the AddinManager after the instance of the Addin is instantiated.
initialize() - Method in class oracle.ide.ceditor.CodeEditorAddin
This method is called by the IDE to request that the feature be initialized.
initialize() - Method in class oracle.ide.cmd.FileOpenHistory
 
initialize(Project) - Method in interface oracle.ide.compiler.CopyListener
This method allows the listener implementation to initialize any data that will be used by every single call to handleCopy().
initialize() - Method in class oracle.ide.controller.ToolbarManager
Required by the Addin interface.
initialize() - Method in class oracle.ide.docking.DockStation
This method is called to give this class an opportunity to hook layout listeners to the ide.
initialize() - Method in class oracle.ide.editor.EditorAddin
 
initialize() - Method in class oracle.ide.editor.EditorManager
 
initialize() - Method in class oracle.ide.expressionbuilder.ExpressionBuilderPanel
Calls createControls(), layoutControls(), loadNupdateControls.
initialize() - Method in class oracle.ide.extension.HashStructureHookAggregator
Initializes this aggregator as necessary.
initialize() - Method in class oracle.ide.IdeMainWindow
 
initialize() - Method in class oracle.ide.layout.Layouts
 
initialize() - Method in class oracle.ide.navigator.ProjectNavigatorManager
 
initialize(ArrayList) - Method in class oracle.ide.util.dnd.TransferablesList
Deprecated.
There is no replacement.
initialize() - Method in class oracle.ide.view.MultiManager
Perform any necessary initialization.
initialize() - Method in class oracle.ide.webbrowser.AuthenticatorManager
 
initialize() - Method in class oracle.ide.webbrowser.InternetFilesManager
 
initialize() - Method in class oracle.ideimpl.webupdate.WebUpdateAddin
 
initialize() - Method in class oracle.javatools.controls.MainWindow
 
initialize(Lexer) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Initializes the SyntaxRecognizer.
initialize(ReadTextBuffer) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Initializes the SyntaxRecognizer with a preferred lexer.
initialize(ReadTextBuffer, int) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Initializes the SyntaxRecognizer with a preferred lexer to start at the given start offset.
initialize(PlsqlSyntaxRecognizer) - Method in class oracle.javatools.parser.plsql.old.PlsqlTreeGenerator
 
initialize() - Static method in class oracle.javatools.ui.InputInfo
 
initialize() - Method in class oracle.jdeveloper.asnav.AppServerNavigatorManager
 
initialize() - Method in interface oracle.jdeveloper.asnav.model.Addin
 
initialize() - Method in class oracle.jdeveloper.audit.AbstractAuditAddin
Invoked by the AddinManager after the instance of the Addin is instantiated.
initialize() - Method in class oracle.jdeveloper.deploy.dmf.DescriptorManagerAddin
 
initialize() - Method in class oracle.jdeveloper.library.JLibraryAddin
 
initialize() - Method in class oracle.jdeveloper.model.J2eeEditionAddin
 
initialize() - Method in class oracle.jdeveloper.model.JProjectTechnologyNotifier
 
initialize() - Method in class oracle.jdeveloper.model.NavigatorExtension
This method is called by the IDE to request that the feature be initialized.
initialize() - Method in class oracle.jdeveloper.rescat2.addin.RescatModelAddin
 
initialize(InstanceController, InstanceInfo) - Method in interface oracle.jdeveloper.server.lifecycle.spi.Controller
Initialize controller for an InstanceInfo.
initialize() - Method in class oracle.jdeveloper.uieditor.uicanvas.SelectNib
(Re)initialize the SelectNib.
initialize() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListWindow
 
initialize() - Method in class oracle.jdeveloper.vcs.generic.VCSAddin
 
initialize() - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
 
initialize() - Method in class oracle.jdevimpl.audit.core.AuditAddin
 
initialize(String, char) - Method in class oracle.jdevimpl.audit.util.Strings.TokenIterator
 
initialize() - Method in class oracle.jdevimpl.esdk.ESDKInstallerAddin
 
initialize() - Method in class oracle.jdevimpl.esdk.KeyboardDockableAddin
 
initializeActiveLayout() - Method in class oracle.ide.editor.Editor
 
initializeActiveLayout() - Method in interface oracle.ide.layout.LayoutSelector
This method is called immediate after activating the selector's preferred layout.
initializeAlways() - Method in class oracle.jdeveloper.audit.AbstractAuditAddin
Initializes subclass functionality that is always required, whether or not JDeveloper creates a user interface.
initializeAlways() - Method in class oracle.jdevimpl.audit.core.AuditAddin
 
initializeAttributes() - Method in class oracle.jdeveloper.merge.BaseMergeNode
 
initializeAttributes() - Method in class oracle.jdeveloper.merge.TextMergeNode
 
initializeChangeList() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
initializeCommandStyle(VCSCommandStyle) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Initializes the style of this command, a construction-time requirement.
initializeCommandType(VCSCommandType) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
 
initializeCommentsCustomizer(ChangeListCommentsCustomizer, Object) - Method in class oracle.jdeveloper.vcs.generic.PendingChangesAdapter
 
initializeComplete() - Method in class oracle.jdeveloper.usage.util.TaskMultiplexer.TaskWrapper
Subclasses should call this after their constructor completes to actually start the wrapper.
initializeContentSets(Workspace) - Static method in class oracle.ide.model.ApplicationContent
 
initializeContentSets(Project) - Static method in class oracle.ide.model.ProjectContent
 
INITIALIZED - Static variable in class oracle.jdeveloper.deploy.Stateful.State
 
initializeDialog(String[]) - Method in class oracle.jdeveloper.dialogs.ClassPackageBrowserV2
Initializes the selection in the dialog tabs.
initializeDialog(String) - Method in class oracle.jdeveloper.dialogs.ClassPackageBrowserV2
Initializes the dialog state.
initializeEventQueue(ChangeListEventQueue) - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
initializeEx() - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
 
initializeExternalTool() - Method in class oracle.ide.externaltools.ExternalTool
Perform any work necessary to initialize a newly-created instance of the external tool
initializeFromContext(Context) - Method in class oracle.jdeveloper.builder.AbstractBuilderModel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.annotation.AnnotationBuilderPanel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.cls.ClassBuilderPanel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.enumtype.EnumBuilderPanel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.event.EventSetPanel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.file.FileBuilderPanel
 
initializeFromState(BaliWizardState) - Method in class oracle.jdeveloper.builder.iface.InterfaceBuilderPanel
 
initializeFromState(BaliWizardState) - Method in interface oracle.jdeveloper.wizard.common.BaliWizardPanel
Initializes this panel's data from the provided state object.
initializeGUI() - Method in class oracle.ideimpl.webupdate.wizard.UpdatesTreePanel
 
initializeHook() - Static method in class oracle.rc.asadapter.jsr198.AsAdapterSpiHook
 
initializeIfNeeded() - Method in class oracle.jdeveloper.rescat2.model.hook.ExtensionProvider
 
initializeImpl() - Method in class oracle.jdeveloper.vcs.generic.VCSAddin
 
initializeImpl() - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
 
initializeLayout(Layout) - Method in class oracle.ide.editor.Editor
 
initializeLayout(Layout) - Method in interface oracle.ide.layout.LayoutSelector
This method is called before to activate the selector's preferred layout.
initializeLibrary(PanelLibrary) - Method in class oracle.ide.db.dialogs.BaseDBEditorFactory
This is called when each library is created.
initializeLookAndFeel() - Method in class oracle.ide.IdeCore
Initializes the look and feel for the platform.
initializeMergeContextCS(Context) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
 
initializeMergeModel(CompareModel) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
 
initializeMergeView(CompareView) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Intializes the merge compare view.
initializeMergeView(CompareView) - Method in class oracle.jdeveloper.merge.BaseTextMergeEditor
 
initializeModel() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
initializeModule() - Method in class oracle.javatools.editor.language.LanguageModule
Initialize the language module.
initializeOverview(BaseOverview) - Method in class oracle.javatools.compare.view.BaseCompareView
 
initializeOverview(BaseOverview) - Method in class oracle.javatools.compare.view.SequenceCompareView
 
initializeOwningExtensions(TechnologyScope) - Method in class oracle.ide.model.TechnologyRegistry
Initializes the extension owners for the technologies in the supplied TechnologyScope.
initializePreferredSize() - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
initializePreferredSize() - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel
 
initializePreferredSize() - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTreePanel
 
initializeProgressMonitor(DeterminateProgressMonitor) - Method in class oracle.jdeveloper.vcs.spi.VCSDirectoryInvokable
Initializes the given progress monitor.
initializeProject(Project, Workspace) - Method in interface oracle.jdeveloper.cmd.NewEmptyProjectCommand.ProjectInitializer
 
initializeProjectSettings(Project, Workspace, String, Collection<String>) - Static method in class oracle.jdeveloper.cmd.NewEmptyProjectCommand
Configures the supplied project with default compiler, build, and content options; sets the project package based on the supplied package name and the default application package from teh supplied workspace.
initializeSourceDir(Context) - Method in class oracle.jdeveloper.builder.AbstractBuilderModel
 
initializeSourceDir(Context) - Method in class oracle.jdeveloper.builder.folder.EmptyFolderBuilderModel
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.AbstractStatefulDeployer
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.BatchDeployer
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.DefaultCompositeState
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.DefaultState
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.ModulePackager
 
initializeState() - Method in class oracle.jdeveloper.deploy.common.NullDeployer
 
initializeState() - Method in class oracle.jdeveloper.deploy.contrib.spi.AbstractJLibraryProcessor
 
initializeState() - Method in class oracle.jdeveloper.deploy.contrib.spi.AbstractOffsetPathProcessor
 
initializeState() - Method in class oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor
 
initializeState() - Method in class oracle.jdeveloper.deploy.DeploymentModule
 
initializeState() - Method in class oracle.jdeveloper.deploy.jar.ArchiveDeployer
 
initializeState() - Method in interface oracle.jdeveloper.deploy.Stateful
Transition from 'Uninitialized' to 'Initialized'.
initializeState() - Method in class oracle.jdeveloper.deploy.StatefulDeployment
 
initializeToolbar(Toolbar) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Initializes the toolbar instance with actions for the merge editor.
initializeToolbarImpl(Toolbar) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Initializes the toolbar instance with specific actions for the merge editor.
initializeTransfer(TransferDescriptor) - Method in interface oracle.ide.db.transfer.TransferPolicy
Generic initialization that is called from prepare to transfer, allowing any policy to tweak the descriptor (and perform any required action like connection copy) before anything actually happens.
initializeUI() - Method in class oracle.jdeveloper.audit.AbstractAuditAddin
Initializes subclass functionality that applies only if JDeveloper creates a user interface.
initializeUI() - Method in class oracle.jdevimpl.audit.core.AuditAddin
 
initializeVariables(Context, Object, ELType, Map, Map<String, Property>, Set<Property>) - Method in class oracle.jdeveloper.webapp.el.DefaultScopedVariableProvider
Subclasses should override this method to add variables to both varToPropertyMap & variables.
initializeVariables(Context, Object, ELType, Map, Map<String, Property>, Set<Property>) - Method in class oracle.jdeveloper.webapp.el.IterationScopedVariableProvider
 
initializeVersionOperationPanel(BaseVersionOperationPanel) - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
initializeVersions(PropertyStorage, String) - Static method in class oracle.ide.model.ProjectVersion
 
initializeView(CompareModel) - Method in class oracle.javatools.compare.view.BaseCompareView
 
initializeView(CompareModel) - Method in class oracle.javatools.compare.view.list.ListCompareView
 
initializeView(CompareModel) - Method in class oracle.javatools.compare.view.wedge.WedgeCompareView
 
initializeWithDefaultName() - Method in class oracle.javatools.db.validators.DBObjectValidator
Tests whether a newly created object should be initialized with a default base name.
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_de
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_en
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_es
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_fr
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_it
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_ja
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_ko
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INITIALIZING_EXTENSIONS - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
initializingAddins(boolean) - Static method in class oracle.ide.util.AddinPolicyUtils
This method only works in debug mode! Calls setWarnWhenCreatingImageIcons and setWarnWhenCreatingThreads and optionally checks that nobody is misusing them
initJDK(JDK, URL) - Static method in class oracle.jdeveloper.library.JDKUtil
Initialize a JDK library based on the location of its Java executable using, if possible, any previously cached values associated with that location.
initJDK(JDK, URL, String, String, String) - Static method in class oracle.jdeveloper.library.JDKUtil
Initialize a JDK library based on the location of its Java executable, its version, its classpath and its home location.
initMnemonic(int) - Method in class oracle.ide.util.MnemonicSolver.MenuLabel
Sets the menu label mnemonic.
initNavigatorWindowComparator(DefaultNavigatorWindow) - Method in class oracle.ide.navigator.ProjectNavigatorManager
 
initNewJDK(JDK, URL) - Static method in class oracle.jdeveloper.library.JDKUtil
Initialize a new JDK library based on the location of its Java executable.
initPanel() - Method in class oracle.ide.dialogs.filter.DirectoryExcludeFilterPanel
Deprecated.
 
initPanel(TraversableContext) - Method in class oracle.jdeveloper.db.panels.GlobalDatabaseConnPanel
 
initProductAndUserAddins() - Method in class oracle.ide.AddinManager
Creates and initializes the addins recorded in the file addins.xml and addins-user.xml.
initProductAndUserAddins() - Method in class oracle.ide.IdeCore
 
initProductAndUserAddinsAndActionRegistry() - Method in class oracle.ide.IdeCore
 
initProgressHandle(String, int) - Method in class oracle.ide.runner.RunProcess
Initiate progress reporting (via progress bar component embedded in status bar.
initProgressHandle(String) - Method in class oracle.ide.runner.RunProcess
 
initrans - Static variable in class oracle.javatools.db.property.Property
Property constant for the "initrans" property.
initResourceNode(URL, Element, AbstractModel, DomPosition) - Method in class oracle.jdeveloper.webapp.datatransfer.faces.JsfResourceToNodeTransformer
 
initScrollPane(JScrollPane) - Method in class oracle.javatools.compare.view.BaseCompareView
 
initTempEar(URL) - Method in class oracle.jdeveloper.deploy.ear.EarProfile
 
initTempEar(URL) - Method in class oracle.jdeveloper.deploy.j2ee.J2eeProfile
 
initToolbar(Toolbar) - Method in class oracle.ide.navigator.ContentSetSupport
 
initToolbar(Toolbar) - Method in class oracle.ide.navigator.NavigatorInit
 
initToolbar(Toolbar) - Method in class oracle.ide.navigator.ViewSupport
 
initTracker() - Method in class oracle.ide.usages.UsagesTracker
This method should be called once when the IDE starts up and should not be called again.
initTransientProfile(URL, String, PrintWriter) - Method in class oracle.jdeveloper.deploy.j2ee.J2eeProfile
 
initURLChooser(URLChooser, Context) - Static method in class oracle.ide.dialogs.DialogUtil
Initializes the specified URLChooser according to the current Context.
initURLChooser(URLChooser) - Method in interface oracle.ide.net.URLChooserInit
Initializes the specified URLChooser.
initWithOneItem(SchemaObject) - Method in class oracle.ide.db.controls.SchemaObjectComboBox
Initialize the combobox with a single item.
initWithOneSchema(DBObjectProvider, Schema) - Method in class oracle.ide.db.controls.SchemaPicker
Initialize with just one schema.
INLINE_SEARCH_ID - Static variable in class oracle.jdeveloper.rescat2.ResCatController
 
InlineCodeHighlighter - Class in oracle.javatools.compare.view
 
InlineCodeHighlighter() - Constructor for class oracle.javatools.compare.view.InlineCodeHighlighter
 
InlineSearchable - Interface in oracle.jdeveloper.rescat2.model.nodes
 
InlineSearchDialog - Class in oracle.jdeveloper.rescat2.dialogs
 
InlineSearchDialog() - Constructor for class oracle.jdeveloper.rescat2.dialogs.InlineSearchDialog
 
inMemory - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inMemory" property.
inMemoryCompression - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inMemoryCompression" property.
inMemoryDistribute - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inMemoryDistribute" property.
inMemoryDuplicate - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inMemoryDuplicate" property.
inMemoryPriority - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inMemoryPriority" property.
INNER - Static variable in class oracle.javatools.db.sql.JoinObject
Inner join type Usage: table_reference [CROSS|NATURAL] [INNER] JOIN table_reference [ON|USING...]
INNER_JOIN - Static variable in class oracle.javatools.parser.plsql.symtab.SqlAjndef
Deprecated.
 
InnerAssistant - Interface in oracle.jdeveloper.uieditor.uicanvas
The InnerAssistant interface is a marker interface intended to indicate that a given LayoutAssistant implementation represents a LayoutManager which is Container specific.
inners - Variable in class oracle.javatools.parser.java.v2.common.SignatureHasType
List of inner classes.
input - Variable in class oracle.javatools.parser.java.v2.CallerContext.InputOptions
Valid values are Constants.INPUT_*.
INPUT_AEX - Static variable in class oracle.javatools.parser.plsql.syntax.SqlDriver
Deprecated.
Parse as a Arithmetic expression.
INPUT_ANNOTATION_ELEMENTS - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes annotation element names.
INPUT_BEX - Static variable in class oracle.javatools.parser.plsql.syntax.SqlDriver
Deprecated.
Parse as a boolean expression.
INPUT_CMD - Static variable in class oracle.javatools.parser.plsql.syntax.SqlDriver
Deprecated.
Parse as a SQL command.
INPUT_default - Static variable in class oracle.javatools.parser.plsql.PlsqlParser
Deprecated.
 
INPUT_ENUM_VALUES - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes enum values.
INPUT_EXPR - Static variable in class oracle.javatools.parser.plsql.old.PlsqlParser
Input type.
INPUT_EXPRESSION - Static variable in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
The input buffer contains an expression.
INPUT_LABELS - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes statement labels.
INPUT_MAKE_NARROW_IMPORTS_WIDE - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes types from wide imports deduced from narrow ones.
INPUT_METHOD_REFERENCES - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes methods for method references.
INPUT_METHODS - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes methods.
INPUT_PACKAGES - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes packages.
INPUT_PLS_SRC - Static variable in class oracle.javatools.parser.plsql.PlsqlParser
Deprecated.
Input type.
INPUT_PLSQL_FILE - Static variable in class oracle.javatools.parser.plsql.old.PlsqlParser
Input type.
INPUT_ROOT - Static variable in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
The input buffer contains a full Plsql file.
INPUT_SEX - Static variable in class oracle.javatools.parser.plsql.syntax.SqlDriver
Deprecated.
Parse as a SELECT list expression
INPUT_SQL_BEX - Static variable in class oracle.javatools.parser.plsql.PlsqlParser
Deprecated.
Input type.
INPUT_SQL_QCPI - Static variable in class oracle.javatools.parser.plsql.PlsqlParser
Deprecated.
Input type.
INPUT_TYPES - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes types.
INPUT_VARIABLES - Static variable in interface oracle.javatools.parser.java.v2.CallerContext.Constants
Input set includes variables.
inputFormatClass - Static variable in class oracle.javatools.db.property.Property
Property constant for the "inputFormatClass" property.
InputInfo - Class in oracle.javatools.ui
InputInfo provides methods for getting information about the mouse and keyboard, such as whether the control key is currently pressed or if the mouse is currently performing a drag.
InputInfo() - Constructor for class oracle.javatools.ui.InputInfo
 
InputOptions() - Constructor for class oracle.javatools.parser.java.v2.CallerContext.InputOptions
Creates an empty (default) InputOptions instance.
InputOptions(CallerContext.InputOptions) - Constructor for class oracle.javatools.parser.java.v2.CallerContext.InputOptions
Creates a copy of from another InputOptions instance.
InputTableModel - Class in oracle.ide.controls
 
InputTableModel() - Constructor for class oracle.ide.controls.InputTableModel
 
InputTableModel(List, InputTableModel.ColumnMetaData[]) - Constructor for class oracle.ide.controls.InputTableModel
 
InputTableModel.ColumnMetaData - Class in oracle.ide.controls
 
inputType - Variable in class oracle.javatools.parser.plsql.old.PlsqlParser.ParsingOptions
May be INPUT_PLSQL_FILE, INPUT_EXPR.
inputType - Variable in class oracle.javatools.parser.plsql.PlsqlParser.ParsingOptions
Deprecated.
May be INPUT_JAVA_FILE, INPUT_BLOCK, INPUT_EXPR.
insert(int, Object) - Method in class oracle.ide.util.FastStringBuffer
 
insert(int, String) - Method in class oracle.ide.util.FastStringBuffer
 
insert(int, char[]) - Method in class oracle.ide.util.FastStringBuffer
 
insert(int, boolean) - Method in class oracle.ide.util.FastStringBuffer
 
insert(int, char) - Method in class oracle.ide.util.FastStringBuffer
 
insert(int, char[]) - Method in class oracle.javatools.buffer.AbstractTextBuffer
Inserts the indicated data into the text buffer at the given offset.
insert(int, Reader) - Method in class oracle.javatools.buffer.AbstractTextBuffer
Inserts the data from a Reader instance into the text buffer at the given offset.
insert(int, char[]) - Method in class oracle.javatools.buffer.GuardedTextBuffer
 
insert(int, Reader) - Method in class oracle.javatools.buffer.GuardedTextBuffer
 
insert(int, char[]) - Method in interface oracle.javatools.buffer.TextBuffer
Inserts the indicated data into the text buffer at the given offset.
insert(int, Reader) - Method in interface oracle.javatools.buffer.TextBuffer
Inserts the data from a Reader instance into the text buffer at the given offset.
insert(int, char[]) - Method in class oracle.javatools.buffer.TextBufferDecorator
Inserts the indicated data into the text buffer at the given offset.
insert(int, Reader) - Method in class oracle.javatools.buffer.TextBufferDecorator
Inserts the data from a Reader instance into the text buffer at the given offset.
insert(int, char[]) - Method in class oracle.jdeveloper.audit.transform.TextBufferCommand
Inserts text into the buffer.
insert(int, String) - Method in class oracle.jdeveloper.audit.transform.TextBufferCommand
Inserts text into the buffer.
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_de
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_en
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_es
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_fr
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_it
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_ja
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_ko
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_pt_BR
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_zh_CN
 
INSERT_ACTION_NAME - Static variable in class oracle.ide.quickdiff.res.QuickDiffArb_zh_TW
 
INSERT_BREAK - Static variable in class oracle.javatools.editor.ActionNames
InsertBreakAction
INSERT_EVENT - Static variable in class oracle.javatools.db.plsql.Trigger
 
INSERT_EVENT - Static variable in class oracle.javatools.db.plsql.Trigger
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_de
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_en
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_es
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_fr
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_it
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_ja
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_ko
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_pt_BR
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_CN
 
INSERT_HTML_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_TW
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_de
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_en
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_es
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_fr
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_it
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_ja
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_ko
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_pt_BR
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_CN
 
INSERT_HTML_JSP_DESCRIPTION - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_TW
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_de
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_en
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_es
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_fr
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_it
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_ja
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_ko
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_pt_BR
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_CN
 
INSERT_HTML_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_TW
 
INSERT_INTO_EXPRESSION - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb
Identifies keys to access localizable object
INSERT_INTO_EXPRESSION - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb_en
Identifies keys to access localizable object
INSERT_INTO_EXPRESSION - Static variable in class oracle.ide.expressionbuilder.ExpressionBuilderArb_ja
Identifies keys to access localizable object
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_de
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_en
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_es
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_fr
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_it
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_ja
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_ko
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_pt_BR
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_CN
 
INSERT_JSP_TAG_COMMAND - Static variable in class oracle.jdeveloper.palette.EditorArb_zh_TW
 
INSERT_MODE - Static variable in class oracle.ide.ceditor.EditorStatusBar
String for insert mode.
INSERT_MODE - Static variable in class oracle.javatools.editor.plugins.StatusBarPlugin
String for insert mode.
INSERT_OCCURRED - Static variable in class oracle.ide.expressionbuilder.PickerEvent
 
INSERT_OVERWRITE_CELL_STRINGS - Static variable in class oracle.ide.ceditor.EditorStatusBar
The array of cell strings for the InsertOverwrite cell for sizing.
INSERT_OVERWRITE_CELL_STRINGS - Static variable in class oracle.javatools.editor.plugins.StatusBarPlugin
The array of cell strings for the InsertOverwrite cell for sizing.
INSERT_TAB - Static variable in class oracle.javatools.editor.ActionNames
InsertTabAction
insertAt(int, T) - Method in class oracle.javatools.ui.list.SimpleListModel
Insert the specified element at the specified index in the list.
insertBlockCopy(BaseCompareDifference, ContributorKind, ContributorKind) - Method in class oracle.javatools.compare.view.BaseCompareView
Take a copy of the block from the specified contributor and insert it into the other contributor after the change.
insertBlockCopy(BaseCompareDifference, ContributorKind, ContributorKind) - Method in class oracle.javatools.compare.view.list.ListCompareView
 
insertBlockCopy(BaseCompareDifference, ContributorKind, ContributorKind) - Method in class oracle.javatools.compare.view.wedge.WedgeCompareView
Take a copy of the block from the specified contributor and insert it into the other contributor after the change.
InsertBreakAction() - Constructor for class oracle.javatools.editor.BasicEditorKit.InsertBreakAction
Constructs this object with the appropriate action name.
insertChild(int, StructuredPropertyAccess) - Method in class oracle.ide.util.DefaultStructuredPropertyAccess
 
insertChild(int, StructuredPropertyAccess) - Method in interface oracle.ide.util.StructuredPropertyAccess
Inserts a node at the specified position
insertColumn(int, Object, Object[]) - Method in interface oracle.javatools.ui.table.EditableTableModel
Inserts a column at column in the model.
insertElementAt(Object, int) - Method in class oracle.ide.controls.DefaultListComboBoxModel
 
insertImpl(int, char[]) - Method in class oracle.javatools.buffer.AbstractTextBuffer
Internal version of insert() for subclasses to override.
insertImpl(int, char[], int, int) - Method in class oracle.javatools.buffer.AbstractTextBuffer
Internal version of insert() for subclasses to override.
insertIndexInterval(int, int, boolean) - Method in class oracle.javatools.ui.list.EmptyListSelectionModel
 
insertIndexInterval(int, int, boolean) - Method in class oracle.javatools.ui.list.SingleListSelectionModel
 
insertNextDecorator(URLFileSystemHelperDecorator) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
Inserts the specified decorator into the decorator linked list after this decorator.
insertProperties(int, int) - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
Called after items have been inserted into the change list.
insertRow(int, List) - Method in class oracle.ide.controls.DefaultListTableModel
Inserts a row at row in the model.
insertRow(int, Object[]) - Method in class oracle.ide.controls.DefaultListTableModel
Inserts a row at row in the model.
insertRow(int, Object[]) - Method in interface oracle.javatools.ui.table.EditableTableModel
Inserts a row at row in the model.
insertString(int, String, AttributeSet) - Method in class oracle.ide.controls.UpperCaseTextField.UpperCaseDocument
 
insertString(String) - Method in class oracle.ide.expressionbuilder.ExpressionBuilderPanel
 
insertString(int, String, AttributeSet) - Method in class oracle.javatools.editor.BasicDocument
Inserts a string into the document.
insertString(int, String, AttributeSet) - Method in class oracle.javatools.editor.BasicEditorPane
Insert the given string into the document at the given offset.
insertTab(String, Icon, Component, String, int) - Method in class oracle.ide.controls.SingleRowTabbedPane
Deprecated.
 
InsertTabAction() - Constructor for class oracle.javatools.editor.BasicEditorKit.InsertTabAction
Constructs this object with the appropriate action name.
insertText(int, String) - Method in interface oracle.javatools.editor.EditorSelection
Insert the given text at the given offset (Different selections will handle things like newline characters differently).
insertText(int, String) - Method in class oracle.javatools.editor.EditorSelectionColumns
 
insertText(int, String) - Method in class oracle.javatools.editor.EditorSelectionWrap
 
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.ide.ceditor.NodeUpdater
Provides notification about an insertion into the TextBuffer.
insertUpdate(DocumentEvent) - Method in class oracle.ide.db.controls.SchemaObjectTargetPicker
 
insertUpdate(DocumentEvent) - Method in class oracle.ide.dialogs.SimpleInputDialog
 
insertUpdate(DocumentEvent) - Method in class oracle.ide.expressionbuilder.ExpressionBuilderPanel
 
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.ide.model.TextBufferTracker
 
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.ide.resourcebundle.NodeResourceBundle
 
insertUpdate(DocumentEvent) - Method in class oracle.ide.resourcebundle.SelectTextPanel
 
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.javatools.buffer.ForwardingTextBufferListener
 
insertUpdate(TextBuffer, int, int, char[]) - Method in interface oracle.javatools.buffer.TextBufferListener
Provides notification about an insertion into the TextBuffer.
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.javatools.editor.BasicDocument
Provides notification about an insertion into the text buffer.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class oracle.javatools.editor.BasicView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(CodeFoldingModel<B>, int, int) - Method in interface oracle.javatools.editor.folding.CodeFoldingProvider
Executes an immediate update of the model due to an insertion in the document.
insertUpdate(int, int) - Method in class oracle.javatools.editor.folding.DefaultCodeFoldingModel
 
insertUpdate(DocumentEvent) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin.Column
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin
Gives notification that there was an insert into the document.
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin
Provides notification about an insertion into the text buffer.
insertUpdate(DocumentEvent) - Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
Deprecated.
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class oracle.javatools.editor.plugins.LineHighlightPlugin
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class oracle.jdeveloper.audit.bean.AbstractTextField
 
insertUpdate(DocumentEvent) - Method in class oracle.jdeveloper.builder.EmptyFieldWatcher
 
insertUpdate(TextBuffer, int, int, char[]) - Method in class oracle.jdeveloper.java.util.SourceElementHandle
 
insertUpdate(DocumentEvent) - Method in class oracle.jdeveloper.panels.SelectDatabaseObjectsPanel
 
insertUpdateChildren(B, int, int) - Method in class oracle.javatools.editor.folding.DefaultCodeFoldingModel
 
insideBorder - Variable in class oracle.jdevimpl.audit.log.AuditTreeTable.TripleBorder
 
Insight - Interface in oracle.javatools.editor.insight
Deprecated.
use oracle.ide.insight in insight module
InsightData - Interface in oracle.javatools.editor.insight
Deprecated.
use oracle.ide.insight.InsightItem in insight module
InsightDataProvider - Class in oracle.ide.db.insight.model
Base abstract class for implementations that provide insight data for different parent DBObject types in various contexts.
InsightDataProvider() - Constructor for class oracle.ide.db.insight.model.InsightDataProvider
 
InsightInputFilter - Class in oracle.javatools.editor.insight
This class defines the filtering of an insight list based on the user input.
InsightInputFilter() - Constructor for class oracle.javatools.editor.insight.InsightInputFilter
 
InsightProvider - Interface in oracle.javatools.editor.insight
Deprecated.
use oracle.ide.insight.InsightProvider in insight module
InsightView - Interface in oracle.javatools.editor.insight
Deprecated.
use oracle.ide.insight in insight module
inspect() - Method in interface oracle.ide.runner.DebuggeeData
Put up an inspector for this object
Inspectable - Interface in oracle.ide.inspector
An Inspectable provides information describing the property settings of a given selection.
Inspectable2 - Interface in oracle.ide.inspector
Inspectable2 is a replacement API for Inspectable and offers a custom dialog hook in lieu of a Customizer.
InspectableFactory - Interface in oracle.ide.inspector
An InspectableFactory may be registered with the InspectorFactory such that a Context selection made up entirely of instances of a single data type may be collectively described to the InspectorWindow via an instance of a single Inspectable whose PropertyModel amalgamates the property settings of the entire selection.
inspectables() - Method in class oracle.ide.inspector.CompositeInspectable
 
InspectableViewRegistry - Class in oracle.ide.inspector
Registers Views that can be inspected by the Property Inspector.
inspectClassLoader() - Method in interface oracle.ide.runner.DebuggeeData
Put up an inspector for the classloader of this object
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_de
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_en
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_es
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_fr
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_it
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_ja
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_ko
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INSPECTOR - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
INSPECTOR_APPLY_EXCEPTION_MESSAGE - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
INSPECTOR_APPLY_EXCEPTION_TITLE - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
INSPECTOR_CMD - Static variable in class oracle.ide.IdeConstants
Open inspector window command.
INSPECTOR_CMD_ID - Static variable in class oracle.ide.IdeConstants
Open inspector window command id.
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_de
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_en
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_es
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_fr
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_it
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_ja
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_ko
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INSPECTOR_ICON - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_de
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_en
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_es
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_fr
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_it
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ja
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_ko
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INSPECTOR_MNEMONIC - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_de
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_en
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_es
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_fr
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_it
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_ja
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_ko
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INSPECTOR_UNDO - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INSPECTOR_WINDOW_ID - Static variable in class oracle.ide.inspector.InspectorWindow
Id tag used for identifying an InspectorWidow in a ViewId.
InspectorBundle - Class in oracle.ide.inspector
 
InspectorBundle() - Constructor for class oracle.ide.inspector.InspectorBundle
 
InspectorBundle_de - Class in oracle.ide.inspector
 
InspectorBundle_de() - Constructor for class oracle.ide.inspector.InspectorBundle_de
 
InspectorBundle_en - Class in oracle.ide.inspector
 
InspectorBundle_en() - Constructor for class oracle.ide.inspector.InspectorBundle_en
 
InspectorBundle_es - Class in oracle.ide.inspector
 
InspectorBundle_es() - Constructor for class oracle.ide.inspector.InspectorBundle_es
 
InspectorBundle_fr - Class in oracle.ide.inspector
 
InspectorBundle_fr() - Constructor for class oracle.ide.inspector.InspectorBundle_fr
 
InspectorBundle_it - Class in oracle.ide.inspector
 
InspectorBundle_it() - Constructor for class oracle.ide.inspector.InspectorBundle_it
 
InspectorBundle_ja - Class in oracle.ide.inspector
 
InspectorBundle_ja() - Constructor for class oracle.ide.inspector.InspectorBundle_ja
 
InspectorBundle_ko - Class in oracle.ide.inspector
 
InspectorBundle_ko() - Constructor for class oracle.ide.inspector.InspectorBundle_ko
 
InspectorBundle_pt_BR - Class in oracle.ide.inspector
 
InspectorBundle_pt_BR() - Constructor for class oracle.ide.inspector.InspectorBundle_pt_BR
 
InspectorBundle_zh_CN - Class in oracle.ide.inspector
 
InspectorBundle_zh_CN() - Constructor for class oracle.ide.inspector.InspectorBundle_zh_CN
 
InspectorBundle_zh_TW - Class in oracle.ide.inspector
 
InspectorBundle_zh_TW() - Constructor for class oracle.ide.inspector.InspectorBundle_zh_TW
 
InspectorContext - Class in oracle.ide.inspector
Provides typesafe getter and setter methods for Context data specific to the property inspector.
InspectorFactory - Class in oracle.ide.inspector
The InspectorFactory class is a singleton class that provides a registry for registering Inspectable implementations on a class by class basis.
InspectorManager - Class in oracle.ide.inspector
The InspectorManager manages property inspector views.
InspectorManager() - Constructor for class oracle.ide.inspector.InspectorManager
 
InspectorPage - Interface in oracle.ide.inspector
InspectorPage is an interface which allows GUI 'pages' hosted in the InspectorWindow the opportunity to interact with the hosting InspectorWindow with respect to populating toolbars and receiving focus.
InspectorWindow - Class in oracle.ide.inspector
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
InspectorWindow(String) - Constructor for class oracle.ide.inspector.InspectorWindow
 
install(BasicEditorPane) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.ide.ceditor.AbstractEditorHoverPlugin
 
install(BasicEditorPane) - Method in class oracle.ide.ceditor.BreadcrumbsPlugin
 
install(BasicEditorPane) - Method in class oracle.ide.ceditor.DropHandlerPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.ide.ceditor.EditorStatusBar
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.ide.ceditor.ScrollTipPlugin
 
install(BasicEditorPane) - Method in class oracle.ide.ceditor.SelectionSurroundPlugin
 
install(BasicEditorPane) - Method in class oracle.ide.ceditor.ZoomTextPlugin
 
install() - Method in class oracle.ide.controls.FocusHierarchyDispatcher
 
install(JTree) - Static method in class oracle.ide.controls.TreeAutoExpander
Installs a TreeAutoExpander on that tree.
install() - Method in interface oracle.ide.docking.DockableFactory
This method is called by the docking system if the DockableFactory has been installed for the first time.
install(JFrame, Container, JComponent) - Method in class oracle.ide.docking.DockStation
Initializes the docking system.
install() - Static method in class oracle.ide.keyboard.DialogWatcher
 
install() - Static method in class oracle.ide.keyboard.GrabbableFocusManager
Installing the GrabbableFocusManager inserts a new FocusManager chained to the original one.
install() - Method in class oracle.ide.keyboard.KeyboardDockable
 
install() - Method in interface oracle.ide.runner.DebuggerWindowProviderCallback
Deprecated.
Debugger Extenders should provide their own DockableFactories and no longer use the core DockableFactory to create and manage their windows
install() - Method in interface oracle.ide.webupdate.PostStartupHook
Perform installation tasks after IDE startup.
install() - Static method in class oracle.ideimpl.webupdate.DeferredUpdater
 
install(List<AbstractMap.SimpleImmutableEntry<UpdateInfo, File>>, InstallProgressMonitor) - Method in interface oracle.ideimpl.webupdate.UpdateInstaller
User installable update will call this method This is applicable only if restart is not required after the install
install(BasicEditorPane) - Method in class oracle.javatools.compare.view.InlineCodeHighlighter
 
install(JTextComponent) - Method in class oracle.javatools.editor.BasicCaret
Called when the UI is being installed into the interface of a JTextComponent.
install(BasicEditorPane) - Method in interface oracle.javatools.editor.EditorSelection
Associate the editor selection with an editor
install(BasicEditorPane) - Method in class oracle.javatools.editor.EditorSelectionColumns
 
install(BasicEditorPane) - Method in class oracle.javatools.editor.EditorSelectionWrap
 
install(BasicEditorPane) - Method in class oracle.javatools.editor.EmacsAction.Tracker
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.FileOverviewMargin
Deprecated.
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Called when this plugin is being installed into the BasicEditorPane.
install(BasicDocument) - Method in class oracle.javatools.editor.language.AbstractLanguageSupport
Associates this LanguageSupport instance with a specific document.
install(BasicDocument) - Method in interface oracle.javatools.editor.language.LanguageSupport
Associates this LanguageSupport instance with a specific document.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.AbstractClickPlugin
Deprecated.
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.AbstractEditorPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.AbstractFoldingMargin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.DragDropPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.DropTargetPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in interface oracle.javatools.editor.plugins.EditorPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
Deprecated.
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.GuardedHighlightPlugin
 
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.LineHighlightPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.StatusBarPlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.TrailingSpacePlugin
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.popup.HtmlPopup
Called when this plugin is being installed into the BasicEditorPane.
install(BasicEditorPane) - Method in class oracle.javatools.editor.popup.PopupWindowManager
Deprecated.
Called when this plugin is being installed into the BasicEditorPane.
install(AbstractButton) - Static method in class oracle.javatools.ui.plaf.IconicButtonUI
Make the specified button iconic.
install(Context) - Static method in class oracle.jdeveloper.deploy.contrib.ProcessorCache
Installs a generic cache into the Context.
install() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListDockableFactory
This method is called by the docking system if the DockableFactory has been installed for the first time.
install() - Method in class oracle.jdevimpl.esdk.ESDKInstaller
This method is called after our extension has been installed by Check for Updates.
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALL_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_de
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_es
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_fr
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_it
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_ja
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_ko
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_pt_BR
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_zh_CN
 
INSTALL_EXTENSIONS_COLUMN - Static variable in class oracle.ideimpl.webupdate.UpdateLrb_zh_TW
 
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
Identifies keys to access localizable object
INSTALL_FAIL_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
Identifies keys to access localizable object
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_de
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_en
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_es
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_fr
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_it
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_ja
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_ko
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_pt_BR
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_zh_CN
 
INSTALL_JSP_TAGS - Static variable in class oracle.jdeveloper.resource.TagArb_zh_TW
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALL_PROGRESS - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
installAboutBox(AboutBoxFactory) - Method in class oracle.ide.IdeCore
 
installBuiltInPlugins() - Method in class oracle.javatools.editor.BasicEditorPane
Utility routine to install known, built-in plugins.
installByDefault() - Method in interface oracle.ide.runner.DebuggerWindowProvider
Deprecated.
Debugger Extenders should provide their own DockableFactories and no longer use the core DockableFactory to create and manage their windows
installCompareMenuItem(int, String) - Static method in class oracle.jdeveloper.vcs.util.VCSMenuUtils
Install a menu item into the Compare With menu.
installComponents() - Method in class oracle.javatools.ui.plaf.FlatTabbedPaneUI
 
installContextMenuListener() - Method in class oracle.ide.log.AbstractLogManager
The installContextMenuListener method adds a ContextMenuListener to the ContextMenu.
installContextMenuListener(ContextMenuListener) - Static method in class oracle.jdeveloper.vcs.util.VCSMenuUtils
Install the specified context menu listener.
installDefaults() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
installDefaults() - Method in class oracle.ide.controls.tabbedpane.CustomTabbedPaneUI
 
installDefaults(JButton) - Method in class oracle.ide.inspector.ContextActionPanel
 
installDefaults(Balloon) - Method in class oracle.javatools.ui.balloon.BalloonUI
Deprecated.
 
installDefaults() - Method in class oracle.javatools.ui.plaf.FlatTabbedPaneUI
 
installDefaults(AbstractButton) - Method in class oracle.javatools.ui.plaf.IconicButtonUI
 
installDefaults(AbstractButton) - Method in class oracle.javatools.ui.plaf.theme.ThemedButtonUI
 
installDefaults() - Method in class oracle.javatools.ui.plaf.theme.ThemedProgressBarUI
Install Defaults
installDefaults() - Method in class oracle.javatools.ui.plaf.theme.ThemedTabbedPaneUI
Install the defaults.
installDefaults(AbstractButton) - Method in class oracle.javatools.ui.plaf.theme.ThemedToggleButtonUI
 
installDefaults(AbstractButton) - Method in class oracle.javatools.ui.plaf.theme.ThemedToolBarButtonUI
 
installDefaults() - Method in class oracle.javatools.ui.plaf.theme.ThemedToolBarComboUI
 
installDefaults(JSeparator) - Method in class oracle.javatools.ui.plaf.theme.ThemedToolBarSeparatorUI
 
installDocument(BasicDocument) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin
Utility routine which takes care of starting to track the given document.
installDragCaret() - Method in class oracle.javatools.editor.plugins.DragDropPlugin
Utility method to install and swap in our custom drag caret to support drag functionality.
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_DLG_CANCEL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_DLG_CLOSE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_DLG_TITLE - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_CANCELLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_FAILED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_INSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_INSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_UNINSTALLED - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_UNINSTALLING - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_WAITING_TO_INSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INSTALLER_STATUS_WAITING_TO_UNINSTALL - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
InstallExtensionTask - Class in oracle.ideimpl.webupdate.task
Atomic task that extracts and installs an extension.
InstallExtensionTask() - Constructor for class oracle.ideimpl.webupdate.task.InstallExtensionTask
 
InstallExtensionTask(String, String, boolean) - Constructor for class oracle.ideimpl.webupdate.task.InstallExtensionTask
 
installFilter() - Method in class oracle.jdeveloper.rescat2.model.nodes.DirContextNode
 
installFindNextKeyStroke(KeyStroke) - Method in class oracle.javatools.ui.search.MiniSearchDialog
 
installFindNextKeyStroke(KeyStroke) - Method in class oracle.javatools.ui.search.SearchField
Installs a keystroke to use to find next.
installFindPreviousKeyStroke(KeyStroke) - Method in class oracle.javatools.ui.search.MiniSearchDialog
 
installFindPreviousKeyStroke(KeyStroke) - Method in class oracle.javatools.ui.search.SearchField
Installs a keystroke to use to find previous.
installGenericTableRenderer() - Method in class oracle.javatools.ui.table.GenericTable
 
installGenericTableRenderer(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Set GenericTableCellRenderer for objects, numbers, doubles, dates, booleans, and icons column class type of this table.
installHoverableEditor(BasicEditorPane) - Method in class oracle.ide.ceditor.AbstractEditorHoverPlugin
Check whether the code hover functionality should be added to the given editor.
installImpl(BasicEditorPane) - Method in class oracle.javatools.editor.folding.AbstractCodeFoldingPlugin
 
installImpl(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.AbstractEditorPlugin
Install routine for subclasses that have added installation code to execute.
installImpl(BasicEditorPane) - Method in class oracle.javatools.editor.plugins.AbstractFoldingMargin
Install routine for subclasses that have added installation code to execute.
installImportCache() - Method in interface oracle.javatools.parser.java.v2.model.SourceFile
Installs a cache which helps speed up lookups of imported names and types when a lot of SourceElements are resolved and compiled, for instance during a SourceVisitor that traverses a substantial part of a SourceFile.
installInstance(Context) - Method in class oracle.jdeveloper.deploy.contrib.ProcessorCache
 
installKeyboardSupport() - Method in class oracle.javatools.editor.BasicEditorPane
Support routine to initialize the keyboard support for this editor pane instance.
installListeners() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
installListeners() - Method in class oracle.javatools.ui.ExpansionTreeTip
 
installListeners() - Method in class oracle.javatools.ui.plaf.FlatTabbedPaneUI
 
installListeners(AbstractButton) - Method in class oracle.javatools.ui.plaf.IconicButtonUI
 
installListeners() - Method in class oracle.javatools.ui.plaf.theme.ThemedPlasticScrollBarUI
 
installListeners() - Method in class oracle.javatools.ui.plaf.theme.ThemedTabbedPaneUI
 
installListeners(CatalogContext) - Method in class oracle.jdeveloper.rescat2.model.nodes.DirContextNode
 
installMainSystemMenu(String, VCSExtensionInformation) - Static method in class oracle.jdeveloper.vcs.util.VCSMenuUtils
Install the system menu for the given extension into the Versioning main menu.
installMenubar(String, View) - Method in class javax.ide.menu.MenuManager
Install a menu bar into the specified view.
installModel(MutableVersionOperationModel) - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
installModel(MutableVersionOperationModel) - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetChangeList
 
installModel(VersionOperationModel) - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
Install a VersionOperationModel into this panel.
installModelImpl(VersionOperationModel) - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
installModelImpl(VersionOperationModel) - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel
 
installModelImpl(VersionOperationModel) - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTreePanel
 
installMouseListener(LogPage) - Method in class oracle.ide.log.AbstractLogManager
The installMouseListener method adds a MouseListener to the specified LogPage.
installNavigationActionHook() - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
 
installNullCore() - Static method in class oracle.ide.Ide
Installs a null instance core into the ide.
installPlugin(EditorPlugin) - Method in class oracle.javatools.editor.BasicEditorPane
This installs an editor plugin into the editor.
InstallProgressMonitor - Class in oracle.ideimpl.webupdate
 
InstallProgressMonitor(InstallProgressPanel) - Constructor for class oracle.ideimpl.webupdate.InstallProgressMonitor
 
InstallProgressMonitor.InstallStatus - Enum in oracle.ideimpl.webupdate
 
InstallProgressPanel - Class in oracle.ideimpl.webupdate
 
InstallProgressPanel(JEWTDialog, Map<UpdateInstaller, List<UpdateInfo>>, Map<UpdateInstaller, List<AbstractMap.SimpleImmutableEntry<UpdateInfo, File>>>) - Constructor for class oracle.ideimpl.webupdate.InstallProgressPanel
 
installReplaceMenuItem(int, String) - Static method in class oracle.jdeveloper.vcs.util.VCSMenuUtils
Install an item into the Replace With menu
installTableModel(CommitHistoryTableModel) - Method in class oracle.jdeveloper.vcs.commithistory.CommitVersionDockableWindow
 
installTableTransferHandler(JTable, boolean) - Static method in class oracle.javatools.ui.table.TableHelper
Installs TableTransferHandler that supports copy and paste
installToolbar(String, View) - Method in class javax.ide.menu.MenuManager
Install a toolbar into the specified view.
installToolbar(String, Toolbar, View) - Method in class oracle.ide.controller.ToolbarManager
installUI(JComponent) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
installUI(JComponent) - Method in class oracle.ide.controls.tabbedpane.CustomTabbedPaneUI
 
installUI(JComponent) - Method in class oracle.javatools.editor.BasicEditorUI
Installs the UI for a component.
installUI(JComponent) - Method in class oracle.javatools.ui.balloon.BalloonUI
Deprecated.
 
installUI(JComponent) - Method in class oracle.javatools.ui.BlockingLayerUI
Deprecated.
Configures the JLayer this LayerUI is set to.
installUI(JComponent) - Method in class oracle.javatools.ui.breadcrumbs.BreadcrumbsButtonUI
 
installUI(JComponent) - Method in class oracle.javatools.ui.MenuItemUIDecorator
 
installUI(JComponent) - Method in class oracle.javatools.ui.plaf.FlatTabbedPaneUI
 
installUI(JComponent) - Method in class oracle.javatools.ui.plaf.SuperLabelUI
 
installUI(JComponent) - Method in class oracle.javatools.ui.plaf.theme.ThemedMenuUI
 
installUI(JComponent) - Method in class oracle.javatools.ui.plaf.theme.ThemedTableHeaderUI
 
installUI(JComponent) - Method in class oracle.javatools.ui.ResizeComponent.ResizeLayer
 
installUI(JComponent) - Method in class oracle.javatools.ui.search.SearchFieldUI
 
installUndoableEditListener() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Installs view-specific undoable edit listeners.
installUndoableEditListener() - Method in class oracle.jdeveloper.merge.BaseTextMergeEditor
Installs view-specific undoable edit listeners.
installVersionHistoryMenuItem(JMenu, int) - Static method in class oracle.jdeveloper.vcs.util.VCSMenuUtils
Install the standard "Version History" menu item at the end of the Versioning menu
instance() - Static method in class oracle.ide.inspector.InspectableViewRegistry
Returns the singleton instance of this class.
instance() - Static method in class oracle.ide.inspector.NotObservableSubjectRegistry
 
instance() - Static method in class oracle.ide.inspector.task.GuiExecutor
 
INSTANCE - Static variable in class oracle.javatools.CamelCaseOrContainsInputFilter
 
INSTANCE - Static variable in class oracle.javatools.editor.insight.CamelCaseInsightInputFilter
Deprecated.
The CamelCaseInsightInputFilter class is a singleton.
INSTANCE - Static variable in class oracle.javatools.editor.insight.SortedInsightInputFilter
Deprecated.
The CamelCaseInsightInputFilter class is a singleton.
INSTANCE - Static variable in class oracle.javatools.parser.properties.DefaultPropertyFileLexerSetup
 
INSTANCE - Static variable in class oracle.javatools.parser.properties.JARManifestPropertyFileLexerSetup
 
instance() - Static method in class oracle.javatools.util.NullResourceBundle
 
INSTANCE - Static variable in class oracle.jdeveloper.rescat2.model.nodes.ResourceNodeFactory
 
INSTANCE_CLASS_REFTYPE - Static variable in class oracle.jdeveloper.db.adapter.DatabaseProvider
Deprecated.
- moved to SQLServerConnectionCreator.INSTANCE_CLASS_REFTYPE. Database specific keys belong on the appropriate ConnectionCreator subclasses.
INSTANCE_CLASS_REFTYPE - Static variable in class oracle.jdeveloper.db.adapter.SQLServerConnectionCreator
Property key for the instance name of the database.
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_de
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_es
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_fr
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_it
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ja
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ko
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_pt_BR
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_CN
 
INSTANCE_FIELD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_TW
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_de
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_es
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_fr
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_it
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ja
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ko
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_pt_BR
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_CN
 
INSTANCE_METHOD - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_TW
 
InstanceController - Interface in oracle.jdeveloper.server.lifecycle
 
InstanceController.StatusTester - Interface in oracle.jdeveloper.server.lifecycle
 
instanceCreated(AsAdapterEvent) - Method in interface oracle.rc.asadapter.connection.FactoryListener
 
InstanceInfo - Interface in oracle.jdeveloper.server
 
instanceOf(String) - Static method in class oracle.rc.asadapter.connection.AppServerConnectionType
 
instanceOf(Class) - Static method in class oracle.rc.asadapter.connection.AppServerConnectionType
 
InstanceOfCondition - Class in oracle.ide.condition
Evaluates if a key in the context is instance of a type.
InstanceOfCondition() - Constructor for class oracle.ide.condition.InstanceOfCondition
 
instanceOfDepth(Class, String) - Static method in class oracle.ide.util.ClassUtils
 
Instances() - Constructor for class oracle.javatools.util.Filter.Instances
 
InstanceStatus - Interface in oracle.jdeveloper.server.lifecycle
States of an Instance.
instantiable - Static variable in class oracle.javatools.db.property.Property
Property constant for the "instantiable" property.
instantiatePreferredLexer() - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Subclasses should instantiate and customize preferred lexers here.
instantiatePreferredLexer() - Method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
INSTRUCTION_CONTROL_VGAP - Static variable in class oracle.javatools.ui.LayoutConstants
The vertical gap in pixels between instruction text and the first control beneath it.
INSTRUCTION_LABEL - Static variable in class oracle.javatools.ui.ghost.UIConstants
A string to indicate that a label with this client property set will be converted to instructional text look when ghostified by ComponentConverter.
INSTRUCTION_TEXT_FOREGROUND - Static variable in class oracle.javatools.ui.ghost.UIConstants
 
instructions - Variable in class oracle.javatools.ui.builders.BasicBuilder
 
Instructions() - Constructor for class oracle.javatools.ui.builders.BasicBuilder.Instructions
 
INT - Static variable in class javax.ide.model.java.source.tree.LiteralExpressionT.LiteralKind
Integer literal.
INT - Static variable in interface oracle.javatools.db.JdbcDatabase
 
int2Str(PropertyAccess, String, int) - Static method in class oracle.ide.navigator.NavigatorInit
 
INT_P - Static variable in interface oracle.jdeveloper.engine.EngineConstants
 
INTEG_CODE_EDITOR_CONTEXT_MENU_ITEM - Static variable in class oracle.ide.externaltools.ExternalTool
INTEG_MAIN_WINDOW_TOOLBAR_BUTTON - Static variable in class oracle.ide.externaltools.ExternalTool
INTEG_NAVIGATOR_CONTEXT_MENU_ITEM - Static variable in class oracle.ide.externaltools.ExternalTool
INTEG_NAVIGATOR_TOOLBAR_BUTTON - Static variable in class oracle.ide.externaltools.ExternalTool
Deprecated.
since 11.1.1. This integration has never been supported.
INTEG_TOOLS_MENU_ITEM - Static variable in class oracle.ide.externaltools.ExternalTool
Integer(int) - Constructor for class oracle.ide.util.Mutables.Integer
 
INTEGER - Static variable in interface oracle.javatools.db.JdbcDatabase
 
INTEGER - Static variable in interface oracle.javatools.parser.css.LexicalUnits
Represents an integer.
INTEGER - Static variable in interface oracle.jdeveloper.engine.EngineConstants
 
INTEGER_ALWAYS_WRAP - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Integer value for always-wrap.
INTEGER_NEVER_WRAP - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Integer value for never-wrap.
INTEGER_S - Static variable in interface oracle.jdeveloper.engine.EngineConstants
 
INTEGER_WRAP_IF_LONG - Static variable in interface oracle.javatools.parser.java.v2.JavaPreferences
Integer value for wrap-if-long.
IntegerConverter - Class in oracle.jdeveloper.audit.service
 
IntegerConverter() - Constructor for class oracle.jdeveloper.audit.service.IntegerConverter
 
IntegerField - Class in oracle.jdevimpl.audit.bean
 
IntegerField() - Constructor for class oracle.jdevimpl.audit.bean.IntegerField
 
integerGetter(JavaType, String) - Static method in class oracle.javatools.parser.java.v2.util.Annotations
 
INTEGRATED_COMPARE - Static variable in class oracle.jdeveloper.vcs.spi.VCSComparePreferencesPanel
Constant indicating that the compare tool integrated into JDeveloper should be used.
IntegrationPoint - Enum in oracle.ide.externaltools
An IntegrationPoint represents a place in the user interface where an external tool may be integrated.
INTENTIONAL_NULL - Static variable in class oracle.ide.Context
Context property that asserts that null workspace, project or node values, if any, in the context are intentional.
INTENTIONAL_NULL - Static variable in interface oracle.jdeveloper.audit.analyzer.AuditContext
Deprecated.
INTERACTION - Static variable in class oracle.javatools.icons.OracleIcons
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_ar
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_cs
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_da
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_de
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_el
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_en
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_es
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_fi
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_fr
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_fr_CA
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_hu
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_it
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_iw
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_ja
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_ko
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_nl
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_no
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_pl
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_pt
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_pt_BR
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_ro
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_ru
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_sk
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_sv
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_th
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_tr
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_zh_CN
 
INTERACTIVE_PANEL_TITLE - Static variable in class oracle.ide.wizard.WizardArb_zh_TW
 
Interdependency - Interface in oracle.jdeveloper.deploy.common
Interface that captures the 0-many dependencies between a subject and its Dependable(s).
INTERFACE - Static variable in class oracle.javatools.icons.OracleIcons
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategory
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_de
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_es
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_fr
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_it
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ja
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_ko
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_pt_BR
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_CN
 
INTERFACE - Static variable in class oracle.jdeveloper.audit.analyzer.StyleCategoryBundle_zh_TW
 
INTERFACE_TYPE - Static variable in class javax.ide.model.java.source.tree.ClassT.ClassKind
This ClassT is of the "interface" type, not an annotation type.
InterfaceBindingContext - Class in oracle.rc.asadapter.mbean.proxy
 
InterfaceBuilder - Class in oracle.jdeveloper.builder.iface
 
InterfaceBuilder() - Constructor for class oracle.jdeveloper.builder.iface.InterfaceBuilder
 
InterfaceBuilderModel - Class in oracle.jdeveloper.builder.iface
 
InterfaceBuilderModel(Context) - Constructor for class oracle.jdeveloper.builder.iface.InterfaceBuilderModel
 
InterfaceBuilderPanel - Class in oracle.jdeveloper.builder.iface
 
InterfaceBuilderPanel() - Constructor for class oracle.jdeveloper.builder.iface.InterfaceBuilderPanel
 
interfaces - Variable in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
InterfaceSelectionPanel - Class in oracle.jdeveloper.builder
 
InterfaceSelectionPanel() - Constructor for class oracle.jdeveloper.builder.InterfaceSelectionPanel
When using this constructor, be sure to call InterfaceSelectionPanel.setProject(oracle.ide.model.Project) before displaying the panel otherwise an error will occur if the user tries to browse for interface types.
InterfaceSelectionPanel(Project) - Constructor for class oracle.jdeveloper.builder.InterfaceSelectionPanel
Constructs a new interface-selection panel.
InterfacesT - Interface in javax.ide.model.java.source.tree
An interfaces clause of a type declaration.
intern() - Method in class oracle.ide.file.FileSet
Returns a canonical representation of the file set.
intern(URL) - Static method in class oracle.ide.net.URLFactory
Returns a canonical representation for the URL object.
intern() - Method in class oracle.ide.net.URLKey
Interns the underlying URL and returns a URLKey instance for the interned URL.
intern(Object) - Static method in class oracle.javatools.data.Structure
 
intern(String) - Static method in class oracle.javatools.data.Structure
 
intern(URL) - Static method in class oracle.javatools.data.Structure
 
intern(E) - Method in class oracle.javatools.util.ArraySortedSet
Utility routine which ensures that the Set will contain the given object.
Internal - Annotation Type in oracle.javatools.db.property
Annotation to mark a bean property as "internal" to the object.
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_de
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_es
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_fr
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_it
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_ja
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_ko
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_pt_BR
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_zh_CN
 
INTERNAL_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_zh_TW
 
INTERNAL_ENCODING - Static variable in interface oracle.jdeveloper.compiler.OjcConfigurationConstants
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_de
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_es
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_fr
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_it
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_ja
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_ko
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_pt_BR
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_zh_CN
 
INTERNAL_EXCEPTION_DESCRIPTION - Static variable in class oracle.ide.status.StatusBundle_zh_TW
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_de
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_es
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_fr
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_it
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_ja
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_ko
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_pt_BR
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_zh_CN
 
INTERNAL_EXCEPTION_LABEL - Static variable in class oracle.ide.status.StatusBundle_zh_TW
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_de
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_es
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_fr
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_it
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_ja
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_ko
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_pt_BR
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_zh_CN
 
INTERNAL_EXCEPTION_MESSAGE - Static variable in class oracle.ide.status.StatusBundle_zh_TW
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_de
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_es
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_fr
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_it
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_ja
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_ko
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_pt_BR
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_zh_CN
 
INTERNAL_LABEL - Static variable in class oracle.ide.audit.AuditBundle_zh_TW
 
INTERNALERR_BACKEDUP_TWICE - Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
 
INTERNALERR_BACKUP_NOT_IMPLEMENTED_YET - Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
 
INTERNALERR_CANT_ACCESS_LEXER_TOKEN_ON_BACKUP - Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
 
internalError(String) - Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
Report an internal error.
InternalLibraryList - Class in oracle.jdeveloper.library
A list of libraries defined internally in a project or application.
InternalLibraryList(HashStructure) - Constructor for class oracle.jdeveloper.library.InternalLibraryList
 
internalName - Static variable in class oracle.javatools.db.property.Property
Property constant for the "internalName" property.
internalPreprsist() - Method in class oracle.javatools.data.ListStructure
Do not use this method.
internalSetELResolved(Boolean) - Static method in class oracle.javatools.resourcebundle.ChainedKeyValueMap
 
internalSetELResolved(Boolean) - Static method in class oracle.javatools.resourcebundle.ChainedKeyValueNoteMap
 
InternetFilesManager - Class in oracle.ide.webbrowser
 
InternetFilesOptions - Class in oracle.ide.webbrowser
 
interrupt() - Method in class oracle.ide.util.SwingWorker
Deprecated.
A new method that interrupts the worker thread.
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_de
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_es
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_fr
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_it
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_ja
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_ko
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_pt_BR
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_zh_CN
 
INTERRUPTED_MESSAGE - Static variable in class oracle.jdeveloper.audit.model.ModelBundle_zh_TW
 
IntersectedFilters - Class in oracle.ide.util
Utility class for obtaining the intersection of multiple PatternFilter instances.
IntersectedFilters(PatternFilters[]) - Constructor for class oracle.ide.util.IntersectedFilters
Constructor for creating an IntersectedFilters that encapsulates an arbitrary number of other PatternFilters instances.
IntersectedFilters(IntersectedFilters...) - Constructor for class oracle.ide.util.IntersectedFilters
Constructor that creates an IntersectedFilters that is composed of the intersection of multiple other IntersectedFilters instances.
IntersectedFilters(IntersectedFilters, IntersectedFilters) - Constructor for class oracle.ide.util.IntersectedFilters
Constructor that creates an IntersectedFilters that is composed of the intersection of two other IntersectedFilters instances.
IntersectedFilters(PatternFilters) - Constructor for class oracle.ide.util.IntersectedFilters
Convenience constructor for creating an IntersectedFilters that encapsulates only one PatternFilters instance.
IntersectedFilters(PatternFilters, PatternFilters) - Constructor for class oracle.ide.util.IntersectedFilters
Convenience constructor for creating an IntersectedFilters that encapsulates only two PatternFilters instances.
IntersectedFilters(PatternFilters, PatternFilters, PatternFilters) - Constructor for class oracle.ide.util.IntersectedFilters
Convenience constructor for creating an IntersectedFilters that encapsulates only three PatternFilters instances.
intersection(Location) - Method in class oracle.jdeveloper.audit.model.Location
Gets the intersection of this location with a location, or null if they do not intersect.
IntersectionType - Class in oracle.javatools.parser.java.v2.common
Represents an intersection of multiple JavaTypes.
IntersectionType(List<JavaType>, JavaProvider) - Constructor for class oracle.javatools.parser.java.v2.common.IntersectionType
 
intersects(Location) - Method in class oracle.jdeveloper.audit.model.Location
Gets whether this location intersects with a location.
intersectWith(PatternFilters) - Method in class oracle.ide.util.IntersectedFilters
Creates an IntersectedFilter from this filter and additional pattern filter.
intersectWith(IntersectedFilters) - Method in class oracle.ide.util.IntersectedFilters
Creates an IntersectedFilter from this filter and an additional intersected filter.
INTERVAL - Static variable in interface oracle.javatools.db.JdbcDatabase
 
interval - Static variable in class oracle.javatools.db.property.Property
Property constant for the "interval" property.
intervalAdded(ListDataEvent) - Method in class oracle.ide.controls.customtab.CustomTab
 
intervalAdded(ListDataEvent) - Method in class oracle.jdeveloper.builder.cls.AttributePanel
Sent after the indices in the index0,index1 interval have been inserted in the data model.
intervalAdded(ListDataEvent) - Method in class oracle.jdeveloper.rescat2.util.boilerplate.ListAdapter
 
intervalAdded(ListDataEvent) - Method in class oracle.jdevimpl.audit.profile.AuditProfileDialog
Reports that a profile was added to the combobox.
intervalAdded(ListDataEvent) - Method in class oracle.jdevimpl.audit.profile.ProfileTreeModel
 
intervalAdded(ListDataEvent) - Method in class oracle.jdevimpl.audit.swing.ComboBoxLabel
 
intervalRemoved(ListDataEvent) - Method in class oracle.ide.controls.customtab.CustomTab
 
intervalRemoved(ListDataEvent) - Method in class oracle.jdeveloper.builder.cls.AttributePanel
Sent after the indices in the index0,index1 interval have been removed from the data model.
intervalRemoved(ListDataEvent) - Method in class oracle.jdeveloper.rescat2.util.boilerplate.ListAdapter
 
intervalRemoved(ListDataEvent) - Method in class oracle.jdevimpl.audit.profile.AuditProfileDialog
Reports that a profile was removed from the combobox.
intervalRemoved(ListDataEvent) - Method in class oracle.jdevimpl.audit.profile.ProfileTreeModel
 
intervalRemoved(ListDataEvent) - Method in class oracle.jdevimpl.audit.swing.ComboBoxLabel
 
IntHashMap<V> - Class in oracle.ide.util
 
IntHashMap(int, float) - Constructor for class oracle.ide.util.IntHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IntHashMap(int) - Constructor for class oracle.ide.util.IntHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IntHashMap() - Constructor for class oracle.ide.util.IntHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
intValue() - Method in class oracle.ide.util.Mutables.Byte
 
intValue() - Method in class oracle.ide.util.Mutables.Character
 
intValue() - Method in class oracle.ide.util.Mutables.Double
 
intValue() - Method in class oracle.ide.util.Mutables.Float
 
intValue() - Method in class oracle.ide.util.Mutables.Integer
 
intValue() - Method in class oracle.ide.util.Mutables.Long
 
intValue() - Method in class oracle.ide.util.Mutables.Short
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_ANNOTATION_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_BEAN - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_BRACE - Static variable in class oracle.javatools.parser.generic.BraceHelper
The index returned for an invalid brace.
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_de
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_en
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_es
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_fr
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_it
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ja
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_ko
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_pt_BR
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_CN
 
INVALID_CENTER - Static variable in class oracle.ideimpl.webupdate.UpdateArb_zh_TW
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_CLASS_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_DIMENSION - Static variable in interface oracle.jdeveloper.engine.JavaInfo
reserved, not yet used
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_ENUM_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_FILE_ID - Static variable in class oracle.ide.file.FileTable
Constant used to mark an invalid file ID.
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_FOLDER_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_de
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_en
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_es
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_fr
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_it
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_ja
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_ko
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_pt_BR
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_zh_CN
 
INVALID_FORMAT - Static variable in class oracle.ide.resource.TagArb_zh_TW
 
INVALID_IDENTIFIER - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate a bad identifier name
INVALID_IDENTIFIER_NULL - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate that null is not a valid identifier
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_INTERFACE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_de
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_en
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_es
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_fr
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_it
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_ja
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_ko
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_pt_BR
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_zh_CN
 
INVALID_LINE - Static variable in class oracle.ide.resource.TagArb_zh_TW
 
INVALID_MODIFIERS - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate invalid modifier combinations
INVALID_NAME_MESSAGE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_ar
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_cs
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_da
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_de
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_el
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_es
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_fi
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_fr
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_fr_CA
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_hu
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_it
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_iw
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_ja
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_ko
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_nl
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_no
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_pl
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_pt
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_pt_BR
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_ro
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_ru
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_sk
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_sv
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_th
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_tr
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_zh_CN
 
INVALID_OPTION - Static variable in class oracle.javatools.util.CommandExceptionBundle_zh_TW
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_de
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_en
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_es
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_fr
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_it
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ja
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_ko
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_pt_BR
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_CN
 
INVALID_PACKAGE_NAME - Static variable in class oracle.jdeveloper.builder.resource.BuilderArb_zh_TW
 
INVALID_PARAM_IDENTIFIER - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate a bad param identifier name
INVALID_PARAM_IDENTIFIER_NULL - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate null is not a valid param identifier
INVALID_PARAM_TYPE_NULL - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate null is not a valid param type
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_de
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_en
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_es
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_fr
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_it
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_ja
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_ko
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_pt_BR
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_zh_CN
 
INVALID_PATH - Static variable in class oracle.ide.resource.ComponentArb_zh_TW
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_de
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_en
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_es
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_fr
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_it
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_ja
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_ko
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_pt_BR
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_CN
 
INVALID_PREFIX_ERROR_MESSAGE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_TW
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_de
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_en
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_es
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_fr
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_it
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_ja
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_ko
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_pt_BR
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_CN
 
INVALID_PREFIX_TITLE - Static variable in class oracle.jdeveloper.resource.TagArb_zh_TW
 
INVALID_THROW_TYPE_NULL - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate null is not a valid throw type
INVALID_TYPE_NULL - Static variable in interface oracle.jdeveloper.engine.JavaInfo
returned by validate() to indicate that null is not a valid type
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_de
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_en
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_es
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_fr
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_it
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_ja
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_ko
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_pt_BR
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_zh_CN
 
INVALID_VERSION - Static variable in class oracle.ide.resource.TagArb_zh_TW
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_de
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_en
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_es
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_fr
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_it
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_ja
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_ko
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INVALID_XML - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_de
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_en
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_es
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_fr
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_it
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_ja
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_ko
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_pt_BR
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_zh_CN
 
INVALID_XML_TITLE - Static variable in class oracle.ide.resource.IdeArb_zh_TW
 
InvalidAliasException - Exception in oracle.javatools.db.sql
Exception thrown when a select or from object has an invalid alias (e.g.
InvalidAliasException(AliasFragment) - Constructor for exception oracle.javatools.db.sql.InvalidAliasException
The alias for the given fragment is invalid.
InvalidAliasException(AliasFragment, String) - Constructor for exception oracle.javatools.db.sql.InvalidAliasException
Use when a new alias is invalid and hasn't been commited to the alias fragment yet.
invalidate() - Method in class oracle.ide.controls.customtab.CustomTab
 
invalidate() - Method in class oracle.ide.file.FileTable
Invalidates the file table.
invalidate(Workspace) - Static method in class oracle.ide.file.ProjectCache
Invalidate the project cache for an application workspace.
invalidate(Collection<Project>) - Static method in class oracle.ide.file.ProjectCache
Invalidate the project cache for a set of projects.
invalidate(Project) - Static method in class oracle.ide.file.ProjectCache
Invalidate the project cache for a specific project.
invalidate() - Method in class oracle.javatools.editor.print.EditorPageable
Invalidates our repagination info.
invalidate() - Method in class oracle.javatools.ui.list.DefaultCheckListCellRenderer
Overridden for performance reasons.
invalidate() - Method in class oracle.jdeveloper.vcs.spi.VCSStatusCache
Deprecated.
This method is provided for API compatibility purposes.
invalidate() - Method in class oracle.jdevimpl.audit.swing.HtmlTreeCellRenderer
Overridden for performance reasons.
invalidateAllJars() - Static method in class oracle.ide.file.FileTable
Invalidate all file tables that have data for JAR files.
invalidateCache() - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypes
 
invalidateCache() - Method in class oracle.jdeveloper.engine.ClassEngine
Nulls out the _methodInfos cache, stops listing to TextBuffer events, and nulls out the _srcFile.
invalidateCache(SourceTransaction) - Method in class oracle.jdeveloper.engine.ClassEngine
 
invalidateCache() - Method in class oracle.jdeveloper.rescat2.model.hook.ConnectionHelpers
 
invalidateCache() - Method in class oracle.jdeveloper.rescat2.model.hook.ContextRecognizers
 
invalidateCache() - Method in class oracle.jdeveloper.rescat2.model.hook.ExtensionProvider
Invoked when new extensions are brought on-line.
invalidateCache() - Method in class oracle.jdeveloper.rescat2.model.hook.ResourceRecognizers
 
invalidateCache() - Method in class oracle.rc.asadapter.context.RootManageableContext
 
invalidateCache() - Method in class oracle.rc.asadapter.context.spi.DefaultAppServerResourceContext
 
invalidateCache() - Method in interface oracle.rc.asadapter.glassfish.context.Applications
 
invalidateCache() - Method in interface oracle.rc.asadapter.glassfish.mgmt.Application
 
invalidateCache() - Method in interface oracle.rc.asadapter.weblogic.context.Clusters
 
invalidateCache() - Method in interface oracle.rc.asadapter.weblogic.context.Deployments
 
invalidateCache() - Method in interface oracle.rc.asadapter.weblogic.context.Servers
 
invalidateCachedKeys(String...) - Method in class oracle.ide.model.HashStructureNode
 
INVALIDATED - Static variable in class oracle.jdeveloper.deploy.Stateful.State
 
invalidateDirectory(URL, boolean) - Static method in class oracle.ide.file.FileTable
Invalidate all active file tables that have data for a directory.
invalidateDirectory(URL, URL, URL) - Static method in class oracle.ide.file.FileTable
Invalidate all active file tables that have data for a directory, due to a file being renamed.
invalidateDirectoryImpl(URL, boolean, URL, URL) - Method in class oracle.ide.file.FileTable
Invalidates a directory in this file table.
invalidateFile(URL, boolean) - Static method in class oracle.ide.file.FileTable
Invalidate all active file tables that have data for a specific file.
invalidateFileImpl(URL, boolean) - Method in class oracle.ide.file.FileTable
Invalidates a file in this file table.
invalidateJar(URL) - Static method in class oracle.ide.file.FileTable
Invalidate all active file tables that have data for a specific JAR file.
invalidateLayout(Container) - Method in class oracle.ide.controls.ButtonsLayoutManager
 
invalidateLayout(Container) - Method in class oracle.ide.controls.PentaLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class oracle.ide.palette2.layouts.PaletteLayout
 
invalidateLayout(Container) - Method in class oracle.javatools.ui.ColumnLayout
 
invalidateLayout(Container) - Method in class oracle.jdevimpl.audit.swing.CenterLayout
 
invalidateLayout(Container) - Method in class oracle.jdevimpl.audit.swing.CommandButtonLayout
 
invalidateLayout(Container) - Method in class oracle.jdevimpl.audit.swing.DelegatingLayout
 
invalidateOffsets(int) - Method in class oracle.javatools.editor.language.LexerOffsetsCache
Invalidates all offsets larger than or equal to the given offset.
invalidateOffsetsInternal(int) - Method in class oracle.javatools.editor.language.LexerDocumentRenderer.DefaultLexerOffsetsCache
Invalidates all offsets larger than or equal to the given offset.
invalidateOffsetsInternal(int) - Method in class oracle.javatools.editor.language.LexerOffsetsCache
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.AbstractStatefulDeployer
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.BatchDeployer
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.DefaultCompositeState
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.DefaultState
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.ModulePackager
 
invalidateState() - Method in class oracle.jdeveloper.deploy.common.NullDeployer
 
invalidateState() - Method in class oracle.jdeveloper.deploy.contrib.spi.AbstractJLibraryProcessor
 
invalidateState() - Method in class oracle.jdeveloper.deploy.contrib.spi.AbstractOffsetPathProcessor
 
invalidateState() - Method in class oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor
 
invalidateState() - Method in class oracle.jdeveloper.deploy.DeploymentModule
 
invalidateState() - Method in class oracle.jdeveloper.deploy.jar.ArchiveDeployer
 
invalidateState() - Method in interface oracle.jdeveloper.deploy.Stateful
Transition from 'Valid' to 'Initialized' state.
invalidateState() - Method in class oracle.jdeveloper.deploy.StatefulDeployment
 
InvalidContextException - Exception in oracle.jdeveloper.webapp.metadata
 
InvalidContextException(Throwable) - Constructor for exception oracle.jdeveloper.webapp.metadata.InvalidContextException
 
InvalidContextException(String, Throwable) - Constructor for exception oracle.jdeveloper.webapp.metadata.InvalidContextException
 
InvalidContextException(String) - Constructor for exception oracle.jdeveloper.webapp.metadata.InvalidContextException
 
InvalidContextException() - Constructor for exception oracle.jdeveloper.webapp.metadata.InvalidContextException
 
InvalidDependableException - Exception in oracle.jdeveloper.deploy
 
InvalidDependableException() - Constructor for exception oracle.jdeveloper.deploy.InvalidDependableException
 
InvalidDependableException(String) - Constructor for exception oracle.jdeveloper.deploy.InvalidDependableException
 
InvalidDependableException(Throwable) - Constructor for exception oracle.jdeveloper.deploy.InvalidDependableException
 
InvalidFileException(String) - Constructor for exception oracle.jdeveloper.builder.cls.ClassBuilderModel.InvalidFileException
 
InvalidFileTableException - Exception in oracle.ide.file
Thrown if the file table data is determined to be invalid.
InvalidLocalBundleException - Exception in oracle.ideimpl.webupdate
Exception thrown when you try to create a LocalUpdateBundle from a zip file that is not in the correct format.
InvalidLocalBundleException(String, Problems) - Constructor for exception oracle.ideimpl.webupdate.InvalidLocalBundleException
 
InvalidLocalBundleException(String) - Constructor for exception oracle.ideimpl.webupdate.InvalidLocalBundleException
 
InvalidLocalBundleException(String, Throwable) - Constructor for exception oracle.ideimpl.webupdate.InvalidLocalBundleException
 
InvalidNameException - Exception in oracle.javatools.db
ValidationException thrown when an object's name is invalid.
InvalidNameException(DBObject, String) - Constructor for exception oracle.javatools.db.InvalidNameException
 
InvalidNameException(DBObject, String, String) - Constructor for exception oracle.javatools.db.InvalidNameException
Deprecated.
invalidOption(String) - Method in class oracle.javatools.util.CommandParser
 
InvalidPlatformException - Exception in oracle.jdeveloper.server.connection
Thrown when the Platform cannot be determined.
InvalidPlatformException(String) - Constructor for exception oracle.jdeveloper.server.connection.InvalidPlatformException
 
InvalidPlatformException(String, Throwable) - Constructor for exception oracle.jdeveloper.server.connection.InvalidPlatformException
 
InvalidProfileException - Exception in oracle.jdeveloper.deploy
 
InvalidProfileException() - Constructor for exception oracle.jdeveloper.deploy.InvalidProfileException
 
InvalidProfileException(String) - Constructor for exception oracle.jdeveloper.deploy.InvalidProfileException
 
InvalidProfileException(Throwable) - Constructor for exception oracle.jdeveloper.deploy.InvalidProfileException
 
InvalidPropertyException - Exception in javax.ide.property
This exception should be thrown by PropertyPage.onExit(java.util.prefs.Preferences, javax.ide.command.Context) implementors when the user enters an invalid property value.
InvalidPropertyException(String) - Constructor for exception javax.ide.property.InvalidPropertyException
Constructor.
InvalidSQLException - Exception in oracle.javatools.db.sql
SQLQueryException for representing errors in the sql (e.g.
InvalidSQLException(String, String) - Constructor for exception oracle.javatools.db.sql.InvalidSQLException
Creates a new exception for the given sql.
InvalidSQLException(String, String, Integer) - Constructor for exception oracle.javatools.db.sql.InvalidSQLException
Creates a new exception for the given sql.
Invokable - Interface in oracle.ide.palette
Classes implementing this interface can be invoked from the component palette.
Invokable - Interface in oracle.ide.wizard
Gallery items should implement Invokable so the class can be invoked from the New Gallery.
invoke(Command) - Method in class javax.ide.command.CommandProcessor
Executes the actions associated with a specific command.
invoke(IDEAction, Context) - Method in interface javax.ide.command.InvokeHandler
Invoke the specified action in the specified context.
invoke(Context) - Method in interface javax.ide.wizard.Wizard
Invokes the object, usually called by the IDE from the button that launches the wizard.
invoke(Command) - Method in class oracle.ide.controller.CommandProcessor
Executes the actions associated with a specific command.
invoke(Context, String[]) - Method in interface oracle.ide.palette.Invokable
Invokes the object.
invoke(Context) - Method in interface oracle.ide.wizard.Invokable
Invokes the wizard.
invoke(Object, Method, Object[]) - Method in class oracle.javatools.util.LoggingInvocationHandler
 
invoke(String, Object...) - Method in class oracle.javatools.util.reflect.IdeMethodInvoker
 
invoke(String, Object...) - Method in class oracle.javatools.util.reflect.MethodInvokator
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class oracle.javatools.util.SimpleInvocationHandler
 
invoke(Context) - Method in class oracle.jdeveloper.builder.event.EventSetWizard
 
invoke() - Method in interface oracle.jdeveloper.cmt.CmtMethodCall
 
invoke(Context) - Method in class oracle.jdeveloper.connection.wizard.ConnectionWizard
Deprecated.
Invokes the wizard in Create mode.
invoke(Context) - Method in class oracle.jdeveloper.deploy.dt.wizard.DeployWizard
Invokes the Wizard for given context.
invoke(Context) - Method in class oracle.jdeveloper.deploy.dt.wizard.ProfileWizard
 
invoke(Context) - Method in class oracle.jdeveloper.offlinedb.wizard.ProviderWizard
 
invoke(Context) - Method in class oracle.jdeveloper.offlinedb.wizard.SchemaWizard
 
invoke() - Method in class oracle.jdeveloper.uieditor.dnd.DropMenuInvoker
Shows a drop popup menu.
invoke(Context) - Method in class oracle.jdeveloper.wizard.common.BaliWizard
 
INVOKE_EDITOR_ACTION_CATGORY - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleExtension
 
INVOKE_EDITOR_ACTION_CATGORY - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleExtension_ja
 
INVOKE_RESOURCE_BUNDLE_EDITOR_ACTION - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleExtension
 
INVOKE_RESOURCE_BUNDLE_EDITOR_ACTION - Static variable in class oracle.ide.resourcebundle.res.ResourceBundleExtension_ja
 
invokeAction(String) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Invokes the Action corresponding to the given actionKey.
invokeAction(String, Context) - Method in class oracle.ide.help.HelpSystem
Deprecated. 
invokeAction(String) - Method in interface oracle.javatools.editor.ActionHookInvoker
Invokes the Action corresponding to the given actionKey.
invokeAction(String) - Method in interface oracle.javatools.editor.ActionInvoker
Invokes the Action corresponding to the given actionKey.
invokeAction(String) - Method in interface oracle.javatools.editor.ActionPreInvoker
Invokes the Action corresponding to the given actionKey.
invokeAction(String) - Method in class oracle.javatools.editor.BasicEditorPane
Invokes the Action corresponding to the given actionKey.
invokeAction(String) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Invokes the Action corresponding to the given actionKey.
invokeAction(String) - Method in class oracle.javatools.editor.insight.AbstractInsight.NavigationHook
Deprecated.
 
invokeAction(String) - Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
Invokes the Action corresponding to the given actionKey.
invokeAfterExtensionLoading(Runnable, boolean) - Method in class oracle.ide.ExtensionRegistry
Called by hook handlers and addins that want to schedule a runnable to be executed at the end of the current batch of extension loading.
invokeAfterMainWindowOpened(Runnable) - Static method in class oracle.jdeveloper.vcs.util.VCSIdeEventRecorder
Invokes the given runnable, guaranteeing that the IDE has fired the 'main window opened' IDE event before the runnable is called.
invokeAfterRepaint(Runnable) - Static method in class oracle.ide.util.IdeUtil
Deprecated.
This method was introduced to fix the "gray rectangle" problem in Swing. Now the issue is fixed in Java 1.6 (sun bug no: 4967886), we no longer need this method. Clients are requested to use SwingUtilities.invokeLater if they feel the need to use this method. For now, this method is same as SwingUtilities.invokeLater. If the runnable is is doing lots of processing or significant work in the event dispatch thread, then it should happen in a separate thread. Clients can use SwingWorker for that.
invokeAfterRepaint(Runnable) - Static method in class oracle.javatools.util.SwingUtils
Deprecated.
This method was introduced to fix the "gray rectangle" problem in Swing. Now the issue is fixed in Java 1.6 (sun bug no: 4967886), we no longer need this method. Clients are requested to use SwingUtilities.invokeLater if they feel the need to use this method. For now, this method is same as SwingUtilities.invokeLater.
invokeAndPushEventQueue(Runnable) - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Invokes the given runnable, creating a temporary event queue to process paint events if necessary.
invokeAndWait(Command) - Static method in class oracle.jdeveloper.vcs.util.VCSIdeCommandProcessor
Invokes the given command synchronously on the AWT event thread.
invokeAsync(Command, boolean) - Method in class oracle.ide.controller.CommandProcessor
Deprecated.
- will be removing this shortly, the CommandProcessor should only be called from a Controller, to achieve asynch commands use an AsynchronousController
invokeAsync(Command) - Method in class oracle.ide.controller.CommandProcessor
Deprecated.
- will be removing this shortly, the CommandProcessor should only be called from a Controller, to achieve asynch commands use an AsynchronousController
invokeCallbackWizard(Object, Context, String[]) - Method in interface oracle.ide.help.CallbackWizardHandler
 
invokeClient(int) - Method in interface oracle.jdeveloper.runner.ClientList
 
invokeCommand(VCSProfile, CommandState) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
invokeCommand(IdeAction, Command) - Method in class oracle.jdeveloper.vcs.spi.VCSController
Invokes the given command through the CommandProcessor.
invokeCommandImpl(VCSProfile, CommandState, Component, Map) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
invokeCommandSilently(VCSProfile, CommandState) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
invokeCommandSilentlyImpl(VCSProfile, CommandState, Map) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
invokeCompletionTypeAction(int) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Implementation specific routine to invoke the given action that was trapped by the editor.
invokeCompoundChange(DBObject, Runnable, boolean) - Static method in class oracle.javatools.db.DBUtil
Invokes the given Runnable, and if any property changes are made to obj by the Runnable the changes are consolidated in to one change event.
invokeCreate(Context, Context) - Method in class oracle.jdeveloper.connection.wizard.ConnectionWizard
Deprecated.
invokes the wizard in "create" mode In this mode, the wizard should let the user create a new instance of a connection.
invokeCreateWizard(Component, ExternalToolType) - Method in class oracle.ide.externaltools.ExternalToolManager
Invokes the Define External Tool wizard programmatically.
INVOKED_FROM - Static variable in class oracle.ide.controller.IdeAction
Key which may be set on the action to specify where it was invoked from.
invokedAction(String) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Notifies the listener that the given action, denoted by the key, was just invoked and completed successfully.
invokedAction(String) - Method in interface oracle.javatools.editor.ActionPostInvoker
Notifies the listener that the given action, denoted by the key, was just invoked and completed successfully.
invokeDeployApplicationMethod(Target[], File, File, String, boolean) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Invokes Deployment of an Application file and DeploymentPlan given on the given targets.
invokeDeployApplicationMethod(Target[], File, File, String, boolean) - Method in interface oracle.rc.asadapter.deploy.Jsr88DeploymentManager
Invokes Deployment of an Application file and DeploymentPlan given on the given targets.
invokeDialog() - Static method in class oracle.ide.config.ExportProductPreferencesDialog
 
invokeDialog() - Static method in class oracle.ide.config.ImportProductPreferencesDialog
 
invokeEdit(Context, Context, String) - Method in class oracle.jdeveloper.connection.wizard.ConnectionWizard
Deprecated.
invokes the wizard in Edit mode.
invokeEditDialog(Component, ExternalTool) - Method in class oracle.ide.externaltools.ExternalToolManager
Invokes the Edit External Tool dialog programmatically.
INVOKEEXPRESSIONBUILDER - Static variable in class oracle.javatools.icons.OracleIcons
 
InvokeExpressionT - Interface in javax.ide.model.java.source.tree
Common supertype for an expression that invokes a method.
invokeFullWizard(TransferDescriptor, Context) - Method in class oracle.ide.db.transfer.TransferController
Invokes the full transfer wizard.
InvokeHandler - Interface in javax.ide.command
InvokeHandlers are responsible for performing an action in a specific context.
invokeInterruptibly(URL, MultiThreadURLFileSystemHelper.InterruptibleClosure<R, C>) - Method in class oracle.ide.net.MultiThreadURLFileSystemHelper
This method allows client to invoke IO bound operations in a way that is still Interruptible unlike standard stream IO.
invokeInterruptiblyNoThrowIO(URL, MultiThreadURLFileSystemHelper.InterruptibleClosure<T, ?>, T) - Method in class oracle.ide.net.MultiThreadURLFileSystemHelper
Internal convenienice version of the above method that eats the IOException and just returns a default value.
invokeLater(Command) - Method in class oracle.jdeveloper.audit.transform.TransformAdapter
Invokes a command after the command currently being executed by the Audit framework completes.
invokeLater(Command) - Method in class oracle.jdeveloper.audit.transform.TransformContext
Invokes a command after the command currently being executed by the Audit framework completes.
invokeLater(Command) - Static method in class oracle.jdeveloper.vcs.util.VCSIdeCommandProcessor
Invokes the given command asynchronously on the AWT event thread.
invokeLaterAfterRepaint(Runnable) - Static method in class oracle.ide.editor.AsynchronousEditor
Invokes the given task in the Event Dispatch Thread.
invokeLaterIfNeeded(Runnable) - Static method in class oracle.ide.model.NodeListener
If the current thread is the event dispatch thread, the runnable is executed immediately and synchronously.
invokeListener(FileChangeListener, FileChanges) - Method in class oracle.ide.file.FileTable
Invoke a specific listener with a set of changes.
invokeListeners(FileChanges) - Method in class oracle.ide.file.FileTable
Invoke the listeners on this file table with a set of changes.
invokeNewDeploymentProfileWizard(Context, ProfileType) - Method in class oracle.jdeveloper.deploy.dt.Deployment
Invokes the ProfileWizard to let user create and persist a profile.
invokePopup(BasicEditorPane, HtmlContentProvider) - Static method in class oracle.javatools.editor.popup.HtmlPopup
Shows the contentProvider's HTML in a popup over the editor with a default set of Options.
invokePopup(BasicEditorPane, HtmlContentProvider, EnumSet<HtmlPopup.Options>) - Static method in class oracle.javatools.editor.popup.HtmlPopup
Shows the contentProvider's HTML in a popup over the editor
invokePostInitialize(Object) - Method in class javax.ide.extension.DynamicHook
 
invokePostInitialize(Object) - Method in class oracle.javatools.xml.esax.DynamicElementHandler
 
invokePreInitialize(Object, Object) - Method in class javax.ide.extension.DynamicHook
 
invokePreInitialize(Object, Object) - Method in class oracle.javatools.xml.esax.DynamicElementHandler
 
invokeRedeployApplicationMethod(TargetModuleID[], File, File, String) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Invokes ReDeployment of an Application file and DeploymentPlan given on the given targets.
invokeRedeployApplicationMethod(TargetModuleID[], File, File, String) - Method in interface oracle.rc.asadapter.deploy.Jsr88DeploymentManager
Invokes ReDeployment of an Application file and DeploymentPlan given on the given targets.
invokeSecondaryWizard(Invokable, Context, String[], String[]) - Method in class oracle.ide.wizard.WizardManager
This method should be used to launch an Invokable from another wizard.
invokeSecondaryWizard(Invokable, Context, String, String[], String[]) - Method in class oracle.ide.wizard.WizardManager
This method should be used to launch an Invokable from another wizard.
invokeStartMethod(TargetModuleID[]) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Invokes a start of an Application.
invokeStartMethod(TargetModuleID[]) - Method in interface oracle.rc.asadapter.deploy.Jsr88DeploymentManager
Invokes a start of an Application.
invokeStopMethod(TargetModuleID[]) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Invokes a stop of an Application.
invokeStopMethod(TargetModuleID[]) - Method in interface oracle.rc.asadapter.deploy.Jsr88DeploymentManager
Invokes a stop of an Application.
invokeTooltipTypeAction(int) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Implementation specific routine to invoke the given action that was trapped by the editor.
invokeUndeployApplicationsMethod(TargetModuleID[]) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Invokes UnDeployment of an Application.
invokeUndeployApplicationsMethod(TargetModuleID[]) - Method in interface oracle.rc.asadapter.deploy.Jsr88DeploymentManager
Invokes UnDeployment of an Application.
invokeWizard(Context, String) - Method in class javax.ide.wizard.WizardManager
Invokes a wizard with the specified execution context and parameters.
invokeWizard(TransferDescriptor, Context) - Method in class oracle.ide.db.transfer.generate.GenerateController
Invokes the appropriate wizard for the given descriptor and context.
invokeWizard(String, Context) - Method in class oracle.ide.help.HelpSystem
Deprecated. 
invokeWizard(TraversableContext, List, MigrationInfo[]) - Method in class oracle.ide.migration.NodeMigrator
Invoke the migration wizard.
invokeWizard(Invokable, Context, String[], String[]) - Method in class oracle.ide.wizard.WizardManager
Loads an Invokable with the specified execution context and parameters.
invokeWizard(Invokable, Context, String, String[], String[]) - Method in class oracle.ide.wizard.WizardManager
Invokes the Invokable with the specified execution context and parameters.
IOT - Static variable in class oracle.javatools.db.Ddl
Deprecated.
DDL type alter table oracle index organized table properties
IOT_ERROR_KEY_COMPRESSION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_INCLUDE_COL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_INCLUDE_COL_HINT - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_KEY_COMPRESSION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_MAPPING - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_OVERFLOW - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_OVERFLOW_PROPS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_OVERFLOW_STORAGE_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_PCT_THRESHOLD - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IOT_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IP - Static variable in class oracle.javatools.icons.OracleIcons
 
IPP_BTN_GLOBAL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_BTN_INDIVIDUAL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_BTN_LOCAL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_BTN_NONE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_BTN_QUANTITY - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_BTN_TABLESPACES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_COMPOSITE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_DOMAIN_PARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_GLOBAL_HASH_NOT_SUPPORTED - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_GLOBAL_PARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_GLOBAL_QUANTITY - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_NO_PARTITION_COLUMNS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_NO_TABLE_PARTITIONS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_NOT_ELIGIBLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_PARTITION_TABLESPACES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_SUBPARTITION_TABLESPACES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_TABLE_PARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_TABLE_SUBPARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_DESC_UNNAMED - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_ERROR_PARTITION_NAME - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_COMPRESS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_INDEX_PARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_INDEX_PARTS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_INDEX_SUBPARTITION - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_INDEXES - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_PARALLEL - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_PARTITION_COLUMN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_PARTITIONING - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_PARTITIONS_BTN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_PARTITIONS_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_SUBPARTITIONS_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLE_PARTITION_SUBPARTITIONS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLE_PARTITIONS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLE_PARTS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLE_SUBPARTS - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLESPACES_BTN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_TABLESPACES_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_LABEL_VALUES_LESS_THAN - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IPP_TITLE - Static variable in class oracle.ide.db.UIArb
Deprecated.
 
IProgressListener - Interface in javax.ide.progress
IProgressListener is used by ProgressManager for generic progress reporting.
IS_EDITABLE_KEY - Static variable in interface oracle.ide.db.UIConstants
Deprecated.
IS_JDK14 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.4 or higher?
IS_JDK141 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.4.1 or higher?
IS_JDK142 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.4.2 or higher?
IS_JDK15 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.5 or higher?
IS_JDK16 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.6 or higher?
IS_JDK17 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.7 or higher?
IS_JDK18 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.8 or higher?
IS_JDK19 - Static variable in class oracle.ide.util.JDK
Is the version of the JDK used to run the IDE 1.9 or higher?
IS_JDK_PROPERTY - Variable in class oracle.jdeveloper.library.LibraryReference
 
IS_KAVA_TEST - Static variable in class oracle.ide.file.FileTable
Whether we are running in the Kava tests.
IS_NOT_IN_PROJECT - Static variable in class oracle.ide.explorer.TNodeConstants
Deprecated.
Do not use; no replacement and has no effect.
IS_OPENED - Static variable in class oracle.ide.explorer.TNodeConstants
Bit indicating that a TNode is currently not opened
IS_UNFILTERED - Static variable in class oracle.ide.explorer.TNodeConstants
Bit indicating that a TNode is currently not using a filter
isAboveGlobalThreshold(long) - Static method in class oracle.ide.performance.PerformanceLogger
 
isAbsent(String) - Method in class oracle.javatools.util.CommandModel
Gets whether a parameter or option is absent.
isAbsolute(String) - Static method in class oracle.ide.util.FilePath
Determines whether the specified filename has an absolute file path.
isAbstract() - Method in interface javax.ide.model.java.declaration.ClassD
True if this is modified with "abstract".
isAbstract() - Method in interface javax.ide.model.java.declaration.MethodD
True if this is modified with "abstract".
isAbstract() - Method in interface javax.ide.model.java.source.tree.FieldDeclT
True if this is abstract.
isAbstract() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is abstract.
isAbstract() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isAbstract() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isAbstract() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isAbstract() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldDeclaration
True if this is abstract.
isAbstract(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isAcceptableKey(KeyStrokes, KeyStroke) - Method in class oracle.ide.keyboard.KeyStrokePanel
 
isAcceptableKey(KeyStrokes, KeyStroke) - Method in interface oracle.ide.keyboard.KeyStrokesConstraint
Returns true if the KeyStroke can be added to the KeyStrokes.
isAcceptableKey(KeyStrokes, KeyStroke) - Method in class oracle.ide.keyboard.KeyStrokesConstraintFactory
Implements KeyStrokesConstraint
isAcceptableNode(Project, Node) - Method in interface oracle.ide.runner.StarterFactoryDescription
Determine if the Node of the target that needs to be started is acceptable.
isAcceptableProject(Project) - Method in interface oracle.ide.runner.StarterFactoryDescription
Determine if the project of the target that needs to be started is acceptable.
isAcceptableStarterFactory(Class) - Method in interface oracle.ide.runner.StarterFactoryDescription
Determine if the incoming StarterFactory Class is acceptable to the registered StarterFactory Class and BaseClass.
isAcceptableTarget(Class, boolean) - Method in interface oracle.ide.runner.StarterFactoryDescription
Determine if the StarterFactory finds the incoming targetClass acceptable.
isAcceptAllFilter(FileSetFilter) - Static method in class oracle.ide.file.FileSetFilters
Determine whether a filter is the filter that accepts all files (the filter returned by FileSetFilters.getAcceptAllFilter()).
isAccessible() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
 
isAccessibleChildSelected(int) - Method in class oracle.jdevimpl.audit.swing.MenuDropDownButton.AccessibleMenuButton
Returns true if the current child of this object is selected (that is, if this child is a popped-up submenu).
isAccessUsingClob() - Method in class oracle.javatools.db.ora.OracleExternalTableProperties
Gets whether the access parameters are defined using a clob subquery.
isActingLazy() - Method in class oracle.ide.model.LazyLoadedTraversable
 
isActingLazy() - Method in interface oracle.ide.model.LazyTraversable
Indicates whether the real traversable object is being used or the lazy wrapper is displayed to let the user choose to load the extension that provides the real object.
isActionAccepted(Action) - Method in class oracle.ide.controls.Toolbar
Indicates whether an action can be aded to the toolbar.
isActionKey(KeyStroke) - Static method in class oracle.ide.keyboard.KeyUtil
Only the KeyEvent knows what is an action key, the KeyStroke does not.
isActionMenu() - Method in class oracle.ide.controls.ToggleAction
 
isActionSilent(ChangeList, String) - Method in class oracle.jdeveloper.vcs.generic.PendingChangesAdapter
 
isActionTrigger(MouseEvent) - Method in class oracle.javatools.editor.plugins.AbstractClickPlugin
Deprecated.
Fetch whether the given event represents an action trigger.
isActivated() - Method in class oracle.ide.editor.AsynchronousEditor
Indicates whether this editor is the active view.
isActive() - Method in class oracle.ide.db.components.ComponentWrapper
Tests whether this ComponentWrapper is active (i.e.
isActive() - Method in class oracle.ide.layout.Layout
Returns true if this layout is currently active.
isActive() - Static method in class oracle.ide.util.IdeProfile
Deprecated.
 
isActive() - Method in interface oracle.ide.util.Profiler
 
isActive() - Method in class oracle.javatools.db.DatabaseFactory.ConnectionCreator
 
isActive() - Static method in class oracle.javatools.db.extension.DBObjectRegistry
Tests whether the DBObjectRegistry has been used yet (i.e.
isActive() - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
 
isActive() - Method in class oracle.javatools.ui.search.MiniSearchField
 
isActive(InstanceInfo) - Method in class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
 
isActive() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListWindow
 
isActiveRunConfiguration(Project, Workspace, RunConfiguration, boolean) - Static method in class oracle.jdeveloper.runner.RunConfigurations
Returns whether the supplied RunConfiguration is the currently active RunConfiguration for the supplied project.
isActiveToolbar() - Method in class oracle.ide.controls.Toolbar
 
isActiveToolbar() - Method in interface oracle.javatools.ui.plaf.theme.ThemedToolBar
For an application that can have active and inactive parts of the UI (like an IDE), the active view is the area in which the user is currently working in (usually it has focus).
isActiveViewToolbar() - Method in class oracle.ide.controls.Toolbar
Determines whether this toolbar is the active view toolbar.
isAddEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the add button is enabled or not.
isAddition(BaseCompareDifference, ContributorKind, ContributorKind) - Method in class oracle.javatools.compare.view.BaseCompareView
 
isAddition(BaseCompareDifference, ContributorKind, ContributorKind, CompareViewBias) - Static method in class oracle.javatools.compare.view.CompareViewUtil
Utility that determines whether this difference block represents a logical addition between the specified two contributors.
isAdditionalAccessParameter(String) - Static method in class oracle.javatools.db.ora.bigdata.BigDataAccessParameterMetadata
All known parameters names for the BIG DATA drivers are listed by BigDataAccessParameterMetadata.getAllowedParameterNames(String).
isAddProject() - Method in class oracle.ide.panels.NewWorkspacePanel
 
isAddVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the add button is added and visible in the toolbar.
isAdmin() - Static method in class oracle.ideimpl.webupdate.CheckUpdatesRunnable
PLEASE NOTE THAT THIS IS A TEMPORARY METHOD THAT WILL GO AWAY WHEN THE BASE BUG IS FIXED.
isAdministered(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSWorkingCopyLocator
 
isAdvanceAfterReplace() - Method in class oracle.javatools.editor.find.ReplaceCriteria
 
isAdvancedLayout() - Method in class oracle.ide.db.controls.NameAndSchemaAdvancedEditor
If the advanced checkbox is showing this returns whether it is selected or not, otherwise this returns true.
isAfter(VersionNumber) - Method in class oracle.ide.util.VersionNumber
Returns true if this VersionNumber is after the specified VersionNumber.
isAfter(VersionNumber, boolean) - Method in class oracle.ide.util.VersionNumber
This is a convenience method that simply calls !isBefore(version, !orEquals).
isAggregate() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isAggregate() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isAggregate() - Method in class oracle.javatools.db.sql.BuiltInFunction
Gets whether this is an aggregate (grouping) function.
isAggregate() - Method in interface oracle.javatools.db.sql.SQLCallable
 
isAlignWithField() - Method in class oracle.javatools.controls.completionfield.CompletionPopupHandler
Deprecated.
Get whether the insight popup of the component should be left aligned with the text component.
isAlignWithField() - Method in class oracle.javatools.ui.completion.CompletionPopupHandler
Get whether the insight popup of the component should be left aligned with the text component.
isAlive() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListEventQueue
Asks the queue whether it is still alive and processing events.
isAllDefaultValues() - Method in class oracle.jdeveloper.deploy.common.LibraryDependencies
 
isAllowAnySchema() - Method in class oracle.javatools.db.ora.XMLTypeColumnProperties
 
isAllowedExpression(SQLFragment, Collection<String>) - Static method in class oracle.javatools.db.sql.ParserUtils
Is this one of the allowed expression fragments? The name of the fragment operation is compared to the collection of valid operators.
isAllowedExpression(PlsqlNode, Collection) - Static method in class oracle.javatools.db.sql.ParserUtils
Deprecated.
isAllowEdgeResize() - Method in class oracle.javatools.ui.ResizeComponent
 
isAllowedName(String) - Method in class oracle.javatools.db.DBObjectCriteria
Tests whether the given name matches the name like criterion.
isAllowedSchema(Schema) - Method in class oracle.javatools.db.DBObjectCriteria
Tests whether the given schema matches the "schema name" criterion.
isAllowedSchemaName(String) - Method in class oracle.javatools.db.DBObjectCriteria
Tests whether the given schema name matches the "schema name" criterion.
isAllowedStringType(PlsqlNode, Collection) - Static method in class oracle.javatools.db.sql.ParserUtils
Deprecated.
isAllowedSubType(String) - Method in class oracle.jdeveloper.db.DatabaseConnectionEditorLauncher
Tests whether the given conneciton subtype is allowed in the editor.
isAllowedType(String) - Method in class oracle.javatools.db.DBObjectCriteria
Tests if the given type string passes this criterion.
isAllowEmptySearch() - Method in class oracle.javatools.ui.search.SearchField
Returns true, this field will enable the search action even if there is not text on it when the style is set to SearchField.Style.SEARCH.
isAllowInput() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the user should be able to enter input for System.in.
isAllowNonSchema() - Method in class oracle.javatools.db.ora.XMLTypeColumnProperties
 
isAllowNull() - Method in class oracle.jdeveloper.offlinedb.panels.OfflineDBChooserPanel
Tests whether the offlinedb chooser contains a null entry
isAlreadyInitialized() - Method in class oracle.ide.model.ContentSetProviderReference
 
isAltDown() - Static method in class oracle.javatools.ui.InputInfo
 
isAlterWithReplace() - Method in class oracle.ide.db.transfer.TransferDescriptor
 
isAltGraphDown() - Static method in class oracle.javatools.ui.InputInfo
 
isAlwaysUnderlined() - Method in class oracle.javatools.ui.HyperlinkButton
 
isAncestorOfFocusedComponent(Component) - Static method in class oracle.ide.util.GraphicsUtils
Deprecated.
 
isAncestorOfFocusedComponent(Component) - Static method in class oracle.javatools.ui.GraphicsUtils
 
isAnimationEnabled() - Method in class oracle.javatools.ui.checklist.StepPanel
Returns true if animation is enabled for this component instance.
isAnimationEnabled() - Method in class oracle.javatools.ui.HeaderPanel
Returns true if animation is enabled for this component instance.
isAnnotation() - Method in interface javax.ide.model.java.declaration.TypeD
True if this is an annotation type.
isAnnotation() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is an annotation type.
isAnnotation() - Method in class oracle.javatools.parser.java.v2.common.AbstractClass
 
isAnnotation() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isAnnotation() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isAnnotation() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isAnnotation() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
 
isAnnotation() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
True if this is an annotation type.
isAnnotationDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
Determine if a declaration ID is a Java annotation declaration.
isAnnotationElement() - Method in interface javax.ide.model.java.declaration.MethodD
True if this is an annotation element.
isAnomaliesOnly() - Method in class oracle.jdevimpl.audit.log.AnomalyFilter
 
isAnonymous() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is an anonymous class declaration.
isAnonymous() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
Deprecated.
Use JavaType.isAnonymousClass() instead.
isAnonymousClass() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isAnonymousClass() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isAnonymousClass() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isAnonymousClass() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Determine if this is an anonymous class type.
isAnyCategorySelected() - Method in class oracle.ide.migration.XMLMigrator
Determine whether any categories are selected.
isAnyValueOverridden(String[]) - Method in class oracle.javatools.data.HashStructure
For a chained HashStructure, this method will return true if any of the specified properties has its value defined anywhere other than the last HashStructure in the chain.
isAppConnection() - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypeInfo
 
isAppConnection(String) - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypes
 
isAppletDeployedAsArchive() - Method in class oracle.jdeveloper.deploy.war.WarProfile
 
isAppletDeployment() - Method in class oracle.jdeveloper.deploy.war.WarProfile
 
isApplicationContentSupported() - Method in class oracle.jdeveloper.audit.analyzer.Analyzer
Gets whether this analyzer supports analyzing application content files.
isApplicationLevel() - Method in class oracle.jdeveloper.deploy.ear.EarProfile
 
isApplicationLevel() - Method in interface oracle.jdeveloper.deploy.ProfileType
 
isApplicationLevel() - Method in class oracle.jdeveloper.deploy.spi.profilesupport.DefaultProfileInfo
 
isApplicationLevel() - Method in interface oracle.jdeveloper.deploy.spi.profilesupport.ProfileInfo
 
isArchive(String) - Static method in class javax.ide.net.URIFactory
Determine if a given URL represents an jar or zip file.
isArchive(String) - Static method in class oracle.ide.net.JarUtil
Determine if a given URL represents an jar or zip file.
isArgumentDirectory() - Method in class oracle.javatools.patch.PatchContributor
Gets whether the argument file exists on the filesystem as a directory.
isArgumentFileExists() - Method in class oracle.javatools.patch.PatchContributor
Gets whether the argument file exists on the filesystem.
isArgumentFilesEnabled() - Method in class oracle.javatools.util.CommandParser
Gets whether argument file support is enabled.
isArmed() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isArray() - Method in interface javax.ide.model.java.declaration.TypeD
True if this is an array type.
isArray() - Method in interface javax.ide.model.java.source.tree.TypeReferenceT
True if this is an array type reference.
isArray(String) - Method in class oracle.javatools.db.Ddl
Deprecated.
returns true if this DDL type is held as an array of Strings
isArray() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isArray() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isArray() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isArray() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
 
isArray() - Method in interface oracle.javatools.parser.java.v2.model.SourceTypeReference
True if this is an array type reference.
isArray(String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isAscending() - Method in class oracle.ide.controls.SortedJTable
 
isAscending() - Method in class oracle.ide.controls.SortedJTreeTable
Deprecated.
 
isAscending() - Method in class oracle.javatools.ui.treetable.SortedJTreeTable
 
isAskExit() - Method in class oracle.ide.config.IdeSettings
Returns whether the user should be asked to exit the IDE when the settings dialog closes.
isAssignable(MetaClass, Class) - Static method in class oracle.jdeveloper.deploy.meta.CustomMetaClass
Utility method to determine if a MetaClass is a parent of Class.
isAssignableFrom(TypeD) - Method in interface javax.ide.model.java.declaration.TypeD
True if this type is assignable from the subject type.
isAssignableFrom(JavaType) - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isAssignableFrom(JavaType) - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isAssignableFrom(JavaType) - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Determine if the incoming subject can be assigned to this JavaType.
isAssist() - Method in class oracle.jdeveloper.audit.extension.RuleDefinition
 
isAssistiveTechnologySet() - Static method in class oracle.javatools.util.AccessibleUtils
Returns true if the assistive technologies have been set.
isAssociated() - Method in class oracle.ide.config.DocumentExtensions.ExtInfo
Deprecated.
Returns true if the extension is associated with JDeveloper.
isAssociated(String) - Static method in class oracle.ide.config.FileAssociations
Given an extension, determines whether the extension is associated with the specified product.
isAsyncReplication() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.Application
 
isAtBeginList() - Method in class oracle.javatools.editor.insight.ListInsightView
Deprecated.
Utility routine to check if the selected index is currently at the start of the list.
isAtEndList() - Method in class oracle.javatools.editor.insight.ListInsightView
Deprecated.
Utility routine to check if the selected index is currently at the end of the list.
isAtLeastMacPanther() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Mac OS X Panther.
isAtLeastMacTiger() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Mac OS X Tiger.
isAtLeastWindows2K() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Windows 2K.
isAtLeastWindows7() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Windows 7.
isAtLeastWindows8() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Windows 8.
isAtLeastWindowsNT() - Static method in class oracle.javatools.util.PlatformUtils
Called to determine whether the current platform is at least Windows NT.
isAtLeastWindowsVista() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Windows Vista.
isAtLeastWindowsXP() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is at least Windows XP.
isAttached() - Method in class oracle.jdeveloper.audit.model.Dependency
Gets whether this dependency is attached to its target.
isAttribute() - Method in class oracle.javatools.marshal.xml.PropertyInfo
Returns true if this property is to be saved as an attribute rather than a separate XML element.
isAttributeSet(Element[], String, boolean) - Static method in class oracle.ide.extension.rules.functions.util.ElementAttributeUtils
Returns true if that attributeName corresponds to the name of a constant in ElementAttributes, and if that attribute is set on the expected number of Elements in the given array.
isAuditable(Element, ContentDirectory, Project, Workspace) - Method in class oracle.jdeveloper.audit.model.ModelType
Gets whether a root element is auditable in the context of a directory, project, and workspace.
isAuditable(Element, Node, Project, Workspace) - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether an Element is auditable.
isAuditable(Element, Node, Project, Workspace) - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isAuditable(Element, ContentDirectory, Project, Workspace) - Method in class oracle.jdevimpl.audit.model.DirectoryModelType
Gets whether a root element is auditable in the context of a directory, project, and workspace.
isAuditable(Element, ContentDirectory, Project, Workspace) - Method in class oracle.jdevimpl.audit.model.ProjectModelType
Gets whether a root element is auditable in the context of a directory, project, and workspace.
isAuditable(Element, ContentDirectory, Project, Workspace) - Method in class oracle.jdevimpl.audit.model.RootModelType
Gets whether a root element is auditable in the context of a directory, project, and workspace.
isAuditable(Element, ContentDirectory, Project, Workspace) - Method in class oracle.jdevimpl.audit.model.WorkspaceModelType
Gets whether a root element is auditable in the context of a directory, project, and workspace.
isAuditableType(URL) - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether the element at an URL is of an auditable type.
isAuditableType(URL) - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isAuditDuringCompile() - Method in interface oracle.jdeveloper.audit.AuditPreferences
 
isAuditDuringCompile() - Method in class oracle.jdevimpl.audit.preferences.AuditPreferences
 
isAuditEnabled(String) - Static method in class oracle.javatools.resourcebundle.MDSAuditHelper
 
isAuditing() - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether an audit is in progress.
isAuditing() - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isAuditUsesAuditJavac() - Method in interface oracle.jdeveloper.audit.AuditPreferences
 
isAuditUsesAuditJavac() - Method in class oracle.jdevimpl.audit.preferences.AuditPreferences
 
isAuditUsesJot() - Method in interface oracle.jdeveloper.audit.AuditPreferences
 
isAuditUsesJot() - Method in class oracle.jdevimpl.audit.preferences.AuditPreferences
 
isAuditWhileEditing() - Method in interface oracle.jdeveloper.audit.AuditPreferences
 
isAuditWhileEditing() - Method in class oracle.jdevimpl.audit.preferences.AuditPreferences
 
isAuthidCurrentUser() - Method in class oracle.javatools.db.plsql.Type
Get method for the AuthidCurrentUser property
isAuthidCurrentUser() - Method in class oracle.javatools.db.plsql.Type
Get method for the AuthidCurrentUser property
isAutoAllocate() - Method in class oracle.javatools.db.ora.OracleTablespaceProperties
Return AUTOALLOCATE value
isAutoCFUVisible() - Method in class oracle.ideimpl.webupdate.WebupdateShaping
 
isAutoCheckOutEnabled(URL) - Method in class oracle.ide.vcs.VCSManager
Deprecated.
not replaced. The test for the automatic check out preference is encapsulated by check out operations.
isAutoCheckoutsSet(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Asks whether the VCS preference for automatic checkouts is currently set.
isAutoExpandable() - Method in interface oracle.ide.docking.Dockable
 
isAutoExpandable() - Method in class oracle.ide.docking.DockableView
isAutoExpandableEnabled() - Method in interface oracle.ide.docking.Dockable
 
isAutoExpandableEnabled() - Method in class oracle.ide.docking.DockableView
isAutoExtendOn() - Method in class oracle.javatools.db.AutoExtendProperties
Return whether AUTO EXTEND is on or off
isAutoFind() - Method in class oracle.javatools.ui.search.SearchField
Returns true if this field will automatically trigger find next on keyboard presses when the style is SearchField.Style.FIND.
isAutoGenerateMar() - Method in class oracle.jdeveloper.deploy.JavaDeploymentOptions
Deprecated.
isAutoInclude() - Method in class oracle.jdeveloper.deploy.common.SelectedProjectFiles
If true, this flag indicates that project files should be included automatically whenever a new one is added to the project.
isAutomaticallySynchronized() - Method in class oracle.ide.resourcebundle.ResourceBundleOptions
 
isAutomaticallySynchronized(PropertyStorage) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
Gets whether the project is set to automatically synchronize strings into resource bundles
isAutomaticPartialComplete(InsightData) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Fetch whether automatic partial complete should be enabled for the given insight data instance.
isAutoPopupChar(char) - Method in interface oracle.javatools.controls.completionfield.FieldInsightProvider
Deprecated.
Should the specified character trigger an automatic popup completion list that might be handled by this insight provider?
isAutoPopupChar(char) - Method in class oracle.javatools.controls.completionfield.FileSystemFieldInsightProvider
Deprecated.
 
isAutoPopupChar(char) - Method in interface oracle.javatools.ui.completion.CompletionProvider
Should the specified character trigger an automatic popup completion list that might be handled by this insight provider?
isAutoPopupChar(char) - Method in class oracle.javatools.ui.completion.FileCompletionProvider
 
isAutoPopupChar(char) - Method in class oracle.javatools.ui.completion.StringCompletionProvider
 
isAutoQuoteExtendEnabled() - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Private utility routine to check whether auto quote extend is currently enabled.
isAutoReindentTriggerChar(char) - Method in class oracle.javatools.editor.language.SmartIndentProvider
Fetches whether the char typed by the user should be considered a trigger character for reindenting the current line.
isAutoScrollDisabled() - Method in class oracle.ide.controls.JAutoScrollPane
 
isAutoUpdateWebXmlEjbRefs() - Method in class oracle.jdeveloper.deploy.JeeDeploymentOptions
 
isAvailabilityEnabled() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.Application
 
isAvailable(Context) - Method in interface javax.ide.wizard.Wizard
Called when the availability of the wizard must be determined.
isAvailable(DBObjectProviderPicker.PickerConfiguration) - Method in class oracle.ide.db.controls.DBObjectProviderPicker
Used internally to determine which registered pickers are available.
isAvailable(DBObjectProvider) - Static method in class oracle.ide.db.panels.sql.SQLQueryEditDialog
Returns true if the SQLQueryEditDialog support the given provider.
isAvailable(Context) - Method in interface oracle.ide.db.transfer.generate.GenerateTarget
Deprecated.
Is this target available in this context? Use the context to establish whether we are in an offline or online mode.
isAvailable(URL) - Method in class oracle.ide.quickdiff.QuickDiffReferenceProvider
Asks whether this reference type should be made available for the given URL.
isAvailable(Context) - Method in class oracle.ide.wizard.Wizard
Called when the sensitivity of the menu item that opens this wizard must be determined.
isAvailable(Context) - Method in class oracle.jdeveloper.asnav.wizard.RescatAppServerWizard
 
isAvailable(Context) - Method in class oracle.jdeveloper.builder.annotation.AnnotationBuilder
 
isAvailable(Context) - Method in class oracle.jdeveloper.connection.wizard.ConnectionWizard
Deprecated.
Returns true if this wizard should be enabled in the specified IDE Context.
isAvailable() - Method in class oracle.jdeveloper.db.ssh.SSHTunnelManager
Tests whether the SSHManager is available (i.e.
isAvailable(Context) - Method in class oracle.jdeveloper.deploy.dt.wizard.DeployWizard
Checks if a DeployWizard can be created for given Context.
isAvailable(Context) - Method in class oracle.jdeveloper.deploy.dt.wizard.ProfileWizard
 
isAvailable(Context) - Method in interface oracle.jdeveloper.deploy.ProfileType
 
isAvailable(Context) - Method in class oracle.jdeveloper.deploy.spi.profilesupport.DefaultProfileInfo
 
isAvailable(Context) - Method in interface oracle.jdeveloper.deploy.spi.profilesupport.ProfileInfo
 
isAvailable(Context) - Method in class oracle.jdeveloper.offlinedb.wizard.ProviderWizard
 
isAvailable(Context) - Method in class oracle.jdeveloper.offlinedb.wizard.SchemaWizard
Returns true if the context contains a valid Project which also contains offline db schema/packages.
isAvailable() - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
 
isAvailable(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSQuickDiffReferenceProvider
 
isAvailable() - Method in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
isAvailable() - Method in class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
isAvailable(Context) - Method in class oracle.jdeveloper.wizard.common.BaliWizard
 
isAvailable() - Method in interface oracle.rc.asadapter.glassfish.admin.GlassfishAdmin
Check if the Glassfish administrative interface is available.
isAvailableForType(ExternalToolType) - Method in class oracle.ide.externaltools.macro.MacroExpander
Deprecated.
since 11.1.2.0.0 use isAvailableForType that takes id instead
isAvailableForType(String) - Method in class oracle.ide.externaltools.macro.MacroExpander
Should this macro be made available for external tools of the specified type?
isAvailableImpl() - Method in class oracle.jdeveloper.vcs.annotations.AnnotationsCommand
 
isAvailableImpl(Locatable) - Method in class oracle.jdeveloper.vcs.annotations.AnnotationsCommand
 
isAvailableImpl() - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
isAvailableImpl(VCSProfile) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
isAvailableImpl() - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Asks whether the command is available for the current context.
isAvailableImpl(Locatable[]) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Asks whether the command is available for the current context.
isAvailableImpl(Locatable) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Asks whether the command is available for the current context.
isAvailableImpl(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Asks whether the command is available for the current context.
isAvailableImpl(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSQuickDiffReferenceProvider
 
isAvailableImpl() - Method in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
isAvailableImpl(URL) - Method in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryCommand
 
isAvailableImpl() - Method in class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
isAvailableImpl(URL) - Method in class oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
 
isBarVisible() - Method in class oracle.javatools.dialogs.ProgressMonitor
Deprecated.
Returns the visibility of the dialog's progress bar before it is shown.
isBaseKeyOverridden(String) - Method in interface oracle.javatools.resourcebundle.SearchTermFilter
 
isBaseURIFor(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
Returns true if uri1 represents a a directory and uri2 points to a location within uri1's directory tree.
isBaseURIFor(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Returns true if uri1 represents a a directory and uri2 points to a location within uri1's directory tree.
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.JarURLFileSystemHelper
 
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isBaseURLFor(URL, URL) - Static method in class oracle.ide.net.URLFileSystem
Returns true if url1 represents a a directory and url2 points to a location within url1's directory tree.
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.URLFileSystemHelper
Returns true if url1 represents a a directory and url2 points to a location within url1's directory tree.
isBaseURLFor(URL, URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isBaseURLFor(URL, URL) - Static method in class oracle.jdeveloper.vcs.util.VCSFileSystemUtils
Asks whether url1 represents a directory and url2 points to a location within url1's directory tree.
isBassignableToA(Class<C>, Class<C>) - Method in class oracle.jdeveloper.deploy.meta.pattern.builder.Narrower.HeirarchyBasedClassNarrower
 
isBassignableToA(C, C) - Method in class oracle.jdeveloper.deploy.meta.pattern.builder.Narrower.HeirarchyBasedObjectNarrower
 
isBassignableToA(T, T) - Method in class oracle.jdeveloper.deploy.meta.pattern.builder.Narrower
 
isBeanProperty(Class<? extends DBObject>, String) - Method in class oracle.javatools.db.property.Metadata
Tests whether a given property is a bean property (i.e.
isBeepOnBreakpointHit() - Method in interface oracle.ide.runner.DebuggerBreakpoint
Find out if the debugger should beep when this breakpoint is hit
isBefore(VersionNumber) - Method in class oracle.ide.util.VersionNumber
Returns true if this VersionNumber is before the specified VersionNumber.
isBefore(VersionNumber, boolean) - Method in class oracle.ide.util.VersionNumber
Compares the parts of the this VersionNumber with the parts of the specified VersionNumber to determine whether this VersionNumber represents a version that comes before the specified version.
isBetterThan(Severity) - Method in enum oracle.javatools.status.Severity
 
isBigDataAccessDriver(String) - Static method in class oracle.javatools.db.ora.bigdata.BigDataAccessParameterMetadata
Tests whether the given access driver is a "Big Data" access driver.
isBlank() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocElement
Gets whether this element contains only spaces, tabs, or new lines.
isBlock() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a block tag.
isBody() - Method in interface oracle.ide.db.model.DBObjectPlSqlNode
 
isBootstrapAppServer(String) - Method in class oracle.jdeveloper.asnav.bootstrap.BootstrapAppServers
 
isBootstrapMode(AppServerProvider) - Static method in class oracle.jdeveloper.asnav.bootstrap.BootstrapAppServer
 
isBorderOpaque() - Method in class oracle.javatools.ui.border.PointingBorder
 
isBorderOpaque() - Method in class oracle.javatools.ui.border.ShadowBorder
 
isBorderOpaque() - Method in class oracle.javatools.ui.border.SmallSquareButtonBorder
 
isBorderOpaque() - Method in class oracle.javatools.ui.search.SearchFieldBorder
 
isBorderOpaque() - Method in class oracle.jdevimpl.audit.log.AuditTreeTable.TripleBorder
 
isBound(URI) - Method in class javax.ide.net.VirtualFileSystem
This method tests whether the specified URI is bound to an existing resource, which may reside in memory (not yet saved) or already exist at the URI location.
isBound(URL) - Static method in class oracle.ide.net.URLFileSystem
This method tests whether the specified URL is bound to an existing resource, which may reside in memory (i.e.
isBound() - Method in interface oracle.jdeveloper.cmt.CmtProperty
 
isBraceToken(int) - Method in class oracle.javatools.editor.language.AbstractBraceProvider
True if the token is a brace token (open or close).
isBraceToken(int) - Method in class oracle.javatools.editor.language.GenericBraceProvider
 
isBreakInLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in class oracle.javatools.parser.properties.DefaultPropertyFileLexerSetup
 
isBreakInLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in class oracle.javatools.parser.properties.JARManifestPropertyFileLexerSetup
 
isBreakInLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in interface oracle.javatools.parser.properties.PropertyFileLexerSetup
Answers if a char is an break-in-line char of a definition in a property file.
isBreakOnCaughtExceptions() - Method in interface oracle.ide.runner.DebuggerExceptionBreakpoint
Find out if the debugger should stop for exceptions that will be caught
isBreakOnUncaughtExceptions() - Method in interface oracle.ide.runner.DebuggerExceptionBreakpoint
Find out if the debugger should stop for exceptions that will be not be caught.
isBridge() - Method in interface javax.ide.model.java.declaration.MethodD
True if marked as a bridge method.
isBrokenConnection() - Method in class oracle.jdeveloper.rescat2.model.nodes.RepositoryRootNode
 
isBrowseable() - Method in class oracle.jdeveloper.browse.JavaBrowseHelper
Checks if the cursor location in the buffer is browseable.
isBrowseToAnyURLAllowed() - Method in class oracle.ide.controls.URLPathField
 
isBuildable() - Method in class oracle.jdeveloper.model.JspSourceNode
 
isBuildableProperty(String) - Method in class oracle.javatools.db.AbstractDBObjectBuilder
If this returns false, it means that the given property should not trigger any kind of build on the object.
isBuildableProperty(String) - Method in interface oracle.javatools.db.DBObjectBuilder
Tests whether the given key is a property that can be built by this builder (i.e.
isBuilding() - Method in class javax.ide.build.BuildSystem
Check if the build system is currently building something.
isBuildSuccessful() - Method in class javax.ide.build.BuildEvent
Flag indicating if the build was successful.
isBuiltOnFailure(T, String[], DBException) - Method in class oracle.javatools.db.AbstractDBObjectBuilder
Tests whether the given properties should be considered "built" by the object even though the build threw an exception.
isBuiltOnFailure(T, String[], DBException) - Method in class oracle.javatools.db.property.DerivedPropertyBuilder
 
isBundleOverridden(String) - Method in class oracle.javatools.resourcebundle.AppBundleInfo
 
isBundleOverridden(String) - Method in class oracle.javatools.resourcebundle.AppBundleInfoRT
 
isBundleOverridden(String) - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
 
isBundleReadOnly(NodeResourceBundle) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
Returns whether the bundle should be treated as read-only.
isBundleReadOnly(NodeResourceBundle, boolean) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
 
isBundleToBeReadFromMDS(String) - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
 
isBusy(Context) - Method in class oracle.ide.compiler.Compiler
Determine if the compiler is already busy with a compilation.
isBusy() - Method in class oracle.javatools.ui.BusyIndicator
 
isBusy() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
Get whether the change list is busy processing updates.
isBusy() - Method in class oracle.jdeveloper.vcs.commithistory.CommitVersionDockableWindow
 
isBusy() - Method in class oracle.jdeveloper.vcs.spi.VCSTreeDockableWindow
 
isButton1Down() - Static method in class oracle.javatools.ui.InputInfo
 
isButton2Down() - Static method in class oracle.javatools.ui.InputInfo
 
isButton3Down() - Static method in class oracle.javatools.ui.InputInfo
 
isButtonContext() - Method in class oracle.ide.db.components.ComponentContext
Gets whether the UI has requested a "button wrapper".
isButtonEnabled(String) - Method in class oracle.ide.db.controls.ListButtons.Controller
Tests whether the given custom button is enabled.
isCache() - Method in class oracle.javatools.db.ora.MaterializedView
Deprecated.
use getCache() instead
isCallSpecWithContext() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the CallSpecWithContext property
isCallSpecWithContext() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the CallSpecWithContext property
isCancelable() - Method in class oracle.ide.dialogs.ProgressBar
 
isCancelable() - Method in class oracle.ide.dialogs.ProgressRunnable
 
isCancelable() - Method in interface oracle.javatools.ui.actiontip.ActionTipTask
 
isCancelable() - Method in class oracle.jdeveloper.merge.MergeEngine
 
isCanceled() - Method in interface oracle.ide.dependency.ProgressIndicator
Determines whether the operation has been canceled.
isCanceled() - Method in class oracle.ideimpl.webupdate.BasicProgressMonitor
 
isCanceled() - Method in class oracle.javatools.dialogs.ProgressMonitor
Deprecated.
Returns true if the user hits the Cancel button in the progress dialog.
isCanceled() - Method in class oracle.javatools.parser.java.v2.util.SourceVisitor
 
isCanceled() - Method in class oracle.jdeveloper.merge.MergeEngine
 
isCanceled() - Method in class oracle.jdeveloper.vcs.commithistory.CommitCancel
 
isCancelEnabled() - Method in class oracle.javatools.controls.ProgressPanel
 
isCancellable() - Method in class oracle.javatools.dialogs.ProgressMonitor
Deprecated.
Returns whether the progress dialog can be cancelled.
isCancelled() - Method in interface javax.ide.view.ProgressMonitor
Returns true if the user hit the Cancel button in the progress bar.
isCancelled() - Method in class oracle.ide.controller.AsynchronousController.TaskInfo
Test if the task has been canceled
isCancelled() - Method in class oracle.ide.inspector.task.BackgroundTask
 
isCancelled() - Method in class oracle.ideimpl.webupdate.InstallProgressMonitor
 
isCancelled() - Method in class oracle.javatools.db.execute.StatementWrapper
Tests whether cancel() was called.
isCancelled() - Method in class oracle.jdeveloper.audit.analyzer.Analyzer
Gets whether Analyzer.cancel() has been invoked.
isCancelled() - Method in interface oracle.jdeveloper.audit.analyzer.AuditContext
Gets whether the current traversal has been cancelled.
isCancelled() - Method in interface oracle.jdeveloper.audit.analyzer.AuditTaskContext
Gets whether the invoking audit has been cancelled.
isCancelled() - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether an audit in progress has been cancelled.
isCancelled() - Method in class oracle.jdeveloper.vcs.spi.VCSCancellable
 
isCancelled() - Method in class oracle.jdeveloper.vcs.spi.VCSProgress
 
isCancelled() - Method in class oracle.jdevimpl.audit.core.DefaultAuditContext
 
isCancelled() - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isCancelled() - Method in class oracle.jdevimpl.audit.core.DefaultAuditTaskContext
 
isCancelledImpl() - Method in class oracle.javatools.parser.util.AsyncTask
Return whether the task is marked for cancellation, to be implemented by the implementation.
isCancelledImpl() - Method in class oracle.jdeveloper.usage.util.AbstractBackgroundTask
Return whether the task is marked for cancellation, to be implemented by the implementation.
isCandidate() - Method in interface oracle.jdeveloper.vcs.spi.VCSStatus
Asks whether this status represents a file which is a candidate to be versioned.
isCascade() - Method in class oracle.javatools.db.ddl.DDLOptions
Gets whether to generate cascade delete ddl.
isCascade() - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Tests whether cascade is allowed.
isCascadeDelete() - Method in class oracle.ide.db.transfer.TransferDescriptor
 
isCascadeDelete() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isCaseIgnored() - Method in class oracle.rc.asadapter.context.spi.AttributesProxy
 
isCaseSensitive() - Method in class oracle.javatools.parser.generic.Language
Fetches whether this language (i.e., keywords) is case sensitive or not.
isCaseSensitiveFileSystem() - Static method in class oracle.javatools.util.PlatformUtils
Determine if the local file system of the current platform is case sensitive
isCatalogFolder() - Method in class oracle.jdeveloper.rescat2.model.nodes.CatalogContextNode
 
isCatalogFolder() - Method in class oracle.rc.asadapter.context.spi.DefaultAppServerResourceContext
 
isCatalogFolder() - Method in class oracle.rc.asadapter.resource.spi.DefaultCatalogContext
 
isCatalogRoot() - Method in class oracle.jdeveloper.rescat2.model.nodes.CatalogContextNode
 
isCategorySet() - Method in class oracle.ideimpl.webupdate.UpdateCategory
 
isCauseNameInUse(DBException) - Method in class oracle.javatools.db.ddl.DDLDatabase
Used by processCreateException to determine whether the given failure in DDL execution should be rolled back (i.e.
isCellEditable(EventObject) - Method in class oracle.ide.controls.AbstractCellEditor
 
isCellEditable(Object, int) - Method in class oracle.ide.controls.AbstractTreeTableModel
Deprecated.
By default, make the column with the Tree in it the only editable one.
isCellEditable(int, int) - Method in class oracle.ide.controls.DefaultListTableModel
Returns true regardless of parameter values.
isCellEditable(int, int) - Method in class oracle.ide.controls.InputTableModel
Returns true if the column allows edits; false otherwise.
isCellEditable(EventObject) - Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellEditor
Deprecated.
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(EventObject) - Method in class oracle.ide.controls.JTreeTable.TreeTableCellEditor
Deprecated.
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(Object, int) - Method in interface oracle.ide.controls.TreeTableModel
Deprecated.
Indicates whether the the value for node node, at column number column is editable.
isCellEditable(int, int) - Method in class oracle.ide.controls.TreeTableModelAdapter
Deprecated.
 
isCellEditable(int, int) - Method in class oracle.javatools.controls.nicetable.DefaultNiceTableModel
Deprecated.
 
isCellEditable(int, int) - Method in class oracle.javatools.ui.combo.CheckComboModel
 
isCellEditable(int, int) - Method in class oracle.javatools.ui.table.GenericBaseTableModel
 
isCellEditable(T, int) - Method in class oracle.javatools.ui.table.ReadOnlySimpleTableFormat
 
isCellEditable(T, int) - Method in interface oracle.javatools.ui.table.SimpleTableFormat
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class oracle.javatools.ui.table.SimpleTableModel
 
isCellEditable(Object, int) - Method in class oracle.javatools.ui.treetable.AbstractTreeTableModel
By default, make the column with the Tree in it the only editable one.
isCellEditable(EventObject) - Method in class oracle.javatools.ui.treetable.JFastTreeTable.TreeTableCellEditor
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(EventObject) - Method in class oracle.javatools.ui.treetable.JTreeTable.TreeTableCellEditor
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(int, int) - Method in class oracle.javatools.ui.treetable.NodeTableModelAdapter
 
isCellEditable(Object, int) - Method in interface oracle.javatools.ui.treetable.TreeTableModel
Indicates whether the the value for node node, at column number column is editable.
isCellEditable(int, int) - Method in class oracle.javatools.ui.treetable.TreeTableModelAdapter
 
isCellEditable(EventObject) - Method in class oracle.jdevimpl.audit.swing.CheckBoxTreeCellEditor
This implementation returns false for mouse clicks on the label part of the checkbox.
isCentralStore() - Method in class oracle.jdeveloper.db.DatabaseConnections
Convinience method to determine whether this is the central "IDE Connections" database store.
isChainedThrowable(Throwable) - Method in class oracle.javatools.dialogs.ExceptionDialog
Return true if the specified throwable is chaied.
isChanged(VCSStatus) - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetAdapter
 
isChangeListAction(View, VCSProfile) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
Determines whether or not this action has originated from a ChangeList containing view.
isChangeListAction() - Method in interface oracle.jdeveloper.vcs.generic.VCSActionInfo
Determines whether or not this action is referenced for use from a ChangeList containing view.
isChangeListCellHighlighted() - Method in interface oracle.jdeveloper.vcs.changelist.ChangeListStatus
 
isChangeListVisible() - Method in class oracle.jdeveloper.vcs.changelist.AsynchronousStatusTask
 
isChangeListVisible(ChangeList) - Method in class oracle.jdeveloper.vcs.changelist.ChangeListWindow
 
isChanging() - Method in class oracle.jdeveloper.vcs.vop.VersionOperationModelEvent
Asks whether the model is still changing.
isCharacterLiteralToken(int) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given token is a character literal token.
isCheckable(T) - Method in class oracle.javatools.controls.nicelist.NiceListRenderer
Returns true if a checkbox is rendered for the specified item.
isCheckBoxEnabled() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isCheckBoxSelectable() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isChecked() - Method in class javax.ide.menu.IDEAction
Find out whether the state of this IDEAction is checked or unchecked.
isCheckedList() - Method in class oracle.ide.dialogs.SelectFilesConfiguration
Asks whether or not the list should show checkboxes.
isChildEditOnly() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Checks whether we are editing a child object in isolation rather than within the context of the parent's edit dialog.
isChildListReorder() - Method in class oracle.javatools.db.diff.ResultSet
 
isChildOfPendingObject(DBObject) - Method in class oracle.javatools.db.validators.DBObjectValidator
Tests whether the given object has a SchemaObject parent that is a pending (templated) object.
isClass() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is a class or an enum type.
isClass() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
True if this is a class or an enum type.
isClassAccessible(JavaClass, String) - Static method in class oracle.jdeveloper.util.Helpers
Determine if the incoming JavaClass is accessible from the incoming package.
isClassDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
Determine if a declaration ID is a Java class declaration.
isClassNameValid() - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
isClassNameValid(boolean) - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
isClassNameValid(String) - Static method in class oracle.jdeveloper.wizard.common.WizardFile
 
isClassNameValid(String, boolean) - Static method in class oracle.jdeveloper.wizard.common.WizardFile
 
isClasspathJar() - Method in class oracle.jdeveloper.deploy.ear.EarProfile
 
isClasspathJar() - Method in class oracle.jdeveloper.deploy.jar.ArchiveProfile
Returns true if the deployed output of this profile can be used as a JAR file on a classpath.
isClasspathJar() - Method in class oracle.jdeveloper.deploy.war.WarProfile
 
isClassTypeLocator() - Method in class oracle.jdeveloper.java.locator.URLClassLocator
Whether this locator is of CLASS_TYPE.
isCleanBeforeCompile() - Method in class oracle.jdeveloper.deploy.DeploymentOptions
 
isClearDerivedPropertiesRequired(T, DBObjectChange, Collection<String>) - Method in class oracle.javatools.db.property.DerivedPropertyBuilder
Tests whether clearDerivedProperties should be called for the given object/change.
isClearEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the clear button is enabled or not.
isClearing() - Method in class oracle.ide.log.MessagePage.MessagePageEvent
 
isClearLogBeforeCompile() - Method in class oracle.ide.compiler.CompileArguments
Get the clear log before compile setting.
isClearLogBeforeRun() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the log page should be cleared before running.
isClearVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the clear button is added and visible in the toolbar.
isClientAccessible(Dockable) - Method in interface oracle.ide.docking.DockableContainer
Checks if the client is visible.
isClientReady() - Method in class oracle.jdeveloper.vcs.changelist.AsynchronousStatusTask
 
isClientSideMerge(Context) - Static method in class oracle.jdeveloper.merge.MergeContext
 
isClone(String) - Static method in class oracle.ide.view.MultiManager
 
isCloneable() - Method in class oracle.ide.editor.EditorAddin
 
isCloseable() - Method in class oracle.ide.controls.customtab.CustomTabPage
Returns whether the page is closeable
isCloseBraceType(int) - Method in interface oracle.javatools.editor.language.ExtendedBraceProvider
Fetch whether the brace type represented by the given language-specific token type represents a CLOSED brace type.
isClosed() - Method in interface oracle.ide.log.LogOwner
This method indicates whether the this owner was closed by the user.
isClosed() - Method in class oracle.javatools.db.AbstractDatabase
 
isClosed() - Method in class oracle.javatools.db.AbstractDBObjectProvider
Tests whether the provider has been closed (e.g.
isClosed() - Method in interface oracle.javatools.patterns.Closeable
Indicates whether this Closeable instance has been closed or not.
isClosed() - Method in class oracle.javatools.patterns.CloseableImpl
 
isCloseIndex(int) - Method in class oracle.javatools.parser.generic.BraceHelper
Fetch whether the given index is a valid index for a close brace.
isCloseVisible() - Method in class oracle.javatools.ui.ghost.GhostPalette
 
isCMUrl(URL) - Static method in class oracle.jdeveloper.cm.dt.CmJavaUtil
 
isCoalescingEnabled() - Method in class oracle.ide.controls.TreeTableModelAdapter
Deprecated.
Gets whether this model should coalesce delayed table changed events into a single event.
isCoalescingEnabled() - Method in class oracle.javatools.ui.treetable.TreeTableModelAdapter
Gets whether this model should coalesce delayed table changed events into a single event.
isCode() - Method in class oracle.javatools.db.token.Token
Test if the token represents "code".
isCode(boolean) - Method in class oracle.javatools.db.token.Token
Test if the token represents "code".
isCodeFoldingEnabled() - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
isCodeFoldingHighlight() - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
isCodeReview() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
isCollection(JavaManager, String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isCollection(String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isCollectionType() - Method in class oracle.ide.db.panels.plsql.NewPlsqlPanel.PlSqlComboItem
 
isColorInPalette(Color, TwoDModel) - Static method in class oracle.ide.controls.CustomColorChoice
Utility routine to check if a given color is contained within the given palette.
isColumnHeaderSelectionEnabled() - Method in class oracle.javatools.ui.table.GenericTable
Returns whether column header selection is supported for the table.
isColumnHeaderSelectionEnabled(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Returns whether column header selection is supported for the table.
isColumnSelectorAvailable() - Method in class oracle.javatools.ui.table.GenericTable
Get whether the dropdown button is displayed at the end of the column header for hiding and showing columns is available on this instance of table.
isColumnSelectorAvailable(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Get whether the dropdown button is displayed at the end of the column header for hiding and showing columns is available on this instance of table.
isComboBoxLoadedWithEncodings(JComboBox) - Static method in class oracle.ide.util.Encodings
Determine if the dropdown of the specified comboBox has been loaded with all the encodings of the current JDK.
isCommaListsEnabled() - Method in class oracle.javatools.util.CommandParser
Gets whether comma-separated values lists are enabled.
isComment() - Method in class oracle.javatools.db.token.Token
Test if the token represents some form of comment.
isComment(int) - Method in class oracle.javatools.parser.java.v2.scanner.ArrayedLexer
 
isComment(int) - Method in class oracle.javatools.parser.java.v2.scanner.FastLexer
Used by the ArrayedLexer.
isComment(int) - Method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
 
isCommentTextChanged() - Method in class oracle.jdeveloper.vcs.spi.VCSCommentsCustomizer
 
isCommitToProvider() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Tests whether this dialog invocation should commit any changes to the underlying DBObjectProvider on exit.
isCommutative() - Method in enum oracle.javatools.db.sql.ArithmeticOperation.ArithmeticOperator
Returns true if the operator is commutative.
isComparable(DeployedModule) - Method in class oracle.jdeveloper.deploy.common.DeployedModule
 
isCompare() - Method in class oracle.ide.db.transfer.TransferDescriptor
Is the Compare check box checked?
isCompareMandatory() - Method in class oracle.ide.db.transfer.TransferDescriptor
Is this a Compare operation? That is doing a compare is mandatory
isCompatibleDatabase(DBObjectProvider, DBObjectProvider, boolean) - Static method in class oracle.jdeveloper.offlinedb.transfer.OfflineTransferHelper
Checks whether the given Database is compatible with the given offline provider.
isCompatibleMethodReference(SourceElement, JavaHasType, List<JavaType>, String, JavaType) - Method in class oracle.javatools.parser.java.v2.CallerContext
Determines if a method reference composed of lhs::methodName is assignment compatible with the functionalInterface type in the given scope context.
isCompatibleUpgrade(Class<? extends Database>, Class<? extends Database>) - Method in class oracle.javatools.db.DatabaseDescriptor
isCompatibleWith(DatabaseDescriptor) - Method in class oracle.javatools.db.DatabaseDescriptor
Tests whether all datatypes and features supported in this descriptor are also supported in the target descriptor.
isCompilableJsp(String) - Static method in class oracle.jdeveloper.model.J2eeSettings
Returns true if the specified name represents some kind of compilable JSP.
isCompileBeforeDeploy() - Method in class oracle.jdeveloper.deploy.DeploymentOptions
 
isCompileBeforeRun() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the project and dependencies should be compiled before running.
isCompiled() - Method in interface oracle.javatools.parser.java.v2.model.SourceFile
Note: This does not consider whether or not the file is out-of-date and needs to be recompiled.
isCompileDependencies() - Method in class oracle.ide.compiler.CompileArguments
Determine if the build should compile the project's dependencies first before a project compile.
isCompileDependentProjects() - Method in class oracle.ide.compiler.CompileArguments
Deprecated.
Use isCompileDependencies instead
isCompileProjectOnlyBeforeRun() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the project only should be compiled before running.
isComplete() - Method in interface oracle.ide.externaltools.ExternalToolOptionsPage
Is the page complete? This method should return true when all values on the page which are required fields have values.
isComplete() - Method in class oracle.ideimpl.webupdate.wizard.SummaryPage
 
isComplete() - Method in class oracle.ideimpl.webupdate.wizard.UpdateCenterPanel
 
isComplete() - Method in class oracle.ideimpl.webupdate.wizard.UpdatesPanel
 
isComplete() - Method in class oracle.javatools.history.AbstractHistoryModel
 
isComplete() - Method in interface oracle.javatools.history.HistoryModel
Whether the model is complete.
isComplete() - Method in interface oracle.jdeveloper.vcs.vop.VersionOperationModel
Get whether this model is fully constructed.
isCompleteState() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Asks whether the editor is in 'complete state'.
isComplex(String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isComponent() - Method in class oracle.jdeveloper.cmt.CmtFolder
 
isComponent() - Method in interface oracle.jdeveloper.cmt.CmtModelNode
Determine whether or not this object represents a Component.
isComponentBorderPainted() - Method in class oracle.javatools.ui.HeaderPanel
Returns true if a border is painted around the hosted component.
isComponentIndented() - Method in class oracle.javatools.ui.HeaderPanel
Returns whether the component is indented.
isComposite() - Method in class oracle.jdeveloper.audit.extension.TransformDefinition
 
isCompositeElement(Element) - Static method in class oracle.ide.composite.CompositeFileElementRegistry
Asks whether the given element instance is a composite file element type.
isCompositeElement(Element, String) - Static method in class oracle.ide.composite.CompositeFileElementRegistry
Asks whether the given element instance is a composite file element type.
isCompoundEditInProgress() - Method in class oracle.javatools.editor.BasicDocument
Gets whether a compound edit is in progress.
isCompoundName(String, String) - Static method in class oracle.javatools.db.DBUtil
Return true if the name contains an unquoted '.'
isCompressed() - Method in class oracle.ide.controls.customtab.CustomTabPage
 
isCompressed() - Method in interface oracle.jdeveloper.deploy.Archive
 
isCompressed() - Method in class oracle.jdeveloper.deploy.DefaultArchive
 
isCompressed() - Method in class oracle.jdeveloper.deploy.jar.ArchiveOptions
 
IsConcreteJavaClass - Class in oracle.jdeveloper.rules
Evaluate the context to return true iff a single concrete Java class is selected.
IsConcreteJavaClass() - Constructor for class oracle.jdeveloper.rules.IsConcreteJavaClass
 
isCondensed() - Method in class oracle.ide.controls.customtab.CustomTabPage
Returns whether the long label is to be ignored
isConfiguredForFacelets(Context) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determine if the Project is configured to use Facelets.
isConfiguredForFacelets(Context, boolean) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determine if the Project is configured to use Facelets.
isConfiguredForFacelets(Project) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Deprecated.
isConfirm() - Method in class oracle.ide.db.dialogs.SQLErrorDialog
 
isConflict() - Method in class oracle.javatools.compare.CompareDifference
 
isConflictsStatus(VCSStatus) - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
Asks whether the given status indicates that diff3-style merge conflicts are present in the file.
isConflictsStatus(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
Asks whether the given status indicates that diff3-style merge conflicts are present in the file.
isConnected() - Method in class javax.ide.debug.Connector
Check if the debugger has connected to the debuggee.
isConnected() - Method in class oracle.jdeveloper.vcs.nav.BaseConnectionProvider
 
isConnectionAlive() - Method in class oracle.javatools.db.AbstractDatabase
 
isConnectionAlive(Connection) - Method in class oracle.javatools.db.AbstractDatabase
 
isConnectionAlive() - Method in interface oracle.javatools.db.Database
Tests whether the connection underneath this Database is "alive" - i.e.
isConnectionAlive(Connection) - Method in interface oracle.javatools.db.Database
Tests whether the given Connection is "alive" - i.e.
isConnectionAliveImpl(Connection) - Method in class oracle.javatools.db.AbstractDatabase
Implementation that checks whether the given (current) connection is alive.
isConnectionClosed(SQLException) - Method in class oracle.javatools.db.AbstractDatabase
 
isConnectionClosed(SQLException) - Method in interface oracle.javatools.db.Database
Tests whether the given SQLException (assumed to have come from the connection of this db) is the result of the connection being closed.
isConnectionClosedImpl(SQLException, Connection) - Method in class oracle.javatools.db.AbstractDatabase
Tests whether the given SQLException is the result of the given connection being closed.
isConnectionNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Tests whether the given element represents an online database connection.
isConnectionTypeEnabled(String, boolean) - Method in class oracle.jdeveloper.connection.model.hook.CTConfigurationInfo
 
isConnectionTypeEnabled(String) - Method in class oracle.jdeveloper.connection.model.hook.CTConfigurations
 
isConstant(SQLFragment) - Static method in class oracle.javatools.db.sql.ParserUtils
Could this be a non null string or numeric constant.
isConstant(PlsqlNode) - Static method in class oracle.javatools.db.sql.ParserUtils
Deprecated.
use ParserUtils.isConstant( SQLFragment ) Is this a non null string or numeric constant
isConstrained(Column, String...) - Static method in class oracle.javatools.db.ColumnConstraint
Tests whether the given Column appears in any ColumnConstraint on its owning table of given constraint types.
isConstrained() - Method in interface oracle.jdeveloper.cmt.CmtProperty
 
isConstructor() - Method in interface javax.ide.model.java.source.tree.MethodT
True if this is a constructor.
isConstructor() - Method in class oracle.javatools.parser.java.v2.common.AbstractMethod
 
isConstructor() - Method in class oracle.javatools.parser.java.v2.common.QuickMethod
 
isConstructor() - Method in class oracle.javatools.parser.java.v2.common.WrapperMethod
 
isConstructor() - Method in interface oracle.javatools.parser.java.v2.model.JavaMethod
 
isConstructor() - Method in interface oracle.javatools.parser.java.v2.model.SourceMethod
True if this is a constructor.
isConsumed() - Method in class oracle.ide.controls.DragComponentEvent
 
isConsumed() - Method in class oracle.jdeveloper.deploy.meta.pattern.builder.OBContext
 
isContainedElementType(Element) - Method in class oracle.jdeveloper.audit.model.ModelType
Gets whether an Element is an instance of one of the element types returned by ModelType.getContainedElementTypes().
isContainedProfile() - Method in class oracle.jdeveloper.deploy.Profile
Deprecated.
isContainer() - Method in interface oracle.jdeveloper.cmt.CmtComponent
 
isContainer() - Method in class oracle.jdeveloper.cmt.CmtFolder
 
isContainer() - Method in interface oracle.jdeveloper.cmt.CmtModelNode
Determine whether or not this object should be treated as a container.
isContainerStyleRecursive() - Method in class oracle.ide.composite.DefaultCompositeFileElementProxy
Asks whether this proxy behaves recursively with respect to its composite elements.
isContentComparable(URL) - Static method in class oracle.jdeveloper.compare.CompareViewer
Deprecated.
replaced by CompareManager.isContentComparable(java.net.URL). Note that the new method returns true for certain comparable binary file types, as recognized by a registered CompareMethod.
isContentModelLoaded() - Method in class oracle.ide.editor.AsynchronousEditor
Indicates whether the model for this editor's UI has been already loaded.
isContentTypeBinary(URL) - Static method in class oracle.jdeveloper.vcs.util.VCSFileSystemUtils
Asks whether the given URL contains binary content, according to the IDE's content type registry.
isContextSensitive() - Method in class javax.ide.command.Controller
Get whether this controller is context sensitive.
isControlDown() - Static method in class oracle.javatools.ui.InputInfo
 
isControlled(Element) - Method in class oracle.ide.explorer.IconOverlayTracker
Asks whether the given element is controlled by the overlay client.
isControlled(URL) - Method in class oracle.jdeveloper.vcs.changelist.AsynchronousStatusTask
 
isControlled(URL, String) - Method in class oracle.jdeveloper.vcs.spi.VCSControlCache
Asks whether the given URL is controlled by the given extension.
isControlled(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSExtension
Asks whether the given URL is controlled by the version control client.
isControlled(Element) - Method in class oracle.jdeveloper.vcs.spi.VCSIconOverlayTracker
 
isControlledDirectory(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSApplicationSystem
 
isCopy() - Method in class oracle.javatools.patch.PatchAssistance
Is the file a copy from another location
isCopyEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the copy button is enabled or not.
isCopyQualifiedClassNameToField() - Method in class oracle.jdeveloper.dialogs.BrowseHandler
 
isCopyQualifiedClassNameToField() - Method in class oracle.jdeveloper.dialogs.BrowseHandler2
 
isCopyVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the copy button is added and visible in the toolbar.
isCreateContext(Context) - Static method in class oracle.ide.db.dialogs.BaseDBEditorFactory
Tests whether the given Context was created as the result of a create dialog commiting and then launching an Editor.
isCreatedByJDev() - Method in class oracle.jdeveloper.jsp.libraries.WarInfo
 
isCreateSupported(String) - Method in class oracle.ide.db.dialogs.BaseDBEditorFactory
Deprecated.
isCreateSupported(String) - Method in interface oracle.ide.db.dialogs.DBEditorFactory
Deprecated.
use one of the canCreateDBObject methods
isCreateTables() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isCSSHexadecimalCharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid hexadecimal character.
isCSSIdentifierNMStartCharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid identifier nmstart character.
isCSSIdentifierStartCharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid identifier start character.
isCSSNameCharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid name character.
isCSSSpace(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid space.
isCSSStringCharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid string character.
isCSSURICharacter(char) - Static method in class oracle.javatools.parser.css.TokenizerUtil
Tests whether the given character is a valid URI character.
isCurrent() - Method in class oracle.jdeveloper.history.RevisionIdentifier
Get whether this identifies the current document revision.
isCurrent() - Method in interface oracle.rc.asadapter.context.spi.AppServerContextCache
 
isCurrent() - Method in class oracle.rc.asadapter.context.spi.ASCCacheImpl
 
isCurrentBuildCancelled(T) - Method in class oracle.javatools.db.AbstractDBObjectBuilder
Tests whether AbstractDBObjectBuilder.cancelCurrentBuild(T) has been called during the current build.
isCurrentBuildCancelled() - Method in class oracle.javatools.db.plsql.PlSqlInterrogator
Deprecated.
Has the building of PlSqlFragments for tyhis PlSqlInterrogator been cancelled.
isCurrentObject(DBObjectID) - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Tests whether the given DBObjectID is the ID of the object currently being processed in this transaction.
isCurrentUser() - Method in class oracle.javatools.db.ora.DatabaseLink
Deprecated.
isCurtailed() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListEvent
 
isCustom() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether this run configuration is custom.
isCustomizationContext(ElementContext) - Static method in class oracle.ide.ExtensionRegistry
Returns true if the specified context is one in which it is valid to register customization hooks.
isCustomizationMode() - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
Checks if customization mode is true/false.
isCustomListQuery(String, boolean, DBObjectCriteria) - Method in class oracle.javatools.db.dictionary.DictionaryQueries
Returns true if the given type has a custom list query - i.e.
isCustomMappedExtension(String) - Static method in class oracle.ide.config.FileTypesRecognizer
Asks whether the given extension/node mapping is a custom (user) configured file type, as opposed to an IDE registered type.
isCustomSettingsActive(DataContainer) - Static method in class oracle.jdeveloper.deploy.AutoSyncSettings
 
isCustomSettingsActive(DataContainer) - Static method in class oracle.jdeveloper.deploy.dt.DeploymentPanelContent
Indicates whether Deployment Profiles settings are for CustomSettings(a.k.a.
isCustomSettingsActive(DataContainer) - Static method in class oracle.jdeveloper.deploy.SecurityDeploymentSettings
 
isCutCopyLineEnabled() - Method in class oracle.javatools.editor.BasicEditorPane
Checks whether Cut/Copy on current line with no selection is enabled.
isDangling(DBObjectID) - Static method in class oracle.javatools.db.DBUtil
Returns true if it is passed a dangling reference.
isDatabaseChangeNotificationCompatible(String, boolean, boolean) - Method in interface oracle.javatools.db.ora.OracleDatabase
Tests whether the given sql is compatible with the Oracle JDBC driver's Database Change Notification (DCN) feature.
isDatabaseLink(DBObjectID) - Static method in class oracle.javatools.db.DBUtil
Returns true if the ID is from an object obtained over a database link
isDatabaseOnlyEvent(String) - Static method in class oracle.javatools.db.plsql.Trigger
Returns true if the given event String is only applicable to databases (i.e.
isDatabaseOnlyEvent(String) - Static method in class oracle.javatools.db.plsql.Trigger
Returns true if the given event String is only applicable to databases (i.e.
isDataFlavorSupported(DataFlavor) - Method in class oracle.ide.datatransfer.TransferableContext
 
isDataFlavorSupported(DataFlavor) - Method in class oracle.ide.datatransfer.TransferableEditorTab
Deprecated.
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class oracle.ide.db.DBObjectTransferable
 
isDataFlavorSupported(DropTargetDragEvent) - Method in class oracle.ide.util.dnd.DefaultDropTargetListener
 
isDataFlavorSupported(DataFlavor) - Method in class oracle.ide.util.dnd.TransferablesList
 
isDataFlavorSupported(DataFlavor) - Method in class oracle.ide.util.dnd.TransferableTreeNode
 
isDataFlavorSupported(DataFlavor) - Method in class oracle.javatools.editor.plugins.DragDropPlugin.DragTransferable
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DropTargetDragEvent) - Method in class oracle.javatools.editor.plugins.DropTargetPlugin
Utility method to check if the data flavor of the transferable in the drag and drop operation is supported by us.
isDataFlavorSupported(DropTargetDropEvent) - Method in class oracle.javatools.editor.plugins.DropTargetPlugin
Utility method to check if the data flavor of the transferable in the drag and drop operation is supported by us.
isDataFlavorSupported(DataFlavor) - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Returns whether or not the specified data flavor is supported for this object.
isDataType(Class) - Method in class oracle.jdeveloper.deploy.spi.DataElement
 
isDateSelected(LocalDate) - Method in class oracle.javatools.ui.calendar.CalendarModel
Determine if a date is currently selected in the calendar
isDateValid(Date) - Method in interface oracle.javatools.ui.calendar.CalendarDateProvider
Deprecated.
no longer called by the calendar classes except via the default method in this class. If the default method is overridden then this method can be ignored.
isDateValid(LocalDate, ZoneId) - Method in interface oracle.javatools.ui.calendar.CalendarDateProvider
New date API version of isDateValid(Date).
isDBObject() - Method in class oracle.ide.db.insight.model.DBInsightData
 
isDbObjectName(PlsqlNode) - Static method in class oracle.javatools.db.sql.ParserUtils
Deprecated.
isDebug() - Static method in class oracle.javatools.db.DBLog
Tests whether the api is in "debug" mode.
isDebugging() - Method in class oracle.ide.runner.Debugger
Returns true if the debugger is currently debugging one or more processes.
isDebugInformation() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use CompilerOptionManager.isDebugInformation() or CompilerOptionManager.isDebugInformation(CompilerName)
isDecimalDigit(char) - Static method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
Utility routine to check whether the given digit is a decimal digit.
isDecimalDigit(char) - Static method in class oracle.javatools.parser.plsql.old.PlsqlLexer
Utility routine to check whether the given digit is a decimal digit.
isDeclarable() - Method in class oracle.javatools.db.datatypes.DataTypeAttribute
 
isDeclarative() - Method in class oracle.javatools.db.ora.MaterializedView
Convinience method to check whether this mat view has a declarative query.
isDeclarative() - Method in interface oracle.javatools.db.sql.DeclarativeSQLQuery
Deprecated.
Tests whether this query has been fully built declaratively - i.e.
isDeclarative() - Method in class oracle.javatools.db.sql.SQLQuery
Tests whether this query has been fully built declaratively - i.e.
isDeclarative() - Method in interface oracle.javatools.db.sql.SQLQueryOwner
Convinience method to check whether this SQLQueryOwner has a declarative query.
isDeclarative() - Method in class oracle.javatools.db.View
Convinience method to check whether this view has a declarative query.
isDecorated() - Method in class oracle.ide.view.ViewDecorator
 
isDefault() - Method in class oracle.ide.ceditor.CodeEditorAddin
Determine if the Editor registered by this addin is the default Editor.
isDefault() - Method in class oracle.ide.editor.EditorAddin
 
isDefault() - Method in class oracle.ide.model.HashStructureNode
For HashStructureNode subtypes that keep default state in a separate Node instance, this method should return true if this Node is the default instance.
isDefault() - Method in class oracle.ide.model.Project
 
isDefault() - Method in class oracle.ide.model.Workspace
 
isDefault() - Method in class oracle.javatools.history.HistoryProperty
Get whether the HistoryProperty is visible by default.
isDefault() - Method in class oracle.jdeveloper.audit.extension.TransformBinding
 
isDefault() - Method in interface oracle.jdeveloper.cmt.CmtPropertyState
 
isDefault() - Method in class oracle.jdeveloper.merge.BaseMergeAddin
isDefaultBundleForProject(PropertyStorage, String) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
 
isDefaultCapable() - Method in class oracle.javatools.ui.segmented.SegmentButton
 
isDefaultContentSet() - Method in class oracle.ide.model.ContentSetProviderReference
Indicates whether the Navigable for this content set is shown in the Project Properties dialog when "Project Source Paths" is selected, or whether it is added as a child of that root node.
isDefaultCp1252() - Static method in class oracle.ide.util.Encodings
Certain optimizations can be performed when the running JDK's default character encoding is "Cp1252".
isDefaultProject(Namespace) - Static method in class oracle.ide.model.panels.ProjectSettingsTraversablePanel
Indicates whether or not the data in the supplied Namespace corresponds to the default project properties data.
isDefaultProject() - Method in class oracle.ide.model.Project
Deprecated.
Use isDefault().
isDefaultRoleActive() - Method in class oracle.ide.extension.RoleManager
Returns true if the default role is active.
isDefaultTab() - Method in class oracle.jdeveloper.vcs.properties.PropertiesPanelProvider
Asks whether the panel's tab is the default selection in the properties dialog.
isDefaultTab() - Method in class oracle.jdeveloper.vcs.properties.VersionPropertiesPanelProvider
 
isDefined(String) - Method in class oracle.javatools.util.CommandParser
Gets whether a name is a parameter or option.
isDefinedIn(Project, URL) - Static method in class oracle.jdeveloper.java.JavaManager
 
isDelegated(String, String) - Method in class oracle.ide.model.HSAdapterDelegateMediator
 
isDelegated(String) - Method in interface oracle.javatools.data.HashStructure.Filter
 
isDelete() - Method in class oracle.jdeveloper.vcs.spi.VCSFile
 
isDeletedFile() - Method in class oracle.jdeveloper.vcs.spi.VCSModifiedFile
 
isDeleteEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the delete button is enabled or not.
isDeleteVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the delete button is added and visible in the toolbar.
isDependency(CmtSubcomponent) - Method in interface oracle.jdeveloper.cmt.CmtComponentSource
Determine whether given CmtSubcomponent is based upon a .java source file upon which this CmtComponent is dependant.
isDependentProvider(OfflineDBObjectProvider) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
Determines whether the given provider is in the dependency chain for this provider, i.e.
isDeployable() - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypeInfo
 
isDeployable(String) - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypes
 
isDeployed - Variable in class oracle.jdeveloper.model.JLibraryModel
 
isDeploying(int) - Method in class oracle.jdeveloper.deploy.DeployShell
Deprecated.
Use an appropriate ShellAdapter instead.
isDeploying(int[]) - Method in class oracle.jdeveloper.deploy.DeployShell
Deprecated.
isDeploying(int) - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
Find out if shell is deploying within the context of a parent sequence.
isDeploying(int[]) - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
Find out if shell is deploying within the context of multiple parent sequences.
isDeploymentCancelled() - Method in class oracle.jdeveloper.deploy.common.AbstractDeployer
 
isDeprecated(Enum) - Static method in class oracle.javatools.db.DBUtil
Test if an enum value is deprecated (with @Deprecated annotation)
isDeprecated() - Method in class oracle.javatools.db.property.PropertyInfo
Returns true if the get OR set method for this property is deprecated.
isDeprecated() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isDeprecated() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isDeprecated() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isDeprecated() - Method in class oracle.javatools.parser.java.v2.common.WrapperField
 
isDeprecated() - Method in class oracle.javatools.parser.java.v2.common.WrapperMethod
 
isDeprecated() - Method in interface oracle.javatools.parser.java.v2.model.JavaElement
 
isDerived() - Method in class oracle.javatools.db.diff.Difference
Tests whether the property this Difference represents is derived.
isDerived() - Method in class oracle.javatools.db.property.PropertyInfo
Tests if this property is derived from the value of another property.
isDescending() - Method in interface javax.ide.extension.ElementVisitorFactory2
Returns true if this visitor factory supports descending through all children of the element for which it was registered.
isDesignActive() - Method in class oracle.ide.layout.Layouts
 
isDeterminate() - Method in class oracle.ide.task.ui.TaskManagerDialogConfiguration
 
isDevelopment() - Static method in class oracle.jdeveloper.audit.AuditManager
Gets whether Audit is running in development mode.
isDialogRequired(ChangeListWindow, VCSProfile) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
 
isDirectory(URI) - Method in class javax.ide.net.VirtualFileSystem
Tests whether the location indicated by the URI is a directory resource.
isDirectory(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Tests whether the location indicated by the URI is a directory.
isDirectory(URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isDirectory(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isDirectory(String) - Method in class oracle.ide.net.JarIndex
Determines whether an entry exists and is a direcory.
isDirectory(URL) - Method in class oracle.ide.net.JarURLFileSystemHelper
If the specified URL points to just the jar file and not to any particular entry within it, then this method will return true if the jar file exists.
isDirectory(URL) - Method in class oracle.ide.net.TipURLFileSystemHelper
If the specified URL points to just the jar file and not to any particular entry within it, then this method will return true if the jar file exists.
isDirectory(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isDirectory() - Method in class oracle.ide.net.URLFileSystem.FileInfo
Returns whether the file was a directory at the time this object was constructed.
isDirectory(URL) - Static method in class oracle.ide.net.URLFileSystem
Tests whether the location indicated by the URL is a directory.
isDirectory(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Tests whether the location indicated by the URL is a directory.
isDirectory(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isDirectory() - Method in class oracle.ide.net.URLFileSystemStorage
Determine if this is a directory Storage
isDirectory() - Method in class oracle.javatools.patch.PatchIndexFile
Gets whether the index file exists on the filesystem as a directory.
isDirectory(URL) - Method in interface oracle.jdeveloper.deploy.contrib.spi.FilesetPathTraversalFilter
Is the given path a directory.
isDirectory() - Method in interface oracle.ojc.interfaces.Storage
Indicates whether this is a directory Storage.
isDirectory() - Method in class oracle.ojc.storage.DirectoryStorage
 
isDirectoryDeployed() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.Application
 
isDirectoryEx(String) - Method in class oracle.ide.net.JarIndex
Determines whether an entry exists and is a direcory.
isDirectoryMacro() - Method in class oracle.ide.externaltools.macro.MacroExpander
Does this macro expand to a directory? Some of the external tools UI provides a restricted list of macros where only directory values can be used.
isDirectoryOnly() - Method in class oracle.ide.net.URLTextField
Whether the URLTextField is displaying a directory or a file.
isDirectoryPath(URI) - Method in class javax.ide.net.VirtualFileSystem
Tests whether the location indicated by the URI represents a directory path.
isDirectoryPath(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Tests whether the location indicated by the URI represents a directory path.
isDirectoryPath(URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isDirectoryPath(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isDirectoryPath(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isDirectoryPath(URL) - Static method in class oracle.ide.net.URLFileSystem
Tests whether the location indicated by the URL represents a directory path.
isDirectoryPath(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Tests whether the location indicated by the URL represents a directory path.
isDirectoryPath(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isDirectoryView() - Static method in class oracle.ide.navigator.ViewSupport
 
isDirectoryView(Workspace) - Static method in class oracle.ide.navigator.ViewSupport
 
isDirty() - Method in class javax.ide.model.Document
True if the data in the object has been modified.
isDirty() - Method in class oracle.ide.config.Preferences
 
isDirty() - Method in class oracle.ide.controls.customtab.CustomTabPage
 
isDirty() - Method in class oracle.ide.model.Connections
 
isDirty() - Method in class oracle.ide.model.DefaultDirtyable
 
isDirty() - Method in class oracle.ide.model.DefaultSubDirtyable
 
isDirty() - Method in class oracle.ide.model.Node
 
isDirty() - Method in class oracle.ide.model.ObservableFolder
 
isDirty() - Method in class oracle.ide.model.Preferences
Deprecated.
 
isDirty() - Method in class oracle.ide.model.TextNode
First checks if the superclass has its dirty flag set; if so, returns true.
isDirty() - Method in class oracle.ide.model.Workspaces
 
isDirty() - Method in interface oracle.javatools.data.Dirtyable
True if the data in the object has been modified.
isDirty() - Method in class oracle.javatools.data.Structure
 
isDirty() - Method in class oracle.javatools.resourcebundle.AppBundleInfo
 
isDirty() - Method in class oracle.jdeveloper.deploy.common.AbstractHashDependable
 
isDirty() - Method in class oracle.jdeveloper.deploy.common.Contributor
Deprecated.
 
isDirty() - Method in class oracle.jdeveloper.deploy.DeployElement
 
isDirty() - Method in class oracle.jdeveloper.engine.BaseEngine
 
isDirty() - Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
 
isDirty() - Method in class oracle.jdeveloper.library.AbstractLibrary
 
isDirty() - Method in class oracle.jdeveloper.library.LibraryElement
 
isDirty() - Method in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryNode
 
isDisabled(String, String) - Method in class oracle.ide.model.HSAdapterDelegateMediator
 
isDisplayComponentScrollable() - Method in class oracle.ide.log.AbstractLogPage
Gets whether the component returned from getGUI should be treated as a scrollable component
isDisposed() - Method in class oracle.ide.wizard.FSMWizard
 
isDisposed() - Method in class oracle.javatools.editor.BasicEditorPane
 
isDistinct() - Method in class oracle.javatools.db.sql.Function
Returns whether this function is UNIQUE/DISTINCT.
isDistinct() - Method in class oracle.javatools.db.sql.SQLQuery
Return true if the query only returns DISTINCT/UNIQUE rows.
isDistinct() - Method in class oracle.javatools.parser.plsql.symtab.SqlOptdef
Deprecated.
 
isDockableVisible(String) - Method in class oracle.ide.docking.DockStation
 
isDockableVisible(Dockable) - Method in class oracle.ide.docking.DockStation
 
isDone() - Method in class oracle.ide.inspector.task.BackgroundTask
 
isDone() - Method in class oracle.ide.todo.AbstractToDoItem
Gets whether the to do item has been marked as complete or not
isDone() - Method in interface oracle.ide.todo.ToDoItem
Gets whether the to do item has been marked as complete or not
isDoubleClick(MouseEvent) - Method in class oracle.ide.controls.DoubleClickTrigger
This method is intended to serve as a delegate for the MouseListener#mouseClicked(MouseEvent) method.
isDowngradeOK() - Method in class oracle.ide.db.transfer.TransferDescriptor
Has the user accepted that this tranfer is a downgrade.
isDowngradeSet() - Method in class oracle.ide.db.transfer.TransferDescriptor
return true if the user's downgrade intention been recorded?
isDragging() - Static method in class oracle.javatools.ui.InputInfo
 
isDragOK(DropTargetDragEvent) - Method in class oracle.ide.util.dnd.DefaultDropTargetListener
Returns whether this DropTarget can accept the drag event indicated by the DropTargetDragEvent parameter.
isDrawer() - Method in class oracle.ide.docking.DockableWindow
Indcates if Dockable is used as Drawer (accordion).
isDrawerExpanded(String) - Static method in class oracle.ide.docking.DrawerLayoutUtil
Returns state of the drawer (last saved state)
isDrawerExpanded(String) - Method in class oracle.ide.docking.DrawerWindow
 
isDropActionSupported(int) - Method in class oracle.javatools.editor.plugins.DropTargetPlugin
Utility method to check if the requested drop operation (i.e., COPY) is supported.
isDropAndCreateTables() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isDuplicable() - Method in class oracle.ide.editor.EditorAddin
An EditorAddin should return true if its editor allows duplication.
isDuplicable() - Method in class oracle.jdeveloper.merge.BaseMergeAddin
An EditorAddin should return true if its editor allows duplication.
isDuplicateEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the duplicate button is enabled or not.
isDuplicateVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the duplicate button is added and visible in the toolbar.
isDynamic() - Method in class oracle.jdeveloper.merge.AbstractMergeEditor
Deprecated.
 
isDynamic() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
 
isDynamic() - Method in class oracle.jdeveloper.merge.TextMergeEditor
 
isDynamicFolder() - Method in class oracle.jdeveloper.rescat2.model.nodes.CatalogContextNode
 
isDynamicFolder() - Method in class oracle.rc.asadapter.context.spi.DefaultAppServerResourceContext
 
isDynamicFolder() - Method in class oracle.rc.asadapter.resource.spi.DefaultCatalogContext
 
isEarAssembly() - Method in class oracle.jdeveloper.deploy.JeeDeploymentOptions
 
isEarAssembly() - Method in class oracle.jdeveloper.deploy.shell.JeeDeployment
 
isEdit() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Convenience method for checking that there is no original object.
isEditable() - Method in class oracle.ide.controls.DefaultListTableModel
Returns the editable state of the default table model
isEditable() - Method in class oracle.ide.controls.InputTableModel.ColumnMetaData
 
isEditable() - Method in class oracle.ide.db.components.ComponentFactory
Returns true if the entire dialog should appear disabled (not editing).
isEditable() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the chooser(s) should be editable.
isEditable() - Method in class oracle.ide.db.controls.DBObjectChooser
Override of the Component.isEditable method.
isEditable() - Method in class oracle.ide.db.controls.NameEditor
 
isEditable() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Returns true if the object in the dialog can be edited, or false if the object is read only.
isEditable() - Method in class oracle.ide.model.WorkingSet
 
isEditable() - Method in class oracle.ide.todo.AbstractToDoItem
Determines whether the to do item can be edited.
isEditable() - Method in interface oracle.ide.todo.ToDoItem
Determines whether the to do item can be edited.
isEditable() - Method in class oracle.javatools.compare.CompareMain.FileCompareContributor
Deprecated.
 
isEditable(ContributorKind) - Method in class oracle.javatools.compare.view.BaseCompareView
 
isEditable(DBObject) - Method in class oracle.javatools.db.AbstractDBObjectProvider
 
isEditable(DBObject) - Method in interface oracle.javatools.db.DBObjectProvider
Tests whether or not the object can be edited.
isEditable(BasicEditorPane, boolean) - Static method in class oracle.javatools.editor.BasicAction
Utility routine which checks if the editor is editable, and beeps if it isn't (if requested.)
isEditable() - Method in class oracle.jdeveloper.engine.ClassEngine
 
isEditable(DBObject) - Method in class oracle.jdeveloper.offlinedb.OfflineDBObjectProvider
 
isEditable() - Method in class oracle.jdeveloper.vcs.properties.PropertiesPanel
Asks whether this panel allows the editing of property values.
isEditable() - Method in class oracle.jdeveloper.vcs.util.CheckboxProperty
 
isEditable() - Method in interface oracle.jdeveloper.vcs.vop.DisplayProperty
If return true the property will be editable
isEditableRHS() - Method in class oracle.jdeveloper.vcs.versionhistory.VersionHistoryViewer
 
isEditEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the edit button is enabled or not.
isEditingSharedProperties(Namespace) - Static method in class oracle.ide.model.panels.ProjectSettingsTraversablePanel
Indicates whether this panel is currently editing Workspace-level properties that are shared across projects.
isEditingTime() - Method in class oracle.javatools.ui.calendar.CalendarPanel
 
isEditLocked() - Method in class oracle.javatools.compare.view.BaseCompareView
Get whether this compare view is locked against editing.
isEditorAvailable(Context) - Method in class oracle.jdeveloper.merge.AbstractMergeAddin
Deprecated.
Asks whether the merge editor should be made available for the given context.
isEditorAvailable(Element) - Method in class oracle.jdeveloper.merge.AbstractMergeAddin
Deprecated.
Asks whether the editor should be made available for the given Element.
isEditorAvailable(URL) - Method in class oracle.jdeveloper.merge.AbstractMergeAddin
Deprecated.
Asks whether the editor should be made available for the given URL.
isEditorFixedWidthFont(BasicEditorPane) - Static method in class oracle.javatools.editor.EditorSelectionColumns
 
isEditorRegistered(Class) - Method in class oracle.ide.editor.EditorManager
Determine whether an Editor implementation has been registered.
isEditTime() - Method in class oracle.javatools.ui.calendar.CalendarModel
 
isEditVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the edit button is added and visible in the toolbar.
isElementSaveUpdate(Object, UpdateMessage) - Static method in class oracle.jdeveloper.vcs.util.VCSModelUtils
Asks whether the given update message indicates that the observed node has been saved.
isElementType(Element) - Method in class oracle.jdeveloper.audit.model.ModelType
Gets whether an Element is an instance of one of the element types returned by ModelType.getRootElementTypes() or ModelType.getContainedElementTypes().
isElementVisible(String) - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowOptions.DebuggerWindowOptionsUseDefaults
 
isElementVisible(String) - Method in interface oracle.jdeveloper.debugger.support.DebuggerWindowOptions
Called by the core debugger to get the visibility setting for an optional element.
isElementVisible(String) - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowOptionsImpl
 
isElementVisitorAttached() - Method in class javax.ide.extension.DeferredElementVisitorHook
Returns true if an ElementVisitor is attached
isEmpty() - Method in class oracle.ide.keyboard.KeyStrokes
 
isEmpty() - Method in class oracle.ide.model.TechnologyScope
Returns true if there are no technologies in this scope, otherwise returns false.
isEmpty() - Method in class oracle.ide.net.JarIndex
Determines whether this JAR index is currently empty.
isEmpty() - Method in class oracle.ide.palette2.PaletteGroup
 
isEmpty() - Method in class oracle.ide.palette2.PalettePage
 
isEmpty() - Method in class oracle.ide.palette2.PaletteSection
 
isEmpty() - Method in class oracle.ide.util.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class oracle.javatools.buffer.SafeArrayList
Tests if this list is empty.
isEmpty() - Method in class oracle.javatools.data.ListStructure
Returns true if the ListStructure currently contains zero items; false otherwise.
isEmpty() - Method in class oracle.javatools.db.BuiltInObjectCache
Tests whether this cache is empty - i.e.
isEmpty() - Method in class oracle.javatools.parser.java.v2.CallerContext.Output
 
isEmpty() - Method in class oracle.javatools.parser.java.v2.common.ClassHierarchy
 
isEmpty() - Method in class oracle.javatools.parser.java.v2.common.MethodHierarchy
 
isEmpty() - Method in class oracle.javatools.resourcebundle.ChainedKeyValueMap
 
isEmpty() - Method in class oracle.javatools.resourcebundle.ChainedKeyValueNoteMap
 
isEmpty() - Method in class oracle.javatools.util.ArrayMap
 
isEmpty() - Method in class oracle.javatools.util.ArraySortedSet
Returns true if this set contains no elements.
isEmpty() - Method in class oracle.javatools.util.CompositeFilter
 
isEmpty() - Method in class oracle.javatools.util.CopyOnWriteList
Deprecated.
Gets whether this list is empty.
isEmpty() - Method in class oracle.javatools.util.DependencyGraph
 
isEmpty() - Method in class oracle.javatools.util.ImmutableList
 
isEmpty() - Method in class oracle.javatools.util.Maps.AbstractHashMap
Gets whether this map is empty.
isEmpty() - Method in class oracle.javatools.util.MultiMap
 
isEmpty() - Method in class oracle.javatools.util.SynchronizedQueue
Gets whether this queue is empty.
isEmpty() - Method in class oracle.javatools.util.TypeMap
Gets whether the map has any entries.
isEmpty() - Method in class oracle.javatools.util.WeightedList
 
isEmpty() - Method in interface oracle.javatools.xml.bind.ElementList
Deprecated.
 
isEmpty() - Method in class oracle.javatools.xml.esax.spi.Stack
Gets whether there are more elements on the stack.
isEmpty(OfflineDBObjectProvider) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Method to query if the given provider has any schema objects or schemas in its content set.
isEmpty() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
Returns true if there are no items in the change list.
isEmpty() - Method in class oracle.jdevimpl.audit.util.KeyedSortedSet
 
isEmpty() - Method in interface oracle.rc.asadapter.context.spi.AppServerContextCache
 
isEmpty() - Method in class oracle.rc.asadapter.context.spi.ASCCacheImpl
 
isEmptyEx() - Method in class oracle.ide.net.JarIndex
Determines whether this JAR index is currently empty.
isEmptyHierarchy() - Method in class oracle.jdevimpl.audit.log.HierarchyFilter
 
isEmptyReadOnlyWrapper() - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
 
isEnabled() - Method in class javax.ide.menu.IDEAction
 
isEnabled() - Method in class oracle.ide.config.SettingsFieldCustomizations
Returns true or false based on whether a field customization has requested that a field be enabled or disabled.
isEnabled() - Method in class oracle.ide.controls.customtab.CustomTabPage
 
isEnabled() - Method in class oracle.ide.controls.tree.JTreeCellData
Convenience method.
isEnabled() - Method in class oracle.ide.db.controls.AbstractSizeChooser
 
isEnabled() - Method in class oracle.ide.db.controls.DBObjectChooser
Override of the Component.isEnabled method.
isEnabled() - Method in class oracle.ide.db.controls.TerabyteSizeChooserUnlimited
 
isEnabled() - Method in class oracle.ide.extension.feature.Feature
 
isEnabled() - Static method in class oracle.ide.file.ProjectCache
Determine whether the cache is enabled.
isEnabled() - Method in interface oracle.ide.runner.DebuggerBreakpoint
Find out if the preferred state of this breakpoint is enabled
isEnabled() - Method in interface oracle.ide.runner.DebuggerBreakpointLogEntry
Should logging for the breakpoint be enabled.
isEnabled() - Method in class oracle.ideimpl.webupdate.UpdateCenter
 
isEnabled() - Method in class oracle.javatools.db.Constraint
Whether this constraint is current enabled.
isEnabled() - Method in class oracle.javatools.db.plsql.Trigger
Get method for the Enabled property
isEnabled() - Method in class oracle.javatools.db.plsql.Trigger
Get method for the Enabled property
isEnabled() - Method in class oracle.javatools.ui.BlockingLayerUI
Deprecated.
 
isEnabled() - Method in class oracle.javatools.ui.checklist.Step
Returns whether the step is enabled or not.
isEnabled() - Method in class oracle.javatools.ui.infotip.InfoTipHover
 
isEnabled() - Method in class oracle.javatools.util.Log
Gets whether this log is enabled.
isEnabled() - Method in class oracle.javatools.util.SynchronizedQueue
Gets whether this queue is enabled
isEnabled() - Method in class oracle.jdeveloper.audit.analyzer.Analyzer
Gets whether this analyzer is enabled.
isEnabled() - Method in class oracle.jdeveloper.audit.analyzer.Metric
Gets whether this rule is enabled.
isEnabled() - Method in class oracle.jdeveloper.audit.analyzer.Rule
Gets whether this rule is enabled.
isEnabled() - Method in class oracle.jdeveloper.audit.analyzer.SuppressionScheme
Gets whether this rule is enabled.
isEnabled(String) - Method in class oracle.jdeveloper.audit.service.Profile
Gets whether a bean in this profile is enabled.
isEnabled(String) - Method in interface oracle.jdeveloper.audit.service.ProfileTransaction
Gets tbe enabled property of a specific bean of this transaction.
isEnabled() - Method in class oracle.jdeveloper.audit.transform.Transform
Gets whether this transform is enabled.
isEnabled(IdeAction, Context, Element[], int[]) - Method in class oracle.jdeveloper.controller.JavaSourceNodeActionDelegate
Gets whether an action is enabled for a Node selection.
isEnabled(IdeAction, Context, Element[], int[]) - Method in class oracle.jdeveloper.controller.NodeActionDelegate
Gets whether an action is enabled for a Node selection.
isEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.spi.DeployAction
 
isEnabled() - Method in class oracle.jdeveloper.vcs.annotations.AnnotateLink
 
isEnabled() - Method in class oracle.jdeveloper.vcs.annotations.AnnotationAction
 
isEnabled() - Method in class oracle.jdeveloper.vcs.annotations.VCSAnnotationExtention
 
isEnabled() - Method in class oracle.jdeveloper.vcs.historygraph.VCSHistoryGraphExtension
 
isEnabled(Context) - Static method in class oracle.jdeveloper.vcs.properties.PropertiesCommand
 
isEnabled() - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Asks whether the file system helper decorator is enabled.
isEnabled(String) - Method in class oracle.jdevimpl.audit.core.DefaultProfile
 
isEnabled(String) - Method in class oracle.jdevimpl.audit.core.DefaultProfileTransaction
 
isEnabled(Rule) - Method in class oracle.jdevimpl.audit.log.RuleFilter
 
isEnabled(String) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
isEnabled() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.Application
 
isEnabledByDefault() - Method in class oracle.jdeveloper.audit.extension.BeanDefinition
 
isEnabledChangedByUser() - Method in class oracle.ideimpl.webupdate.UpdateCenter
 
isEnabledInContext(Context) - Static method in class oracle.jdeveloper.deploy.spi.NonmigratedProfile
 
isEnableTriggers() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the enableTriggers property.
isEnableTriggers() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the enableTriggers property.
isEndMarker() - Method in class oracle.javatools.db.token.Token
Test if the token is one of the two end markers of the linked list.
isEndOfLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in class oracle.javatools.parser.properties.DefaultPropertyFileLexerSetup
 
isEndOfLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in class oracle.javatools.parser.properties.JARManifestPropertyFileLexerSetup
 
isEndOfLineOfPropertyDefinition(char, ReadTextBuffer, int) - Method in interface oracle.javatools.parser.properties.PropertyFileLexerSetup
Answers if a char is the end of a definition in a property file.
isEntryMatched(PatchEntry) - Method in class oracle.javatools.patch.PatchContext
Gets whether the patch entry has been matched against the context.
isEnum() - Method in interface javax.ide.model.java.declaration.TypeD
True if this is an enum type.
isEnum() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is an enum type.
isEnum() - Method in class oracle.javatools.parser.java.v2.common.AbstractClass
 
isEnum() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isEnum() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isEnum() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isEnum() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
 
isEnum() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
True if this is an enum type.
isEnumConstant() - Method in interface javax.ide.model.java.declaration.FieldD
True if this is an enum constant.
isEnumConstant() - Method in class oracle.javatools.parser.java.v2.common.AbstractField
 
isEnumConstant() - Method in interface oracle.javatools.parser.java.v2.model.JavaField
 
isEnumConstant() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldVariable
True if this is an enum constant.
isEnumConstant() - Method in interface oracle.javatools.parser.java.v2.model.SourceMemberVariable
True if this is an enum constant.
isEofToken(int) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given token is an End-of-file (EOF) token.
isEqualIgnoreCase(int, char) - Static method in class oracle.javatools.parser.css.Tokenizer
Compares the given int with the given character, ignoring case.
isEqualOrGreaterThan(PlatformVersion) - Method in class oracle.jdeveloper.deploy.meta.PlatformVersion
Similar to the expression this.compareTo(other) >= 0 except that the shorter version is not padded with zeros before comparision, so "10.1.0" is greater than or equal to "10.1".
isEqualTo(PlatformVersion) - Method in class oracle.jdeveloper.deploy.meta.PlatformVersion
isErasedType() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isErasedType() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isErasedType() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Is this a class with type parameters instantiated without any type arguments? For instance, the type of 'new ArrayList()' would be an erased type.
isError() - Method in interface oracle.javatools.editor.popup.HtmlContentProvider
Error pages are not pushed on the navigation stack.
isError() - Method in class oracle.javatools.editor.popup.StaticHtmlContentProvider
 
isEvent() - Method in interface oracle.jdeveloper.cmt.CmtProperty
 
isEventActive(int) - Static method in class oracle.ide.util.IdeProfile
Deprecated.
 
isEventActive(int) - Method in interface oracle.ide.util.Profiler
 
isEventForList(String) - Method in class oracle.javatools.data.ChangeInfo
Convenience method for determining whether this ChangeInfo represents a change event that occurred within a ListStructure with the specified fully-qualified listStructureName.
isEventSetting() - Method in interface oracle.jdeveloper.cmt.CmtPropertySetting
 
isEvolvedType() - Method in class oracle.javatools.db.plsql.PlSqlInterrogator
Deprecated.
 
isExactMatch(InsightData) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Fetch whether the current insight data instance represents an exact match.
isExactMatchSupported(InsightData) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Fetch whether exact match completion should be enabled for the given insight data instance.
isException() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is an @exception or @throws tag.
isExclude() - Method in class oracle.ide.util.PatternFilter
 
isExclude() - Method in class oracle.jdeveloper.deploy.common.SelectionRule
 
isExcluded(Project) - Method in class oracle.ide.model.WorkingSet
Indicates whether or not the project is hidden from this working set.
isExcluded(String) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
 
isExcludeDirectories() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
isExecutionProxyThread(Thread, Thread) - Static method in class oracle.javatools.db.execute.StatementWrapper
Tests whether the given Threads are related because of a running execution of a wrapper via an execution proxy.
isExpandable(JComponent) - Method in class oracle.ide.controls.StatusBarControl
 
isExpandable(JComponent) - Method in interface oracle.ide.view.StatusProvider
Determine whether the given custom cell should expand to fill any extra space beyond its minimum requirements.
isExpandable() - Method in class oracle.javatools.ui.Header
Returns whether this header is expandable.
isExpandable(int) - Method in class oracle.javatools.ui.treetable.NodeTableModelAdapter
 
isExpandable(JComponent) - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Determine whether the given custom cell should expand to fill any extra space beyond its minimum requirements.
isExpanded(HashMap, Element[]) - Method in class oracle.ide.controls.elementtree.Handler
Producers are queried to restore the expansion state of a tree after a transformation.
isExpanded() - Method in class oracle.ide.docking.DrawerElement
 
isExpanded() - Method in class oracle.ide.docking.DrawerLabel
Returns the current expansion state of the drawer.
isExpanded() - Method in class oracle.ide.inspector.layout.CategoryLayout
Get whether the category should be selected by default.
isExpanded() - Method in class oracle.ide.inspector.layout.ExtensibleGroup
Groups collect a number of displayable elements into meaningful groups that are hidden from view when the group is not in its expanded state.
isExpanded() - Method in class oracle.ide.inspector.layout.PropertyFormLayoutAssembly.CategoryLayoutAssembly
 
isExpanded() - Method in class oracle.ide.inspector.layout.PropertyFormLayoutAssembly.ChoiceAssembly
Gets the expanded value of the first element of the assembly.
isExpanded() - Method in class oracle.ide.inspector.layout.PropertyFormLayoutAssembly.ChoiceGroupAssembly
Gets the expanded value of the first element of the assembly.
isExpanded() - Method in class oracle.ide.inspector.layout.PropertyFormLayoutAssembly.DisplayGroupAssembly
Gets the expanded value of the first element of the assembly.
isExpanded() - Method in class oracle.javatools.editor.folding.AbstractFoldingBlock
 
isExpanded(B) - Method in interface oracle.javatools.editor.folding.CodeFoldingModel
Returns whether the specified folding block is expanded.
isExpanded(B) - Method in class oracle.javatools.editor.folding.DefaultCodeFoldingModel
 
isExpanded() - Method in interface oracle.javatools.editor.folding.FoldingBlock
Returns whether this source code block is expanded.
isExpanded() - Method in class oracle.javatools.ui.checklist.Step
Returns whether the step is expanded or not.
isExpanded() - Method in class oracle.javatools.ui.datatips.DataTipWindow
 
isExpanded() - Method in class oracle.javatools.ui.Header
Returns true if the header is currently expanded, false otherwise.
isExpert() - Method in interface oracle.jdeveloper.cmt.CmtFeature
 
isExpired() - Method in class oracle.ide.util.ContextWatcher
Deprecated.
Ignored by this implementation.
isExpired() - Method in interface oracle.ide.util.WeakDataHolder
Determine whether or not the weakly referenced data has expired.
isExpired() - Method in interface oracle.javatools.parser.java.v2.model.SourceFile
True if this has been expired.
isExplicit() - Method in class oracle.ide.editor.RecentFile
 
isExported() - Method in interface javax.ide.model.java.source.tree.ClassT
 
isExported() - Method in class oracle.javatools.parser.java.v2.common.AbstractClass
 
isExported() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isExported() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isExported() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isExported() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
 
isExported() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
 
isExpressionStatementPrefix(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
Simple expression statements can be described as either "keyword;" or "keyword expression;".
isExtensible() - Method in interface oracle.ide.inspector.layout.Element
Find out whether this element is Extensible.
isExtensible() - Method in class oracle.ide.inspector.layout.ExtensibleElement
 
isExtensible() - Method in class oracle.ide.inspector.layout.ExtensibleGroup
 
isExtensible() - Method in class oracle.ide.inspector.layout.PropertyFormLayout
 
isExtensible() - Method in class oracle.ide.inspector.layout.Row
 
isExtensible() - Method in class oracle.ide.inspector.layout.SimpleElement
 
isExtensible() - Method in class oracle.javatools.db.datatypes.DataTypeAttribute
 
isExtensionDataCopied(Extension, String) - Method in class oracle.ide.IdeRunStatus
return true if the data were already copyied for an extension and path entry.
isExtensionEnabled(String, Version) - Method in class javax.ide.extension.ExtensionRegistry
Gets whether the specified extension is enabled in this IDE.
isExtensionInUse(String) - Method in class oracle.ide.config.DocumentExtensions.DocRecord
Deprecated.
 
isExtensionLoaded() - Method in class oracle.jdeveloper.audit.extension.Definition
 
isExtensionManaged() - Method in class oracle.ideimpl.webupdate.UpdateTool
 
isExtensionMigratorExecuted(Extension, String) - Method in class oracle.ide.IdeRunStatus
This methods returns the state of the migrator execution between subsequent runs of the IDE.
isExtensionOf(PlatformType) - Method in enum oracle.jdeveloper.deploy.meta.PlatformType
Utility function to check if one Platform Type is the same as, or a subtype of another type.
isExtensionRegisteredFilter(String) - Static method in class oracle.ide.config.GlobalIgnoreList
Used to determine if the specified exclude string is one that is provided by an extension.
isExtensionType(String, String, int) - Static method in class oracle.javatools.db.extension.DBObjectRegistry
Tests whether the DBObjectRegistry has been initialized and the given object type is a registered extension of a particular database type and version.
isFaceletsFile(Project, URL, boolean) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationHandler
Determine if the URL is a Facelets file.
isFaceletsFile(Project, URL, boolean) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determine if the URL is a Facelets file.
isFaceletsFile(Project, URL) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determine if the URL is a Facelets file.
isFaceletsPage(Context) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determines if the context's node is a Facelets node.
isFaceletsSuffix(Project, String, boolean) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationHandler
Determine if the suffix corresponds to a Facelets view mapping suffix.
isFaceletsSuffix(Project, String, boolean) - Method in class oracle.jdeveloper.webapp.facelets.FaceletsConfigurationManager
Determine if the suffix corresponds to a Facelets view mapping suffix.
isFacesUIComponent(XmlKey) - Method in interface oracle.jdeveloper.webapp.metadata.jsf.DefaultFacesJspTagMapper
This method can be used to check if a tag library is a Faces tag library by inspecting if any of its tags is a Faces UI component.
isFalse() - Method in class oracle.ide.util.TriStateBoolean
Returns true if this instance represents FALSE; returns false otherwise.
isFeatureEnabled(Project) - Method in interface oracle.jdeveloper.webapp.design.LoadResourcesFromClassLoaderFeatureEnabler
 
isFieldDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
Determine if a declaration ID is a Java field declaration.
isFieldDeclared(String) - Method in class oracle.jdeveloper.webapp.faces.backingfile.GetUniquePropertyNameCache
 
isFieldShadowing(SourceElement, String) - Static method in class oracle.jdeveloper.java.util.VariableNaming
Deprecated.
Use hasFieldShadowing(SourceElement, String) instead
isFile() - Method in class oracle.ide.net.URLFileSystem.FileInfo
Returns whether the file was a normal file at the time this object was constructed.
isFile() - Method in class oracle.jdeveloper.audit.model.ContainerModelAdapter
Gets whether this model represents a "file".
isFile() - Method in class oracle.jdeveloper.audit.model.FileModelAdapter
Gets whether this model represents a "file".
isFile() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Gets whether this model represents a "file".
isFilterAllowed() - Method in class oracle.ide.panels.MDDPanel
Gets whether the filter control is allowed on this panel.
isFiltered() - Method in class oracle.javatools.db.diff.Difference
Tests whether this Difference has been filtered - i.e.
isFilteredProperty(ResultSet, String) - Method in class oracle.javatools.db.diff.DefaultResultSetFilter
Deprecated.
isFilteredProperty(Difference, String) - Method in class oracle.javatools.db.diff.DefaultResultSetFilter
 
isFilteredProperty(Difference, String) - Method in interface oracle.javatools.db.diff.DifferenceFilter
When applying a DifferenceFilter to a Difference, this method is called for each Difference that is marked as not being the same or not being loaded.
isFinal() - Method in interface javax.ide.model.java.declaration.MemberD
True if this is modified with "final".
isFinal() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is final.
isFinal() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Final property
isFinal() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Final property
isFinal() - Method in class oracle.javatools.db.plsql.Type
Whether this object type can be the supertype to another object type
isFinal() - Method in class oracle.javatools.db.plsql.Type
Whether this object type can be the supertype to another object type
isFinal() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isFinal() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isFinal() - Method in interface oracle.javatools.parser.java.v2.model.JavaElement
 
isFinal(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isFinished() - Method in class javax.ide.debug.Connector
Check if the debugger has finished debugging.
isFinished() - Method in class oracle.javatools.parser.util.AsyncTask
Fetch whether this task is completed or not.
isFinished() - Method in interface oracle.jdeveloper.usage.util.BackgroundTask
Fetch whether this task is completed or not.
isFinished() - Method in class oracle.jdeveloper.vcs.spi.VCSDialogCommitter
Asked before the dialog is disposed.
isFinishEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractDeployWizardPanel
 
isFireCheckboxActionOnDoubleClick() - Method in class oracle.javatools.controls.nicelist.NiceList
Returns whether double click on a list item will fire a checkbox event.
isFireCheckboxActionOnSelectionChanged() - Method in class oracle.javatools.controls.nicelist.NiceList
Returns true if this list is configured to fire checkbox action events when an item in the list is selected.
isFitWidth() - Method in class oracle.ide.controls.customtab.CustomTab
Returns whether the tabs will be stretched horizontally to fit the width of the control.
isFixed() - Method in class oracle.ide.util.MnemonicSolver.MenuLabel
Indicates whether this menu label allows changing its mnemonic.
isFixedSchema() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the schema is fixed, and therefore no schema combo should be displayed regardless of the property information.
isFlatLevelEnabled() - Method in class oracle.ide.model.ContentSetProvider
Returns true if the flat level feature of the navigator should be abled for this ContentSetProvider.
isFlatLevelEnabled() - Method in class oracle.ide.model.ContentSetProviderReference
Indicates whether the flat level feature of the navigator should be enabled for this content set provider.
isFloating() - Method in class oracle.ide.docking.DockingParam
 
isFloatingPoint() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isFloatOnTop() - Method in class oracle.ide.config.EnvironOptions
Dockable windows float on top of the main application window
isFloatOnTop() - Method in class oracle.ide.docking.DockingParam
 
isFocusable() - Method in class oracle.ide.controls.FocusableLabel
 
isFocusable() - Method in class oracle.ide.controls.JMultiLineLabel
Overriden to make it conditional whether the label should take focus or not
isFocusable() - Method in class oracle.javatools.ui.RichHintLabel
RichHintLabel is focusable if it has hyperlinks and one or more actions are registered for the hyperlinks.
isFocused() - Method in class oracle.ide.controls.customtab.CustomTab
 
isFocusInOptions() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
isFocusTraversable() - Method in class oracle.ide.controls.JScrollingLabel
Deprecated. 
isFocusTraversable() - Method in class oracle.ide.keyboard.KeyStrokeField
Deprecated. 
isFocusTraversable() - Method in class oracle.javatools.editor.FileOverviewMargin
Deprecated. 
isFolderOK() - Method in class oracle.ide.component.NewFilePanel
 
isFolderOK() - Method in class oracle.jdeveloper.builder.folder.FolderBuilderPanel
 
isFontInfoComplete() - Static method in class oracle.javatools.ui.FontManager
 
isForce() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isForceJarRewrite() - Method in class oracle.jdeveloper.deploy.JavaDeploymentOptions
 
isForceLogging() - Method in class oracle.javatools.db.ora.OracleTablespaceProperties
Return value for FORCE LOGGING
isForceOnCreate() - Method in class oracle.javatools.db.View
Returns true if this view should include the FORCE option on create.
isForceRebuildOnProjectChanges() - Method in class oracle.ide.compiler.CompileArguments
Determine if the build should turn a 'build' into a 'rebuild' IFF the project settings were changed since the last build of the project.
isForResourcePalette() - Method in class oracle.jdeveloper.rescat2.model.nodes.RepositoriesRootNode
 
isForResourcePalette() - Method in class oracle.jdeveloper.rescat2.model.registry.RescatContext
 
isForResourcePalette() - Method in class oracle.jdeveloper.rescat2.model.spi.DefaultRepositoriesRootNodeConfig
 
isForResourcePalette() - Method in interface oracle.jdeveloper.rescat2.model.spi.RepositoriesRootNodeConfig
Whether the RescatContext associated with this configuration is only for the Resource Palette.
isForType(String) - Method in exception oracle.javatools.db.sql.SQLQueryClauseException
Queries whether this problem is relevant to the given type of clause.
isFound(String) - Method in class oracle.rc.asadapter.context.ContextType
 
isFrameworkCommandLineOption(String) - Static method in class oracle.ide.IdeCore
Determine if the incoming option is an option the IDE itself handles.
isFromClear() - Method in class oracle.javatools.ui.search.SearchEvent
Returns true if the event was triggered by a clearing of the search field by clicking in the clear search button.
isFromMasterList() - Method in class oracle.ideimpl.webupdate.UpdateCenter
 
isFullScreenMode() - Method in class oracle.ide.IdeMainWindow
Method returns information about full screen mode.
isFullyCompiled() - Method in interface oracle.javatools.parser.java.v2.model.SourceFile
Note: This does not consider whether or not the file is out-of-date and needs to be recompiled.
isFullyLoaded(Extension) - Method in class oracle.ide.ExtensionRegistry
Returns true if the given extension is fully loaded and false otherwise.
isFullyLoaded(String) - Method in class oracle.ide.ExtensionRegistry
Returns true if the specified extension exists and is fully loaded, and false otherwise.
isFullyLoadObjects() - Method in class oracle.javatools.db.DBObjectCriteria
Tests whether the provider should fully load the object(s) on list/get if a partial load has an extra cost.
isFunction() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isFunction() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isFunction() - Method in class oracle.javatools.db.sql.BuiltInFunction
 
isFunction() - Method in interface oracle.javatools.db.sql.SQLCallable
 
isFunctionalInterface(JavaType) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if the incoming JavaType is a functional interface, meaning an interface with one abstract method.
isFusionBlueLAF() - Static method in class oracle.javatools.ui.Colors
 
isGenerateEnabled(Context) - Method in class oracle.ide.db.transfer.generate.GenerateController
Checks whether the generate action should be enabled because this controller can handle the event for the given context.
isGeneratePlSqlDebugInfo() - Method in class oracle.javatools.db.plsql.PlSqlCompilerOptions
 
isGeneratePlSqlDebugInfo() - Method in class oracle.javatools.db.plsql.PlSqlCompilerOptions
 
isGeneratePrecedingState() - Method in interface oracle.ide.cmd.HistoryGeneratingCommand
Determine whether or not the state preceding the invokation of the Command should also be generated if a historied Node is found to be dirty.
isGeneratePrecedingState() - Method in class oracle.ide.cmd.RestoreHistoryCommand
 
isGeneratePrompts() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isGenerateRmiStubs() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isGenerateSchemaNames() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isGenerateScripts() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isGenerateSpoolCommands() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isGenerateToDatabase() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isGeneric() - Method in interface oracle.javatools.parser.java.v2.model.expression.SourceHasTypeArgumentsExpression
Determine if this is a generic or raw invocation.
isGeneric() - Method in interface oracle.javatools.parser.java.v2.model.SourceTypeReference
Determine if this is a generic type or a raw type.
isGenericJdbcClass(Class) - Static method in class oracle.javatools.db.datatypes.DataTypeRegistry
 
isGetBeanSupported(HashStructure) - Method in class oracle.javatools.db.util.BeanHashStructureConverter
Tests whether the given HashStructure supports getBeanFromHashStructure.
isGetter() - Method in class oracle.jdeveloper.engine.MethodInfo
 
isGetTransient() - Method in class oracle.javatools.db.property.PropertyInfo
Returns true if the get method for this property has the Transient annotation.
isGlobal() - Method in class oracle.ide.controller.Command
Determine whether or not the instance should be treated as global with respect to any undo/redo mechanics.
isGlobal() - Method in class oracle.javatools.db.ora.XMLSchema
Is this schema registered as global.
isGlobalExtensionInstallationAllowed() - Method in class oracle.ideimpl.webupdate.UpdateManager
Can global extensions be installed by the current user?
isGloballyIgnored(URL) - Static method in class oracle.ide.config.GlobalIgnoreList
Determines whether the specified URL is globally ignored.
isGloballyIgnored(URL) - Static method in class oracle.jdeveloper.vcs.util.VCSConfigUtils
Deprecated.
isGradientHighlight() - Method in class oracle.ide.controls.customtab.CustomTab
 
isGreaterThan(PlatformVersion) - Method in class oracle.jdeveloper.deploy.meta.PlatformVersion
Similar to the expression this.compareTo(other) > 0 except that the shorter version is not padded with zeros before comparision, so "10.1.0" is greater than "10.1".
isGridVisible() - Method in class oracle.jdeveloper.uieditor.UIEditorOptions
Determine whether or not to display grid effects when working with LayoutAssistants that support a grid.
isGrouping() - Method in class oracle.javatools.db.sql.Function
Returns whether this is a grouping function or not.
isGrouping() - Method in class oracle.javatools.db.sql.FunctionDefinition
Deprecated.
 
isGuardActive() - Method in class oracle.javatools.buffer.GuardedTextBuffer
 
isHaltOnBreakpointHit() - Method in interface oracle.ide.runner.DebuggerBreakpoint
Find out if the debugger should halt when this breakpoint is hit
isHandled() - Method in class oracle.ide.editor.SaveFilesResponse
Indicates whether any MultipleFileSaveListener added any extra nodes to be saved.
isHandled(Context) - Method in class oracle.jdeveloper.vcs.properties.PropertiesPanelProvider
Asks whether the given element is handled by this provider and its panels.
isHandled(Context) - Method in class oracle.jdeveloper.vcs.properties.VersionPropertiesPanelProvider
 
isHandledAction(IdeAction) - Method in class oracle.jdeveloper.vcs.spi.VCSContextualController
 
isHandledAction(IdeAction) - Method in class oracle.jdeveloper.vcs.spi.VCSController
Is the specified action handled by this controller?
isHandlerInProgress() - Static method in class oracle.ide.controller.IdeAction
Internal only.
isHasError() - Method in class oracle.jdeveloper.builder.BaseClassValidation
 
isHasError() - Method in class oracle.jdeveloper.builder.PackageNameValidation
 
isHasError() - Method in class oracle.jdeveloper.builder.TypeNameValidation
 
isHead() - Method in class oracle.jdeveloper.vcs.historygraph.GraphNode
 
isHeadlesMigration() - Method in class oracle.ide.migration.NodeMigratorHelper
Tests whether the running migration is headless
isHeadless() - Method in class oracle.ide.IdeCore
 
isHeadless() - Method in class oracle.ide.log.AbstractLogManager
 
isHeadless() - Static method in class oracle.ide.resourcebundle.NodeResourceBundle
 
isHeadless() - Static method in class oracle.ide.util.IdeUtil
Use to determine if the Ide is running in headless mode
isHeadlessDeployment() - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
isHexDigit(char) - Static method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
Utility routine to check whether the given digit is a hexadecimal digit.
isHidden(URI) - Method in class javax.ide.net.VirtualFileSystem
Tests whether the resource indiciated by the URI is a hidden file.
isHidden(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Tests whether the resource indiciated by the URI is a hidden file.
isHidden(String) - Static method in class oracle.ide.controller.MenuCustomizationsHelper
Indicates whether a given action or menu id has been hidden using the menu-customizations hook, or by another filter added to the menu bar.
isHidden() - Method in class oracle.ide.model.DocumentInfo
Get the hidden state of the node type.
isHidden(URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isHidden(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isHidden(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isHidden() - Method in class oracle.ide.net.URLFileSystem.FileInfo
Returns whether the file was a hidden file at the time this object was constructed.
isHidden(URL) - Static method in class oracle.ide.net.URLFileSystem
Tests whether the resource indiciated by the URL is a hidden file.
isHidden(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Tests whether the resource indiciated by the URL is a hidden file.
isHidden(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isHidden() - Method in class oracle.ide.wizard.WizardWelcomePage
Find out if the welcome page has been hidden by the user.
isHidden(String) - Method in class oracle.javatools.dialogs.MessageDialogPersistence
Get whether the specified message dialog ID is hidden.
isHidden() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isHidden() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isHidden() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isHidden() - Method in class oracle.javatools.parser.java.v2.common.WrapperField
 
isHidden() - Method in class oracle.javatools.parser.java.v2.common.WrapperMethod
 
isHidden() - Method in interface oracle.javatools.parser.java.v2.model.JavaElement
 
isHidden() - Method in interface oracle.jdeveloper.cmt.CmtFeature
 
isHidden() - Method in class oracle.jdeveloper.library.AddinLibrary
 
isHidden() - Method in interface oracle.jdeveloper.library.ExtensionLibrary
Whether the library should be hidden from the user.
isHideCancel() - Method in class oracle.javatools.ui.search.SearchField
 
isHideOnLoseFocus() - Method in class oracle.javatools.ui.ghost.GhostPalette
 
isHierarchy() - Method in class oracle.jdevimpl.audit.log.HierarchyFilter
 
isHigherOrEqualVersion(JdkVersion) - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JdkVersion higher than or equal to the incoming JdkVersion?
isHigherVersion(JdkVersion) - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JdkVersion higher than the incoming JdkVersion?
isHighlight() - Method in class oracle.javatools.editor.find.FindCriteria
 
isHighlighted() - Method in class oracle.ide.controls.customtab.CustomTabPage
Determines if the page's tab should be drawn as highlighted
isHistoried(Element) - Method in class oracle.ide.history.HistoryManager
Asks whether the given element is eligible for local history support.
isHTMLFlavor(DataFlavor) - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Returns whether or not the specified data flavor is an HTML flavor that is supported.
isHTMLSupported() - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Should the HTML flavors be offered? If so, the method getHTMLData should be implemented to provide something reasonable.
isIconSpecified() - Method in class oracle.ide.model.DocumentInfo
Returns true if the icon is set or an access mechanism has been specified.
isIDAvailable(String, Node) - Method in class oracle.jdeveloper.webapp.faces.backingfile.GetUniquePropertyNameCache
 
isIdeConnection() - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypeInfo
 
isIdeConnection(String) - Method in class oracle.jdeveloper.connection.model.hook.ConnectionTypes
 
isIdeDefault() - Method in class oracle.jdeveloper.asnav.model.AppServerRoots
Does this element include AppServerRoots defined in the IDE.
isIdeHookRegistered(ElementName) - Method in class oracle.ide.ExtensionRegistry
Returns true if this element name is a registered ide hook.
isIdentifierCharacter(int, boolean) - Method in class oracle.javatools.editor.language.DefaultWordLocator
Gets whether a character is an identifier character.
isIdentifierCharacter(char) - Method in class oracle.javatools.parser.generic.Language
Fetches whether the specified character can be part of an identifier (or keyword.) Consecutive sequence of characters, all of which return true for isIdentifierCharacter(), that do not match a keyword will generate a TK_IDENTIFIER token by the GenericLexer (assuming if course that those characters are not contained in a comment or string literal.)
isIDType(String) - Static method in class oracle.javatools.db.datatypes.DataTypeID
Tests whether the given String is a valid DataTypeID string (i.e.
isIgnoreAssists() - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether to ignore issues corresponding to assists (severity ASSIST).
isIgnoreAssists() - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isIgnoreDependencies() - Method in class oracle.jdeveloper.deploy.DeploymentOptions
 
isIgnoredProperty(String) - Method in class oracle.javatools.db.CascadeManager.LookupCriteria
Tests whether the given property should be ignored in the lookup.
isIgnoreErrors() - Method in class oracle.javatools.db.execute.StatementWrapper
 
isIgnoreWhiteSpace() - Static method in class oracle.javatools.compare.CompareHints
 
isIgnoreWhitespace() - Method in class oracle.javatools.patch.PatchCreateOptions
Gets the option to ignore whitespace when comparing lines.
isIgnoreWhitespace() - Method in class oracle.javatools.patch.PatchMatchOptions
Gets the option to ignore whitespace when comparing lines.
isImportMode() - Method in class oracle.jdeveloper.vcs.controls.ConnectionImportExportPanel
 
isInclude() - Method in class oracle.ide.util.PatternFilter
 
isInclude() - Method in class oracle.jdeveloper.deploy.common.SelectionRule
 
isIncludeContextObject() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the chooser should include the context object we are editing (assuming it matches the types listed by the chooser).
isIncluded(Project, URL) - Method in class oracle.ide.dependency.Scope
Determine whether a URL in included in this scope.
isIncluded(Project, ContentSet, URL) - Method in class oracle.ide.dependency.Scope
Determine whether a URL in included in this scope.
isIncluded(Project) - Method in class oracle.ide.model.WorkingSet
Indicates whether or not the project is visible in this working set.
isIncluded(String) - Method in class oracle.ide.util.IntersectedFilters
 
isIncluded(String) - Method in class oracle.ide.util.PatternFilters
 
isIncluded(String) - Method in class oracle.jdeveloper.deploy.common.CdaFilters
This method determines, based on the filter settings, whether the specified class is included.
isIncluded(String) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
 
isIncludeDataSources() - Method in class oracle.jdeveloper.deploy.JavaDeploymentOptions
Deprecated.
isIncludeDataSources() - Method in class oracle.jdeveloper.deploy.JeeDeploymentOptions
 
isIncludeDependenciesInClassPath() - Method in class oracle.jdeveloper.deploy.jar.JarDeployment
 
isIncludeLibrariesFromOtherContainers() - Method in class oracle.jdeveloper.deploy.common.LibraryDependencies
Deprecated.
Always returns true.
isIncludeManifest() - Method in interface oracle.jdeveloper.deploy.Archive
 
isIncludeManifest() - Method in class oracle.jdeveloper.deploy.DefaultArchive
 
isIncludeNewFiles() - Method in class oracle.javatools.patch.PatchCreateOptions
Gets the option to include new (or removed) files in the patch.
isIncludeNulls() - Method in class oracle.ide.marshal.xml.Object2Dom
Return whether null values should be included as empty elements or if they should be omitted from the document.
isIncludePrompts() - Method in class oracle.javatools.db.ddl.DDLOptions
Gets whether to generate prompts.
isIncludeReservedWords() - Method in class oracle.ide.db.insight.model.DBInsightContext
Get method for Include Reserved Words.
isIncludesFinishPage() - Method in class oracle.ide.wizard.TitledWizardDialog
Deprecated.
use isFinishPageIncluded()
isIncludeStorageOptions() - Method in class oracle.ide.db.transfer.TransferDescriptor
The default is to include storage options
isIncludesWelcomePage() - Method in class oracle.ide.wizard.TitledWizardDialog
Deprecated.
use isWelcomePageIncluded()
isIncludeTerminators() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the includeTerminators property.
isIncludeTerminators() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the includeTerminators property.
isIndeterminate() - Method in interface oracle.ide.controls.ProgressTrackedTask
Deprecated.
Used to determine if a task is determiniate or indeterminate
isIndeterminate() - Method in class oracle.javatools.dialogs.ProgressMonitor
Deprecated.
Returns whether progress indication is indeterminate (busy bar).
isInferredFormalParameter() - Method in interface oracle.javatools.parser.java.v2.model.SourceLambdaParameter
Determine if this is an inferred (meaning not explicitly typed) formal parameter or a regular (explicitly typed) formal parameter.
isInfixOperator(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isInFlatEditor() - Method in class oracle.ide.db.components.ComponentContext
Is the current context a flat editor
isInFlatEditor() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Convinience method to test whether the editor type that was launched is a flat editor.
isInGuardedSection(SourceElement) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if the incoming SourceElement is completely or partly in a guarded section of a GuardedTextBuffer.
isInherited() - Method in class oracle.javatools.parser.java.v2.common.AbstractAnnotation
 
isInherited() - Method in interface oracle.javatools.parser.java.v2.model.JavaAnnotation
 
isInherited() - Method in class oracle.jdeveloper.deploy.DeploymentView
 
isInheritedAnnotation(JavaAnnotation) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Does the incoming annotation have a java.lang.annotation.Inherited meta-annotation.
isInheritedAnnotation(JavaType) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Does the incoming annotation type have a java.lang.annotation.Inherited meta-annotation.
isInHighConstrastMode() - Static method in class oracle.javatools.util.SwingUtils2
 
isInitialized() - Method in class oracle.ide.extension.HashStructureHookAggregator
Indicates whether this aggregator has been initialized or not.
isInitialized() - Method in class oracle.jdeveloper.deploy.Stateful.State
 
isInitialized() - Method in class oracle.jdeveloper.deploy.StatefulDeployment
 
isInitiallyVisible() - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowOptions.DebuggerWindowOptionsUseDefaults
 
isInitiallyVisible() - Method in interface oracle.jdeveloper.debugger.support.DebuggerWindowOptions
Return whether the window should be initially visible.
isInitiallyVisible() - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowOptionsImpl
 
isInJar() - Method in class oracle.ide.net.URLFileSystemStorage
Determine if this Storage is in a jar
isInJar() - Method in interface oracle.ojc.interfaces.Storage
Indicates whether this Storage is contained in a zip/jar file.
isInKeySequence() - Static method in class oracle.ide.keyboard.MultiInputMap
Returns true if the user typed the start of a valid KeyStroke sequence.
isInline() - Method in interface oracle.ide.inspector.Extension
Deprecated.
No longer used. Should always return true.
isInline() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is an in-line tag.
isInMemory() - Method in class oracle.javatools.db.ora.OracleInMemoryColumnProperties
Gets whether the parent object is INMEMORY ( true) or NO INMEMORY ( false).
isInMemory() - Method in class oracle.javatools.db.ora.OracleInMemoryProperties
Gets whether the parent object is INMEMORY (true) or NO INMEMORY (false).
isInnerClass() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is an inner class.
isInnerClass() - Method in class oracle.jdeveloper.engine.ClassEngine
 
isInOSGiMode() - Method in class oracle.ide.IdeCore
For detecting at runtime if IDE is in OSGi mode.
isInScope(TechnologyScope) - Method in interface oracle.ide.model.PseudoTechnologyCallback
Returns true if this pseudo-technology should be considered part of the specified technology scope; otherwise, returns false.
isInScope(TechnologyScope) - Method in class oracle.ide.model.TechId
Returns true if this technology exists in the specified TechnologyScope.
isInScrollButton(int, int) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isInSelection(int) - Method in interface oracle.javatools.editor.EditorSelection
Returns whether the given offset lies within the current selection bounds
isInSelection(int) - Method in class oracle.javatools.editor.EditorSelectionColumns
 
isInSelection(int) - Method in class oracle.javatools.editor.EditorSelectionWrap
 
isInSelection(int) - Method in class oracle.javatools.editor.plugins.DragDropPlugin
Return true if the given offset is within the current selection, false otherwise
isInsightTriggerChar(char) - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Returns whether the given typed character should be treated as a trigger for firing the auto-popup timer for Insight.
isInsightVisible() - Method in class oracle.javatools.controls.completionfield.CompletionPopupHandler
Deprecated.
Determine whether the insight list is currently visible.
isInsightVisible() - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
Returns whether there is an Insight window displayed right now.
isInsightVisible() - Method in interface oracle.javatools.editor.insight.Insight
Deprecated.
Returns whether there is an Insight window displayed right now.
isInsightVisible() - Method in class oracle.javatools.ui.completion.CompletionPopupHandler
Determine whether the insight list is currently visible.
isInSourcePath(URL) - Method in class oracle.jdeveloper.builder.SourceModel
 
isInstalled(String) - Method in interface oracle.ideimpl.webupdate.UpdateHelper
Checks if an update is installed
isInstallForEveryone() - Method in class oracle.ideimpl.webupdate.wizard.UpdateWizardModel
 
isInstallLocalFileVisible() - Method in class oracle.ideimpl.webupdate.WebupdateShaping
 
isInstanceOf(Class, String) - Static method in class oracle.ide.util.ClassUtils
Determine if the incoming derivedClass has the parentName as its name, or has a super or interface class with parentName as its name.
isInstanceOf(Referenceable) - Method in class oracle.rc.asadapter.connection.AppServerConnectionType
 
isInstanceOf(Class) - Method in class oracle.rc.asadapter.connection.AppServerConnectionType
 
isInstanceOf(String) - Method in class oracle.rc.asadapter.connection.AppServerConnectionType
 
isInstanceOf(Resource) - Method in class oracle.rc.asadapter.resource.AppServerResourceType
 
isInstantiable() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Instantiable property
isInstantiable() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Instantiable property
isInstantiable() - Method in class oracle.javatools.db.plsql.Type
Whether an object can be defined to be of this type.
isInstantiable() - Method in class oracle.javatools.db.plsql.Type
Whether an object can be defined to be of this type.
isInTable() - Method in class oracle.ide.db.components.ComponentContext
Is the current context a table
isIntegral() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isIntegrated(IntegrationPoint) - Method in class oracle.ide.externaltools.ExternalToolBaseProperties
Returns true if this tool is integrated at the specified integration point.
isInterface() - Method in interface javax.ide.model.java.declaration.TypeD
True if this is an interface.
isInterface() - Method in interface javax.ide.model.java.source.tree.ClassT
True if this is an interface or an annotation type.
isInterface() - Method in class oracle.javatools.parser.java.v2.common.AbstractClass
 
isInterface() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isInterface() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isInterface() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isInterface() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
 
isInterface() - Method in interface oracle.javatools.parser.java.v2.model.SourceClass
True if this is an interface or an annotation type.
isInterfaceImplemented(SourceClass, String) - Static method in class oracle.jdeveloper.engine.EngineUtils
Check if the given interface is implemented in the SourceClass.
isInternal() - Method in class oracle.javatools.db.property.PropertyInfo
Tests if this property is internal to the DBObject definition.
isInternalRef(DBObjectID, DBObject) - Static method in class oracle.javatools.db.DBUtil
Returns true if the given DBObjectID is referencing an object that is under the same parent heirachy as the given DBObject.
isInternalReference() - Method in class oracle.javatools.db.property.PropertyInfo
If this class is a reference property (i.e.
isIntersectionTypecast() - Method in interface oracle.javatools.parser.java.v2.model.expression.SourceTypecastExpression
Determine if this is an intersection typecast involving more than one cast types.
isInvalidate() - Method in class oracle.jdeveloper.vcs.spi.VCSURLBasedCacheEvent
 
isInvalidated() - Method in class oracle.jdeveloper.deploy.Stateful.State
 
isItemAtPosition(Point) - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
isItemAtPosition(Point) - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetChangeList
 
isItemAtPosition(Point) - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
isItemAtPosition(Point) - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTablePanel
 
isItemAtPosition(Point) - Method in class oracle.jdeveloper.vcs.vop.VersionOperationTreePanel
 
isItemSelected() - Method in class oracle.ide.db.controls.AbstractTreePicker
Returns true if at least one path in the selection returns non-null from createTransferable.
isItemSelected(T) - Method in class oracle.javatools.controls.nicelist.NiceListRenderer
Returns whether the specified item is selected (checked).
isJarPathsAllowed() - Method in class oracle.ide.component.URLPathEditPanel
Retrieves whether jar files can be selected.
isJarPathsAllowed() - Method in class oracle.ide.controls.URLPathField
 
isJarURI(URI) - Static method in class javax.ide.net.URIFactory
Returns true if the specified URI has the "jar" scheme.
isJarURL(URL) - Static method in class oracle.ide.net.JarUtil
Returns true if the specified URL has the "jar" protocol.
isJavaDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
Determine if a declaration ID is a Java declaration.
isJavaIdentifier(String) - Static method in class oracle.ide.util.IdeUtil
Returns true if the specified String is a valid Java identifier.
isJavaIdentifier(String) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Returns true if the specified String is a valid Java identifier.
isJavaIdentifierPart(char) - Static method in class oracle.ide.index.keyword.KeywordIndexer
Determine whether a character may be part of a Java identifier.
isJavaIdentifierPart(char) - Static method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
The lexer maintain a fast lookup table for ascii characters, and calling this method is faster than calling Character.isJavaIdentifierPart.
isJavaIdentifierStart(char) - Static method in class oracle.ide.index.keyword.KeywordIndexer
Determine whether a character may be the start of a Java identifier.
isJavaIdentifierStart(char) - Static method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
The lexer maintain a fast lookup table for ascii characters, and calling this method is faster than calling Character.isJavaIdentifierStart.
isJavaImport(String) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Returns true if the specified String is one or more identifiers separated by periods, optionally followed by ".*".
isJavaKeyword(String) - Static method in class oracle.ide.util.IdeUtil
Returns true if the specified String is a Java keyword.
isJavaKeyword(String) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Is the specified name a Java keyword in the latest JDK?
isJavaKeyword(String, JdkVersion) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Is the specified name a Java keyword in the specified JDK?
isJavaReservedWord(String) - Static method in class oracle.ide.util.IdeUtil
Returns true if the specified String is a Java reserved word.
isJavaReservedWord(String) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Returns true if the specified String is a Java reserved word in the latest JDK.
isJavaReservedWord(String, JdkVersion) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Returns true if the specified String is a Java reserved word in the specified JDK.
isJDeveloper() - Static method in class oracle.ideri.util.Product
 
isJDK() - Method in class oracle.jdeveloper.library.LibraryReference
 
isJDK12OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.2 or higher?
isJDK13OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.3 or higher?
isJDK14OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.4 or higher?
isJDK15() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.5 ?
isJDK15() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use BuildSystemConfiguration.isJDK15() Is the project's JDK version 1.5 ?
isJDK15OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.5 or higher? This is useful to detect if generics are turned on.
isJDK15OrHigher() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use BuildSystemConfiguration.isJDK15OrHigher() Is the project's JDK version 1.5 or higher? This is useful to detect if generics are turned on.
isJDK16() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.6 ?
isJDK16() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use BuildSystemConfiguration.isJDK16() Is the project's JDK version 1.6 ?
isJDK16OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.6 or higher?
isJDK17() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.7 ?
isJDK17OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.7 or higher?
isJDK18() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.8 ?
isJDK18OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 1.8 or higher?
isJDK19() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Deprecated.
Use isJDK9 instead
isJDK19OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Deprecated.
Use isJDK9OrHigher instead
isJdk3OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.3 or above?
isJdk4OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.4 or above?
isJdk5OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.5 or above?
isJdk6OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.6 or above?
isJdk7OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.7 or above?
isJdk8OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.8 or above?
isJDK9() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 9 ?
isJdk9OrAbove() - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JDK version 1.9 or above?
isJDK9OrHigher() - Method in class oracle.jdeveloper.compiler.BuildSystemConfiguration
Is the project's JDK version 9 or higher?
isJsonEntryOptional(String, String) - Static method in class oracle.javatools.db.ora.bigdata.BigDataJsonEntry
Tests whether the given entry is optional in the json syntax for a parameter.
isJspContext() - Method in class oracle.jdeveloper.webapp.grammar.WebAppProjectGrammarProvider
 
isKeepFailedStubs() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isKeepPrePosDir() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isKeepState() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isKeyed() - Method in class oracle.jdeveloper.audit.extension.ExtensionBundle
 
isKeyRetained() - Method in class oracle.javatools.util.WeakCache
Gets whether keys are retained once the reference to the corresponding values is cleared.
isKeyWord(String) - Static method in class oracle.javatools.db.plsql.PlSqlToken
Deprecated.
isKeyWord(PlSqlToken) - Static method in class oracle.javatools.db.plsql.PlSqlToken
Deprecated.
isKeyword(String, byte) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Deprecated.
User isKeyword( String, JdkVersion ) instead
isKeyword(String, JdkVersion) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if the incoming word is a keyword in the specified JDK version.
isKeyword(String) - Static method in class oracle.jdeveloper.java.legacy.JotNames
Returns true if name is a Java keyword.
isKeywordToken(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isKnown() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is a known platform.
isKnownIcon(String) - Static method in class oracle.javatools.icons.OracleIcons
Returns true if the specified icon is a known OracleIcon.
isKnownRule(String) - Method in class oracle.ide.extension.rules.RuleEngine
Returns true if a rule with the given ruleId has previously been registered with the RuleEngine
isLabelOverride() - Method in class oracle.javatools.ui.SuperLabel
 
isLabelVisible() - Method in class oracle.ide.controls.Toolbar
Deprecated.
No replacement.
isLabelVisible(AbstractButton) - Static method in class oracle.ide.controls.ToolButton
 
isLanguageCaseInsensitive() - Method in interface oracle.ide.runner.ToolTipExpressionProvider
 
isLbEnabled() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isLeaf(Object) - Method in class oracle.ide.controls.AbstractTreeTableModel
Deprecated.
 
isLeaf() - Method in class oracle.ide.controls.elementtree.ElementTreeNode
 
isLeaf() - Method in interface oracle.ide.explorer.TNode
Returns true if this TNode has no children.
isLeaf() - Method in class oracle.javatools.db.diff.Difference
Tests whether this Difference is a leaf - i.e.
isLeaf() - Method in class oracle.javatools.db.diff.ResultSet
 
isLeaf() - Method in class oracle.javatools.ui.tree.lazy.LazyProgressNode
 
isLeaf(Object) - Method in class oracle.javatools.ui.treetable.AbstractTreeTableModel
 
isLeaf(Object) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Gets whether a row of this model ,i>can have children.
isLeaf(Object) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
isLeaf(Object) - Method in class oracle.jdevimpl.audit.log.AuditTreeTableModel
 
isLeaf() - Method in class oracle.jdevimpl.audit.swing.AbstractCheckBoxTreeModel.CheckBoxNode
 
isLeaf(Object) - Method in class oracle.jdevimpl.audit.swing.AbstractCheckBoxTreeModel
 
isLeafNode() - Method in class oracle.javatools.parser.plsql.old.symbol.PlsqlSymbol
 
isLegacy() - Method in class oracle.jdeveloper.audit.extension.ExtensionBundle
 
isLegacyCMFormat() - Method in class oracle.jdeveloper.db.migration.ConnectionsInfo
Tests whether the xml format of the file is the legacy CM format used in JDeveloper < 11 and SQLDeveloper < 1.5.
isLegacyVersion(String, int) - Method in class oracle.javatools.db.DatabaseRegistry
Tests whether the given database type/version is a legacy version in the API.
isLessThan(PlatformVersion) - Method in class oracle.jdeveloper.deploy.meta.PlatformVersion
Similar to the expression this.compareTo(other) < 0 except that the shorter version is not padded with zeros before comparision, so "10.1" is less than "10.1.0".
isLibraryVersion(URL) - Static method in class oracle.jdeveloper.webapp.faces.JsfResourceUtils
 
isLicenseAgreed(UpdateInfo) - Method in class oracle.ideimpl.webupdate.wizard.UpdateWizardModel
 
isLineCollapsed(int) - Method in class oracle.javatools.editor.BasicEditorPane
Determine whether a line is folded (collapsed).
isLineCollapsed(int) - Method in class oracle.javatools.editor.BasicView
Given a specified line in the document, returns whether the line falls within a collapsed region.
isLineHighlight() - Method in class oracle.javatools.editor.highlight.HighlightedLine
Fetch whether this highlight is a line highlight or not.
isLineHighlight() - Method in class oracle.javatools.editor.highlight.HighlightedText
Fetch whether this highlight is a line highlight or not.
isLinux() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Linux.
isList() - Method in class oracle.javatools.db.diff.Difference
Tests whether this Difference is a list - i.e.
isList() - Method in class oracle.javatools.db.diff.ResultSet
 
isListElementLocked(int) - Method in class oracle.ide.dialogs.filter.FileTypeIncludeFilter
 
isListening() - Method in class javax.ide.debug.ServerConnector
Check if the debugger is listening for a debuggee connection.
isListening() - Method in class oracle.jdeveloper.db.panels.AbstractConnectionPanelUI
 
isListOfValuesButtonUI() - Method in class oracle.jdeveloper.offlinedb.userprops.UserPropertyDefn
Deprecated.
isListOfValuesMultiselect() - Method in class oracle.jdeveloper.offlinedb.userprops.UserPropertyDefn
 
isLiteralToken(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isLoaded(String) - Method in class oracle.ide.ExtensionRegistry
Deprecated.
Use findExtension to see if an extension exists in the role and/or isFullyLoaded to see if extension loading has been triggered
isLoaded() - Method in class oracle.ide.model.Node
Gets whether the node has reached the loaded state.
isLoaded() - Method in class oracle.ide.net.FileNativeHelper
 
isLoaded() - Method in class oracle.javatools.db.diff.Difference
Tests whether all the data relating to this Difference has been loaded.
isLoaded() - Method in class oracle.jdeveloper.audit.extension.TypeDefinition
 
isLoadXliffNoteAtStartup() - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
 
isLOBColumn(DBObjectID) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Deprecated.
use isLOBColumn(DBObjectID,DBObject) - resolving IDs is unnecessary.
isLOBColumn(DBObjectID, DBObject) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Tests whether the datatype for the Column with the given ID is a LOB type.
isLOBColumn(Column) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Tests whether the given Column's datatype is a LOB type.
isLOBType(DataType) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Checks whether the given DataType is a LOB type, and can therefore have LOB properties defined.
isLocal(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isLocal(URL) - Method in class oracle.ide.net.JarURLFileSystemHelper
 
isLocal(URL) - Static method in class oracle.ide.net.URLFileSystem
Determines whether the URL points to a resource on the local machine, or whether it requires network access.
isLocal(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Determines whether the URL points to a resource on the local machine, or whether it requires network access.
isLocal(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isLocal() - Method in class oracle.javatools.db.ora.XMLSchema
Deprecated.
- Use isGlobal()
isLocalAction() - Method in class oracle.ide.controller.IdeAction
Returns true if this IdeAction is a local action, false if global.
isLocalCache() - Method in class oracle.jdeveloper.vcs.spi.VCSStatusCache
Deprecated.
 
isLocalCache() - Method in class oracle.jdeveloper.vcs.spi.VCSURLBasedCache
Deprecated.
 
isLocalClass() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isLocalClass() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isLocalClass() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isLocalClass() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Determine if this is a local (to a method) class type.
isLocalFile(URL) - Static method in class oracle.ide.externaltools.ContextUtils
Returns true if the specified URL is allowable in the various file.* macros in external tools.
isLocalFileSystemCaseSensitive() - Static method in class javax.ide.net.VirtualFileSystem
Returns true if the local file system is case sensitive.
isLocalFileSystemCaseSensitive() - Static method in class oracle.ide.net.URLFileSystem
Returns true if the local file system is case sensitive.
isLocationParameter(String) - Static method in class oracle.javatools.db.ora.bigdata.BigDataAccessParameterMetadata
Tests whether the given parameter's value is a "location" format - i.e.
isLocked() - Method in class oracle.ide.config.DocumentExtensions.ExtInfo
Deprecated.
Returns true if the extension is locked.
isLocked() - Method in class oracle.javatools.parser.util.SimpleLock
Fetches whether the lock is currently being held.
isLocked() - Method in class oracle.jdeveloper.library.AbstractLibrary
 
isLocked() - Method in class oracle.jdeveloper.library.ExternalLibrary
 
isLocked() - Method in interface oracle.jdeveloper.library.JPaths
 
isLocked() - Method in class oracle.jdeveloper.library.LegacyJDK
 
isLocked() - Method in class oracle.jdeveloper.library.LegacyLibrary
 
isLocked() - Method in class oracle.jdeveloper.library.LegacyLibraryDefinition
 
isLocked() - Method in class oracle.jdeveloper.library.LibraryAdapter
 
isLocked() - Method in class oracle.jdeveloper.library.ManifestLibrary
 
ISLOCKED_PROPERTY - Static variable in interface oracle.jdeveloper.library.JPaths
 
isLockedFile(File) - Static method in class oracle.javatools.logging.Diagnostics
Returns true if the specified file is a locked diagnostic file that should not be transmitted.
isLockHeld() - Method in class oracle.ide.model.Node
Gets whether the current thread holds a node read or write lock.
isLockHeld() - Method in class oracle.javatools.buffer.ReadWriteLock
Gets whether the current thread is holding either a read or write lock for this lock.
isLog() - Method in class oracle.jdeveloper.audit.extension.ExtensionBundle
 
isLogCommand() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the command should be logged.
isLogError() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether System.err should be redirected to the log page.
isLogExit() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the exit message should be logged.
isLoggable(LogRecord) - Method in class oracle.ide.log.QueuedLoggingHandler
 
isLoggable(LogRecord) - Method in class oracle.javatools.logging.RegexLogFilter
 
isLogOutput() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether System.out should be redirected to the log page.
isLogReportedErrors() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isLogStackTrace() - Method in interface oracle.ide.runner.DebuggerBreakpointLogEntry
Should a stacktrace be included in each log entry
isLogVisible() - Method in class oracle.ide.log.LogManager
Find out if the LogWindow is visible.
isLowerOrEqualVersion(JdkVersion) - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JdkVersion lower than or equal to the incoming JdkVersion?
isLowerVersion(JdkVersion) - Method in enum oracle.javatools.parser.java.v2.JdkVersion
Is this JdkVersion lower than the incoming JdkVersion?
isMac() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Mac OS X.
isMacPanther() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Mac OS X Panther.
isMacTiger() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Mac OS X Tiger.
isMakeBackupFiles() - Method in class oracle.javatools.patch.PatchApplyOptions
Gets the option to make backup files.
isManageableContext(AppServerContext) - Static method in class oracle.rc.asadapter.context.spi.AbstractContextProvider
 
isManagement() - Method in class oracle.rc.asadapter.context.ContextType
Does this context contain management objects.
isManagingFocus() - Method in class oracle.ide.keyboard.KeyStrokeField
Deprecated. 
isManagingIdeServers() - Method in class oracle.jdeveloper.server.connection.AppServerManager
Is this managing AppServers in the IDE connections store.
isMandatory() - Method in class oracle.javatools.db.datatypes.DataTypeAttribute
 
isMandatory() - Method in class oracle.jdeveloper.offlinedb.userprops.UserPropertyDefn
User Property Mandatory.
isMandatoryError() - Method in class oracle.jdeveloper.audit.extension.RuleDefinition
 
isManualCreationSelected() - Method in class oracle.jdeveloper.vcs.controls.ImportCreateConnectionPanel
 
isManualReconcile() - Method in class oracle.ide.db.transfer.TransferDescriptor
isManualReconcile() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isMap() - Method in class oracle.javatools.db.diff.Difference
Tests whether this Difference is a map - i.e.
isMap() - Method in class oracle.javatools.db.diff.ResultSet
 
isMapped() - Method in class oracle.javatools.db.ora.OracleIndexOrganizedTableProperties
Gets whether to include MAPPING TABLE or NOMAPPING.
isMarginEnabled() - Method in class oracle.javatools.editor.folding.AbstractCodeFoldingPlugin
 
isMarkDroppingDown(Context) - Static method in class oracle.ide.ceditor.CodeEditorGutter
Gets whether a context associated with the code editor gutter context menu popping up is really a gutter mark menu dropping down.
isMarkerInterface(JavaType) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if the incoming JavaType is a marker interface, meaning an interface with no members and as parent either java.lang.Object or another marker interface.
isMasked() - Method in class oracle.javatools.compare.view.BaseOverview
 
isMatch(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
Overriding context classes can use this hook point to keep track of the _lastMatcherUsed and the true return to keep a collection of hints to do a replace later.
isMatch(String, String) - Method in class oracle.javatools.resourcebundle.SearchContext
 
isMatchCase() - Method in class oracle.javatools.editor.find.FindCriteria
 
isMatchContainsKey(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
 
isMatchContainsMatch(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
 
isMatchContainsMetadata(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
 
isMatchExactMatch(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
 
isMatchExistingCode() - Method in class oracle.jdeveloper.uieditor.UIEditorOptions
Determine whether or not to match existing inner class declarations during source generation.
isMatchingApplication(TargetModuleID, String) - Method in class oracle.rc.asadapter.deploy.DefaultJsr88DeploymentManager
Validates whether the application name matches the TargetModuleID passed.
isMatchingFileType(URL) - Method in class oracle.jdeveloper.java.locator.URLClassLocator
Utility routine which checks if the given URL matches the file type registered for this class locator instance.
isMatchingFileType(String) - Method in class oracle.jdeveloper.java.locator.URLClassLocator
Utility routine which checks if the given filename matches the file type registered for this class locator instance.
isMatchingPlatformType(AppServerContext, Class<? extends ConnectionDescriptor>) - Static method in class oracle.rc.asadapter.context.spi.AbstractContextProvider
 
isMatchingType(Class<? extends ConnectionDescriptor>) - Method in class oracle.rc.asadapter.connection.ConnectionDescriptor
 
isMatchingType(AppServerProvider, Class<? extends ConnectionDescriptor>) - Static method in class oracle.rc.asadapter.connection.ConnectionDescriptor
 
isMatchMetadataMatch(String, String) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
 
isMaximumSizeSet() - Method in class oracle.javatools.ui.segmented.SegmentedControl
 
isMember(Object) - Method in class oracle.javatools.util.Graph.Cycle
 
isMemberClass() - Method in interface javax.ide.model.java.declaration.ClassD
True if this is a member inner class.
isMemberClass() - Method in class oracle.javatools.parser.java.v2.common.AbstractClass
 
isMemberClass() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isMemberClass() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isMemberClass() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isMemberClass() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Determine if this is a member class type.
isMenuComponentAccepted(Component) - Method in class oracle.ide.controller.MenuManager
Returns true if all registered MenuFilters accept the specified menu component.
isMenuComponentAccepted(Component, Collection<MenuFilter>) - Static method in class oracle.ide.controller.MenuManager
 
isMenuStyle() - Method in class oracle.ide.controls.ToolButton
 
isMergeModelBasedOnFile() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
 
isMessage() - Method in class oracle.ideimpl.webupdate.UpdateCategory
 
isMessageBelow() - Method in class oracle.jdeveloper.vcs.tracking.VCSBugTrackingContext
 
isMetadataEqual(Map<String, String>, Map<String, String>) - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
Compares metadata to determine if they are equal
isMetaDown() - Static method in class oracle.javatools.ui.InputInfo
 
isMethodDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
Determine if a declaration ID is a Java method declaration.
isMethodDeclare(String, JavaType[]) - Method in class oracle.jdeveloper.webapp.faces.backingfile.GetUniquePropertyNameCache
 
isMigrate() - Method in class oracle.ide.IdeArgs
Migrate - The default migration setting is false.
isMigrating() - Method in class oracle.ide.model.Node
Returns true if the Node is currently in the process of being migrated.
isMinimizedByDefault(Dockable, Layout) - Static method in class oracle.ide.docking.DockUtil
Indicates whether the given dockable is minimized by default in the given layout.
isMinimumSizeSet() - Method in class oracle.javatools.ui.segmented.SegmentedControl
 
isMissingContentSetKeys() - Method in class oracle.ide.model.ApplicationContent
Deprecated.
No replacement. Since 11.1.2.
isMissingContentSetKeys() - Method in class oracle.ide.model.ProjectContent
Deprecated.
No replacement. Since 11.1.2.
isModelType(Class<?>) - Method in class oracle.jdeveloper.audit.model.ModelTypeFactory
Gets whether a type is a model type known to this factory.
isModelType(Class<?>) - Method in class oracle.jdevimpl.audit.model.DefaultModelTypeFactory
 
isModifiable() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Gets whether this model is modifiable.
isModifiable() - Method in class oracle.jdeveloper.audit.model.TextFileModelAdapter
 
isModifiable() - Method in class oracle.jdevimpl.audit.model.ProjectModelAdapter
 
isModifiable() - Method in class oracle.jdevimpl.audit.model.WorkspaceModelAdapter
 
isModified(int) - Method in class oracle.ide.model.TextBufferTracker
Gets whether the tracked buffer has been modified since a version.
isModified(int, int, int) - Method in class oracle.ide.model.TextBufferTracker
Gets whether a region of the tracked buffer has been modified since a version.
isModified() - Method in class oracle.javatools.buffer.AbstractTextBuffer
Fetches whether the buffer has been modified since its modification flag was last reset.
isModified() - Method in interface oracle.javatools.buffer.TextBuffer
Fetches whether the buffer has been modified since its modification flag was last reset.
isModified() - Method in class oracle.javatools.buffer.TextBufferDecorator
Fetches whether the buffer has been modified since its modification flag was last reset.
isModified() - Method in class oracle.javatools.compare.CompareMain.FileCompareContributor
Deprecated.
 
isModified() - Method in class oracle.javatools.db.diff.Difference
Tests whether contributors are non-null and are not the same.
isModified() - Method in class oracle.javatools.db.diff.ResultSet
 
isModified() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Gets whether the model has been modified since this representation of it was created.
isModified(Location) - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Gets whether a region of this model has been modified since this model adapter was created.
isModified() - Method in class oracle.jdeveloper.audit.model.TextFileModelAdapter
 
isModified(Location) - Method in class oracle.jdeveloper.audit.model.TextFileModelAdapter
 
isModified() - Method in interface oracle.jdeveloper.audit.service.ProfileTransaction
Gets whether profile or bean properties have been changed by this transaction.
isModified(String) - Method in interface oracle.jdeveloper.audit.service.ProfileTransaction
Gets whether properties of a specific bean have been changed.
isModified() - Method in class oracle.jdevimpl.audit.core.DefaultProfileTransaction
 
isModified(String) - Method in class oracle.jdevimpl.audit.core.DefaultProfileTransaction
 
isModified(String) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
isModified(Profile) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
isModified() - Method in class oracle.jdevimpl.audit.swing.AbstractCheckBoxTreeModel.CheckBoxNode
Gets whether the node is modified.
isModified(Object) - Method in class oracle.jdevimpl.audit.swing.AbstractCheckBoxTreeModel
Gets whether an object in the tree is modified, relative to a baseline defined by the model.
isModifiedPreset() - Method in class oracle.ide.keyboard.KeyStrokeOptions
Returns true if the current set was modified.
isModifierKey(int) - Static method in class oracle.ide.keyboard.KeyUtil
Determines if the key is a modifier (Ctrl, Shift, ...)
isModifierKey(KeyStroke) - Static method in class oracle.ide.keyboard.KeyUtil
Determines if the key is a modifier (Ctrl, Shift, ...)
isModifySensitive() - Method in class oracle.jdeveloper.audit.model.FileDependency
Gets whether this dependency is sensitive to modify events.
isMovable() - Method in class oracle.javatools.ui.ghost.GhostPalette
 
isMultifile() - Method in class oracle.ide.editor.EditorAddin
Asks whether the editor of this EditorAddin is based on multiple files.
isMultiLineOrDocCommentToken(int) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given token is a multi line comment or a doc comment token.
isMultilineText() - Method in class oracle.jdeveloper.offlinedb.userprops.UserPropertyDefn
 
isMultiLineToken(int) - Method in class oracle.javatools.editor.language.LexerDocumentRenderer
Determines whether the given token can potentially extend across line boundaries in the primary language of the style provider.
isMultiSelect() - Method in class oracle.javatools.ui.calendar.CalendarModel
 
isMultiSelect() - Method in class oracle.javatools.ui.calendar.CalendarPanel
 
isMustIgnore() - Static method in class oracle.ide.keyboard.IdeInputMapUIResource
 
isMutable() - Method in interface oracle.javatools.util.Maps.BaseEntry
Gets whether this entry is mutable, in particular whether Map.Entry.setValue(V) is supported.
isMutable() - Method in class oracle.javatools.util.Maps.SoftEntry
 
isMutable() - Method in class oracle.javatools.util.Maps.SoftLinkedEntry
 
isMutable() - Method in class oracle.javatools.util.Maps.StrongEntry
 
isMutable() - Method in class oracle.javatools.util.Maps.StrongLinkedEntry
 
isMutable() - Method in class oracle.javatools.util.Maps.WeakEntry
 
isMutable() - Method in class oracle.javatools.util.Maps.WeakLinkedEntry
 
isMyRescatContext(String) - Method in class oracle.jdeveloper.rescat2.model.nodes.CatalogContextNode
 
isNamedArrayElems() - Method in class oracle.ide.marshal.xml.Object2Dom
Return whether array elements should be named or just be generic.
isNameProperty(String) - Static method in class oracle.jdeveloper.offlinedb.model.ProviderSettings
 
isNameWild() - Method in class oracle.javatools.db.DBObjectCriteria
Tests whether the "name like" criterion will accept more than one specific string.
isNative() - Method in interface javax.ide.model.java.declaration.MethodD
True if this is modified with "native".
isNative() - Method in class oracle.javatools.parser.java.v2.common.AbstractMethod
 
isNative() - Method in interface oracle.javatools.parser.java.v2.model.JavaMethod
 
isNative(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isNatural() - Method in class oracle.javatools.db.sql.JoinObject
 
isNavigable(Location) - Method in class oracle.jdeveloper.audit.model.ModelAdapter
Gets whether a location in this model is navigable.
isNavigable(Location) - Method in class oracle.jdeveloper.audit.model.TextFileModelAdapter
Gets whether a location in this model is navigable.
isNeedConfirm() - Method in class oracle.ide.cmd.CloseNodeCommand
 
isNeedConfirm() - Method in class oracle.ide.cmd.RevertNodeCommand
Returns true if the command requires user confirmation before executing, otherwise returns false.
isNeedConfirmClose() - Method in class oracle.ide.cmd.RemoveFileCommand
 
isNeedConfirmClose() - Method in class oracle.ide.cmd.RemoveFileCommandNoConfirm
 
isNeedConfirmClose() - Method in class oracle.ide.cmd.RemoveFromDiskCommand
Override default behavior to suppress the 'Save Files' dialog when files are about to be removed from disk.
isNestedIncluded(String) - Method in class oracle.jdeveloper.deploy.common.SelectionRules
This method checks if a pattern has a path that may be a child of the given path.
isNestedTable() - Method in class oracle.javatools.parser.plsql.symtab.SqlFrodef
Deprecated.
 
isNew() - Method in class javax.ide.model.Document
Returns true if the document's data has never been saved.
isNew() - Method in class oracle.ide.config.ClientSetting
 
isNew() - Method in class oracle.ide.model.Node
Returns true if the Node's data has never been saved.
isNew() - Method in class oracle.ideimpl.webupdate.UpdateInfo
Is this a new update or an upgrade of an existing extension?
isNew() - Method in class oracle.javatools.patch.PatchAssistance
IS the patch of a new file
isNew() - Method in class oracle.jdeveloper.vcs.spi.VCSFile
 
isNew(Profile) - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
isNewEntry() - Method in class oracle.javatools.patch.PatchAssistance
 
isNewFile() - Method in class oracle.javatools.patch.PatchEntry
 
isNewFile() - Method in class oracle.jdeveloper.vcs.spi.VCSModifiedFile
 
isNewFromTemplateType(String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
 
isNewFromTemplateType(String) - Method in interface oracle.javatools.db.DBObjectProvider
Test whether the given type is the pseudo type used for new objects that are being created from a template.
isNewlyInstalled(String) - Method in class oracle.ide.ExtensionRegistry
Returns true if the specified extension is newly installed.
isNewPlSqlLowerCase() - Method in class oracle.javatools.db.GlobalSettings
gets whether the keywords in new PL/SQL are in lower or upper case
isNextEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.panels.AppServerSelectionPanel
 
isNextEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractDeployWizardPanel
 
isNextEOF() - Method in class oracle.javatools.parser.css.Tokenizer
Returns true of the next char is EOF.
isNoCopy() - Method in class oracle.javatools.db.plsql.PlSqlParameter
Get method for the NoCopy property
isNoCopy() - Method in class oracle.javatools.db.plsql.PlSqlParameter
Get method for the NoCopy property
isNodeClass(URL, Class, boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(URL,Class). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(URL, Class) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if the suffix of the url matches the nodeClass.
isNodeClass(String, Class, boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(String,Class). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(String, Class) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if the suffix of the name matches the nodeClass.
isNodeClass(URL, Class[], boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(URL,Class[]). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(URL, Class[]) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if the suffix of the url matches any of the nodeClasses.
isNodeClass(String, Class[], boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(String,Class[]). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(String, Class[]) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if the suffix of the name matches any of the nodeClasses.
isNodeClass(URL[], Class, boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(URL[],Class). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(URL[], Class) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if any suffixs of the urls match the nodeClass.
isNodeClass(String[], Class, boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(String[],Class). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(String[], Class) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if any suffixs of the names matches the nodeClass.
isNodeClass(URL[], Class[], boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(URL[],Class[]). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(URL[], Class[]) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if any suffixs of the urls match any of the nodeClasses.
isNodeClass(String[], Class[], boolean) - Static method in class oracle.ide.model.NodeIdentityUtils
Deprecated.
replaced by NodeIdentityUtils.isNodeClass(String[],Class[]). The matching of node classes based on isAssignableFrom is not feasible to implement for on-demand extension loading.
isNodeClass(String[], Class[]) - Static method in class oracle.ide.model.NodeIdentityUtils
Returns true if any suffixs of the names matches any of the nodeClasses.
isNodeDirty() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
Asks if the node is 'dirty' according to the merge editor.
isNodeOfType(String, Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains an object with the given type.
isNonCustHint() - Method in class oracle.javatools.resourcebundle.CustomizationHint
 
isNonEditable(URL) - Static method in class oracle.jdeveloper.vcs.util.VCSFileSystemUtils
 
isNoNewlineAtEOF() - Method in class oracle.javatools.patch.PatchHunkLine
Gets the flag for 'No newline at end of file'.
isNotNull() - Method in class oracle.javatools.db.Column
Whether the Column is restricted to non-null values.
isNull(PlsqlNode) - Static method in class oracle.javatools.db.sql.ParserUtils
Deprecated.
isNull() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isNull(SourceExpression) - Static method in class oracle.jdeveloper.java.legacy.Jot2Utils
 
isNullConstraintColumnAllowed(ColumnConstraint) - Method in class oracle.javatools.db.DatabaseDescriptor
Returns true if columns in the given ColumnConstraint can be null.
isNullCustHint() - Method in class oracle.javatools.resourcebundle.CustomizationHint
 
isNullIfEmpty() - Method in class oracle.ide.marshal.xml.Object2Dom
Return whether empty values should be converted to null.
isNumber() - Method in class oracle.javatools.db.token.Token
Test if the token represents a number.
isNumberPhysicalSize() - Method in class oracle.javatools.db.property.PropertyDefinition
 
isNumberPhysicalSize() - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this is a number property that is a physical size so can be displayed as bytes, kilobytes, megabytes etc.
isNumberUnlimited() - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this is a number property that uses a specific value to signify UNLIMITED.
isNumeric(PrimitiveType) - Static method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isNumeric() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isNumeric() - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowColumnOptions
Called to determine if a column shows numeric data.
isNumericType(DataType) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
Tests whether the given data type is a simple data type of numeric value type (or a synonym for a data type with numeric value type).
isNumericType(PredefinedDataType.ValueType) - Static method in enum oracle.javatools.db.datatypes.PredefinedDataType.ValueType
Tests whether the given value type is a numeric type (i.e.
isNumericType(String) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isObjectBaseClass() - Method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
Whether the default base class is java.lang.Object
isObjectValid(String, String, String) - Method in class oracle.javatools.db.AbstractDatabase
 
isObjectValid(String, String, String) - Method in interface oracle.javatools.db.Database
Determines whether the specified database object is in a valid state.
isObjectValid(String, String, String) - Method in class oracle.javatools.db.dictionary.DictionaryDatabase
 
isObservable(Subject) - Method in class oracle.ide.inspector.NotObservableSubjectRegistry
 
isObsolete() - Method in class oracle.ide.model.TechId
Returns true if this technology is marked as obsolete, and should not be added to new projects (and should be migrated out of old projects)
isOctalDigit(char) - Static method in class oracle.javatools.parser.java.v2.scanner.JavaLexer
Utility routine to check whether the given digit is an octal digit.
isOfflineContentSet(RelativeDirectoryContextFolder) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Returns true if the given RelativeDirectoryContextFolder is part of the offline database heirachy for a project.
isOfflineElement(Element) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Returns true if the given element is offline - either a provider, or a schema folder or a schema object node.
isOffsetAtRegionStart(int) - Method in class oracle.javatools.buffer.OffsetRegionChain
Check whether a given offset is a start of some guarded region (not included in the middle of some other region)
isOffsetGuarded(int) - Method in class oracle.javatools.buffer.GuardedTextBuffer
 
isOffsetRangeGuarded(int, int) - Method in class oracle.javatools.buffer.GuardedTextBuffer
 
isOffsetVisible(int) - Method in class oracle.javatools.editor.BasicEditorPane
Determine is an offset is currently visible.
isOJSPNextEnabled(Project) - Method in class oracle.jdeveloper.webapp.build.BuildFeatureManager
 
isOJSPNextEnabled(Project) - Method in interface oracle.jdeveloper.webapp.build.OJSPNextFeatureEnabler
 
IsolatedClassloaderSupport - Interface in oracle.ide.extension
 
isOmittedWhenNull() - Method in class oracle.javatools.marshal.xml.PropertyInfo
Returns true if this property should be omitted from the XML when the value is null.
isOn() - Static method in class oracle.ide.usages.UsagesTracker
 
isOn() - Static method in class oracle.javatools.logging.Diagnostics
Returns true if the diagnostics are being saved in the diagnostics directory located in the system directory..
isOnlineNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that has come from a live (online) database connection.
isOnlineNodeOfType(String, Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains an object with the given type AND that object has come from a live (online) database connection.
isOnlineRelationNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains a Relation object (i.e.
isOnlineRelationNode(Object, boolean) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains a Relation object (i.e.
isOnlyDirectories() - Method in class oracle.javatools.controls.completionfield.FileSystemFieldInsightProvider
Deprecated.
 
isOnlyDirectories() - Method in class oracle.javatools.controls.FileField
Returns true if this field displays insight only for directories.
isOnlyDirectories() - Method in class oracle.javatools.ui.completion.FileCompletionProvider
 
isOpaque() - Method in class oracle.javatools.ui.list.DefaultCheckListCellRenderer
Overridden for performance reasons.
isOpen(Document) - Method in class javax.ide.editor.EditorManager
Get whether the specified document is open.
isOpen() - Method in class javax.ide.model.Document
Returns true if the object's data has already been loaded.
isOpen() - Method in class oracle.ide.config.ClientSetting
 
isOpen() - Method in interface oracle.ide.model.LazyLoadable
Returns true if the object's data has already been loaded.
isOpen() - Method in class oracle.ide.model.Node
Gets whether the node has reached the open state.
isOpen() - Method in interface oracle.ide.persistence.Storage
Determine whether this storage is open.
isOpen() - Method in class oracle.ojc.storage.JarStorage
 
isOpenBraceType(int) - Method in interface oracle.javatools.editor.language.ExtendedBraceProvider
Fetch whether the brace type represented by the given language-specific token type represents an OPEN brace type.
isOpened() - Method in class oracle.ide.editor.AsynchronousEditor
Indicates whether this editor is open.
isOpenIndex(int) - Method in class oracle.javatools.parser.generic.BraceHelper
Fetch whether the given index is a valid index for an open brace.
isOpenNavigator() - Method in class oracle.ide.panels.NewWorkspacePanel
 
isOperable(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSCheckOutNodeCmd
 
isOperable(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
 
isOptimizedDrawingEnabled() - Method in class oracle.javatools.ui.breadcrumbs.JBreadcrumbs
 
isOptional() - Method in class oracle.javatools.db.plsql.PlSqlParameter
 
isOptional() - Method in class oracle.javatools.db.plsql.PlSqlParameter
 
isOptional() - Method in class oracle.javatools.db.sql.BuiltInFunctionArgument
Is the argument is optional
isOptional() - Method in interface oracle.javatools.db.sql.SQLCallableArgument
 
isOptionSet(GutterMark, int) - Method in class oracle.ide.ceditor.CodeEditorGutter.CEColumn
Check whether the given option is set on the mark.
isOptionSet(int) - Method in class oracle.javatools.editor.gutter.LineGutterPlugin.Column.Mark
Fetch whether the given option is set or not.
isOptionsResizeable() - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
 
isOptionsVisible() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
Get whether the options component is visible.
isOptionsVisible() - Method in class oracle.jdeveloper.vcs.changeset.ChangeSetChangeList
 
isOptionsVisible() - Method in class oracle.jdeveloper.vcs.vop.BaseVersionOperationPanel
Get whether the options component is visible.
isOracleOnly() - Method in class oracle.jdeveloper.db.panels.AppDatabaseConnPanel
 
isOrdered() - Method in class oracle.rc.asadapter.context.spi.PropertyAttribute
 
isOrderSiblings() - Method in class oracle.javatools.db.sql.SQLQuery
Return true if ORDER SIBLINGS BY syntax required.
isOSX() - Static method in class oracle.jdeveloper.vcs.util.VCSOperatingSystem
Asks whether the operating system is Mac OS X.
isOuterJoin() - Method in class oracle.javatools.db.sql.ColumnUsage
Returns true if this column usage includes the outer join syntax for a where clause.
isOuterJoin() - Method in class oracle.javatools.db.sql.JoinObject
Returns true if this is a FULL, LEFT or RIGHT OUTER JOIN, and false if this is an INNER JOIN.
isOutOfBand(Object) - Method in class oracle.jdeveloper.audit.analyzer.Metric
Gets whether a value is out of band.
isOutOfBand(Object, int) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Gets whether the value of a column of a row of this model is out-of-band.
isOutOfBand(Object) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Gets whether the value of any column of a row of this model is out-of-band.
isOutOfBand(Object, int) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
isOutOfBand(Object) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
isOutOfFileHandlesError(Throwable) - Static method in class oracle.ide.dialogs.OutOfFileHandlesDialog
Determine whether a Throwable is caused by the process running out of file handles.
isOverflowable() - Method in class oracle.javatools.db.ora.OracleIndexOrganizedTableProperties
Gets whether to include an overflow clause.
isOverflowPopupVisible() - Method in class oracle.javatools.ui.ControlBar
Returns true if the overflow popup is currently visible.
isOverridden() - Method in class oracle.javatools.resourcebundle.BundleRegistrationInfo
Gets whether the bundle is considered to have overrides in the application-level override bundle
isOverrideDocExistsInMDS(String) - Static method in class oracle.javatools.resourcebundle.ResourceBundleUtils
Check for the existence of the doc in MDS using MDS P-Layer API.This uses the MDS DocumentCache and by-passes core level lookup thereby improving response time in determining existence of the doc in MDS.
isOverriding() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Overriding property
isOverriding() - Method in class oracle.javatools.db.plsql.PlSqlMethod
Get method for the Overriding property
isOverridingTargetURL() - Method in class oracle.jdeveloper.runner.EmbeddedServerCallback
If the callback returns true from this method, JDeveloper will call all of the getTargetURL* methods to get all the parts of the overridden URL.
isOverviewFocusOwner() - Method in class oracle.javatools.compare.view.BaseCompareView
 
isOverwriteExistingModules() - Method in class oracle.jdeveloper.deploy.JeeDeploymentOptions
 
isPackageIdentifier(String) - Static method in class oracle.ide.util.IdeUtil
Returns true if the specified String is a valid package identifier.
isPackageIdentifier(String) - Static method in class oracle.jdeveloper.java.util.NamingUtil
Returns true if the specified String is one or more identifiers separated by periods.
isPackageInfoFile() - Method in interface oracle.javatools.parser.java.v2.model.SourceFile
Determine if this is a package-info.java SourceFile.
isPackageNameValid(String) - Static method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
 
isPackageNameValid() - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
isPackageNameValid(String) - Static method in class oracle.jdeveloper.wizard.common.WizardFile
 
isPackagePrivate() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isPackagePrivate() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isPackagePrivate() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isPageIndexValid(int) - Method in class oracle.javatools.editor.print.EditorPageable
Checks if a page index is valid.
isPaintable() - Method in class oracle.ide.resourcebundle.ResourceBundlePropertyEditor
 
isPaintHyperlink() - Method in class oracle.javatools.ui.SuperLabel
 
isPaletteVisible() - Method in class oracle.jdeveloper.rescat2.model.RescatPreferences
 
isPanelActive() - Method in class oracle.ide.palette.PaletteWindow
 
isParameter() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a @param tag.
isParameterizedMethod(JavaMethod) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Find out if the incoming method has bound type arguments, either from explicit type arguments, or from inferred type arguments.
isParameterSupported(String) - Method in class oracle.ide.extension.rules.RuleType
 
isParenthesesRequired() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isParenthesesRequired() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isParenthesesRequired() - Method in class oracle.javatools.db.sql.BuiltInFunction
Gets whether this function requires parentheses in the call.
isParenthesesRequired() - Method in interface oracle.javatools.db.sql.SQLCallable
Typically a function with arguments will require parentheses and one with no arguments will not.
isPartial() - Method in class oracle.javatools.ui.TriStateButtonModel
 
isPartOfBrace(int, NumberRange) - Method in class oracle.javatools.editor.language.AbstractBraceProvider
Determines whether the character at the given offset is considered a brace or part of a brace in this language.
isPartOfBrace(int, NumberRange) - Method in interface oracle.javatools.editor.language.BraceProvider
Determines whether the character at the given offset is considered a brace (such as '(', '[', or '{' in Java) or part of a brace in this language.
isPassword(String) - Method in class oracle.jdeveloper.db.adapter.AbstractConnectionCreator
Tests whether the given property name is a password, and therefore the value should never be shown to the user.
isPassword(String) - Method in interface oracle.jdeveloper.db.adapter.ConnectionCreator
Tests whether the given property name is a password, and therefore the value should never be shown to the user.
isPasteEnabled() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the paste button is enabled or not.
isPasteVisible() - Method in class oracle.javatools.ui.table.TableToolbar
Returns whether the paste button is added and visible in the toolbar.
isPatch() - Method in class oracle.ideimpl.webupdate.UpdateCategory
 
isPathFromMutualParent(String, String) - Method in class oracle.jdeveloper.vcs.nav.BaseConnectionProvider
 
isPathLocked() - Method in class oracle.ide.component.URLPathEditPanel
Retrieves whether the path is locked.
isPendingObject(DBObject) - Static method in class oracle.javatools.db.TemplateExpander
 
isPendingObject(SchemaObject) - Method in class oracle.javatools.db.validators.DBObjectValidator
Tests whether the given SchemaObject is pending a template expansion.
isPersistent() - Method in interface oracle.ide.palette.PalettePage
Return true if page info should be persisted
isPinned() - Method in interface oracle.ide.persistence.Storage
Determine whether this storage is pinned open.
isPinned() - Method in class oracle.ide.view.AbstractPinnable
 
isPlainFlavor(DataFlavor) - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Returns whether or not the specified data flavor is an plain flavor that is supported.
isPlainRun() - Method in class oracle.jdeveloper.runner.JRunProcess
Returns true if this is a plain run.
isPlainSupported() - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Should the plain text flavors be offered? If so, the method getPlainData should be implemented to provide something reasonable.
isPluggableDatabase() - Method in class oracle.javatools.db.ora.MultitenantContainerInfo
Tests whether the container is a pluggable database (PDB).
isPlusSqlScript() - Method in class oracle.ide.db.transfer.TransferDescriptor
 
isPointer() - Method in interface oracle.ide.palette.PaletteItem
 
isPointWithinHover(Point) - Method in class oracle.javatools.ui.infotip.InfoTipHover
 
isPopupVisible() - Method in class oracle.ide.controls.ActionMenuToolButton
 
isPopupVisible() - Method in class oracle.ide.controls.MenuToolButton
 
isPopupVisible() - Method in class oracle.jdeveloper.dialogs.BrowseHandler
 
isPopupVisible() - Method in class oracle.jdevimpl.audit.swing.MenuDropDownButton
 
isPreCompileJsps() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isPreferred(Context) - Method in interface oracle.ide.palette2.PalettePageContext
Page owners can determine if their page should be shown as the preferrred page for this context.
isPrefixOperator(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isPrefixSchemaName() - Method in class oracle.javatools.db.ddl.DDLOptions
Gets whether to always prefix names with the schema.
isPreparingLabel - Variable in class oracle.ide.runner.RunProcess
Used to avoid StackOverflowError from bad behaved runners/runnerfactories.
isPrepDone() - Method in class oracle.ide.db.transfer.TransferState
Is the prepare stage of transfer done.
isPreRenameMessage(UpdateMessage) - Static method in class oracle.ide.cmd.RenameMessage
Check if this notification message is being sent before the actual object rename happened.
isPresent(String) - Method in class oracle.javatools.util.CommandModel
Gets whether a parameter or option is present.
isPreserveCase() - Method in class oracle.javatools.editor.find.ReplaceCriteria
 
isPressed() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isPressInSelection(MouseEvent) - Method in class oracle.javatools.editor.BasicCaret
Utility routine to check if the given mouse event is within the current selection.
isPrevEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractDeployWizardPanel
 
isPrimary() - Method in class oracle.jdeveloper.rescat2.model.registry.RescatContext
 
isPrimaryToolbar() - Method in class oracle.ide.controls.Toolbar
 
isPrimaryToolbar() - Method in interface oracle.javatools.ui.plaf.theme.ThemedToolBar
Views can sometimes have more than one toolbar.
isPrimitive() - Method in interface javax.ide.model.java.declaration.TypeD
True if this is a primitive type, including the special void type.
isPrimitive() - Method in interface javax.ide.model.java.source.tree.TypeReferenceT
True if this is a primitive type (including "void").
isPrimitive() - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isPrimitive() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isPrimitive() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isPrimitive() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isPrimitive() - Method in interface oracle.javatools.parser.java.v2.model.JavaType
Determine if this type is a primitive type.
isPrimitive() - Method in interface oracle.javatools.parser.java.v2.model.SourceTypeReference
True if this is a primitive type (including "void").
isPrintingEnabled(Context) - Method in class oracle.ide.print.DocumentPrintFactory
This method will be called by the PrintManager to determine if the File->Print menu option should be enabled.
isPrivate() - Method in interface javax.ide.model.java.declaration.MemberD
True if this is modified with "private".
isPrivate() - Method in interface javax.ide.model.java.source.tree.FieldDeclT
True if this is private.
isPrivate() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is private.
isPrivate() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isPrivate() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isPrivate() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isPrivate() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldDeclaration
True if this is private.
isPrivate(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isProcedure() - Method in class oracle.javatools.parser.plsql.old.symbol.FunctionSymbol
 
isProcessAlive() - Method in class oracle.ide.runner.RunLogPage
Returns whether any process using this log page is still alive.
isProcessorProperty(Class<? extends SystemObject>, String) - Method in class oracle.javatools.db.property.AbstractPropertyManager
Tests whether the given property is from an UpdateProcessor registered with the underlying provider's DatabaseDescriptor, rather than being a properly registered property with the Metadata.
isProfileBasedDeployment() - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
isProfilerAvailable() - Static method in class oracle.jdeveloper.runner.RunProfilerSupport
 
isProgressActive() - Method in class oracle.javatools.ui.tree.lazy.LazyProgressController
 
isProgressHandleActive() - Method in class oracle.ide.runner.RunProcess
 
isProgressTracked() - Method in class oracle.jdeveloper.vcs.changelist.AsynchronousChangeList
 
isProgressTracked() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
 
isProjectLevel() - Method in interface oracle.jdeveloper.deploy.ProfileType
 
isProjectLevel() - Method in class oracle.jdeveloper.deploy.spi.profilesupport.DefaultProfileInfo
 
isProjectLevel() - Method in interface oracle.jdeveloper.deploy.spi.profilesupport.ProfileInfo
 
isProjectSourceURL(URL) - Method in class oracle.jdeveloper.java.provider.ProjectFileProvider
Fetch whether this source URL is part of the project's source path (including project dependencies).
isPromptVisible() - Method in class oracle.javatools.ui.search.PromptedTextField
Returns true when the prompt is visible.
isPropagateCheckState() - Method in class oracle.ide.controls.tree.CustomJTree
Returns a flag indicating how the tree responds when a user checks or unchecks a node.
isPropertyChange(UpdateMessage) - Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
Returns true if the update message is a PROPERTY_SET message.
isPropertyChange(String) - Method in interface oracle.jdeveloper.library.LibraryChange
Determine whether this change is a property change for the named property.
isPropertySet(String, String, String) - Method in class oracle.ide.layout.SimpleLayout
Returns true if the property identified by the given key is equals the given value.
isPropertySetting(CmtMethodCall) - Method in interface oracle.jdeveloper.cmt.CmtMethodSource
 
isProtected() - Method in interface javax.ide.model.java.declaration.MemberD
True if this is modified with "protected".
isProtected() - Method in interface javax.ide.model.java.source.tree.FieldDeclT
True if this is protected.
isProtected() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is protected.
isProtected() - Method in class oracle.ideimpl.webupdate.UpdateCenter
 
isProtected() - Method in class oracle.javatools.editor.BasicEditorPane
Fetches whether the editor's content is protected or not - this may be used by clients to indicate that the document is some sort of protected content, and that changes cannot be made directly through the editor, but through other wizards or dialogs instead.
isProtected() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isProtected() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isProtected() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isProtected() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldDeclaration
True if this is protected.
isProtected(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isProviderFolder(Element) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Returns true if the given element is a folder representing a provider directory, or is a provider node.
isProviderFor(URL) - Method in class oracle.jdeveloper.history.HistoryProvider
Get whether this provider handles the specified URL.
isProviderForContext(AppServerContext) - Method in class oracle.rc.asadapter.context.spi.AbstractContextProvider
 
isProxy() - Method in interface oracle.jdeveloper.cmt.CmtSubcomponent
Determine whether or not this instance is actually a proxy representing an otherwise unrepresentable type.
isPseudoPropertyState() - Method in interface oracle.jdeveloper.cmt.CmtPropertyState
True for and and any other properties which do not directly map to a bean's stated properties
isPublic() - Method in interface javax.ide.model.java.declaration.MemberD
True if this is modified with "public".
isPublic() - Method in interface javax.ide.model.java.source.tree.FieldDeclT
True if this is public.
isPublic() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is public.
isPublic() - Method in class oracle.javatools.db.ora.DatabaseLink
Whether this database link is public.
isPublic() - Method in class oracle.javatools.db.Synonym
Whether this synonynm is public.
isPublic() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isPublic() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isPublic() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isPublic() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldDeclaration
True if this is public.
isPublic(int) - Static method in class oracle.jdeveloper.engine.EngineUtils
 
isPunctuation() - Method in class oracle.javatools.db.token.Token
Test if the token represents some form of punctuation symbol.
isQualified() - Method in class oracle.javatools.db.sql.AbstractFromObjectUsage
Gets wether this column usage should qualify itself with the alias from its FromObject.
isQualified() - Method in class oracle.javatools.db.sql.AbstractSchemaObjectUsage
Gets wether this schema object usage should always qualify itself with the schema name.
isQualified() - Method in interface oracle.javatools.db.sql.FromObjectUsage
Gets wether this FromObjectUsage should qualify itself with the alias from its FromObject.
isQuiet() - Method in class oracle.ide.compiler.CompileArguments
Determine if the build shows it progress, meaning the names of the files compiled and written.
isQuiet() - Method in class oracle.jdeveloper.deploy.DeploymentOptions
Check if client is requesting complete silence from loggers and for messages written to stdout.
isQuitting() - Static method in class oracle.ide.Ide
Returns true when the IDE is quitting.
isRadio() - Method in class oracle.ide.controls.ToggleAction
 
isRadioButtonEnabled() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isRadioButtonSelected() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isRadioButtonStyle() - Method in class oracle.javatools.controls.nicelist.NiceListRenderer
Returns true if checkboxes are rendered as radio buttons.
isRaisedByDefault(Dockable, Layout) - Static method in class oracle.ide.docking.DockUtil
Indicates whether the given dockable is raised by default in the given layout.
isRaiseEditor() - Method in class oracle.jdeveloper.builder.AbstractBuilderModel
 
isRaiseEditor() - Method in class oracle.jdeveloper.builder.folder.EmptyFolderBuilderModel
 
isRaptor() - Static method in class oracle.ideri.util.Product
 
isRaw() - Method in class oracle.javatools.parser.java.v2.util.BindingContext
 
isReadable() - Method in interface oracle.jdeveloper.cmt.CmtProperty
 
isReadLocked() - Method in class oracle.ide.model.Node
 
isReadLockHeld() - Method in class oracle.ide.model.Node
Gets whether the current thread holds a node read lock.
isReadLockHeld() - Method in class oracle.javatools.buffer.ReadWriteLock
Gets whether the current thread is holding a read lock for this lock.
isReadLockHeld() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
 
isReadOnly() - Method in class javax.ide.model.Document
Returns true if the document's data has never been saved.
isReadOnly(URI) - Method in class javax.ide.net.VirtualFileSystem
Returns true if the resource is read-only.
isReadOnly(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Returns true if the resource is read-only.
isReadOnly() - Method in class oracle.ide.model.Node
Returns true if the Node is read-only.
isReadOnly() - Method in class oracle.ide.model.TextNode
Returns true if the Node is read-only.
isReadOnly(URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isReadOnly(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isReadOnly(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isReadOnly(URL) - Static method in class oracle.ide.net.URLFileSystem
Returns true if the resource pointed to by the specified URL is read-only; returns false otherwise.
isReadOnly(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Returns true if the resource is read-only.
isReadOnly(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isReadOnly() - Method in class oracle.ide.resourcebundle.ResourceBundleIdeOptions
 
isReadOnly() - Method in class oracle.javatools.buffer.AbstractTextBuffer
Fetches whether this TextBuffer is in read-only mode or not.
isReadOnly() - Method in interface oracle.javatools.buffer.TextBuffer
Fetches whether this TextBuffer is in read-only mode or not.
isReadOnly() - Method in class oracle.javatools.buffer.TextBufferDecorator
Fetches whether this TextBuffer is in read-only mode or not.
isReadOnly() - Method in class oracle.javatools.data.HashStructure
Returns true if this HashStructure is in a read-only mode or false if this HashStructure is modifiable.
isReadOnly() - Method in class oracle.javatools.ui.checktree.CheckboxTree
 
isReadOnly() - Method in class oracle.javatools.ui.checktree.TriStateNode
 
isReadOnly() - Method in interface oracle.jdeveloper.cmt.CmtComponent
True when component is in readonly file
isReadOnly() - Method in interface oracle.jdeveloper.cmt.CmtPropertyState
 
isReadOnly() - Method in class oracle.jdeveloper.library.LegacyLibraryList
 
isReadOnly(URL) - Method in class oracle.jdeveloper.merge.MergeURLFileSystemHelper
Overriden to allow edits to the text buffer of a merge node.
isReadOnly() - Method in class oracle.jdeveloper.model.JavaClassNode
 
isReadOrWriteLocked() - Method in class oracle.ide.model.Node
 
isReady() - Method in class oracle.ide.editor.Editor
 
isReady() - Method in interface oracle.ide.layout.LayoutSelector
This method is called before a preferred layout is activated.
isReady() - Method in class oracle.jdeveloper.deploy.cmd.DeployCommand
 
isReady() - Method in class oracle.jdeveloper.deploy.cmd.DeployJarToAppServer
 
isReady() - Method in class oracle.jdeveloper.deploy.cmd.DeployToAppServer
 
isReady() - Method in class oracle.jdeveloper.deploy.cmd.ProfileDeployCmd
 
isReady() - Method in class oracle.jdeveloper.deploy.cmd.UndeployFromAppServer
 
isReady(String) - Static method in class oracle.jdevimpl.audit.log.AuditLogPage
Gets whether the log page for an auditor is ready to be reused.
isRealBean(Class<?>) - Static method in class oracle.javatools.db.property.Metadata
Tests whether the given bean class is a concrete bean - i.e.
isRebuildAllSources() - Method in class oracle.ide.compiler.CompileArguments
If true, only the sources specified by the context are compiled; if false, the specified sources and all sources that depend on those sources compiled ( a 'make' ).
isRecentFilesShowAll() - Method in class oracle.ide.editor.EditorsOptions
 
isRecentFilesShowClosedOnly() - Method in class oracle.ide.editor.EditorsOptions
 
isRecognised(byte[]) - Method in class oracle.javatools.patch.PatchAssistance
Is the patch byte string recognised by the assistance
isRecognizedType(String) - Static method in class oracle.javatools.db.BaseObjectID
Determines whether the given string starts with one of the identifiers.
isReconcile() - Method in class oracle.ide.db.transfer.TransferDescriptor
isReconcile() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isRecurse() - Method in class oracle.javatools.db.CascadeManager.LookupCriteria
Gets whether the lookup should recurse on to found objects.
isRecursive() - Method in class oracle.javatools.patch.PatchCreateOptions
Gets the option to recursively compare subdirectories.
isRecursiveParse() - Method in class oracle.javatools.util.MacroExpander
 
isRedeploy() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isReference() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a @link, @linkplain, @see, or two-argument @value tag.
isReferenceTo(Context, Declaration) - Method in class oracle.ide.dependency.IdReference
 
isReferenceTo(Context, Declaration) - Method in interface oracle.ide.dependency.Reference
Determine whether this is a reference to a specifc declaration.
isRegEx() - Method in class oracle.javatools.editor.find.FindCriteria
 
isRegister(boolean) - Method in class oracle.jdeveloper.rescat2.model.hook.PrimaryContextInfo
 
isRegistered(Class<? extends Database>) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Tests whether the given database implementation has reigstered datatypes with the registry.
isRegistered(IdeAction) - Method in class oracle.jdeveloper.uieditor.AbstractFactory
 
isRegistered(IdeAction) - Method in interface oracle.jdeveloper.uieditor.ModelFactory
Determine whether the given IdeAction has been registered with this ModelFactory.
isRegisteredAddin(String) - Method in class oracle.ide.AddinManager
Determine whether the specified addin class is registered.
isRegisteredAttribute(String) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Tests whether the given attribute name exists on any registered datatype in the registry.
isRegisteredInsightProvider(FieldInsightProvider) - Method in class oracle.javatools.controls.completionfield.CompletionPopupHandler
Deprecated.
Ask whether a given insight provider is registered.
isRegisteredInsightProvider(CompletionProvider) - Method in class oracle.javatools.ui.completion.CompletionPopupHandler
Ask whether a given insight provider is registered.
isRegisteredType(DataType) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Returns true if the given type is registered with this registry.
isRegisterPrimaryContext() - Method in class oracle.jdeveloper.rescat2.model.hook.RCConfigurations
 
isRegularFile(URI) - Method in class javax.ide.net.VirtualFileSystem
Tests whether the resource indiciated by the URI is a regular file.
isRegularFile(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Tests whether the resource indiciated by the URI is a regular file.
isRegularFile(URL) - Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
 
isRegularFile(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isRegularFile(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isRegularFile(URL) - Static method in class oracle.ide.net.URLFileSystem
Tests whether the resource indiciated by the URL is a regular file.
isRegularFile(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Tests whether the resource indiciated by the URL is a regular file.
isRegularFile(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isRelationNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains a Relation object (i.e.
isRelationNode(Object, boolean) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Returns true if the given object is a valid DBObjectNode that contains a Relation object (i.e.
isReleased() - Method in class oracle.jdeveloper.deploy.Stateful.State
 
isReload() - Method in class oracle.jdeveloper.deploy.common.AbstractHashDependable
 
isRememberNavigatorExpansionState() - Method in class oracle.ide.config.EnvironOptions
Returns true if the navigator expansion state should be remember when exiting the application.
isRemoteDebuggingProfiling() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether remote debugging and profiling.
isRemoval(BaseCompareDifference, ContributorKind, ContributorKind) - Method in class oracle.javatools.compare.view.BaseCompareView
 
isRemoval(BaseCompareDifference, ContributorKind, ContributorKind, CompareViewBias) - Static method in class oracle.javatools.compare.view.CompareViewUtil
Utility that determines whether this difference block represents a logical removal between the specified two contributors.
isReopen() - Method in class oracle.ide.editor.RecentFile
 
isReplace() - Method in class oracle.ide.db.transfer.TransferDescriptor
Deprecated.
- use getCreateReplaceAlter()
isReplace() - Method in class oracle.javatools.db.ddl.DDLOptions
Returns whether to generate the ddl to automatically replace any existing objects.
isReplace() - Method in class oracle.javatools.db.refactoring.DBObjectTransaction
Tests whether existing objects can be replaced.
isReplace() - Method in class oracle.jdeveloper.offlinedb.model.GenerateDescriptor
Deprecated.
 
isReplace() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListEvent
 
isReplaceAllowed() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Tests whether the commit is allowed to replace existing objects (drop/create) rather than just update them.
isRequestedObject(SystemObject, String, Schema, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
isRequestedObject(T, DBObjectCriteria<T>) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Checks whether the object that has been returned by a list operation matches the given criteria.
isRequired() - Method in class oracle.ide.extension.rules.RuleTypeParameter
 
isRequired() - Method in interface oracle.jdeveloper.audit.analyzer.Parameter
 
isRequired() - Method in interface oracle.jdeveloper.audit.extension.DeferredSetter
 
isRequired() - Method in class oracle.jdeveloper.audit.extension.ParameterDefinition
 
isRequiredType(String) - Method in class oracle.javatools.db.CascadeManager.LookupCriteria
Tests whether the given object type is required by this criteria.
isRequireModifierForHyperlink() - Method in class oracle.javatools.ui.SuperLabel
 
isReservedLiteral(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming word one of 'null', 'true', or 'false'?
isReservedWord(String) - Static method in class oracle.javatools.db.plsql.PlSqlToken
Deprecated.
isReservedWord(PlSqlToken) - Static method in class oracle.javatools.db.plsql.PlSqlToken
Deprecated.
isReservedWord(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming word a keyword or one of 'null', 'true', or 'false'?
isReservedWord(String, JdkVersion) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming word a keyword in the specified JDK, or one of 'null', 'true', or 'false'?
isResetItem() - Method in interface oracle.ide.palette.PaletteItem
Returns true if item is a reset item "Pointer"
isResizable() - Method in class oracle.javatools.ui.ghost.GhostPalette
 
isResizeColumnOnDoubleClick() - Method in class oracle.javatools.ui.table.GenericTable
Get whether the user can resize columns in this table by double clicking the resize divider between two columns.
isResizeColumnOnDoubleClick(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Get whether the user can resize columns in this table by double clicking the resize divider between two columns.
isResolved() - Method in class oracle.javatools.compare.CompareDifference
 
isResource(DropTargetDropEvent) - Static method in class oracle.jdeveloper.rescat2.dnd.DropUtils
Determines whether the specified Drop event describes a Resource.
isResource(DropTargetDragEvent) - Static method in class oracle.jdeveloper.rescat2.dnd.DropUtils
Determines whether the specified Drag event describes a Resource.
isResource() - Method in class oracle.rc.asadapter.context.ContextType
Does this context contain resource objects.
isResourceContext(AppServerContext) - Static method in class oracle.rc.asadapter.context.spi.AbstractContextProvider
 
isResourceKeyDeclaration(String) - Static method in class oracle.jdeveloper.java.dependency.JavaDeclarationProvider
 
isResourceLibrary(Context, URL) - Static method in class oracle.jdeveloper.webapp.faces.JsfResourceUtils
 
isResourceLibrary(URL, URL) - Static method in class oracle.jdeveloper.webapp.faces.JsfResourceUtils
 
isResourcePaletteContext(RescatContext) - Method in class oracle.jdeveloper.rescat2.model.registry.RescatContextRegistry
 
isResourcePaletteView(Context) - Method in class oracle.jdeveloper.rescat2.model.registry.RescatContextRegistry
Deprecated.
isResourcePaletteView(View) - Method in class oracle.jdeveloper.rescat2.ResCatController
 
isResourceURL(URL, String[]) - Static method in class oracle.jdeveloper.webapp.faces.JsfResourceUtils
 
isResourceVersion(URL, String[]) - Static method in class oracle.jdeveloper.webapp.faces.JsfResourceUtils
 
isRestricted() - Method in class oracle.javatools.ui.SectionView
 
isResultValid(Object) - Method in interface oracle.ide.controls.AbstractPicker.PickerResultValidator
Whether the specified browse result is a valid value.
isResultValid(Object) - Method in class oracle.jdeveloper.builder.cls.ClassBuilderPanel.ClassValidator
 
isRetargetableProcess() - Method in class oracle.ide.runner.RunProcess
When a process is launched on a database project (OC4J or WLS), it needs to be run in the context of the database not the original project.
isRetention() - Method in class oracle.javatools.db.ora.LOBDescriptor
 
isRetryPreferred() - Method in class oracle.jdeveloper.audit.model.LockPolicy
Gets whether forcing a retry by throwing InterruptedException is preferred to blocking on an unavailable lock.
isReturnTypeSubstitutable(JavaMethod, JavaMethod) - Static method in class oracle.javatools.parser.java.v2.util.Conversions
Determine if subject is return-type substitutable for target.
isReuse() - Method in class oracle.javatools.db.FileSpecification
Return whether an existing filename should be re-used or not
isRewrite() - Method in class oracle.javatools.db.ora.MaterializedView
isRicherFlavor(DataFlavor) - Method in class oracle.jdevimpl.audit.swing.TableTransferable
 
isRoleSettingBundlesReadOnly() - Static method in class oracle.ide.resourcebundle.ResourceBundleManagerDT
Returns whether the role has set the shaping for resource bundle preferences to make resource bundles read-only
isRoleSettingBundlesReadOnly() - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
 
isRolloverHighlightingEnabled() - Method in class oracle.javatools.ui.table.GenericTable
Returns whether rollover highlighting is enabled/disabled on the table.
isRolloverHighlightingEnabled() - Method in class oracle.javatools.ui.table.RowHeader
Returns whether roll over highlighting is enabled for the row header or not.
isRolloverHighlightingEnabled(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Returns whether rollover highlighting is enabled/disabled on the table.
isRoot(URI) - Method in class javax.ide.net.VirtualFileSystem
Returns true if the specified URI corresponds to the root of a file system; false otherwise.
isRoot() - Method in interface oracle.ide.explorer.TNode
Returns true if this TNode is the root a tree hierarchy.
isRoot(URL) - Static method in class oracle.ide.net.URLFileSystem
Returns true if the specified URL corresponds to a root file system; false otherwise.
isRoot() - Method in class oracle.ide.util.Namespace
Returns true if this Namespace is a root Namespace.
isRoot() - Method in class oracle.jdeveloper.audit.model.Location
Gets whether this location corresponds to the root construct in the object model for its model.
isRoot() - Method in interface oracle.rc.asadapter.context.spi.AppServerContext
 
isRoot() - Method in class oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext
 
isRootContainer() - Method in class oracle.javatools.db.ora.MultitenantContainerInfo
Tests whether the container is the root container database (CDB).
isRootContext(AppServerContext) - Static method in class oracle.rc.asadapter.context.spi.AbstractContextProvider
 
isRootElementType(Element) - Method in class oracle.jdeveloper.audit.model.ModelType
Gets whether an Element is an instance of one of the element types returned by ModelType.getRootElementTypes().
isRootNode() - Method in class oracle.javatools.parser.plsql.old.symbol.PlsqlSymbol
 
isRunActiveFile() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the active file should be run.
isRunAntBeforeCompile() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether to run Ant before compiling.
isRunAntBeforeRun() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether to run Ant before running.
isRunCurrentWorkingSet() - Method in class oracle.ide.runner.RunnerOptions
 
isRunManagerVisible() - Method in class oracle.ide.runner.Runner
Returns true if the run manager is visible
isRunning() - Static method in class oracle.ide.Ide
Returns true when the IDE is running, even if the IDE is just starting or quitting.
isRunning(Project) - Method in class oracle.ide.runner.Runner
This methods checks if any application in the specified project are running.
isRunning() - Method in class oracle.ideimpl.webupdate.CheckMasterListRunnable
 
isRunning() - Method in class oracle.ideimpl.webupdate.CheckUpdatesRunnable
 
isRunning() - Method in class oracle.javatools.util.Chronometer
 
isSame() - Method in class oracle.javatools.db.diff.Difference
Tests whether all contributors agree that this object is the same.
isSameDatabase(DatabaseDescriptor) - Method in class oracle.javatools.db.DatabaseDescriptor
Tests whether the other descriptor is for the same database type and version as this descriptor.
isSameDeclaration(JavaType, JavaType) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if two JavaTypes have the same declaration.
isSameDeclaration(JavaMethod, JavaMethod) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if two JavaMethods have the same declaration.
isSameDeclaration(JavaField, JavaField) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Determine if two JavaFields have the same declaration.
isSameFile(URL, URL) - Method in class oracle.ide.cmd.RenameCommand
Used to determine if the new URL we're going to rename the elementURL to is the same file.
isSameFile(URL, URL) - Method in class oracle.ide.cmd.SaveAsCommand
Used to determine if the new URL we're going to Save As is the same as the elementURL.
isSameNode(Context) - Method in class oracle.ide.editor.RecentFile
 
isSameOrChildOf(DBObjectID, DBObjectID, boolean) - Static method in class oracle.javatools.db.DBUtil
Tests whether the IDs are the same, or whether id2 is a parent of id1.
isSameType(JRunProcess) - Method in class oracle.jdeveloper.runner.JRunProcess
Returns true if this is the same type of run as the other JRunProcess.
isSameURL(URL) - Method in class oracle.ide.editor.RecentFile
 
isSanitizedMacroKeys() - Method in class oracle.javatools.util.MacroExpander
 
isSatisfied(VCSProfile, Context, Controller) - Method in interface oracle.jdeveloper.vcs.generic.ActionRequirement
 
isSatisfied(VCSProfile, Context, Controller) - Method in class oracle.jdeveloper.vcs.generic.EditableRequirement
 
isSaveAllBeforeRun() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether all files should be saved before running.
isSaveBeforeCompiling() - Method in class oracle.ide.compiler.CompileArguments
If true, AND the IDE setting to save before compile is true (see Preferences | Compiler | Save All before Compiling), a save-all is issued before the compilation.
isSaveEnabled() - Method in class oracle.jdeveloper.merge.BaseMergeEditor
 
isSaveExpansionState() - Method in class oracle.ide.navigator.ProjectNavigatorWindow
 
isSaveLogToFile() - Method in class oracle.ide.config.EnvironOptions
 
isSaveStateChange(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSSingleNodeObserver
Returns true if the specified url can change state due to a save operation.
isSchemaFolder(Element) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Returns true if the given element is a folder representing a schema directory, or is a schema node.
isSchemaObject(String) - Method in class oracle.javatools.db.property.Metadata
Returns true if the given DBObject type represents a SchemaObject.
isScoped() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListWindow.ScopeFilter
 
isScrollButtonVisible() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isScrollMenuShowVisible() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isScrollMenuSorted() - Method in class oracle.ide.controls.SingleRowTabbedPane
Deprecated.
 
isScrollMenuSorted() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isScrollMenuVisible() - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isSealed() - Method in class oracle.jdeveloper.audit.service.Profile
Gets whether this profile is sealed.
isSealed() - Method in interface oracle.jdeveloper.audit.service.ProfileTransaction
Gets the sealed property of this transaction.
isSealed() - Method in class oracle.jdevimpl.audit.core.DefaultProfile
 
isSealed() - Method in class oracle.jdevimpl.audit.core.DefaultProfileTransaction
 
isSealed() - Method in class oracle.jdevimpl.audit.profile.ProfileModel
 
isSearchableContainer(Container) - Method in class oracle.ide.inspector.find.SearchIterator
Called to decide whether to traverse the specified container.
isSelectable() - Method in class oracle.jdeveloper.uieditor.uicanvas.SelectNib
Get selectable flag value.
isSelectableItemPresent() - Method in class oracle.ide.db.controls.AbstractTreePicker
 
isSelectableItemPresent() - Method in class oracle.ide.db.controls.DBObjectPicker
 
isSelectAddedChild(UpdateMessage, boolean) - Static method in class oracle.ide.explorer.TreeExplorer
 
isSelectAllEnabled() - Method in class oracle.javatools.ui.table.GenericTable
Returns whether selectAll feature is enabled for the table.
isSelectAllEnabled(JTable) - Static method in class oracle.javatools.ui.table.TableHelper
Returns whether selectAll feature is enabled for the table.
isSelected - Variable in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
Deprecated.
 
isSelected() - Method in class oracle.ide.controls.JSelectableLabel
 
isSelected() - Method in class oracle.ide.inspector.layout.CategoryLayout
Get whether the category should be selected by default.
isSelected() - Method in class oracle.ide.inspector.layout.PropertyFormLayoutAssembly.CategoryLayoutAssembly
 
isSelected - Variable in class oracle.ide.migration.ExtensionMigrator
 
isSelected(int) - Method in class oracle.ide.migration.ExtensionMigrator
No categories supported.
isSelected(int) - Method in interface oracle.ide.migration.Migrator
Determine whether a category has been flagged for migration.
isSelected(int) - Method in class oracle.ide.migration.XMLMigrator
Determine whether a category has been flagged for migration.
isSelected(int) - Method in class oracle.ide.model.UserPropertiesMigrator
 
isSelected() - Method in class oracle.javatools.ui.checklist.Step
Returns whether this step is selected or not.
isSelected(Segment<T>) - Method in class oracle.javatools.ui.segmented.SegmentedControl
 
isSelected(T) - Method in class oracle.javatools.ui.segmented.SegmentedControl
 
isSelected - Variable in class oracle.javatools.ui.treetable.JFastTreeTable.TreeTableCellRenderer
 
isSelected(CmtModelNode) - Method in interface oracle.jdeveloper.cmt.CmtSelectionModel
Determines whether a given CmtModelNode is currently included in the collection of selected CmtModelNodes.
isSelected(String) - Method in class oracle.jdeveloper.deploy.common.ModuleFileGroup
 
isSelected(int) - Method in class oracle.jdevimpl.audit.profile.ProfileMigrator
 
isSelectedByDefault() - Method in class oracle.ideimpl.webupdate.UpdateCenter
 
isSelectedIndex(int) - Method in class oracle.javatools.ui.list.EmptyListSelectionModel
 
isSelectedIndex(int) - Method in class oracle.javatools.ui.list.SingleListSelectionModel
 
isSelectionBottomMobile() - Method in class oracle.javatools.ui.table.ReorderableTable
Returns true if the current selection can be moved to bottom
isSelectionComparable() - Method in class oracle.javatools.compare.view.list.ListCompareView
 
isSelectionDownwardlyMobile() - Method in class oracle.javatools.ui.table.ReorderableTable
Returns true if the current selection can be moved downward.
isSelectionEmpty() - Method in class oracle.javatools.ui.list.EmptyListSelectionModel
 
isSelectionEmpty() - Method in class oracle.javatools.ui.list.SingleListSelectionModel
 
isSelectionEnabled() - Method in enum oracle.javatools.ui.builders.ListBuilder.DefaultAction
 
isSelectionEnabled() - Method in enum oracle.javatools.ui.builders.TableBuilder.DefaultAction
 
isSelectionSizeOk(int, int[]) - Static method in class oracle.ide.controls.CopyableJTableAdapter
Determines whether a selection is okay
isSelectionTopMobile() - Method in class oracle.javatools.ui.table.ReorderableTable
Returns true if the current selection can be moved to top
isSelectionUpwardlyMobile() - Method in class oracle.javatools.ui.table.ReorderableTable
Returns true if the current selection can be moved upward.
isSerial() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a @serial or @serialData tag.
isSerialField() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a @serialField tag.
isSet(int) - Method in interface oracle.ide.explorer.TNode
Check if the specified bit attribute is set.
isSet(int) - Method in interface oracle.ide.model.Attributes
 
isSet(int) - Method in class oracle.ide.model.DefaultAttributes
 
isSet(int) - Method in class oracle.ide.util.BitField
Tests whether the bit specified by the index is set.
isSet(int, int) - Static method in class oracle.ide.util.BitField
Tests whether one or more bits are set in an external field of bits.
isSetter() - Method in class oracle.jdeveloper.engine.MethodInfo
 
isSetTransient() - Method in class oracle.javatools.db.property.PropertyInfo
Returns true if the set method for this property has the Transient annotation.
isShared() - Method in class oracle.javatools.db.ora.DatabaseLink
Whether this database link is shared.
isShiftDown() - Static method in class oracle.javatools.ui.InputInfo
 
isShowAddButton() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the chooser should include an "add" button for creating (and selecting) new objects.
isShowAdvisories() - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isShowBlocked() - Method in class oracle.javatools.ui.BlockingLayerUI
Deprecated.
 
isShowBounds() - Method in class oracle.javatools.ui.infotip.InfoTip
 
isShowCaretMark() - Method in class oracle.javatools.editor.BasicEditorOverview
 
isShowCharDifferences() - Static method in class oracle.javatools.compare.CompareHints
 
isShowCodeAssistanceInGutter() - Method in interface oracle.jdeveloper.audit.AuditPreferences
 
isShowCodeAssistanceInGutter() - Method in class oracle.jdevimpl.audit.preferences.AuditPreferences
 
isShowDBLinkButton() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the schema chooser (if there is one) should include the dblink button for selecting via a database link.
isShowDeprecations() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use CompilerOptionManager.isShowDeprecations()
isShowDetails() - Method in class oracle.jdeveloper.db.panels.AppDatabaseConnPanel
 
isShowEditButton() - Method in class oracle.ide.db.components.DBObjectIDComponentWrapper
Tests whether the chooser should include an "edit" button for editing the currently selected object
isShowEditMark() - Method in class oracle.javatools.editor.BasicEditorOverview
 
isShowErrors() - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isShowIcons() - Method in class oracle.ide.controls.customtab.CustomTab
Gets the showIcons property.
isShowIncompletes() - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isShowInDefaultProject() - Method in class oracle.ide.model.ContentSetProviderReference
Indicates whether the Navigable for this content set is shown in the Project Properties dialog when Default Project Properties is selected from the menu.
isShowing() - Method in class oracle.ide.controller.ContextMenu
 
isShowing() - Static method in class oracle.javatools.controls.EditorPeekPopup
 
isShowing() - Method in class oracle.javatools.ui.infotip.InfoTip
 
isShowingByDefault(Dockable, Layout) - Static method in class oracle.ide.docking.DockUtil
Indicates whether the given dockable is showing by default in the given layout.
isShowingTime() - Method in class oracle.javatools.ui.calendar.CalendarPanel
 
isShowingToday() - Method in class oracle.javatools.ui.calendar.CalendarPanel
 
isShowInlineCharDiffs() - Method in class oracle.javatools.compare.view.wedge.WedgeCompareView
 
isShowLayoutActivator() - Method in class oracle.ide.layout.Layouts
Indicates whether or not the combo box used for layout activation should be shown in the toolbar.
isShown() - Method in class oracle.ide.editor.AsynchronousEditor
Indicates whether this editor is shown.
isShowPopupOnFocus() - Method in class oracle.jdeveloper.dialogs.BrowseHandler2
If true the popup will be attempted to be displayed when the text field gains focus.
isShowRowNumber() - Method in class oracle.javatools.ui.table.BasicRowHeaderModel
Returns whether row header should show the row number in it.
isShowRowNumber() - Method in class oracle.javatools.ui.table.DefaultRowHeaderRenderer
Deprecated.
isShowRowNumber() - Method in class oracle.javatools.ui.table.RowHeader
Returns whether this row header shows row numbers or not.
isShowSelectedCloseButton() - Method in class oracle.ide.controls.customtab.CustomTab
 
isShowTabUnderline() - Method in class oracle.ide.controls.customtab.CustomTab
Returns whether the bottom tab underline will be drawn.
isShowTemplatesAndCommentsCombo() - Method in class oracle.jdeveloper.vcs.spi.VCSCommentsCustomizer
Asks whether the customizer will show a combobox containing templates and recently used comments.
isShowTime() - Method in class oracle.javatools.ui.calendar.CalendarModel
 
isShowToday() - Method in class oracle.javatools.ui.calendar.CalendarModel
 
isShowToolTips() - Method in class oracle.javatools.ui.table.GenericTable
Get whether tooltips are being shown for truncated cells.
isShowWarnings() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use CompilerOptionManager.isShowWarnings()
isShowWarnings() - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isShowWelcomePage() - Method in class oracle.ide.wizard.TitledWizardDialog
 
isShrinkSelection() - Method in class oracle.javatools.ui.table.RowHeaderSelectionModel
 
isShutdown() - Method in class oracle.ide.inspector.task.GuiExecutor
 
isShutdown() - Method in class oracle.ide.model.concurrent.AsynchronousCallableCompletionService
Whether the service is in a shutdown state.
isShuttingDown() - Method in class oracle.ide.runner.Runner
 
isSignificantStructureChange(StructureChangeEvent) - Static method in class oracle.jdeveloper.vcs.util.VCSConfigUtils
Asks whether the given StructureChangeEvent represents a significant change in structure.
isSilent(Context, VCSProfile) - Method in class oracle.jdeveloper.vcs.generic.ActionCommand
Determines whether or not the action should be invoked silently, i.e.
isSimple() - Method in class oracle.javatools.ui.checklist.Step
Returns whether this step contains any substep or not.
isSingleLineCommentToken(int) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given token is a single line comment token.
isSingleton() - Method in class oracle.ide.view.AbstractPinnable
Determine whether or not this AbstractPinnable represents a singleton View.
isSingleUserMode() - Method in class oracle.ideimpl.webupdate.UpdateManager
Is the IDE in single user mode?
isSkipping() - Method in class oracle.ide.db.panels.SkippingTraversable
Is this traversable skipped.
isSkipSave() - Method in class oracle.jdeveloper.merge.BaseMergeNode
 
isSkipSave() - Method in interface oracle.jdeveloper.merge.MergeNode
 
isSkipSave() - Method in class oracle.jdeveloper.merge.TextMergeNode
 
isSmartIndentEnabled(BasicEditorPane) - Method in class oracle.javatools.editor.language.SmartIndentProvider
Fetches whether smart indentation is enabled for this language implementation's smart indent provider.
isSnapToGrid() - Method in class oracle.jdeveloper.uieditor.UIEditorOptions
Determine whether or not to round coordinates and dimensions to the nearest factor of grid spacing when working with LayoutAssistants that support grid spacing.
isSortAscending() - Method in class oracle.javatools.ui.table.GenericTable
Is the sorted column being sorted in ascending order?
isSortAscending() - Method in class oracle.javatools.ui.table.GenericTablePersistentSettings
 
isSorted(JMenu) - Static method in class oracle.javatools.controls.JMenuSorter
Returns true if the specified JMenu is registered to be maintained in sorted order.
isSorted() - Method in class oracle.javatools.ui.table.GenericTable
Is the table sorted?
isSorted() - Method in class oracle.javatools.ui.table.GenericTablePersistentSettings
 
isSourceControlled(URL) - Static method in class oracle.ide.resourcebundle.ResourceBundleUtils
 
isSourceElement() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isSourceElement() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isSourceElement() - Method in class oracle.javatools.parser.java.v2.common.WrapperClass
 
isSourceElement() - Method in class oracle.javatools.parser.java.v2.common.WrapperField
 
isSourceElement() - Method in class oracle.javatools.parser.java.v2.common.WrapperMethod
 
isSourceElement() - Method in interface oracle.javatools.parser.java.v2.model.JavaElement
Determine if this IS a SourceElement in which case this JavaElement can be cast to a SourceElement.
isSourcePropertyValueEqual(T, T, String) - Method in class oracle.javatools.db.property.DerivedPropertyBuilder
Tests whether the property value for the given "source property" (i.e.
isSourceSkipped() - Method in class oracle.ideimpl.webupdate.wizard.UpdateWizardModel
 
isSourceTypeLocator() - Method in class oracle.jdeveloper.java.locator.URLClassLocator
Whether this locator is of SOURCE_TYPE.
isSpaceCharacter(int) - Method in class oracle.javatools.editor.language.DefaultWordLocator
Gets whether a character is a space character.
isSpecialOperator(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isSplashScreenShowing() - Method in class oracle.ide.docking.WindowManagerStartingController
 
isSqlBlankLines() - Method in class oracle.javatools.db.ddl.DDLOptions
Gets whether or not to generate the SQL*Plus command to set blank lines on when generating multi-line comments.
isSqlj() - Method in class oracle.jdeveloper.model.JavaSourceNode
 
isSqlStatementPrefix(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isSQLStateNotImplemented(SQLException) - Static method in class oracle.javatools.db.AbstractDatabase
Tests whether the SQLState of the given exception is one of the standard jdbc states for "Not Implemented" - i.e.
isSrcOffline() - Method in class oracle.javatools.db.diff.DiffContext
Deprecated.
was a poor hack, use no more.
isStackTraceLine(String) - Method in class oracle.ide.runner.Debugger
 
isStale() - Method in interface oracle.javatools.status.Status
Gets whether the status is stale.
isStale() - Method in interface oracle.jdeveloper.cmt.CmtSubcomponent
Determine whether or not this instance is still a valid reference.
isStandard() - Method in interface oracle.javatools.parser.java.v2.model.doc.SourceDocTag
Gets whether this tag is a standard tag.
isStarted(InstanceInfo) - Method in class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
Checks if the server is running.
isStarted() - Method in class oracle.jdeveloper.vcs.changelist.ChangeList
Get whether the change list has started tracking.
isStartedWithContext(InstanceInfo, Context) - Method in class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
Checks if the server is started with a context thats 'compatible' with the context passed in.
isStarting() - Method in class oracle.ide.docking.WindowManagerStartingController
 
isStarting() - Static method in class oracle.ide.Ide
Returns true when the IDE is starting up.
isStartOnly() - Method in class oracle.ide.runner.RunProcess
Checks whether the Starter wants to bypass the RunProcess mode (run, debug, profile) and just launch the Starter.
isStartOnly() - Method in class oracle.ide.runner.Starter
Tests whether this Starter requires no debugging connection (a non-process Starter).
isStateChange(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSSingleSaveObserver
Deprecated.
Returns true if the specified url can change state due to a save operation.
isStatefulDeployment() - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
isStatefulDeployment() - Method in class oracle.jdeveloper.deploy.StatefulDeployment
 
isStatementLevel() - Method in class oracle.javatools.db.plsql.Trigger
Get method for the StatementLevel property
isStatementLevel() - Method in class oracle.javatools.db.plsql.Trigger
Get method for the StatementLevel property
isStatic() - Method in interface javax.ide.model.java.declaration.MemberD
True if this is modified with "static".
isStatic() - Method in interface javax.ide.model.java.source.tree.FieldDeclT
True if this is static.
isStatic() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is static.
isStatic() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isStatic() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isStatic() - Method in interface oracle.javatools.parser.java.v2.model.CompiledImport
 
isStatic() - Method in interface oracle.javatools.parser.java.v2.model.JavaMember
 
isStatic() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldDeclaration
True if this is static.
isStaticReference() - Method in class oracle.javatools.db.property.PropertyDefinition
 
isStaticReference() - Method in class oracle.javatools.db.property.PropertyInfo
Only valid for properties with a return type of DBObjectID.
isStaticReferenceProperty(String) - Method in class oracle.javatools.db.property.Metadata
Tests whether the given property name is a static reference property, i.e.
isStatusVisible() - Method in class oracle.ide.inspector.InspectorWindow
Determine whether or not the status area is currently set to visible.
isStopped() - Method in class oracle.ideimpl.webupdate.AbstractProgressMonitor
 
isStopped() - Method in class oracle.ideimpl.webupdate.DeterminateProgressMonitor
 
isStopped() - Method in interface oracle.ideimpl.webupdate.UpdateCenterMonitor
Determine whether the user has cancelled the operation.
isStopped() - Method in class oracle.javatools.ui.search.SearchProgress
Indicates whether the user requested that the search be stopped.
isStopped(InstanceInfo) - Method in class oracle.jdeveloper.server.lifecycle.ide.IdeLifecycleManager
 
isStorageEnabledInRow() - Method in class oracle.javatools.db.ora.LOBDescriptor
isStoreNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
Tests whether the given element represents an store of database connections.
isStrictfp() - Method in interface javax.ide.model.java.declaration.MethodD
True if this is modified with "strictfp".
isStrictfp() - Method in interface javax.ide.model.java.source.tree.HasModifiersT
True if this is strictfp.
isStringFlavor(DataFlavor) - Method in class oracle.jdevimpl.audit.swing.TableTransferable
Returns whether or not the specified data flavor is a String flavor that is supported.
isStringLiteralToken(int) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given token is a string literal token.
isStringQuoteChar(char) - Method in class oracle.ide.ceditor.AbstractEditingPlugin
Check if the given character represents a quote character used for string literals.
isSubcomponentOwned(CmtSubcomponent) - Method in interface oracle.jdeveloper.cmt.CmtModel
 
isSubstepView() - Method in class oracle.javatools.ui.checklist.Checklist
Returns true if the checklist is showing substeps currently.
isSubstituteReplace() - Method in class oracle.javatools.editor.find.ReplaceCriteria
 
isSubType() - Method in class oracle.javatools.db.plsql.PlSqlDatatype
Get method for the SubType property
isSubType() - Method in class oracle.javatools.db.plsql.PlSqlDatatype
Get method for the SubType property
isSubtypeOf(JavaType) - Method in class oracle.javatools.parser.java.v2.common.AbstractType
 
isSubtypeOf(JavaType) - Method in class oracle.javatools.parser.java.v2.common.IntersectionType
 
isSubtypeOf(JavaType) - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isSubtypeOf(JavaType) - Method in interface oracle.javatools.parser.java.v2.model.JavaType
True if this is a subtype of the indicated argument.
isSubtypeOf(JavaType, JavaType) - Static method in class oracle.javatools.parser.java.v2.util.Conversions
True if subject is a subtype of target.
isSubtypeOfImpl(JavaType, JavaType) - Static method in class oracle.javatools.parser.java.v2.util.Conversions
subject and target are both assumed to not be primitive types or array types.
isSubtypeOfImpl(JavaType, JavaType, Conversions.ConversionType) - Static method in class oracle.javatools.parser.java.v2.util.Conversions
 
Issue - Interface in oracle.javatools.status
An issue in a file.
IssueList - Interface in oracle.javatools.status
 
IssueListener - Interface in oracle.ide.status
A listener for changes in the status and issues of a monitored file.
IssueReport - Interface in oracle.jdeveloper.audit.analyzer
An interface for setting additional properties of a reported Audit violation.
issueReported(Auditor, Violation, int) - Method in interface oracle.jdeveloper.audit.service.AuditListener
Reports an Auditor violation reported event.
issueReported(Auditor, Violation, int) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_1_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_de
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_es
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_fr
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_it
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_ja
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_ko
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_pt_BR
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_zh_CN
 
ISSUES_DESCRIPTION - Static variable in class oracle.ide.audit.AuditBundle_zh_TW
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_de
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_es
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_fr
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_it
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_ja
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_ko
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_pt_BR
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_zh_CN
 
ISSUES_LABEL - Static variable in class oracle.ide.audit.AuditBundle_zh_TW
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_N_0 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_N_1 - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_de
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_es
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_fr
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_it
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_ja
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_ko
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_pt_BR
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_CN
 
ISSUES_N_N - Static variable in class oracle.jdevimpl.audit.AuditBundle_zh_TW
 
isSuffixOperator(int) - Static method in class oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer
 
isSuperclassEditable() - Method in class oracle.jdeveloper.builder.annotation.AnnotationBuilderModel
 
isSuperclassEditable() - Method in class oracle.jdeveloper.builder.cls.ClassBuilderModel
Indicates whether the user can directly edit text in the Extends field.
isSuperclassEditable() - Method in class oracle.jdeveloper.builder.enumtype.EnumBuilderModel
 
isSupported() - Method in class oracle.ide.db.components.ComponentWrapper
Is this property supported for the context DB Object
isSupported(String) - Static method in class oracle.ide.util.Encodings
Returns true if the specified encoding is supported by the Java implementation.
isSupported(Class<? extends DBObjectProvider>, Class<? extends DBObject>) - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this property is supported in the given provider for the given object type.
isSupported(Context) - Method in class oracle.jdeveloper.webapp.design.VisualEditorPathProvider
Quick determination if this VisualEditorPathProvider supports the given Context.
isSupportedType(String) - Method in class oracle.javatools.db.dictionary.DictionaryDatabase
 
isSupportsArbitraryURLs() - Method in class oracle.ide.component.URLPathEditPanel
Retrieves whether the user should be able to enter arbitrary URLs.
isSupportsAutoFill() - Method in class oracle.ide.component.NewFilePanel
Indicates whether the directory URL is created dynamically from the file name.
isSuppressDeploymentStartFinishMessage() - Method in class oracle.jdeveloper.deploy.shell.ShellAdapter
 
isSuppressRemoteMessages() - Method in class oracle.jdeveloper.deploy.JeeDeploymentOptions
 
isSymlinkCycle(URL, URLFileSystem.FileInfo[]) - Method in class oracle.ide.net.SymlinkCycleDetector
Determine if a directory is a sylink pointing to a directory higher up in the directory tree.
isSynchronized() - Method in interface javax.ide.model.java.declaration.MethodD
True if this is modified with "synchronized".
isSynchronous() - Method in class oracle.jdeveloper.deploy.cmd.DeployCommand
Will calling {code doIt()} run on current thread or another thread.
isSyncVerticalScroll() - Method in class oracle.javatools.compare.view.BaseCompareView
 
isSynonymNode(Object) - Static method in class oracle.ide.db.model.DBObjectNodeUtil
 
isSynonymType(DataType) - Method in class oracle.javatools.db.datatypes.DataTypeRegistry
Returns true if the given type is a synonym for another type.
isSynthetic() - Method in interface javax.ide.model.java.declaration.Declaration
True if this is a synthetic element.
isSynthetic() - Method in interface javax.ide.model.java.source.tree.Tree
True if this Tree element corresponds to an actual source representation.
isSynthetic() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isSynthetic() - Method in class oracle.javatools.parser.java.v2.common.QuickJavaClass
 
isSynthetic() - Method in interface oracle.javatools.parser.java.v2.model.JavaElement
 
isSystemActive() - Method in class oracle.jdeveloper.vcs.spi.VCSController
 
isSystemDefined() - Method in class oracle.ide.dialogs.filter.FileTypeIncludeFilter.FilterInfo
 
isSystemNavigator(ViewId) - Method in class oracle.ide.navigator.NavigatorManager
Returns true if the view identified by the give viewId is the system navigator.
isTabEnabled(int) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isTableType(DataType) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
Tests whether the given DataType is a Type that is a table type.
isTabVisible(int) - Method in class oracle.ide.controls.SingleRowTabbedPaneUI
Deprecated.
 
isTargetClass(Class, boolean) - Method in class oracle.ide.db.insight.model.InsightDataProvider
 
isTargetClassOrPossibleParent(Class) - Method in class oracle.ide.db.insight.model.InsightDataProvider
 
isTemporary() - Method in class oracle.ide.controls.FocusHierarchyEvent
 
isTerminated() - Method in class oracle.ide.inspector.task.GuiExecutor
 
isTerminated() - Method in class oracle.ide.model.concurrent.AsynchronousCallableCompletionService
Whether the service is in a terminated state.
isTextEnabled() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isTextInternalName() - Method in class oracle.javatools.db.property.PropertyDefinition
 
isTextInternalName() - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this property is a text property that represents an internal name, and therefore should be externalised before it is used.
isTextMultiLine() - Method in class oracle.javatools.db.property.PropertyDefinition
 
isTextMultiLine() - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this property is a multi line property - e.g.
isTextPassword() - Method in class oracle.javatools.db.property.PropertyDefinition
 
isTextPassword() - Method in class oracle.javatools.db.property.PropertyInfo
Tests whether this property is a password and should therefore be treated with appropriate security.
isTextSelectable() - Method in class oracle.ide.controls.tree.JTreeCellData
 
isTextValid() - Method in class oracle.ide.externaltools.macro.MacroTextField
 
isTextValid() - Method in class oracle.ide.webbrowser.CommandLineField
Returns true if the current text in the field is valid.
isTextValid() - Method in class oracle.javatools.controls.completionfield.CompletionTextField
Deprecated.
Returns true if the current text in this field is valid.
isTextValid() - Method in class oracle.javatools.controls.FileField
Returns true if the current text in the field is valid.
isTextVisible() - Method in class oracle.javatools.ui.TextLayer
 
isThemed() - Static method in class oracle.javatools.ui.themes.Themes
Returns true if themes are switched on.
isThreaded() - Method in class oracle.jdeveloper.vcs.spi.VCSCommand
Asks whether this command should be executed on a separate temporary thread.
isThreePaneMode() - Method in class oracle.javatools.compare.view.SplitPanel
 
isThrowOnConcurrentCleanOrCompile() - Method in class oracle.ide.compiler.CompileArguments
Determine if the build should throw an IllegalStateException when it is already busy with another clean or compile, instead of reporting the failure on the output and diagnostics streams or on stdout and stderr if the streams are not set.
isTimedOut() - Method in class oracle.jdeveloper.vcs.migrate.VCSShellRunner
 
isTipUrl(URL) - Static method in class oracle.ide.net.TipURLFileSystemHelper
Returns true if the specified URL has the "jar" protocol.
isToggle() - Method in class oracle.ide.controls.ToggleAction
 
isToggleItem() - Method in class javax.ide.menu.IDEAction
Get whether this action is a toggle action.
isToolbarVisible - Variable in class oracle.ide.view.AbstractPinnable
 
isToolbarVisible() - Method in class oracle.ide.view.MultiManager
 
isToolbarVisible() - Method in class oracle.jdeveloper.asnav.AppServerNavigatorManager
 
isToolkitSupported(String) - Method in class javax.ide.extension.PlatformInfo
Gets whether a specific toolkit is supported.
isTopLevel(DBObject) - Method in class oracle.ide.db.insight.model.InsightDataProvider
 
isTrackedInNodeCache() - Method in class oracle.ide.layout.Layout
 
isTrackedInNodeCache() - Method in class oracle.ide.model.Node
The return value of this method indicates whether this Node should be tracked by the NodeFactory cache.
isTrackedInNodeCache() - Method in class oracle.jdeveloper.rescat2.model.nodes.DirContextNode
 
isTrackingThreadNodeUsage() - Static method in class oracle.ide.model.Node
Gets whether thread node usage is already being tracked for the current thread.
isTransactionActive() - Method in class oracle.ide.controller.CommandProcessor
 
isTransformable(ModelAdapter) - Method in class oracle.jdeveloper.audit.transform.DirectoryTransformAdapter
 
isTransformable(Location) - Method in class oracle.jdeveloper.audit.transform.NullTransformAdapter
 
isTransformable(ModelAdapter) - Method in class oracle.jdeveloper.audit.transform.TransformAdapter
Gets whether a model is transformable by this transform adapter.
isTransformable(Location) - Method in class oracle.jdeveloper.audit.transform.TransformAdapter
Gets whether a location is transformable by this transform adapter.
isTransient() - Method in interface javax.ide.model.java.declaration.FieldD
True if this is modified with "transient".
isTransient() - Method in class oracle.javatools.db.property.PropertyInfo
Deprecated.
it is not expected that a property's Transient status will be required outside of the marshal frameworks, which always test the get and set separately.
isTransient() - Method in class oracle.javatools.editor.highlight.HighlightStyle
A transient style is a HighlightStyle that is not persisted, does not show up for customization by the user, does not have a user visible name.
isTransient() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isTransient() - Method in interface oracle.javatools.parser.java.v2.model.SourceFieldVariable
True if this field has been marked as transient.
isTransient() - Method in class oracle.jdeveloper.library.AddinLibraryList
 
isTransient() - Method in class oracle.jdeveloper.library.InternalLibraryList
 
isTransient() - Method in class oracle.jdeveloper.library.JLibraryList
 
isTransient() - Method in interface oracle.jdeveloper.library.LibraryList
Whether this list is transient (not-persistent).
isTransient() - Method in class oracle.jdeveloper.library.ListWrapper
 
isTransientProfile() - Method in interface oracle.jdeveloper.deploy.j2ee.J2eePackaging
 
isTransientProfile() - Method in class oracle.jdeveloper.deploy.j2ee.J2eeProfile
 
isTransparent() - Method in class oracle.javatools.ui.popup.TransparentWindow
 
isTreeRequired() - Method in class oracle.javatools.db.diff.DiffContext
 
isTreeViewEnabled() - Method in class oracle.jdeveloper.deploy.dt.wizard.panels.AppServerSelectionPanel
 
isTriggeredByKeypress() - Method in class oracle.javatools.ui.search.SearchEvent
Returns true if the event was triggered by a keypress rather than an explicit user action.
isTriState() - Method in class oracle.ide.util.TriStateBoolean
Returns true if this instance represents TRI_STATE; returns false otherwise.
isTrue() - Method in class oracle.ide.util.TriStateBoolean
Returns true if this instance represents TRUE; returns false otherwise.
isTrue() - Method in class oracle.jdeveloper.audit.service.ValueHandle
Gets whether the value is Boolean.TRUE.
isTruncateInMiddle() - Method in class oracle.javatools.ui.TruncatingTreeCellRenderer
Returns whether truncation happens in the middle of text or at the end.
isTurnerDamaged(Rectangle, CodeFoldingModel, Object) - Method in class oracle.javatools.editor.folding.CodeFoldingMargin
 
isTypeOf(DataType, Class<? extends DataType>) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
Tests whether the given data type is an instanceof of the given class, or if the data type is a synonym whether the base type is an instanceof that class.
isTypeOf(Class<? extends DBObject>, String) - Method in class oracle.javatools.db.property.Metadata
Tests whether the given object type corresponds to a subclass of the given object class.
isTypeUseAnnotation(JavaAnnotation, boolean) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is this a type use annotation, which is an annotation annotated with @Target(TYPE_USE) meant to be used as a type annotation.
isUndef() - Method in class oracle.ide.util.TriStateBoolean
Returns true if this instance represents UNDEF; returns false otherwise.
isUndoable() - Method in class oracle.ide.cmd.buffer.Edit
Fetches whether this edit should be undoable or not.
isUndoInProgress() - Method in class oracle.javatools.editor.BasicEditorPane
Fetches whether the editor is in the middle of having an undo/redo applied to it.
isUnicast() - Method in interface oracle.jdeveloper.cmt.CmtEventSet
 
isUninstallSupported() - Method in class oracle.ideimpl.webupdate.UpdateTool
 
isUnique(Column) - Static method in class oracle.javatools.db.UniqueConstraint
Returns true if the given table is constrained by a UniqueConstraint (including PKConstraint) in its parent table.
isUnique(String) - Method in class oracle.jdeveloper.deploy.dt.wizard.ProfileWizard.DefaultNameValidator
 
isUnique(String) - Method in interface oracle.jdeveloper.deploy.dt.wizard.ProfileWizard.NameValidator
 
isUniqueFromAlias(String) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
isUniqueFromAlias(String, List<String>) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
isUniqueFromAlias(String) - Method in interface oracle.javatools.db.sql.SQLQueryBuilder
Returns true if this alias is unique within the builder's query.
isUniqueSelectAlias(String) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
isUniqueSelectAlias(String, List<String>) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
isUniqueSelectAlias(String) - Method in interface oracle.javatools.db.sql.SQLQueryBuilder
Returns true if this alias is unique within the builder's query.
isUniqueTableNames() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isUniqueToolName(String) - Method in interface oracle.ide.externaltools.ExternalToolOptionsEnvironment
Returns true if the specified tool name is unique in the current editing session.
isUnmodifiedStatus(VCSStatus) - Method in class oracle.jdeveloper.vcs.annotations.AnnotationsCommand
 
isUnreachable(URL) - Static method in class oracle.ide.net.HttpURLFileSystemHelper
 
isUnresolvedReference(DBObjectID) - Method in class oracle.javatools.db.CascadeManager
Returns true if the given id is an "unresolved reference".
isUnsupportedOperation(SQLException) - Method in class oracle.javatools.db.AbstractDatabase
Tests whether the given SQLException was thrown because a given operation was unsupported in the JDBC driver.
isUpdatable() - Method in class oracle.javatools.db.ora.MaterializedView
Gets whether the view is updatable.
isUpdate() - Method in class oracle.javatools.db.ddl.TokenContext
Tests whether the current token has a Difference, and that tokens such as {old.name} and {+columns} will therefore work.
isUpdate() - Method in class oracle.jdeveloper.vcs.changelist.ChangeListEvent
 
isUpdateInstalled(UpdateInfo) - Static method in class oracle.ideimpl.webupdate.uninstall.ManageInstalledUpdates
 
isURLDeclaration(String) - Static method in class oracle.ide.dependency.URLDeclarationProvider
 
isUseActiveLayoutInEditor() - Method in class oracle.ide.layout.Layouts
Indicates whether or not to use the active layout in the currently active editor.
isUseAnonymousInnerClass() - Method in class oracle.jdeveloper.uieditor.UIEditorOptions
Determine whether or not to use anonymous inner classes during source generation.
isUseAs() - Method in class oracle.javatools.db.sql.SelectObject
Gets whether or not this select object will use AS between expression and alias in the sql text.
isUseBackgroundTask() - Method in class oracle.ide.db.dialogs.DBEditorConfig
Not used yet.
isUseBeansInstantiate() - Method in class oracle.jdeveloper.uieditor.UIEditorOptions
Determine whether or not to use Beans.instantiate during source generation of JavaBean variables.
isUseCreateOrReplace() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the useCreateOrReplace property.
isUseCreateOrReplace() - Method in class oracle.javatools.db.plsql.DefaultSourceOptions
Get method for the useCreateOrReplace property.
isUsed() - Method in interface oracle.javatools.parser.java.v2.model.CompiledImport
 
isUseEditorPreferredLayout() - Method in class oracle.ide.layout.Layouts
Indicates whether or not editors should used their preferred layouts.
isUseJavac() - Method in class oracle.jdeveloper.compiler.OjcConfiguration
Deprecated.
Use CompilerOptionManager.getCurrentCompiler()
isUseNoIndex() - Method in class oracle.javatools.db.ora.MaterializedView
isUseProxy() - Method in class oracle.jdeveloper.runner.RunConfiguration
Returns whether the proxy options should be used.
isUserExtension(String) - Method in class oracle.ide.ExtensionRegistry
Returns true if a specified extension is located in the user specific extensions directory.
isUsernameCaseInsensitive() - Method in class oracle.javatools.db.AbstractDatabase
Deprecated.
with no replacement. Override AbstractDatabase.queryCurrentUserName() if the default logic is not sufficient to return an internal name.
isUserOnly() - Method in class oracle.ide.model.LazyLoadedTraversable
 
isUserOnly() - Method in class oracle.ide.model.panels.ProjectSettingsTraversablePanel
The default implementation returns false, indicating that the properties that are edited on this panel can be set at the user and at the project level.
isUserOnly() - Method in class oracle.javatools.db.DBObjectCriteria
Gets the value of the "user only" criterion.
isUserPropertiesEnabled() - Method in class oracle.ide.model.HashStructureNode
 
isUseSchema() - Method in interface oracle.javatools.db.JdbcDatabase
Tests whether this implementation uses Schemas - i.e.
isUseSmartInsight() - Method in class oracle.javatools.editor.insight.AbstractInsight
Deprecated.
 
isUsingDrawer() - Method in class oracle.ide.navigator.NavigatorWindow
Overridden by subclass to indicate whether the drawer functionality inherited from DrawerDockableWindow should be enabled.
isUsingSharedProperties(Project, String) - Method in class oracle.ide.model.SharedPropertiesManager
Indicates whether the supplied project is getting the properties identified by propertyDataKey from the Workspace or from the Project.
isUsingTraversableDefaultConstructor() - Method in class oracle.ide.model.panels.ProjectContentNavigable
 
isUsingTraversableDefaultConstructor() - Method in class oracle.ide.panels.MetaTraversable
Returns true of the construction of the associated Traversable uses its default constructor; returns false if a constructor other than the default is used.
isValid(URI) - Method in class javax.ide.net.VirtualFileSystem
Tests whether the specified URI is valid.
isValid(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
Tests whether the specified URI is valid.
isValid(String) - Static method in class javax.ide.util.Version
Determines whether the specified version label is valid.
isValid(Element) - Method in class oracle.ide.controls.elementtree.Filter
Filters the child elements.
isValid(Project, ProjectCache.CacheEntry) - Method in class oracle.ide.file.ProjectCache
Determine if a cached entry is still valid.
isValid() - Method in class oracle.ide.keyboard.KeyStrokes
 
isValid() - Method in class oracle.ide.layout.ViewId
 
isValid(URL) - Method in class oracle.ide.net.IdeURLFileSystemHelper
 
isValid(URL) - Method in class oracle.ide.net.TraceFileSystemAccess
 
isValid(URL) - Static method in class oracle.ide.net.URLFileSystem
Tests whether the specified URL is valid.
isValid(URL) - Method in class oracle.ide.net.URLFileSystemHelper
Tests whether the specified URL is valid.
isValid(URL) - Method in class oracle.ide.net.URLFileSystemHelperDecorator
 
isValid(Object) - Method in class oracle.ide.util.IteratorFilter
 
isValid() - Method in class oracle.ideimpl.webupdate.parser.UpdateBundleValidator.Result
 
isValid(File) - Method in class oracle.javatools.controls.completionfield.FileSystemFieldInsightProvider
Deprecated.
Is the specified file valid for inclusion in the list? Subclasses can override this to filter out certain files.
isValid() - Method in class oracle.javatools.db.DBObjectProviderID
Tests whether this DBObjectProviderID is valid - i.e.
isValid(DBObject) - Method in class oracle.javatools.db.validators.DBObjectValidationModel
Simple test of whether the given object (or its children) has any exceptions against it in the model.
isValid(DBObject, String) - Method in class oracle.javatools.db.validators.DBObjectValidationModel
Tests whether a property on the given object is valid.
isValid(File) - Method in class oracle.javatools.ui.completion.FileCompletionProvider
Is the specified file valid for inclusion in the list? Subclasses can override this to filter out certain files.
isValid() - Method in class oracle.jdeveloper.db.ConnectionInfo
Returns true if the encapsulated connection information points to an actual connection (i.e.
isValid(String) - Method in class oracle.jdeveloper.deploy.dt.wizard.ProfileWizard.DefaultNameValidator
 
isValid(String) - Method in interface oracle.jdeveloper.deploy.dt.wizard.ProfileWizard.NameValidator
 
isValid(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
 
isValid() - Method in class oracle.jdeveloper.wizard.common.WizardFile
 
isValidateDateTime() - Method in class oracle.javatools.db.GlobalSettings
Gets whether the api validation layer is validating date/time datatype default values.
isValidateExistingFile() - Method in class oracle.javatools.controls.FileField
Returns true if this field will validate that the text corresponds to an existing file.
isValidCategory(int) - Method in class oracle.ide.migration.XMLMigrator
Determine whether the given category is valid for this Migrator.
isValidChar(char) - Method in class oracle.ide.component.NewFilePanel
 
isValidChar(char) - Method in class oracle.jdeveloper.builder.folder.FolderBuilderPanel
 
isValidClassName(String) - Static method in class oracle.jdeveloper.engine.EngineUtils
Returns true if name is a valid Java class name.
isValidClassName(String) - Static method in class oracle.jdeveloper.java.legacy.Jot2Utils
Returns true if name is a valid Java class name.
isValidClassName(String) - Static method in class oracle.jdeveloper.java.legacy.JotNames
Returns true if name is a valid Java class name.
isValidClipboardContent() - Method in class oracle.javatools.editor.BasicEditorPane
Checks if the current content of the clipboard can be pasted into the editor.
isValidEventType(int) - Static method in class oracle.ide.net.URLFileSystemEvent
Fetch whether this is a known event type.
isValidFilename(String) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
Tests whether the given filename contains any of the ILLEGAL_FILENAME_CHARS.
isValidFKDataType(DataType, DataType) - Method in class oracle.javatools.db.DatabaseDescriptor
Assesses if the datatype of a foreign key column is valid given the datatype of the column which it references.
isValidFKDataTypeImpl(DataType, DataType) - Method in class oracle.javatools.db.DatabaseDescriptor
 
isValidFKDataTypeValueTypeImpl(PredefinedDataType.ValueType, PredefinedDataType.ValueType) - Method in class oracle.javatools.db.DatabaseDescriptor
By default two value types are considered valid for an fk if they're both numeric types.
isValidID(DBObjectID) - Method in class oracle.javatools.db.DBObjectFactory
 
isValidIdentifier(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming name can be used as an identifier, meaning the name starts with a valid identifier starting character, is further composed of valid identifier characters, and is not a reserved word.
isValidIdentifier(String) - Static method in class oracle.jdeveloper.java.legacy.Jot2Utils
Returns true if name is a valid Java identifier.
isValidIdentifier(String) - Static method in class oracle.jdeveloper.java.legacy.JotNames
Returns true if name is a valid Java identifier.
isValidImage(URL) - Method in class oracle.jdeveloper.webapp.datatransfer.faces.JsfImageResourceToNodeTransformer
 
isValidImpl(URL) - Method in class oracle.jdeveloper.vcs.spi.VCSURLFileSystemHelper
Is the given URL be valid for the version system.
isValidImportName(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
A valid import name is one or more identifiers separated by periods, optionally ending in '.*'.
isValidModifiers(int) - Method in interface oracle.javatools.parser.java.v2.model.SourceHasModifiers
Determine if the incoming modifiers are valid modifiers for this SourceElement, meaning they can be safely set as or added to the modifiers.
isValidName(String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Deprecated.
- use isValidName( String type, String name )
isValidName(String, String) - Method in class oracle.javatools.db.AbstractDBObjectProvider
Checks to see whether a name is valid.
isValidName(String, String) - Method in class oracle.javatools.db.DatabaseDescriptor
Checks to see whether a name is valid.
isValidName(String) - Method in interface oracle.javatools.db.DBObjectProvider
isValidName(String, String) - Method in interface oracle.javatools.db.DBObjectProvider
Checks to see whether a name is valid.
isValidName(String, String) - Method in class oracle.javatools.db.sql.AbstractSQLQueryBuilder
 
isValidNode() - Method in class oracle.ide.editor.RecentFile
This goes one step further than RecentFile.isValid() as it also checks that a full context can be created.
isValidPackageName(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
A valid package name is one or more identifiers separated by periods.
isValidQualifiedName(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Check wether the incoming name consists of one or more words separated by periods, where each word is an identifier, 'this', 'super', 'class', or a primitive type name.
isValidResource(URL) - Method in class oracle.jdeveloper.webapp.datatransfer.faces.JsfImageResourceToNodeTransformer
 
isValidResource(URL) - Method in class oracle.jdeveloper.webapp.datatransfer.faces.JsfResourceToNodeTransformer
 
isValidSimpleName(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming name a valid simple name, meaning an identifier or 'this' or 'super'?
isValidText(String) - Method in class oracle.ide.util.MnemonicSolver.MenuLabel
Checks if the specified text is not null and has length.
isValidTypeName(String) - Static method in class oracle.javatools.parser.java.v2.common.CommonUtilities
Is the incoming name a valid type name, meaning a name which can be used for a non-generic, non-dimensional type, basically the raw base name of a type.
isVarArgs() - Method in interface javax.ide.model.java.declaration.ExecutableD
True if this method takes a variable number of arguments.
isVarArgs() - Method in interface javax.ide.model.java.declaration.ParameterD
True if this is a variable-arity parameter.
isVarargs() - Method in interface javax.ide.model.java.source.tree.MethodT
Tests if this method is modified by ACC_VARARGS.
isVarargs() - Method in class oracle.javatools.parser.java.v2.common.AbstractElement
 
isVarargs() - Method in class oracle.javatools.parser.java.v2.common.AbstractField
 
isVarargs() - Method in class oracle.javatools.parser.java.v2.common.WrapperLocalVariable
 
isVarargs() - Method in class oracle.javatools.parser.java.v2.common.WrapperMethod
 
isVarargs() - Method in interface oracle.javatools.parser.java.v2.model.JavaMethod
 
isVarargs() - Method in interface oracle.javatools.parser.java.v2.model.JavaVariable
 
isVarargs() - Method in interface oracle.javatools.parser.java.v2.model.SourceMethod
Tests if this method is modified by ACC_VARARGS.
isVariableArgumentList() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isVariableArgumentList() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isVariableArgumentList() - Method in class oracle.javatools.db.sql.BuiltInFunction
Gets whether this function supports a variable argument list (aka varargs).
isVariableArgumentList() - Method in interface oracle.javatools.db.sql.SQLCallable
 
isVARRAYColumn(DBObjectID) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Deprecated.
use isVARRAYColumn(DBObjectID,DBObject) - resolving IDs is unnecessary.
isVARRAYColumn(DBObjectID, DBObject) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Tests whether the datatype for the Column with the given ID is a VARRAY type.
isVARRAYColumn(Column) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Tests whether the given Column's datatype is a VARRAY type.
isVARRAYType(DataType) - Static method in class oracle.javatools.db.ora.LOBDescriptor
Tests whether the given DataType is a VARRAY Type.
isVerbose() - Method in class oracle.jdeveloper.deploy.DeploymentOptions
Check if client is requesting a further level of INFO messages sent to loggers.
isVerboseServerRuntime() - Method in class oracle.jdeveloper.server.lifecycle.ide.ServerLifecycleOptions
 
isVerboseStartTerminate() - Method in class oracle.jdeveloper.server.lifecycle.ide.ServerLifecycleOptions
 
isVerify() - Method in interface oracle.rc.asadapter.glassfish.admin.domain.DeployableApplication
 
isVersioned(URL) - Method in class oracle.ide.vcs.VCSManager
Asks whether the given URL represents a version controlled resource.
isVersioned(URL) - Method in class oracle.jdeveloper.vcs.commithistory.CommitVersionDockableWindow
 
isVersioned() - Method in interface oracle.jdeveloper.vcs.spi.VCSStatus
Asks whether this status represents a versioned file.
isVersioningConnectionView(View) - Static method in class oracle.jdeveloper.vcs.nav.ConnectionProvider
 
isVersionPost1013() - Method in class oracle.ide.migration.MigrationInfo
 
isViaDatabaseLink(SystemObject) - Static method in class oracle.javatools.db.DBUtil
Tests whether the given object has been retrieved over a database link rather than being directly from the provider it was listed from.
isViewFocusOwner() - Method in class oracle.javatools.compare.view.BaseCompareView
 
isViewFocusOwner() - Method in class oracle.javatools.compare.view.list.ListCompareView
 
isViewFocusOwner() - Method in class oracle.javatools.compare.view.wedge.WedgeCompareView
 
isViewSupported(View) - Method in class oracle.ide.view.AbstractPinnable
Determine whether or not the given View is one that is considered interesting by this Pinnable.
isViolation(Object) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Gets whether the object represented by a row of this model is a violation.
isViolation(Object) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
isVisible() - Method in class javax.ide.view.DefaultViewable
 
isVisible() - Method in class javax.ide.view.View
Determine whether the View is visible.
isVisible() - Method in interface javax.ide.view.Viewable
Get the object visible state.
isVisible() - Method in class oracle.ide.ceditor.CodeEditorGutterView
 
isVisible() - Method in class oracle.ide.config.SettingsFieldCustomizations
Returns true or false based on whether a field customization has requested that a field be visible or hidden.
isVisible() - Method in class oracle.ide.controls.customtab.CustomTabPage
 
isVisible() - Method in class oracle.ide.db.controls.AbstractSizeChooser
 
isVisible() - Method in class oracle.ide.docking.DockableWindow
 
isVisible(String, Layout) - Method in class oracle.ide.layout.AbstractLayoutListener
 
isVisible() - Method in class oracle.ide.log.AbstractLogPage
 
isVisible() - Method in class oracle.ide.model.TechId
Returns true if this technology should be visible in the user interface, otherwise returns false.
isVisible(Context) - Method in class oracle.ide.palette2.DefaultPaletteGroup
 
isVisible(Context) - Method in class oracle.ide.palette2.PaletteGroup
Indicates whether or not a palette group should be visible based on the supplied context.
isVisible() - Method in class oracle.ide.view.View
 
isVisible() - Method in class oracle.ide.view.ViewDecorator
 
isVisible() - Method in class oracle.ide.view.ViewProxy
 
isVisible() - Method in interface oracle.javatools.editor.gutter.GutterMark
Fetch whether this mark should be visible.
isVisible() - Method in class oracle.javatools.editor.gutter.LineGutterPlugin.Column.Mark
Fetch whether this mark should be visible.
isVisible() - Method in class oracle.javatools.editor.plugins.DragDropPlugin.DragCaret
Determines if the caret is currently visible.
isVisible() - Method in class oracle.javatools.ui.checklist.Step
Returns whether the step is visible or not.
isVisible(Object) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Gets whether a row of this model is visible.
isVisible(Object) - Method in class oracle.jdeveloper.audit.service.AuditModelFilter
Gets whether a row in an AuditModel is visible.
isVisible(Object) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.AnomalyFilter
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.HierarchyFilter
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.PatternFilter
 
isVisible(String) - Method in class oracle.jdevimpl.audit.log.PatternFilter
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.RuleFilter
 
isVisible(Severity) - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.SeverityFilter
 
isVisible() - Method in class oracle.jdevimpl.audit.log.SuppressionFilter
 
isVisible(Object) - Method in class oracle.jdevimpl.audit.log.SuppressionFilter
 
isVisible() - Method in class oracle.jdevimpl.audit.swing.AbstractCheckBoxTreeModel.CheckBoxNode
Gets whether the node is visible.
isVisibleByDefault() - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowColumnOptions
Called to determine if a column should be shown by default, or if it's an optional column which the user can show if desired.
isVisibleInTreeViewByDefault() - Method in class oracle.jdeveloper.debugger.support.DebuggerWindowColumnOptions
Called to determine if a column should be shown by default, or if it's an optional column which the user can show if desired.
isVisitAncestors() - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether to visit ancestors of the locations to be audited.
isVisitAncestors() - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isVisitDescendants() - Method in class oracle.jdeveloper.audit.service.Auditor
Gets whether to visit descendants of the locations to be audited.
isVisitDescendants() - Method in class oracle.jdevimpl.audit.core.DefaultAuditor
 
isVoid() - Method in class oracle.javatools.parser.java.v2.common.PrimitiveType
 
isVolatile() - Method in interface javax.ide.model.java.declaration.FieldD
True if this is modified with "volatile".
isVolatile() - Method in class oracle.ide.db.components.ComponentWrapper
Tests whether this ComponentWrapper wrappers a property that is volatile i.e.
isWaitCursorEnabled() - Method in class oracle.jdeveloper.asnav.nodes.DefaultManageableElement
 
isWaitForTermination() - Method in class oracle.ide.compiler.CompileArguments
If true, the compile call will not return till the build is finished; if false, the compile call will return immediately.
isWelcomeShown(String) - Static method in class oracle.ide.wizard.WizardWelcomePage
Determine whether the user has requested that this page not be shown on a previous run
isWhiteSpace() - Method in class oracle.javatools.db.token.Token
Test if the token represents white space.
isWholeWord() - Method in class oracle.javatools.editor.find.FindCriteria
 
isWidthConstrained() - Method in class oracle.javatools.controls.completionfield.CompletionPopupHandler
Deprecated.
Get whether the width of the popup for the component should be constrained to the component width,
isWidthConstrained() - Method in class oracle.javatools.ui.completion.CompletionPopupHandler
Get whether the width of the popup for the component should be constrained to the component width,
isWidthOfField() - Method in class oracle.javatools.controls.completionfield.CompletionPopupHandler
Deprecated.
Get whether the drop down list for the component will be automatically adjusted so that it is at least as wide as the text component.
isWidthOfField() - Method in class oracle.javatools.ui.completion.CompletionPopupHandler
Get whether the drop down list for the component will be automatically adjusted so that it is at least as wide as the text component.
isWindow() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isWindow() - Method in class oracle.javatools.db.plsql.PlSqlSubProgram
 
isWindow() - Method in class oracle.javatools.db.sql.BuiltInFunction
Gets whether this is an windowing (a) function.
isWindow() - Method in interface oracle.javatools.db.sql.SQLCallable
 
isWindowFuntion() - Method in class oracle.javatools.parser.plsql.symtab.SqlOpndef
Deprecated.
Is this is a Window function.
isWindowManagerMigrationDisabled() - Static method in class oracle.ide.IdeMainWindow
Provides info about the window manager migration.
isWindows() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows.
isWindows() - Static method in class oracle.jdeveloper.vcs.util.VCSOperatingSystem
Asks whether the operating system is Windows (32-bit platform compatible).
isWindows2K() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows 2K.
isWindows7() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows 7.
isWindows8() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows 8.
isWindowsNT() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows NT.
isWindowsVista() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows Vista.
isWindowsXP() - Static method in class oracle.javatools.util.PlatformUtils
Determines whether the current platform is Windows XP.
isWith() - Method in class oracle.javatools.db.sql.FromObject
 
isWithin(String) - Method in class oracle.javatools.db.plsql.PlSqlSearch
 
isWithin(PlSqlToken) - Method in class oracle.javatools.db.plsql.PlSqlSearch
 
isWithin(PlSqlToken, PlSqlToken) - Method in class oracle.javatools.db.plsql.PlSqlSearch
 
isWizardCancelled() - Method in class oracle.ideimpl.webupdate.wizard.UpdateWizardModel
 
isWord() - Method in class oracle.javatools.db.token.Token
Test if the token represents a word".
isWordEnd(int, boolean, boolean, boolean, boolean) - Method in class oracle.javatools.editor.language.DefaultWordLocator
Gets whether an offset is at the end of a word.
isWordStart(int, boolean, boolean, boolean, boolean) - Method in class oracle.javatools.editor.language.DefaultWordLocator
Gets whether an offset is the start of a word.
isWorkspaceProvider() - Method in class oracle.jdeveloper.connection.model.hook.ConnectionProviderInfo
 
isWorseThan(Severity) - Method in enum oracle.javatools.status.Severity
 
isWorseThan(Severity) - Method in class oracle.jdeveloper.audit.analyzer.Severity
 
isWrap() - Method in class oracle.javatools.editor.find.FindCriteria
 
isWrapLogLines() - Method in class oracle.ide.config.EnvironOptions
 
isWrapped() - Method in class oracle.javatools.db.plsql.parser.PlSqlParser
Is the source code wrapped?
isWrapped() - Method in class oracle.javatools.db.plsql.PlSqlInterrogator
Deprecated.
 
isWrapperFor(Class<?>) - Method in class oracle.jdeveloper.db.adapter.DatabaseProvider
 
isWritable() - Method in class oracle.javatools.resourcebundle.AppBundleInfoRT
 
isWritable() - Method in interface oracle.jdeveloper.cmt.CmtProperty
 
isWriteLocked() - Method in class oracle.ide.model.Node
 
isWriteLockHeld() - Method in class oracle.ide.model.Node
Gets whether the current thread holds the node write lock.
isWriteLockHeld() - Method in class oracle.javatools.buffer.ReadWriteLock
Gets whether the current thread is holding a write lock for this lock.
isWriteLockHeld() - Method in class oracle.jdeveloper.audit.model.ModelAdapter
 
isXml(JDevXmlContext) - Method in class oracle.jdeveloper.model.JspSourceNode
Lookup the web.xml if the document represented by this node is configured as a JSP in XML syntax.
isXmlExtension(String) - Static method in class oracle.ide.model.Recognizer
Asks whether the given extension is registered to be handled by the IDE's built-in XML recognizer.
isXMLType(DataType) - Static method in class oracle.javatools.db.datatypes.DataTypeHelper
isXMLType(DataType) - Static method in class oracle.javatools.db.ora.XMLTypeColumnProperties
Tests whether the given DataType is Oracle's XMLTYPE data type.
ITALIC - Static variable in class oracle.ide.panels.Navigable
 
ITALICS - Static variable in class oracle.javatools.icons.OracleIcons
 
ITEM_ATTRIBUTES - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_BUTTON2_PRESSED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_BUTTON2_RELEASED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_CLASSNAME - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_CLASSPATH - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_CODESNIPPET - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_COLUMN - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_DATE - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_DEFAULTCREATE - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_DND_TRANSFERDATA - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_DONE - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_DRAG_DROPPED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_DRAG_SELECTED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_EDITOR - Static variable in class oracle.ide.palette2.DefaultPaletteItem
HashMap data keys
ITEM_EXTENSION - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_INFO - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_LIBRARY - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_LINE - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_PRIORITYID - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_SELECTED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_TAG - Static variable in class oracle.ide.marshal.xml.Object2Dom
 
ITEM_TECHNOLOGYSCOPES - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_TEXT - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_TYPE - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
ITEM_UNSELECTED - Static variable in class oracle.ide.palette2.PaletteEvent
 
ITEM_URL - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_USERDATA - Static variable in class oracle.ide.todo.AbstractToDoItem
 
ITEM_WEIGHT - Static variable in class oracle.ide.palette2.DefaultPaletteItem
 
itemDeselected(ItemSelectable) - Method in class oracle.ide.controls.ItemSelectableTracker
This method may be overrided by subclasses to take care of any additional work when the given item is deselected.
ItemFactory - Class in javax.ide.menu
An ItemFactory provides a custom GUI component for a menu item or toolbar item.
ItemFactory() - Constructor for class javax.ide.menu.ItemFactory
 
itemPressed(PaletteEvent) - Method in interface oracle.ide.palette.PaletteListener
Notify listeners that an Item has been pressed on the component palette.
items(Object, String) - Method in class oracle.jdeveloper.audit.bean.BeanCustomizer
Gets an array of property and property group names for the properties of a bean, in display order, or null to defer to a superclass customizer.
items(Object, String) - Method in class oracle.jdevimpl.audit.core.RuleCustomizer
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_de
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_en
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_es
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_fr
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_it
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_ja
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_ko
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_pt_BR
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_zh_CN
 
ITEMS_LABEL - Static variable in class oracle.ide.resource.GalleryArb_zh_TW
 
itemsChanged(VersionOperationModelEvent) - Method in interface oracle.jdeveloper.vcs.vop.VersionOperationModelListener
Notifies the listener that one or more items in the model have changed in some way.
ItemSelectableTracker - Class in oracle.ide.controls
The ItemSelectableTracker is a simple class for tracking the state of an ItemSelectable, such as a JCheckBox or JToggleButton so that a dependent group of Components can be enabled or disabled when the state of the ItemSelectable changes.
ItemSelectableTracker(ItemSelectable, Component[]) - Constructor for class oracle.ide.controls.ItemSelectableTracker
Constructs a new ItemSelectableTracker to listen to the state of specified item, and enable or disable the specified dependent components based on that state.
ItemSelectableTracker(ItemSelectable, Component[], ItemSelectableTracker[]) - Constructor for class oracle.ide.controls.ItemSelectableTracker
Construct a new ItemSelectableTracker to listen to the state of the specified item, and manage a component that itself has an ItemSelectableTracker registered.
ItemSelectableTracker(ItemSelectable, Component[], boolean) - Constructor for class oracle.ide.controls.ItemSelectableTracker
Constructs a new ItemSelectableTracker to listen to the state of specified item, and enable or disable the specified dependent components based on that state.
itemSelected(ItemSelectable) - Method in class oracle.ide.controls.ItemSelectableTracker
This method may be overrided by subclasses to take care of any additional work when the given item is selected.
itemSelected(PaletteEvent) - Method in interface oracle.ide.palette2.PaletteListener
Notify listeners that an Item has been selected on the component palette.
itemSelected(PopupItem<T>) - Method in interface oracle.javatools.ui.breadcrumbs.PopupProvider
The user has selected a popupItem.
itemsInserted(VersionOperationModelEvent) - Method in interface oracle.jdeveloper.vcs.vop.VersionOperationModelListener
Notifies the listener that one or more items have been inserted into the model.
itemsRemoved(VersionOperationModelEvent) - Method in interface oracle.jdeveloper.vcs.vop.VersionOperationModelListener
Notifies the listener that one or more items have been removed from the model.
itemStateChanged(ItemEvent) - Method in class oracle.ide.controls.ItemSelectableTracker
Invoked when an item has been selected or deselected.
itemStateChanged(ItemEvent) - Method in class oracle.ide.controls.JLabeledCheckBox.AccessibleJLabeledCheckBox
Fire accessible property change events when the state of the toggle button changes.
itemStateChanged(ItemEvent) - Method in class oracle.ide.controls.MenuToolButton.ButtonItemListener
Deprecated.
 
itemStateChanged(ItemEvent) - Method in class oracle.ide.db.panels.SchemaPanel
 
itemStateChanged(ItemEvent) - Method in class oracle.ide.keyboard.KeyStrokePanel
 
itemStateChanged(ItemEvent) - Method in class oracle.jdeveloper.db.panels.ConnectionPanelUI
Deprecated.
itemStateChanged(ItemEvent) - Method in class oracle.jdeveloper.db.panels.DatabaseConnectionPanel
 
itemStateChanged(ItemEvent) - Method in class oracle.jdeveloper.dialogs.ClassPackageBrowserV2
Fired when the user chooses a different filter.
itemStateChanged(ItemEvent) - Method in class oracle.jdeveloper.rescat2.ui.ConnectionChooserPanel
 
ItemTemplate - Interface in oracle.javatools.ui.infotip.templates
Template which can be part of vertical list of templates (for example MultiItemTemplate).
itemUnselected(PaletteEvent) - Method in interface oracle.ide.palette2.PaletteListener
Notify listeners that an Item has been unselected on the component palette.
IterablesIterator<T> - Class in oracle.javatools.util
An iterator over multiple iterables.
IterablesIterator(Iterable<? extends T>, Iterable<? extends T>...) - Constructor for class oracle.javatools.util.IterablesIterator
 
iterateChildren(Object, Iteration) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Iterates the children of a row of this model.
iterateChildren(Object, Iteration) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
iterateNumber - Static variable in class oracle.javatools.db.property.Property
Property constant for the "iterateNumber" property.
iterateViolations(Object, Iteration) - Method in interface oracle.jdeveloper.audit.service.AuditModel
Iterates the violations contained by a row of this model.
iterateViolations(Object, Iteration) - Method in class oracle.jdevimpl.audit.core.DefaultAuditModel
 
Iteration - Interface in oracle.jdeveloper.audit.service
The body of an iteration over a set of objects.
iteration(Object) - Method in interface oracle.jdeveloper.audit.service.Iteration
Implements one iteration for one object.
IterationScopedVariableProvider - Class in oracle.jdeveloper.webapp.el
 
IterationScopedVariableProvider(String, List, String) - Constructor for class oracle.jdeveloper.webapp.el.IterationScopedVariableProvider
 
iterator() - Method in class javax.ide.net.URIPath
Returns an Iterator whose elements are all instances of URI.
iterator() - Method in class javax.ide.util.Graph
Returns an iterator over the vertices in this graph.
iterator() - Method in class oracle.ide.externaltools.macro.MacroRegistry
Deprecated.
since 11.0. use getMacros().iterator().
iterator() - Method in class oracle.ide.file.FileChanges
Returns an iterator over the file changes.
iterator() - Method in class oracle.ide.net.URLPath
Returns an Iterator whose elements are all instances of URL.
iterator() - Method in class oracle.ide.util.IntHashMap
 
iterator() - Method in class oracle.javatools.buffer.SafeArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class oracle.javatools.data.Cache
 
iterator() - Method in class oracle.javatools.data.ListStructure
Returns an Iterator over the current ListStructure.
iterator() - Method in class oracle.javatools.db.util.IdentitySet
 
iterator() - Method in class oracle.javatools.db.util.PropertySet
 
ITERATOR - Static variable in class oracle.javatools.icons.OracleIcons
 
iterator() - Method in class oracle.javatools.parser.java.v2.common.ClassHierarchy
 
iterator() - Method in class oracle.javatools.parser.java.v2.common.MethodHierarchy
 
iterator() - Method in class oracle.javatools.ui.ControlBar
Iterates the components in this control bar.
iterator() - Method in class oracle.javatools.ui.list.SimpleListModel
Get an iterator over all items in the model.
iterator() - Method in class oracle.javatools.util.ArraySortedSet
Returns an iterator over the elements in this set.
iterator() - Method in class oracle.javatools.util.CopyOnWriteList
Deprecated.
Gets an iterator over the items.
iterator() - Method in class oracle.javatools.util.DependencyGraph
iterator() - Method in class oracle.javatools.util.Graph
Returns an iterator over the vertices in this graph.
iterator() - Method in class oracle.javatools.util.ImmutableList
 
iterator() - Method in class oracle.javatools.util.WeakCache
Creates an iterator over the values of this map.
iterator() - Method in class oracle.javatools.util.WeightedList
 
iterator() - Method in interface oracle.javatools.xml.bind.ElementList
Deprecated.
 
iterator() - Method in class oracle.javatools.xml.esax.spi.Stack
Gets an iterator for elements on the stack.
iterator() - Method in class oracle.jdeveloper.deploy.cmd.DeployCommandConfiguration
 
iterator() - Method in interface oracle.jdeveloper.deploy.cmd.spi.DeployCommandReader
 
iterator() - Method in class oracle.jdeveloper.deploy.cmd.spi.providers.AbstractDeployCommandIOProvider.DefaultDeployCommandIO
 
iterator(Element, Cookie) - Method in class oracle.jdeveloper.deploy.cmd.spi.providers.AbstractDeployCommandIOProvider
 
iterator() - Method in class oracle.jdeveloper.deploy.DependencyConfiguration
 
iterator() - Method in class oracle.jdeveloper.deploy.DeploymentProfiles
 
Iterator() - Static method in class oracle.jdeveloper.deploy.dt.DeploymentRunManager
 
iterator() - Method in interface oracle.jdeveloper.deploy.spi.DependableReader
 
iterator() - Method in interface oracle.jdeveloper.deploy.spi.ProfileReader
 
iterator(Element, Cookie) - Method in class oracle.jdeveloper.deploy.spi.providers.AbstractDependableIOProvider
 
iterator(Element, Cookie) - Method in class oracle.jdeveloper.deploy.spi.providers.AbstractProfileIOProvider
 
ITERATOR - Static variable in interface oracle.jdeveloper.engine.EngineConstants
 
iterator() - Method in class oracle.jdeveloper.java.locator.ArrayClassLocator
 
iterator() - Method in class oracle.jdeveloper.usage.util.CharArrayPool
Fetch an iterator to get the keywords for this pool.
iterator() - Method in class oracle.jdevimpl.audit.util.KeyedSortedSet
This iterator does not support the remove operation.
ITERATOR_S - Static variable in interface oracle.jdeveloper.engine.EngineConstants
 
IteratorFilter - Class in oracle.ide.util
This class filters elements out of a base Iterator.
IteratorFilter(Iterator) - Constructor for class oracle.ide.util.IteratorFilter
 
iteratorLock() - Method in class oracle.ide.net.URLPath
Get the Object whose intrinsic lock which must be held while iterating this path using the iterator returned by URLPath.iterator().
iteratorLock() - Method in class oracle.javatools.data.ListStructure
Returns the object on which callers must lock when using the ListStructure.iterator() method on this class.
Iterators - Class in oracle.jdevimpl.audit.util
 
Iterators() - Constructor for class oracle.jdevimpl.audit.util.Iterators
 
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 _ 
Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

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