| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicAction | |
|---|---|
| oracle.javatools.editor | The Editorpackage is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. | 
| Uses of BasicAction in oracle.javatools.editor | 
|---|
| Subclasses of BasicAction in oracle.javatools.editor | |
|---|---|
| static class | BasicEditorKit.BackwardActionThe BackwardActionimplementation of the action for
 moving the caret logically backward one position, possibly
 extending the selection. | 
| static class | BasicEditorKit.BeepActionThe BeepActionimplementation of the action to
 create a beep. | 
| static class | BasicEditorKit.BeginActionThe BeginActionimplementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection. | 
| static class | BasicEditorKit.BeginLineActionThe BeginLineActionimplementation of the action for
 moving the caret to the begining of a line, possibly extending
 the selection. | 
| static class | BasicEditorKit.BeginWordActionThe BeginWordActionimplementation of the action for
 moving the caret to the begining of a word, possibly extending
 the selection. | 
| static class | BasicEditorKit.BlockIndentOutdentActionThe BlockIndentOutdentActionimplementation of the
 action for performing a block indent or block outdent. | 
| static class | BasicEditorKit.ConvertSelectionCaseActionThe ConvertSelectionCaseActionimplementation of the
 action for converting a block to upper or lower case. | 
| static class | BasicEditorKit.CopyActionThe CopyActionimplementation of the action to copy
 the selected region and place the contents into the system
 clipboard. | 
| static class | BasicEditorKit.CutActionThe CutActionimplementation of the action to cut
 the selected region and place the contents into the system
 clipboard. | 
| static class | BasicEditorKit.DefaultKeyTypedActionReplacement for the normal key typed action to add support for insert/overwrite mode with the caret. | 
| static class | BasicEditorKit.DeleteLineActionThe DeleteLineActionimplementation of the action
 for deleting the line the caret is currently on. | 
| static class | BasicEditorKit.DeleteNextCharActionThe DeleteNextCharActionimplementation | 
| static class | BasicEditorKit.DeleteNextWordActionThe DeleteUntilNextWordActionimplementation of the
 action for deleting from cursor position until the next occurrence
 of a word start or word end. | 
| static class | BasicEditorKit.DeletePrevCharActionThe DeletePrevCharActionimplementation of the
 action to delete the character of content that precedes the
 current caret position. | 
| static class | BasicEditorKit.DeletePreviousWordActionThe DeletePreviousWordActionimplementation of the
 action for deleting from cursor position until the previous occurrence
 of a word start or word end. | 
| static class | BasicEditorKit.DeleteUntilEOLActionThe DeleteUntilEOLActionimplementation of the
 action for deleting from cursor position until the end of line. | 
| static class | BasicEditorKit.DownActionThe DownActionimplementation of the action for
 moving the caret logically down one position, possibly
 extending the selection. | 
| static class | BasicEditorKit.EmacsAppendNextKillActionThe EmacsAppendNextKillActionimplementation 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. | 
| static class | BasicEditorKit.EmacsBackwardKillWordActionThe EmacsBackwardKillWordActionimplementation of
 the action for killing until the previous start of a word and
 adding or prepending it to the Emacs kill ring. | 
| static class | BasicEditorKit.EmacsBeginActionThe EmacsBeginActionimplementation of the action
 for marking the current caret position, and moving the caret
 to the start of the buffer. | 
| static class | BasicEditorKit.EmacsCapitalizeWordActionThe EmacsCapitalizeWordActionis the action for
 capitalizing the next non-whitespace character, and converting to
 the next end of a word to all lowercase. | 
| static class | BasicEditorKit.EmacsCaseRegionActionThe EmacsCaseRegionActionis the action for converting
 the region to all lowercase or uppercase. | 
| static class | BasicEditorKit.EmacsCaseWordActionThe EmacsCaseWordActionis a base action for Emacs
 word-case action implementations. | 
| static class | BasicEditorKit.EmacsDeleteHorizontalSpaceActionThe EmacsDeleteHorizontalSpaceActionis the action
 for deleting all spaces and tabs surrounding the current cursor
 position. | 
