| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
Traversable.onEntry(TraversableContext) and
  Traversable.onExit(TraversableContext) methods.
Balloons.BaseClassLocator is an abstract starting point for a
 JavaClassLocator that adds the buildIndex()
 entry point for instructing the locator to build its index.BaseFileProvider is an abstract starting point for
 an implementation of the JavaFileProvider interface that relies
 on a JavaClassLocator instance for locating Java class and
 source files.JavaPackage.BaseStyle defines a set of color attributes for
 painting a segment of text.BasicAction is an abstract class that all editor
 actions should extend from.BasicCaret extends the DefaultCaret to modify the
 default behavior about the visibility of the selection, and other
 extra features.BasicDocument is an implementation of the
 Document interface, similar to "PlainDocument" without
 the extra overhead of the Element structures for maintaining line
 number information, and with a different text buffer
 implementation.BasicDocument.
BasicDocument using the provided buffer.
PrePostDocumentListener is a listener interface that
 allows secondary models (such as a DocumentRenderer or CodeFoldingModel)
 to be notified before and/or after regular document notification.BasicDocumentEvent just supplements the existing
 Swing DocumentEvent class with extra information that
 is used for damage calculation purposes.BasicEditorKit extends the DefaultEditorKit
 and can be used with a JEditorPane to force the use of
 the BasicDocument and BasicView classes to
 reduce the overhead of the line element structures present in the
 default document implementations.BackwardAction implementation of the action for
 moving the caret logically backward one position, possibly
 extending the selection.BeepAction implementation of the action to
 create a beep.BeginAction implementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection.BeginLineAction implementation of the action for
 moving the caret to the begining of a line, possibly extending
 the selection.BeginWordAction implementation of the action for
 moving the caret to the begining of a word, possibly extending
 the selection.BlockIndentOutdentAction implementation of the
 action for performing a block indent or block outdent.ConvertSelectionCaseAction implementation of the
 action for converting a block to upper or lower case.CopyAction implementation of the action to copy
 the selected region and place the contents into the system
 clipboard.CutAction implementation of the action to cut
 the selected region and place the contents into the system
 clipboard.DeleteLineAction implementation of the action
 for deleting the line the caret is currently on.DeleteNextCharAction implementationDeleteUntilNextWordAction implementation of the
 action for deleting from cursor position until the next occurrence
 of a word start or word end.DeletePrevCharAction implementation of the
 action to delete the character of content that precedes the
 current caret position.DeletePreviousWordAction implementation of the
 action for deleting from cursor position until the previous occurrence
 of a word start or word end.DeleteUntilEOLAction implementation of the
 action for deleting from cursor position until the end of line.DownAction implementation of the action for
 moving the caret logically down one position, possibly
 extending the selection.EmacsAppendNextKillAction implementation of the
 action which sets the editor into a mode where if the next
 command is a kill, it will append into the kill-ring.EmacsBackwardKillWordAction implementation of
 the action for killing until the previous start of a word and
 adding or prepending it to the Emacs kill ring.EmacsBeginAction implementation of the action
 for marking the current caret position, and moving the caret
 to the start of the buffer.EmacsCapitalizeWordAction is the action for
 capitalizing the next non-whitespace character, and converting to
 the next end of a word to all lowercase.EmacsCaseRegionAction is the action for converting
 the region to all lowercase or uppercase.EmacsCaseWordAction is a base action for Emacs
 word-case action implementations.EmacsDeleteHorizontalSpaceAction is the action
 for deleting all spaces and tabs surrounding the current cursor
 position.EmacsDowncaseWordAction is the action for
 converting from the current position to the next end of a word to
 all lowercase.EmacsEndAction implementation of the action
 for marking the current caret position, and moving the caret
 to the end of the buffer.EmacsExchangePointMarkAction implementation of
 the action for exchanging the point (current caret position) and
 an Emacs-style mark in the editor.EmacsKillLineAction implementation of the action
 for killing the line and adding or appending it to the Emacs kill
 ring.EmacsKillRegionAction implementation of the
 action for killing the region (or doing a kill-ring-save) between
 the point and mark and adding or appending it to the Emacs kill
 ring.EmacsKillTypeAction is a base action for all Emacs
 kill-type action implementations.EmacsKillWordAction implementation of the action
 for killing until the next start of a word and adding or
 appending it to the Emacs kill ring.EmacsMarkBufferAction implementation of the action
 for marking the end of the buffer, and moving the caret to the start
 of the buffer.EmacsSetMarkAction implementation of the action
 for setting an Emacs-style mark in the editor.EmacsUpcaseWordAction is the action for
 converting from the current position to the next end of a word to
 all uppercase.EmacsYankAction implementation of the action for
 yanking or popping the text from the kill-ring.EndAction implementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection.EndLineAction implementation of the action for
 moving the caret to the end of a line, possibly extending the
 selection.EndWordAction implementation of the action for
 moving the caret to the end of a word, possibly extending the
 selection.PasteAction implementation of the action to
 paste the contents of the system clipboard into the selected
 region, or before the caret if nothing is selected.ForwardAction implementation of the action for
 moving the caret logically forward one position, possibly
 extending the selection.GotoMatchingBraceAction implementation of the
 action to move the cursor to the matching brace (if brace
 matching is available.)InsertBreakAction implementation of the action
 to place a line/paragraph break into the document.InsertTabAction implementation of the action to
 place a tab character into the document.JoinLineAction implementation of the action
 for joining the line the caret is currently on.MacroRecorderAction implementation of the
 action for both playing back a recorded macro as well as
 for toggling macro recording on and off.NavigateAction just takes care of storing
 whether selection is performed or not.NextWordAction implementation of the action for
 moving the caret to the next occurrence of a word start or end,
 possibly extending the selection.NOPAction implementation of a placeholder
 action.OpenLineAction implementation of the action for
 inserting a new line to the right of the current caret position.PageDownAction implementation of the action to
 page down vertically, and possibly move the selection.PageUpAction implementation of the action to
 page up vertically, and possibly move the selection.PasteAction implementation of the action to
 paste the contents of the system clipboard into the selected
 region, or before the caret if nothing is selected.PreviousWordAction implementation of the action
 for moving the caret to the previous occurrence of a word start
 or end, possibly extending the selection.ReadOnlyAction implementation of the action to
 set the editor into read-only mode.RecenterLineAction implementation of the action
 for recentering the line the caret is on vertically on screen.ReverseTabAction implementation of the action to
 move the caret backwards to the previous tab stop.ScrollLineDownAction implementation of the
 action for scrolling the window down by one line (which moves the
 content upwards.)ScrollLineUpAction implementation of the action
 for scrolling the window up by one line (which moves the content
 downwards.)ScrollPageDownAction implementation of the
 action for scrolling the window down by one page (moving content
 up.)ScrollPageUpAction implementation of the action
 for scrolling the window up by one page (moving content down.)SelectAllAction implementation of the action for
 selecting the entire document.SelectLineAction implementation of the action for
 selecting a line around the caret.SelectWordAction implementation of the action
 for selecting a word around the caret.SetLocalTabSizeAction implementation of the
 action to set the tab size of the current editor locally to the
 specified amount.SortSelectedLinesAction implementation of the
 action for sorting the selected lines.TabifyAction implementation of the
 action for converting leading spaces of a line to tabs if
 possible, preserving the ending column of the first
 non-whitespace of the line.ToggleCommentsAction implementation of the action
 for toggling the current line or selected lines between as
 commented or uncommented using the language's single-line comments
 (if defined.)ToggleInsertModeAction implementation of the
 action for toggling between insert and overwrite mode.TransposeCharsAction implementation of the
 action for transposing two adjacent characters.TrimWhitespaceAction implementation of the
 action for removing whitespace characters from the end of every
 lineUnselectAction implementation of the action for
 for removing selection.UntabifyAction implementation of the action for
 converting all hard tabs to spaces, adding enough spaces to
 preserve column positions of non-whitespace characters.UpAction implementation of the action for
 moving the caret logically up one position, possibly
 extending the selection.WritableAction implementation of the action to
 set the editor into writeable mode.BasicEditorPane is an extension of the
 JEditorPane to provide more flexible syntax and
 background highlighting functionality at a reduced memory and
 performance footprint.BasicEditorUI overrides the default look and
 feel for the BasicEditorPane implementation in order to adhere to
 the locking policies in the document.BasicView is an implementation of the View
 interface, for rendering the BasicDocumentElement used by the
 BasicDocument.endEdit() is called should be combined into a single
 UndoableEdit record.
