Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Uses of Class
oracle.javatools.editor.EmacsWriteAction

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.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.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.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.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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.