|
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 EmacsWriteAction | |
|---|---|
| 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 EmacsWriteAction in oracle.javatools.editor |
|---|
| Subclasses of EmacsWriteAction in oracle.javatools.editor | |
|---|---|
static class |
BasicEditorKit.EmacsAppendNextKillActionThe 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. |
static class |
BasicEditorKit.EmacsBackwardKillWordActionThe EmacsBackwardKillWordAction implementation 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.EmacsCapitalizeWordActionThe EmacsCapitalizeWordAction is 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 EmacsCaseRegionAction is the action for converting the region to all lowercase or uppercase. |
static class |
BasicEditorKit.EmacsCaseWordActionThe EmacsCaseWordAction is a base action for Emacs word-case action implementations. |
static class |
BasicEditorKit.EmacsDeleteHorizontalSpaceActionThe EmacsDeleteHorizontalSpaceAction is the action for deleting all spaces and tabs surrounding the current cursor position. |
static class |
BasicEditorKit.EmacsDowncaseWordActionThe EmacsDowncaseWordAction is the action for converting from the current position to the next end of a word to all lowercase. |
static class |
BasicEditorKit.EmacsKillLineActionThe EmacsKillLineAction implementation of the action for killing the line and adding or appending it to the Emacs kill ring. |
static class |
BasicEditorKit.EmacsKillRegionActionThe 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. |
static class |
BasicEditorKit.EmacsKillTypeActionThe EmacsKillTypeAction is a base action for all Emacs kill-type action implementations. |
static class |
BasicEditorKit.EmacsKillWordActionThe EmacsKillWordAction implementation 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.EmacsUpcaseWordActionThe EmacsUpcaseWordAction is the action for converting from the current position to the next end of a word to all uppercase. |
static class |
BasicEditorKit.EmacsYankActionThe EmacsYankAction implementation of the action for yanking or popping the text from the kill-ring. |
|
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 | |||||||||