Eclipse JDT
2.0

org.eclipse.jdt.ui.actions
Interface IJavaEditorActionDefinitionIds

All Superinterfaces:
ITextEditorActionDefinitionIds, IWorkbenchActionDefinitionIds

public interface IJavaEditorActionDefinitionIds
extends ITextEditorActionDefinitionIds

Defines the definition IDs for the Java editor actions.

This interface is not intended to be implemented or extended.

.

Since:
2.0

Field Summary
static String ADD_IMPORT
          Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").
static String ADD_UNIMPLEMENTED_CONTRUCTORS
          Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").
static String COMMENT
          Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
static String CONTENT_ASSIST_CONTEXT_INFORMATION
          Action definition ID of the edit -> content assist context information action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.context.information").
static String CONTENT_ASSIST_PROPOSALS
          Action definition ID of the edit -> content assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.proposals").
static String CORRECTION_ASSIST_PROPOSALS
          Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
static String CREATE_GETTER_SETTER
          Action definition ID of the source -> create setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
static String EXTERNALIZE_STRINGS
          Action definition ID of the source -> externalize strings action (value "org.eclipse.jdt.ui.edit.text.java.externalize.strings").
static String EXTRACT_LOCAL_VARIABLE
          Action definition ID of the refactor -> extract local variable action (value "org.eclipse.jdt.ui.edit.text.java.extract.local.variable").
static String EXTRACT_METHOD
          Action definition ID of the refactor -> extract method action (value "org.eclipse.jdt.ui.edit.text.java.extract.method").
static String FORMAT
          Action definition ID of the source -> format action (value "org.eclipse.jdt.ui.edit.text.java.format").
static String INLINE_LOCAL_VARIABLE
          Action definition ID of the refactor -> inline local variable action (value "org.eclipse.jdt.ui.edit.text.java.inline.local.variable").
static String MODIFY_METHOD_PARAMETERS
          Action definition ID of the refactor -> modify method parameters action (value "org.eclipse.jdt.ui.edit.text.java.modify.method.parameters").
static String MOVE_ELEMENT
          Action definition ID of the refactor -> move element action (value "org.eclipse.jdt.ui.edit.text.java.move.element").
static String OPEN_EDITOR
          Action definition ID of the navigate -> open action (value "org.eclipse.jdt.ui.edit.text.java.open.editor").
