| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmacsAction | |
|---|---|
| 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 EmacsAction in oracle.javatools.editor | 
|---|
| Subclasses of EmacsAction 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.EmacsBeginActionThe EmacsBeginAction implementation of the action for marking the current caret position, and moving the caret to the start of the buffer. | 
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.EmacsEndActionThe EmacsEndAction implementation of the action for marking the current caret position, and moving the caret to the end of the buffer. | 
static class | 
BasicEditorKit.EmacsExchangePointMarkActionThe EmacsExchangePointMarkAction implementation of the action for exchanging the point (current caret position) and an Emacs-style mark in the editor. | 
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.EmacsMarkBufferActionThe EmacsMarkBufferAction implementation of the action for marking the end of the buffer, and moving the caret to the start of the buffer. | 
static class | 
BasicEditorKit.EmacsSetMarkActionThe EmacsSetMarkAction implementation of the action for setting an Emacs-style mark in the editor. | 
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. | 
 class | 
EmacsWriteAction | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||