| static class | BasicEditorKit.EmacsDowncaseWordActionThe EmacsDowncaseWordActionis the action for
 converting from the current position to the next end of a word to
 all lowercase. | 
| static class | BasicEditorKit.EmacsEndActionThe EmacsEndActionimplementation of the action
 for marking the current caret position, and moving the caret
 to the end of the buffer. | 
| static class | BasicEditorKit.EmacsExchangePointMarkActionThe EmacsExchangePointMarkActionimplementation of
 the action for exchanging the point (current caret position) and
 an Emacs-style mark in the editor. | 
| static class | BasicEditorKit.EmacsKillLineActionThe EmacsKillLineActionimplementation of the action
 for killing the line and adding or appending it to the Emacs kill
 ring. | 
| static class | BasicEditorKit.EmacsKillRegionActionThe EmacsKillRegionActionimplementation 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. | 
| static class | BasicEditorKit.EmacsKillTypeActionThe EmacsKillTypeActionis a base action for all Emacs
 kill-type action implementations. | 
| static class | BasicEditorKit.EmacsKillWordActionThe EmacsKillWordActionimplementation of the action
 for killing until the next start of a word and adding or
 appending it to the Emacs kill ring. | 
| static class | BasicEditorKit.EmacsMarkBufferActionThe EmacsMarkBufferActionimplementation of the action
 for marking the end of the buffer, and moving the caret to the start
 of the buffer. | 
| static class | BasicEditorKit.EmacsSetMarkActionThe EmacsSetMarkActionimplementation of the action
 for setting an Emacs-style mark in the editor. | 
| static class | BasicEditorKit.EmacsUpcaseWordActionThe EmacsUpcaseWordActionis the action for
 converting from the current position to the next end of a word to
 all uppercase. | 
| static class | BasicEditorKit.EmacsYankActionThe EmacsYankActionimplementation of the action for
 yanking or popping the text from the kill-ring. | 
| static class | BasicEditorKit.EndActionThe EndActionimplementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection. | 
| static class | BasicEditorKit.EndLineActionThe EndLineActionimplementation of the action for
 moving the caret to the end of a line, possibly extending the
 selection. | 
| static class | BasicEditorKit.EndWordActionThe EndWordActionimplementation of the action for
 moving the caret to the end of a word, possibly extending the
 selection. | 
| static class | BasicEditorKit.ExtendedPasteActionThe PasteActionimplementation of the action to
 paste the contents of the system clipboard into the selected
 region, or before the caret if nothing is selected. | 
| static class | BasicEditorKit.ForwardActionThe ForwardActionimplementation of the action for
 moving the caret logically forward one position, possibly
 extending the selection. | 
| static class | BasicEditorKit.GotoMatchingBraceActionThe GotoMatchingBraceActionimplementation of the
 action to move the cursor to the matching brace (if brace
 matching is available.) | 
| static class | BasicEditorKit.InsertBreakActionThe InsertBreakActionimplementation of the action
 to place a line/paragraph break into the document. | 
| static class | BasicEditorKit.InsertTabActionThe InsertTabActionimplementation of the action to
 place a tab character into the document. | 
| static class | BasicEditorKit.JoinLineActionThe JoinLineActionimplementation of the action
 for joining the line the caret is currently on. | 
| static class | BasicEditorKit.MacroRecorderActionThe MacroRecorderActionimplementation of the
 action for both playing back a recorded macro as well as
 for toggling macro recording on and off. | 
| static class | BasicEditorKit.NavigateActionThe NavigateActionjust takes care of storing
 whether selection is performed or not. | 
| static class | BasicEditorKit.NextWordActionThe NextWordActionimplementation of the action for
 moving the caret to the next occurrence of a word start or end,
 possibly extending the selection. | 
| static class | BasicEditorKit.NOPActionThe NOPActionimplementation of a placeholder
 action. | 
| static class | BasicEditorKit.OpenLineActionThe OpenLineActionimplementation of the action for
 inserting a new line to the right of the current caret position. | 
| static class | BasicEditorKit.PageDownActionThe PageDownActionimplementation of the action to
 page down vertically, and possibly move the selection. | 
