|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicEditorKit.NavigateAction | |
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 BasicEditorKit.NavigateAction in oracle.javatools.editor |
Subclasses of BasicEditorKit.NavigateAction in oracle.javatools.editor | |
static class |
BasicEditorKit.BackwardAction
The BackwardAction implementation of the action for
moving the caret logically backward one position, possibly
extending the selection. |
static class |
BasicEditorKit.BeginAction
The BeginAction implementation of the action for
moving the caret to the begining of the document, possibly
extending the selection. |
static class |
BasicEditorKit.BeginLineAction
The BeginLineAction implementation of the action for
moving the caret to the begining of a line, possibly extending
the selection. |
static class |
BasicEditorKit.BeginWordAction
The BeginWordAction implementation of the action for
moving the caret to the begining of a word, possibly extending
the selection. |
static class |
BasicEditorKit.DownAction
The DownAction implementation of the action for
moving the caret logically down one position, possibly
extending the selection. |
static class |
BasicEditorKit.EndAction
The EndAction implementation of the action for
moving the caret to the begining of the document, possibly
extending the selection. |
static class |
BasicEditorKit.EndLineAction
The EndLineAction implementation of the action for
moving the caret to the end of a line, possibly extending the
selection. |
static class |
BasicEditorKit.EndWordAction
The EndWordAction implementation of the action for
moving the caret to the end of a word, possibly extending the
selection. |
static class |
BasicEditorKit.ForwardAction
The ForwardAction implementation of the action for
moving the caret logically forward one position, possibly
extending the selection. |
static class |
BasicEditorKit.NextWordAction
The NextWordAction implementation of the action for
moving the caret to the next occurrence of a word start or end,
possibly extending the selection. |
static class |
BasicEditorKit.PageDownAction
The PageDownAction implementation of the action to
page down vertically, and possibly move the selection. |
static class |
BasicEditorKit.PageUpAction
The PageUpAction implementation of the action to
page up vertically, and possibly move the selection. |
static class |
BasicEditorKit.PreviousWordAction
The PreviousWordAction implementation of the action
for moving the caret to the previous occurrence of a word start
or end, possibly extending the selection. |
static class |
BasicEditorKit.UpAction
The UpAction implementation of the action for
moving the caret logically up one position, possibly
extending the selection. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.