endEdit() is called should be combined into a single
 UndoableEdit record.
endEdit() is called should be combined into a single
 UndoableEdit record.
endEdit() is called should be combined into a single
 UndoableEdit record.
BasicEditorPane.beginEdit()
NodeResourceBundle to begin listening to the 
 changes made in the editor in case it makes changes to the file the 
 resource bundle is based on.
ModelAdapter.beginRead() after it invokes
 ModelAdapter.acquireReadLock(oracle.javatools.buffer.WriteLockRequestListener).
ModelAdapter.beginRead() after it invokes
 ModelAdapter.acquireReadLock(oracle.javatools.buffer.WriteLockRequestListener).
BINARY identifies file extensions registered with a binary
  content type.
BitField.
BitField whose initial bits are defined by
 the specified bit mask.
BlockRenderer interface describes the routines
 needed for rendering a block or region of text from a document.Bookmark class is the data class for storing info
 about a bookmark - specifically, what file it is in, and the line
 the bookmark is on.Bookmark instance.
Bookmark instance with the given
 url and line number.
BookmarkAddin is the Addin implementation and
 Controller implementation for the bookmark support.BookmarkAddin.
BookmarkComparator is used to order bookmarks
 by URL and then by ascending line numbers.BookmarkList class is the data class for storing a
 list of bookmarks - it contains public methods for searching for
 specific bookmarks via URL's.BookmarkList instance.