static String OPEN_EXTERNAL_JAVADOC
          Action definition ID of the navigate -> open external javadoc action (value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").
static String OPEN_SUPER_IMPLEMENTATION
          Action definition ID of the navigate -> open super implementation action (value "org.eclipse.jdt.ui.edit.text.java.open.super.implementation").
static String OPEN_TYPE_HIERARCHY
          Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy").
static String ORGANIZE_IMPORTS
          Action definition ID of the source -> organize imports action (value "org.eclipse.jdt.ui.edit.text.java.organize.imports").
static String OVERRIDE_METHODS
          Action definition ID of the source -> override methods action (value "org.eclipse.jdt.ui.edit.text.java.override.methods").
static String PULL_UP
          Action definition ID of the refactor -> pull up action (value "org.eclipse.jdt.ui.edit.text.java.pull.up").
static String RENAME_ELEMENT
          Action definition ID of the refactor -> rename element action (value "org.eclipse.jdt.ui.edit.text.java.rename.element").
static String SEARCH_DECLARATIONS_IN_HIERARCHY
          Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy").
static String SEARCH_DECLARATIONS_IN_WORKING_SET
          Action definition ID of the search -> declarations in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set").
static String SEARCH_DECLARATIONS_IN_WORKSPACE
          Action definition ID of the search -> declarations in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace").
static String SEARCH_IMPLEMENTORS_IN_WORKING_SET
          Action definition ID of the search -> implementors in working set action (value "org.eclipse.jdt.ui.edit.text.java.seach.implementors.in.working.set").
static String SEARCH_IMPLEMENTORS_IN_WORKSPACE
          Action definition ID of the search -> implementors in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace").
static String SEARCH_READ_ACCESS_IN_HIERARCHY
          Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy").
static String SEARCH_READ_ACCESS_IN_WORKING_SET
          Action definition ID of the search -> read access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set").
static String SEARCH_READ_ACCESS_IN_WORKSPACE
          Action definition ID of the search -> read access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace").
static String SEARCH_REFERENCES_IN_HIERARCHY
          Action definition ID of the search -> references in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy").
static String SEARCH_REFERENCES_IN_WORKING_SET
          Action definition ID of the search -> references in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set").
static String SEARCH_REFERENCES_IN_WORKSPACE
          Action definition ID of the search -> references in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace").
static String SEARCH_WRITE_ACCESS_IN_HIERARCHY
          Action definition ID of the search -> write access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy").
static String SEARCH_WRITE_ACCESS_IN_WORKING_SET
          Action definition ID of the search -> write access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set").
static String SEARCH_WRITE_ACCESS_IN_WORKSPACE
          Action definition ID of the search -> write access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace").
static String SELECT_ENCLOSING
          Action definition ID of the edit -> select enclosing action (value "org.eclipse.jdt.ui.edit.text.java.select.enclosing").
static String SELECT_LAST
          Action definition ID of the edit -> select restore last action (value "org.eclipse.jdt.ui.edit.text.java.select.last").
static String SELECT_NEXT
          Action definition ID of the edit -> select next action (value "org.eclipse.jdt.ui.edit.text.java.select.next").
static String SELECT_PREVIOUS
          Action definition ID of the edit -> select previous action (value "org.eclipse.jdt.ui.edit.text.java.select.previous").
static String SELF_ENCAPSULATE_FIELD
          Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field").
static String SHOW_IN_NAVIGATOR_VIEW
          Action definition ID of the navigate -> show in navigator action (value "org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view").
static String SHOW_IN_PACKAGE_VIEW
          Action definition ID of the navigate -> show in package explorer action (value "org.eclipse.jdt.ui.edit.text.java.show.in.package.view").
static String SHOW_JAVADOC
          Action definition ID of the edit -> show Javadoc action (value "org.eclipse.jdt.ui.edit.text.java.show.javadoc").
static String SHOW_NEXT_PROBLEM
          Note: this id is for internal use only.
static String SHOW_PREVIOUS_PROBLEM
          Note: this id is for internal use only.
static String SURROUND_WITH_TRY_CATCH
          Action definition ID of the source -> surround with try/catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch").
static String TOGGLE_PRESENTATION
          Action definition ID of the toggle presentation toolbar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.presentation").
static String TOGGLE_TEXT_HOVER
          Action definition ID of the toggle text hover toolbar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.text.hover").
static String UNCOMMENT
          Action definition ID of the source -> uncomment action (value "org.eclipse.jdt.ui.edit.text.java.uncomment").
 
Fields inherited from interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
CLEAR_MARK, COLUMN_NEXT, COLUMN_PREVIOUS, CONVERT_LINE_DELIMITERS_TO_MAC, CONVERT_LINE_DELIMITERS_TO_UNIX, CONVERT_LINE_DELIMITERS_TO_WINDOWS, DELETE_LINE, DELETE_LINE_TO_BEGINNING, DELETE_LINE_TO_END, DELETE_NEXT, DELETE_PREVIOUS, LINE_DOWN, LINE_END, LINE_GOTO, LINE_START, LINE_UP, PAGE_DOWN, PAGE_UP, SCROLL_LINE_DOWN, SCROLL_LINE_UP, SELECT_COLUMN_NEXT, SELECT_COLUMN_PREVIOUS, SELECT_LINE_DOWN, SELECT_LINE_END, SELECT_LINE_START, SELECT_LINE_UP, SELECT_PAGE_DOWN, SELECT_PAGE_UP, SELECT_TEXT_END, SELECT_TEXT_START, SELECT_WINDOW_END, SELECT_WINDOW_START, SELECT_WORD_NEXT, SELECT_WORD_PREVIOUS, SET_MARK, SHIFT_LEFT, SHIFT_RIGHT, SHOW_RULER_CONTEXT_MENU, SWAP_MARK, TEXT_END, TEXT_START, TOGGLE_OVERWRITE, WINDOW_END, WINDOW_START, WORD_NEXT, WORD_PREVIOUS
 
Fields inherited from interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
ADD_BOOKMARK, ADD_TASK, COPY, CUT, DELETE, FIND_INCREMENTAL, FIND_NEXT, FIND_PREVIOUS, FIND_REPLACE, PASTE, PRINT, REDO, REVERT_TO_SAVED, SAVE, SELECT_ALL, UNDO
 

Field Detail

SELECT_ENCLOSING

public static final String SELECT_ENCLOSING
Action definition ID of the edit -> select enclosing action (value "org.eclipse.jdt.ui.edit.text.java.select.enclosing").

See Also:
Constant Field Values

SELECT_NEXT

public static final String SELECT_NEXT
Action definition ID of the edit -> select next action (value "org.eclipse.jdt.ui.edit.text.java.select.next").

See Also:
Constant Field Values

SELECT_PREVIOUS

public static final String SELECT_PREVIOUS
Action definition ID of the edit -> select previous action (value "org.eclipse.jdt.ui.edit.text.java.select.previous").

See Also:
Constant Field Values

SELECT_LAST

public static final String SELECT_LAST
Action definition ID of the edit -> select restore last action (value "org.eclipse.jdt.ui.edit.text.java.select.last").

See Also:
Constant Field Values

CORRECTION_ASSIST_PROPOSALS

public static final String CORRECTION_ASSIST_PROPOSALS
Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").

See Also:
Constant Field Values

CONTENT_ASSIST_PROPOSALS

public static final String CONTENT_ASSIST_PROPOSALS
Action definition ID of the edit -> content assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.proposals").

See Also:
Constant Field Values

CONTENT_ASSIST_CONTEXT_INFORMATION

public static final String CONTENT_ASSIST_CONTEXT_INFORMATION
Action definition ID of the edit -> content assist context information action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.context.information").

See Also:
Constant Field Values

SHOW_JAVADOC

public static final String SHOW_JAVADOC
Action definition ID of the edit -> show Javadoc action (value "org.eclipse.jdt.ui.edit.text.java.show.javadoc").

See Also:
Constant Field Values

COMMENT

public static final String COMMENT
Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").

See Also:
Constant Field Values

UNCOMMENT

public static final String UNCOMMENT
Action definition ID of the source -> uncomment action (value "org.eclipse.jdt.ui.edit.text.java.uncomment").

See Also:
Constant Field Values

FORMAT

public static final String FORMAT
Action definition ID of the source -> format action (value "org.eclipse.jdt.ui.edit.text.java.format").

See Also:
Constant Field Values

ADD_IMPORT

public static final String ADD_IMPORT
Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").

See Also:
Constant Field Values

ORGANIZE_IMPORTS

public static final String ORGANIZE_IMPORTS
Action definition ID of the source -> organize imports action (value "org.eclipse.jdt.ui.edit.text.java.organize.imports").

See Also:
Constant Field Values

SURROUND_WITH_TRY_CATCH

public static final String SURROUND_WITH_TRY_CATCH
Action definition ID of the source -> surround with try/catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch").

See Also:
Constant Field Values

OVERRIDE_METHODS

public static final String OVERRIDE_METHODS
Action definition ID of the source -> override methods action (value "org.eclipse.jdt.ui.edit.text.java.override.methods").

See Also:
Constant Field Values

ADD_UNIMPLEMENTED_CONTRUCTORS

public static final String ADD_UNIMPLEMENTED_CONTRUCTORS
Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").

See Also:
Constant Field Values

CREATE_GETTER_SETTER

public static final String CREATE_GETTER_SETTER
Action definition ID of the source -> create setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").

See Also:
Constant Field Values

EXTERNALIZE_STRINGS

public static final String EXTERNALIZE_STRINGS
Action definition ID of the source -> externalize strings action (value "org.eclipse.jdt.ui.edit.text.java.externalize.strings").

See Also:
Constant Field Values

SHOW_NEXT_PROBLEM

public static final String SHOW_NEXT_PROBLEM
Note: this id is for internal use only.

See Also:
Constant Field Values

SHOW_PREVIOUS_PROBLEM

public static final String SHOW_PREVIOUS_PROBLEM
Note: this id is for internal use only.

See Also:
Constant Field Values

PULL_UP

public static final String PULL_UP
Action definition ID of the refactor -> pull up action (value "org.eclipse.jdt.ui.edit.text.java.pull.up").

See Also:
Constant Field Values

RENAME_ELEMENT

public static final String RENAME_ELEMENT
Action definition ID of the refactor -> rename element action (value "org.eclipse.jdt.ui.edit.text.java.rename.element").

See Also:
Constant Field Values

MODIFY_METHOD_PARAMETERS

public static final String MODIFY_METHOD_PARAMETERS
Action definition ID of the refactor -> modify method parameters action (value "org.eclipse.jdt.ui.edit.text.java.modify.method.parameters").

See Also:
Constant Field Values

MOVE_ELEMENT

public static final String MOVE_ELEMENT
Action definition ID of the refactor -> move element action (value "org.eclipse.jdt.ui.edit.text.java.move.element").

See Also:
Constant Field Values

EXTRACT_LOCAL_VARIABLE

public static final String EXTRACT_LOCAL_VARIABLE
Action definition ID of the refactor -> extract local variable action (value "org.eclipse.jdt.ui.edit.text.java.extract.local.variable").

See Also:
Constant Field Values

INLINE_LOCAL_VARIABLE

public static final String INLINE_LOCAL_VARIABLE
Action definition ID of the refactor -> inline local variable action (value "org.eclipse.jdt.ui.edit.text.java.inline.local.variable").

See Also:
Constant Field Values

SELF_ENCAPSULATE_FIELD

public static final String SELF_ENCAPSULATE_FIELD
Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field").

See Also:
Constant Field Values

EXTRACT_METHOD

public static final String EXTRACT_METHOD
Action definition ID of the refactor -> extract method action (value "org.eclipse.jdt.ui.edit.text.java.extract.method").

See Also:
Constant Field Values

OPEN_EDITOR

public static final String OPEN_EDITOR
Action definition ID of the navigate -> open action (value "org.eclipse.jdt.ui.edit.text.java.open.editor").

See Also:
Constant Field Values

OPEN_SUPER_IMPLEMENTATION

public static final String OPEN_SUPER_IMPLEMENTATION
Action definition ID of the navigate -> open super implementation action (value "org.eclipse.jdt.ui.edit.text.java.open.super.implementation").

See Also:
Constant Field Values

OPEN_EXTERNAL_JAVADOC

public static final String OPEN_EXTERNAL_JAVADOC
Action definition ID of the navigate -> open external javadoc action (value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").

See Also:
Constant Field Values

OPEN_TYPE_HIERARCHY

public static final String OPEN_TYPE_HIERARCHY
Action definition ID of the navigate -> open type hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy").

See Also:
Constant Field Values

SHOW_IN_PACKAGE_VIEW

public static final String SHOW_IN_PACKAGE_VIEW
Action definition ID of the navigate -> show in package explorer action (value "org.eclipse.jdt.ui.edit.text.java.show.in.package.view").

See Also:
Constant Field Values

SHOW_IN_NAVIGATOR_VIEW

public static final String SHOW_IN_NAVIGATOR_VIEW
Action definition ID of the navigate -> show in navigator action (value "org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view").

See Also:
Constant Field Values

SEARCH_REFERENCES_IN_WORKSPACE

public static final String SEARCH_REFERENCES_IN_WORKSPACE
Action definition ID of the search -> references in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace").

See Also:
Constant Field Values

SEARCH_REFERENCES_IN_HIERARCHY

public static final String SEARCH_REFERENCES_IN_HIERARCHY
Action definition ID of the search -> references in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy").

See Also:
Constant Field Values

SEARCH_REFERENCES_IN_WORKING_SET

public static final String SEARCH_REFERENCES_IN_WORKING_SET
Action definition ID of the search -> references in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set").

See Also:
Constant Field Values

SEARCH_READ_ACCESS_IN_WORKSPACE

public static final String SEARCH_READ_ACCESS_IN_WORKSPACE
Action definition ID of the search -> read access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace").

See Also:
Constant Field Values

SEARCH_READ_ACCESS_IN_HIERARCHY

public static final String SEARCH_READ_ACCESS_IN_HIERARCHY
Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy").

See Also:
Constant Field Values

SEARCH_READ_ACCESS_IN_WORKING_SET

public static final String SEARCH_READ_ACCESS_IN_WORKING_SET
Action definition ID of the search -> read access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set").

See Also:
Constant Field Values

SEARCH_WRITE_ACCESS_IN_WORKSPACE

public static final String SEARCH_WRITE_ACCESS_IN_WORKSPACE
Action definition ID of the search -> write access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace").

See Also:
Constant Field Values

SEARCH_WRITE_ACCESS_IN_HIERARCHY

public static final String SEARCH_WRITE_ACCESS_IN_HIERARCHY
Action definition ID of the search -> write access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy").

See Also:
Constant Field Values

SEARCH_WRITE_ACCESS_IN_WORKING_SET

public static final String SEARCH_WRITE_ACCESS_IN_WORKING_SET
Action definition ID of the search -> write access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set").

See Also:
Constant Field Values

SEARCH_DECLARATIONS_IN_WORKSPACE

public static final String SEARCH_DECLARATIONS_IN_WORKSPACE
Action definition ID of the search -> declarations in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace").

See Also:
Constant Field Values

SEARCH_DECLARATIONS_IN_HIERARCHY

public static final String SEARCH_DECLARATIONS_IN_HIERARCHY
Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy").

See Also:
Constant Field Values

SEARCH_DECLARATIONS_IN_WORKING_SET

public static final String SEARCH_DECLARATIONS_IN_WORKING_SET
Action definition ID of the search -> declarations in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set").

See Also:
Constant Field Values

SEARCH_IMPLEMENTORS_IN_WORKSPACE

public static final String SEARCH_IMPLEMENTORS_IN_WORKSPACE
Action definition ID of the search -> implementors in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace").

See Also:
Constant Field Values

SEARCH_IMPLEMENTORS_IN_WORKING_SET

public static final String SEARCH_IMPLEMENTORS_IN_WORKING_SET
Action definition ID of the search -> implementors in working set action (value "org.eclipse.jdt.ui.edit.text.java.seach.implementors.in.working.set").

See Also:
Constant Field Values

TOGGLE_PRESENTATION

public static final String TOGGLE_PRESENTATION
Action definition ID of the toggle presentation toolbar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.presentation").

See Also:
Constant Field Values

TOGGLE_TEXT_HOVER

public static final String TOGGLE_TEXT_HOVER
Action definition ID of the toggle text hover toolbar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.text.hover").

See Also:
Constant Field Values

Eclipse JDT
2.0

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