|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicWriteAction | |
|---|---|
| oracle.javatools.editor | The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. |
| Uses of BasicWriteAction in oracle.javatools.editor |
|---|
| Subclasses of BasicWriteAction in oracle.javatools.editor | |
|---|---|
static class |
BasicEditorKit.BlockIndentOutdentActionThe BlockIndentOutdentAction implementation of the action for performing a block indent or block outdent. |
static class |
BasicEditorKit.ConvertSelectionCaseActionThe ConvertSelectionCaseAction implementation of the action for converting a block to upper or lower case. |
static class |
BasicEditorKit.CopyActionThe CopyAction implementation of the action to copy the selected region and place the contents into the system clipboard. |
static class |
BasicEditorKit.CutActionThe CutAction implementation 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 DeleteLineAction implementation of the action for deleting the line the caret is currently on. |
static class |
BasicEditorKit.DeleteNextCharActionThe DeleteNextCharAction implementation |
static class |
BasicEditorKit.DeleteNextWordActionThe DeleteUntilNextWordAction implementation of the action for deleting from cursor position until the next occurrence of a word start or word end. |
static class |
BasicEditorKit.DeletePrevCharActionThe DeletePrevCharAction implementation of the action to delete the character of content that precedes the current caret position. |
static class |
BasicEditorKit.DeletePreviousWordActionThe DeletePreviousWordAction implementation of the action for deleting from cursor position until the previous occurrence of a word start or word end. |
static class |
BasicEditorKit.DeleteUntilEOLActionThe DeleteUntilEOLAction implementation of the action for deleting from cursor position until the end of line. |
static class |
BasicEditorKit.ExtendedPasteActionThe 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. |
static class |
BasicEditorKit.InsertBreakActionThe InsertBreakAction implementation of the action to place a line/paragraph break into the document. |
static class |
BasicEditorKit.InsertTabActionThe InsertTabAction implementation of the action to place a tab character into the document. |
static class |
BasicEditorKit.JoinLineActionThe JoinLineAction implementation of the action for joining the line the caret is currently on. |
static class |
BasicEditorKit.MacroRecorderActionThe MacroRecorderAction implementation of the action for both playing back a recorded macro as well as for toggling macro recording on and off. |
static class |
BasicEditorKit.OpenLineActionThe OpenLineAction implementation of the action for inserting a new line to the right of the current caret position. |
static class |
BasicEditorKit.PasteActionThe 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. |
static class |
BasicEditorKit.ReverseTabActionThe ReverseTabAction implementation of the action to move the caret backwards to the previous tab stop. |
static class |
BasicEditorKit.SortSelectedLinesThe SortSelectedLinesAction implementation of the action for sorting the selected lines. |
static class |
BasicEditorKit.TabifyActionThe 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. |
static class |
BasicEditorKit.ToggleCommentsActionThe 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.) |
static class |
BasicEditorKit.TransposeCharsActionThe TransposeCharsAction implementation of the action for transposing two adjacent characters. |
static class |
BasicEditorKit.TrimWhitespaceActionThe TrimWhitespaceAction implementation of the action for removing whitespace characters from the end of every line |
static class |
BasicEditorKit.UntabifyActionThe UntabifyAction implementation of the action for converting all hard tabs to spaces, adding enough spaces to preserve column positions of non-whitespace characters. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||