Eclipse Platform
2.0

org.eclipse.ui.editors.text
Interface ITextEditorHelpContextIds

All Superinterfaces:
IAbstractTextEditorHelpContextIds

public interface ITextEditorHelpContextIds
extends IAbstractTextEditorHelpContextIds

Help context ids for the text editor.

This interface contains constants only; it is not intended to be implemented.


Field Summary
static String TEXT_EDITOR
          Id for the text editor.
static String TEXT_EDITOR_PREFERENCE_PAGE
          Id for the text editor preference page.
 
Fields inherited from interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
ACTION_POSTFIX, ADD_TASK_ACTION, BOOKMARK_ACTION, CLEAR_MARK_ACTION, CONVERT_LINE_DELIMITERS_TO_MAC, CONVERT_LINE_DELIMITERS_TO_UNIX, CONVERT_LINE_DELIMITERS_TO_WINDOWS, COPY_ACTION, CUT_ACTION, DELETE_ACTION, DELETE_LINE_ACTION, DELETE_LINE_TO_BEGINNING_ACTION, DELETE_LINE_TO_END_ACTION, FIND_ACTION, FIND_INCREMENTAL_ACTION, FIND_NEXT_ACTION, FIND_PREVIOUS_ACTION, FIND_REPLACE_DIALOG, GOTO_LINE_ACTION, PASTE_ACTION, PREFIX, PRINT_ACTION, REDO_ACTION, REVERT_TO_SAVED_ACTION, SAVE_ACTION, SELECT_ALL_ACTION, SET_MARK_ACTION, SHIFT_LEFT_ACTION, SHIFT_RIGHT_ACTION, SWAP_MARK_ACTION, UNDO_ACTION
 

Field Detail

TEXT_EDITOR_PREFERENCE_PAGE

public static final String TEXT_EDITOR_PREFERENCE_PAGE
Id for the text editor preference page. Default value: "text_editor_preference_page_context".

See Also:
Constant Field Values

TEXT_EDITOR

public static final String TEXT_EDITOR
Id for the text editor. Default value: "text_editor_context".

See Also:
Constant Field Values

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.