BookmarkMigrator migrates the bookmark's options
 from IdeSettings over to ClientSettings.BookmarkOptions defines an options class that stores
 bookmark options.BookmarkOptionsPanel is the panel that lays out
 components to allow editing of bookmark options.BookmarkOptionsPanel that can be
 used for editing bookmark options in the IDE settings.
BooleanBitmap is a bitmap, or array, of boolean
 values.BooleanBitmap with the given
 size, with no automatic initialization performed.
BooleanBitmap with the given
 size, with automatic initialization to the given fill value.
true if this instance represents
  TRUE.
BraceHelper class is a helper class that can
 be used by brace matching implementations for language definitions
 based on the Language API.BraceHelper instance.
BraceMatchingPlugin provides support for brace
 matching in languages where the LanguageSupport provides an
 implementation of the BraceProvider interface for getting
 information about braces specific to a language.BraceProvider interface provides the necessary
 routines to support matching-brace highlighting support in a
 language independent mechanism.Enumeration that can be used to traverse all
 descendents of this TNode.
Node
  classes that represent web documents that are typically browsed
  directly in a web browser.Browseable interface that allows the Node
  to specify a custom browseable path that should be used when
  constructing the target URL.Browseable interface that allows the Node
  to specify multiple custom browseable paths that should be used
  when constructing the target URL.needs parameter is obsolete.
needs and initialSelection
  parameters are obsolete.
URLChooser that allows the user to browse for
  the URL.
BrowseHandler is responsible for displaying
 a popup list for the text field, or displaying the results
 in the supplied list box.BrowseHandler2 is responsible for displaying
 a popup list for the text field, or displaying the results
 in the supplied list box.BrowserRunner launches and describes an external web 
 browser.Context.
