|
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.EmacsAppendNextKillAction The 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.EmacsBackwardKillWordAction The 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.EmacsBeginAction The EmacsBeginAction implementation of the action for marking the current caret position, and moving the caret to the start of the buffer. |
static class |
BasicEditorKit.EmacsCapitalizeWordAction The 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.EmacsCaseRegionAction The EmacsCaseRegionAction is the action for converting the region to all lowercase or uppercase. |
static class |
BasicEditorKit.EmacsCaseWordAction The EmacsCaseWordAction is a base action for Emacs word-case action implementations. |
static class |
BasicEditorKit.EmacsDeleteHorizontalSpaceAction The EmacsDeleteHorizontalSpaceAction is the action for deleting all spaces and tabs surrounding the current cursor position. |
static class |
BasicEditorKit.EmacsDowncaseWordAction The EmacsDowncaseWordAction is the action for converting from the current position to the next end of a word to all lowercase. |
static class |
BasicEditorKit.EmacsEndAction The EmacsEndAction implementation of the action for marking the current caret position, and moving the caret to the end of the buffer. |
static class |
BasicEditorKit.EmacsExchangePointMarkAction The EmacsExchangePointMarkAction implementation of the action for exchanging the point (current caret position) and an Emacs-style mark in the editor. |
static class |
BasicEditorKit.EmacsKillLineAction The EmacsKillLineAction implementation of the action for killing the line and adding or appending it to the Emacs kill ring. |
static class |
BasicEditorKit.EmacsKillRegionAction The 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.EmacsKillTypeAction The EmacsKillTypeAction is a base action for all Emacs kill-type action implementations. |
static class |
BasicEditorKit.EmacsKillWordAction The 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.EmacsMarkBufferAction The 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.EmacsSetMarkAction The EmacsSetMarkAction implementation of the action for setting an Emacs-style mark in the editor. |
static class |
BasicEditorKit.EmacsUpcaseWordAction The EmacsUpcaseWordAction is the action for converting from the current position to the next end of a word to all uppercase. |
static class |
BasicEditorKit.EmacsYankAction The 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 |