| static class | BasicEditorKit.PageUpActionThe PageUpActionimplementation of the action to
 page up vertically, and possibly move the selection. | 
| static class | BasicEditorKit.PasteActionThe PasteActionimplementation of the action to
 paste the contents of the system clipboard into the selected
 region, or before the caret if nothing is selected. | 
| static class | BasicEditorKit.PreviousWordActionThe PreviousWordActionimplementation of the action
 for moving the caret to the previous occurrence of a word start
 or end, possibly extending the selection. | 
| static class | BasicEditorKit.ReadOnlyActionThe ReadOnlyActionimplementation of the action to
 set the editor into read-only mode. | 
| static class | BasicEditorKit.RecenterLineActionThe RecenterLineActionimplementation of the action
 for recentering the line the caret is on vertically on screen. | 
| static class | BasicEditorKit.ReverseTabActionThe ReverseTabActionimplementation of the action to
 move the caret backwards to the previous tab stop. | 
| static class | BasicEditorKit.ScrollLineDownActionThe ScrollLineDownActionimplementation of the
 action for scrolling the window down by one line (which moves the
 content upwards.) | 
| static class | BasicEditorKit.ScrollLineUpActionThe ScrollLineUpActionimplementation of the action
 for scrolling the window up by one line (which moves the content
 downwards.) | 
| static class | BasicEditorKit.ScrollPageDownActionThe ScrollPageDownActionimplementation of the
 action for scrolling the window down by one page (moving content
 up.) | 
| static class | BasicEditorKit.ScrollPageUpActionThe ScrollPageUpActionimplementation of the action
 for scrolling the window up by one page (moving content down.) | 
| static class | BasicEditorKit.SelectAllActionThe SelectAllActionimplementation of the action for
 selecting the entire document. | 
| static class | BasicEditorKit.SelectLineActionThe SelectLineActionimplementation of the action for
 selecting a line around the caret. | 
| static class | BasicEditorKit.SelectWordActionThe SelectWordActionimplementation of the action
 for selecting a word around the caret. | 
| static class | BasicEditorKit.SetLocalTabSizeActionThe SetLocalTabSizeActionimplementation of the
 action to set the tab size of the current editor locally to the
 specified amount. | 
| static class | BasicEditorKit.SortSelectedLinesThe SortSelectedLinesActionimplementation of the
 action for sorting the selected lines. | 
| static class | BasicEditorKit.TabifyActionThe TabifyActionimplementation 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. | 
| static class | BasicEditorKit.ToggleCommentsActionThe ToggleCommentsActionimplementation 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.) | 
| static class | BasicEditorKit.ToggleInsertModeActionThe ToggleInsertModeActionimplementation of the
 action for toggling between insert and overwrite mode. | 
| static class | BasicEditorKit.TransposeCharsActionThe TransposeCharsActionimplementation of the
 action for transposing two adjacent characters. | 
| static class | BasicEditorKit.TrimWhitespaceActionThe TrimWhitespaceActionimplementation of the
 action for removing whitespace characters from the end of every
 line | 
| static class | BasicEditorKit.UnselectActionThe UnselectActionimplementation of the action for
 for removing selection. | 
| static class | BasicEditorKit.UntabifyActionThe UntabifyActionimplementation of the action for
 converting all hard tabs to spaces, adding enough spaces to
 preserve column positions of non-whitespace characters. | 
| static class | BasicEditorKit.UpActionThe UpActionimplementation of the action for
 moving the caret logically up one position, possibly
 extending the selection. | 
| static class | BasicEditorKit.WritableActionThe WritableActionimplementation of the action to
 set the editor into writeable mode. | 
|  class | BasicWriteAction | 
|  class | EmacsActionThe EmacsActionis an abstract class that all Emacs
 actions should extend from. | 
|  class | EmacsWriteAction | 
| Methods in oracle.javatools.editor that return BasicAction | |
|---|---|
|  BasicAction | BasicAction.getLastAction(BasicEditorPane editor)Utility routine which retrieves the last action executed (prior to the current one.) If there was no previous action, null is returned. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||