BUILDABLE is an immutable attribute that
  controls the Make and Rebuild menu items.
BuilderComboBoxModel is a basic combo box model
 that uses case-sensitive sorting, and makes the model disallow null
 selections (i.e., users cannot control-click an item to unselect it.)BuildListeners.baseName as the unqualified file 
 name.
BuildSystem events by 
 implementing this interface and registering their build listener with the 
 extension deployment descriptor.DBObjectChooserDelegate.buildMaintainID().
DBObjectChooser.updateID(oracle.javatools.db.DBObjectID) to ensure
 the DBObjectChooser.getDBObjectID() would return the ID of the currently
 selected value.
BuildSystem service allows extension writers to 
 initiate a build and query information from the build system.BuildSystemVetoException exception is thrown when an 
 BuildSystemListener vetos a build change.cmd-name[ " (" accelerator ")" ]
- buildToolTip(IdeAction) - 
Static method in class oracle.ide.keyboard.KeyUtil
 - Builds a tooltip for an 
IdeAction in the form of cmd-name[ " (" accelerator ")" ]
- buildType - 
Static variable in class oracle.javatools.db.property.Property
 - Property constant for the "buildType" property.
 - buildView(SQLQueryOwner, DBObjectProvider) - 
Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtil
 - Attemps to build the given view declaratively using the given provider.
 - buildWillStart(Context) - 
Method in interface oracle.ide.compiler.BuildSystemListener
 - This method is called just before actually starting a build
  for the following context, context may be one or more workspace(s),
  one or more project(s), or one or more files within a project.
 - buildWizardDialog(JFrame) - 
Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardBuilder
 -  
 - buildWizardDialog(JDialog) - 
Method in class oracle.jdeveloper.deploy.dt.wizard.spi.AbstractWizardBuilder
 -  
 - buildWizardDialog(JFrame) - 
Method in interface oracle.jdeveloper.deploy.dt.wizard.spi.WizardBuilder
 -  
 - buildWizardDialog(JDialog) - 
Method in interface oracle.jdeveloper.deploy.dt.wizard.spi.WizardBuilder
 -  
 - BUILTIN_ADDITION_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base attribute addition text style.
 - BUILTIN_ATTRIBUTE_NAME_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base attribute name text style.
 - BUILTIN_ATTRIBUTE_VALUE_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base attribute value text style.
 - BUILTIN_BRACE_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of the base brace text style.
 - BUILTIN_COMMENT_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base comment text style.
 - BUILTIN_ELEMENT_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base element name text style.
 - BUILTIN_HEADER_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base attribute header text style.
 - BUILTIN_IDENTIFIER_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base identifier text style.
 - BUILTIN_KEYWORD_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base keyword text style.
 - BUILTIN_LF_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of the base Look&Feel style.
 - BUILTIN_MARKUP_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base markup symbol text style.
 - BUILTIN_NUMBER_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base number text style.
 - BUILTIN_OPERATOR_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of the base operator text style.
 - BUILTIN_PLAIN_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of the plain text style.
 - BUILTIN_REMOVAL_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base attribute removal text style.
 - BUILTIN_STRING_STYLE - 
Static variable in class oracle.javatools.editor.language.BuiltInStyles
 - Name of base string text style.
 - BuiltInStyles - Class in oracle.javatools.editor.language
 - The 
BuiltInStyles class contains constants and statics
 with the styles that are built in and available for all document
 renderers to build on top of. - BuiltInStyles(StyleRegistry) - 
Constructor for class oracle.javatools.editor.language.BuiltInStyles
 - Creates a 
BuiltInStyles instance based on the styles
 in the given style registry.
 - BULLIST - 
Static variable in class oracle.javatools.icons.OracleIcons
 - 
 - Bundle - Class in oracle.ide.quickdiff.res
 -  
 - Bundle() - 
Constructor for class oracle.ide.quickdiff.res.Bundle
 -  
 - bundle() - 
