| org.eclipse.ui.texteditor.ResourceAction org.eclipse.ui.texteditor.TextEditorAction org.eclipse.ui.texteditor.GotoLineAction
GotoLineAction | public class GotoLineAction extends TextEditorAction (Code) | | Action for jumping to a particular line in the editor's text viewer.
The user is requested to enter the line number into an input dialog.
The action is initially associated with a text editor via the constructor,
but that can be subsequently changed using setEditor .
The following keys, prepended by the given option prefix,
are used for retrieving resources from the given bundle:
"dialog.invalid_range" - to indicate an invalid line number
"dialog.invalid_input" - to indicate an invalid line number format
"dialog.title" - the input dialog's title
"dialog.message" - the input dialog's message
This class may be instantiated; it is not intended to be subclassed.
|
Inner Class :class NumberValidator implements IInputValidator | |
Inner Class :static class GotoLineDialog extends InputDialog | |
Method Summary | |
public void | run() |
|
|