|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
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 _
OracleIcons API in icons.jar.Background task class supporting cancellation, completion notification, and progress notification
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.KeyUtilBuilds a tooltip for an IdeAction in the form of cmd-name[ " (" accelerator ")" ]buildType - Static variable in class oracle.javatools.db.property.PropertyProperty constant for the "buildType" property.buildView(SQLQueryOwner, DBObjectProvider) - Static method in class oracle.jdeveloper.offlinedb.OfflineDBUtilAttemps to build the given view declaratively using the given provider.buildWillStart(Context) - Method in interface oracle.ide.compiler.BuildSystemListenerThis 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 Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_de Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_en Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_es Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_fr Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_it Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_ja Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_ko Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_pt_BR Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_zh_CN Built_in_class_mu - Static variable in class oracle.jdeveloper.resource.EJBArb_zh_TW BUILTIN_ADDITION_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base attribute addition text style.BUILTIN_ATTRIBUTE_NAME_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base attribute name text style.BUILTIN_ATTRIBUTE_VALUE_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base attribute value text style.BUILTIN_BRACE_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of the base brace text style.BUILTIN_COMMENT_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base comment text style.BUILTIN_ELEMENT_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base element name text style.BUILTIN_HEADER_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base attribute header text style.BUILTIN_IDENTIFIER_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base identifier text style.BUILTIN_KEYWORD_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base keyword text style.BUILTIN_LF_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of the base Look&Feel style.BUILTIN_MARKUP_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base markup symbol text style.BUILTIN_NUMBER_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base number text style.BUILTIN_OPERATOR_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of the base operator text style.BUILTIN_PLAIN_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of the plain text style.BUILTIN_REMOVAL_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base attribute removal text style.BUILTIN_STRING_STYLE - Static variable in class oracle.javatools.editor.language.BuiltInStylesName of base string text style.BuiltInStyles - Class in oracle.javatools.editor.languageThe 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 instance based on the styles in the given style registry.
BundleFactory provides a simplified approach to getting resource bundles from the run time resource bundle manager.ResourceBundle.getBundle(String,Locale,ClassLoader) gives precise details.BundleLoader that maps locale to a restricted one given the inclusionList.BundleRegistrationInfo provides information about a resource bundle that has been registered with the Ide's resource bundle framework.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
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 _