Method in class oracle.ideimpl.webupdate.parser.ParserResult
 - Returns the bundle created while parsing this bundle.
 - BUNDLE_ALREADY_IN_COMBOBOX_MESSAGE - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_ALREADY_IN_COMBOBOX_MESSAGE - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_ALREADY_IN_COMBOBOX_MESSAGE - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_COLUMN - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_COLUMN - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_COLUMN - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - Bundle_de - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_de() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_de
 -  
 - Bundle_en - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_en() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_en
 -  
 - Bundle_es - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_es() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_es
 -  
 - Bundle_fr - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_fr() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_fr
 -  
 - BUNDLE_ID_NODE - 
Static variable in class oracle.javatools.resourcebundle.ResourceBundleUtils
 -  
 - Bundle_it - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_it() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_it
 -  
 - Bundle_ja - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_ja() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_ja
 -  
 - Bundle_ko - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_ko() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_ko
 -  
 - BUNDLE_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_LIST_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_LIST_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_LIST_LABEL - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_LIST_NODE - 
Static variable in class oracle.javatools.resourcebundle.ResourceBundleUtils
 -  
 - BUNDLE_LIST_PROMPT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_LIST_PROMPT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_LIST_PROMPT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_NOT_FOUND_TOOLTIP - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_NOT_FOUND_TOOLTIP - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_NOT_FOUND_TOOLTIP - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - Bundle_pt_BR - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_pt_BR() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_pt_BR
 -  
 - BUNDLE_SEARCH_TAB - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_SEARCH_TAB - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_SEARCH_TAB - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_SEARCH_TAB_EXPLANATORY_TEXT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_SEARCH_TAB_EXPLANATORY_TEXT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_SEARCH_TAB_EXPLANATORY_TEXT - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - BUNDLE_SELECTION_ERROR - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb
 -  
 - BUNDLE_SELECTION_ERROR - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_en
 -  
 - BUNDLE_SELECTION_ERROR - 
Static variable in class oracle.ide.resourcebundle.res.ResourceBundleUIArb_ja
 -  
 - Bundle_zh_CN - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_zh_CN() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_zh_CN
 -  
 - Bundle_zh_TW - Class in oracle.ide.quickdiff.res
 -  
 - Bundle_zh_TW() - 
Constructor for class oracle.ide.quickdiff.res.Bundle_zh_TW
 -  
 - bundleChanged(ResourceBundleEvent) - 
Method in interface oracle.javatools.resourcebundle.ResourceBundleListener
 - This method is called when a change has been made to a bundle but we cannot
 determine changes at a more granular level.
 - BundleDDLGenerator<T extends DDLType> - Class in oracle.javatools.db.ddl
 - TokenDDLGenerator subclass that uses either a set of Properties files or
 ResourceBundles with specially formatted keys to automatically register DDL
 for generation.
 - BundleDDLGenerator(DBObjectProvider, String...) - 
Constructor for class oracle.javatools.db.ddl.BundleDDLGenerator
 - Note the first parameter is a DBObjectProvider, not a Database.
 - BundleFactory - Class in oracle.javatools.resourcebundle
 - The 
BundleFactory provides a simplified approach to getting
 resource bundles from the run time resource bundle manager. - BundleFactory() - 
Constructor for class oracle.javatools.resourcebundle.BundleFactory
 -  
 - BUNDLEID - 
Static variable in class oracle.ide.resourcebundle.RegisteredBundleAdapter
 -  
 - BundleLoader - Class in oracle.javatools.util
 - By default the strategy for fetching resource bundles requires a large number
 of class and resource fetches; the method 
 
ResourceBundle.getBundle(String,Locale,ClassLoader) gives precise
 details. - BundleLoader(Locale, String) - 
Constructor for class oracle.javatools.util.BundleLoader
 - Constructs a 
BundleLoader that maps locale to a restricted
 one given the inclusionList.
 - BundlePropertyResolver - Class in oracle.ideri.util
 - A property resolver that lazily loads resources from a ResourceBundle.
 - BundlePropertyResolver(String, ClassLoader, Map) - 
Constructor for class oracle.ideri.util.BundlePropertyResolver
 - Constructs a ResourceBundlePropertyResolver.
 - BundleRegistrationInfo - Class in oracle.javatools.resourcebundle
 BundleRegistrationInfo provides information about a resource bundle
 that has been registered with the Ide's resource bundle framework.- BundleRegistrationInfo(String, boolean) - 
Constructor for class oracle.javatools.resourcebundle.BundleRegistrationInfo
 - Constructor
 - BUSY_PROPERTY - 
Static variable in class oracle.jdeveloper.vcs.changelist.ChangeList
 - property string for changes to busy state (add a property
 change listener to be notified)
 - button(AbstractButton) - 
Method in class oracle.javatools.ui.layout.FieldLayoutBuilder.ButtonSetup
 -  
 - button(AbstractButton) - 
Method in class oracle.javatools.ui.layout.FieldLayoutBuilder.ComponentTextSetupWithButton
 -  
 - button(AbstractButton) - 
Method in class oracle.javatools.ui.layout.FieldLayoutBuilder.FieldSetup
 -  
 - BUTTON_BACKGROUND - 
Static variable in class oracle.javatools.ui.ghost.UIConstants
 -  
 - BUTTON_BORDER - 
Static variable in class oracle.javatools.ui.ghost.UIConstants
 -  
 - BUTTON_DETAILS - 
Static variable in class oracle.javatools.dialogs.DetailDialog
 - Constant for displaying the details button.
 - BUTTON_DISABLED_BORDER - 
Static variable in class oracle.javatools.ui.ghost.UIConstants
 -  
 - BUTTON_DOWN_BACKGROUND - 
Static variable in class oracle.javatools.ui.ghost.UIConstants
 -  
 - BUTTON_GROUP_NAME - 
Static variable in class oracle.ide.controls.ToggleAction
 -  
 - BUTTON_HGAP - 
Static variable in class oracle.javatools.ui.LayoutConstants
 - The gap in pixels between buttons placed horizontally in a row.
 - BUTTON_SIZE - 
Static variable in class oracle.ide.db.panels.sql.ExpressionPanel
 -  
 - ButtonKeyController - Class in oracle.ide.controls
 - ButtonKeyController is a utility class that adds keyboard navigation to buttons.
 - ButtonKeyController(AbstractButton[], int) - 
Constructor for class oracle.ide.controls.ButtonKeyController
 -  
 - ButtonsLayoutManager - Class in oracle.ide.controls
 - A Class class.
 - ButtonsLayoutManager() - 
Constructor for class oracle.ide.controls.ButtonsLayoutManager
 - Constructor
 - ButtonsLayoutManager(int) - 
Constructor for class oracle.ide.controls.ButtonsLayoutManager
 -  
 - BYTE - 
Static variable in class oracle.jdeveloper.deploy.sp.OracleDatatypeMappings
 -  
 - BYTE_ARRAY - 
Static variable in class oracle.jdeveloper.deploy.sp.OracleDatatypeMappings
 -  
 - ByteConverter - Class in oracle.jdeveloper.audit.extension
 -  
 - ByteConverter() - 
Constructor for class oracle.jdeveloper.audit.extension.ByteConverter
 -  
 - ByteField - Class in oracle.jdevimpl.audit.bean
 -  
 - ByteField() - 
Constructor for class oracle.jdevimpl.audit.bean.ByteField
 -  
 - byteGetter(JavaType, String) - 
Static method in class oracle.javatools.parser.java.v2.util.Annotations
 -  
 - bytes - 
Static variable in class oracle.javatools.db.property.Property
 - Property constant for the "bytes" property.
 - byteToHex(StringBuffer, byte) - 
Static method in class oracle.ide.util.GuidGen
 - Coverts the specified byte value to a hexadecimal representaion,
 and appends this to the specified String buffer.
  
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||