Interface IJavaEditorActionDefinitionIds

All Superinterfaces:
org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds, org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds

public interface IJavaEditorActionDefinitionIds extends org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Defines the definition IDs for the Java editor actions.

This interface is not intended to be implemented or extended.

.
Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Action definition ID of the source -> add block comment action (value "org.eclipse.jdt.ui.edit.text.java.add.block.comment").
    static final String
    Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").
    static final String
    Action definition ID of the source -> add javadoc comment action (value "org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment").
    static final String
    Action definition ID of the source -> add text block action (value "org.eclipse.jdt.ui.edit.text.java.add.textBlock."
    static final String
    Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").
    static final String
    Action definition id of the annotate class file action (value: "org.eclipse.jdt.ui.edit.text.java.annotate.classFile").
    static final String
    Action definition ID of the refactor -> change type action (value "org.eclipse.jdt.ui.edit.text.java.change.type").
    static final String
    Action definition id of the code clean up action (value: "org.eclipse.jdt.ui.edit.text.java.clean.up").
    static final String
    Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
    static final String
    Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.jdt.ui.edit.text.java.complete.prefix").
    static final String
    Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
    static final String
    Deprecated.
    As of 3.2, replaced by ITextEditorActionDefinitionIds.QUICK_ASSIST
    static final String
    Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
    static final String
    Action definition ID of the source -> generate setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
    static final String
    Action definition ID of the source -> externalize strings action (value "org.eclipse.jdt.ui.edit.text.java.externalize.strings").
    static final String
    Action definition ID of the refactor -> extract class action (value "org.eclipse.jdt.ui.edit.text.java.extract.class").
    static final String
    Action definition ID of the refactor -> extract constant action (value "org.eclipse.jdt.ui.edit.text.java.extract.constant").
    static final String
    Action definition ID of the refactor -> extract interface action (value "org.eclipse.jdt.ui.edit.text.java.extract.interface").
    static final String
    Action definition ID of the refactor -> extract local variable action (value "org.eclipse.jdt.ui.edit.text.java.extract.local.variable").
    static final String
    Action definition ID of the refactor -> extract method action (value "org.eclipse.jdt.ui.edit.text.java.extract.method").
    static final String
    Deprecated.
    static final String
    Action definition id of the collapse comments action (value: "org.eclipse.jdt.ui.edit.text.java.folding.collapseComments").
    static final String
    Action definition id of the collapse members action (value: "org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers").
    static final String
    Action definition ID of the source -> format action (value "org.eclipse.jdt.ui.edit.text.java.format").
    static final String
    Action definition ID of the source ->generate constructor using fields action (value "org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields").
    static final String
    Action definition ID of the source ->generate hashcode() and equals() action (value "org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals").
    static final String
    Action definition ID of the source ->generate toString() action (value "org.eclipse.jdt.ui.edit.text.java.generate.tostring").
    static final String
    Action definition ID of the edit -> go to matching bracket action (value "org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket").
    static final String
    Action definition ID of the edit -> go to next member action (value "org.eclipse.jdt.ui.edit.text.java.goto.next.member").
    static final String
    Action definition ID of the edit -> go to previous member action (value "org.eclipse.jdt.ui.edit.text.java.goto.previous.member").
    static final String
    Action definition ID of the source -> indent action (value "org.eclipse.jdt.ui.edit.text.java.indent").
    static final String
    Action definition ID of the refactor -> infer generic type arguments action (value "org.eclipse.jdt.ui.edit.text.java.infer.type.arguments").
    static final String
    Action definition ID of the refactor -> inline action (value "org.eclipse.jdt.ui.edit.text.java.inline").
    static final String
    Deprecated.
    Use INLINE
    static final String
    Action definition ID of the refactor -> introduce factory action (value "org.eclipse.jdt.ui.edit.text.java.introduce.factory").
    static final String
    Action definition ID of the refactor -> introduce indirection action (value "org.eclipse.jdt.ui.edit.text.java.create.indirection").
    static final String
    Action definition ID of the refactor -> introduce parameter action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter").
    static final String
    Action definition ID of the refactor -> introduce parameter object action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object").
    static final String
    Action definition ID of the refactor -> make static action (value "org.eclipse.jdt.ui.edit.text.java.make.static").
    static final String
    Action definition ID of the refactor -> modify method parameters action (value "org.eclipse.jdt.ui.edit.text.java.modify.method.parameters").
    static final String
    Action definition ID of the refactor -> move element action (value "org.eclipse.jdt.ui.edit.text.java.move.element").
    static final String
    Action definition ID of the refactor -> move inner type to top level action (value "org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level").
    static final String
    Action definition ID of the navigate -> open attached javadoc action (value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").
    static final String
    Action definition ID of the navigate -> Open Call Hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy").
    static final String
    Action definition ID of the navigate -> open action (value "org.eclipse.jdt.ui.edit.text.java.open.editor").
    static final String
    Deprecated.
    As of 3.6, replaced by OPEN_ATTACHED_JAVADOC
    static final String
    Action definition ID of the navigate -> Show Hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.open.hierarchy").
    static final String
    Action definition ID of the navigate -> open implementation action (value "org.eclipse.jdt.ui.edit.text.java.open.implementation").
    static final String
    Action definition ID of the Navigate -> Open Structure action (value "org.eclipse.jdt.ui.navigate.java.open.structure").
    static final String
    Action definition ID of the navigate -> open super implementation action (value "org.eclipse.jdt.ui.edit.text.java.open.super.implementation").
    static final String
    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 final String
    Action definition ID of the source -> organize imports action (value "org.eclipse.jdt.ui.edit.text.java.organize.imports").
    static final String
    Action definition ID of the source -> override methods action (value "org.eclipse.jdt.ui.edit.text.java.override.methods").
    static final String
    Action definition ID of the refactor -> promote local variable action (value "org.eclipse.jdt.ui.edit.text.java.promote.local.variable").
    static final String
    Action definition ID of the refactor -> pull up action (value "org.eclipse.jdt.ui.edit.text.java.pull.up").
    static final String
    Action definition ID of the refactor -> push down action (value "org.eclipse.jdt.ui.edit.text.java.push.down").
    static final String
    Action definition id of the java quick format action (value: "org.eclipse.jdt.ui.edit.text.java.quick.format").
    static final String
    Action definition ID of the edit -> raw paste (value "org.eclipse.jdt.ui.edit.text.java.raw.paste").
    static final String
    Action handler ID of the edit -> raw paste (value "org.eclipse.jdt.ui.actions.rawPaste").
    static final String
    Action definition ID of the source -> remove block comment action (value "org.eclipse.jdt.ui.edit.text.java.remove.block.comment").
    static final String
    Action definition ID of the remove occurrence annotations action (value "org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations").
    static final String
    Action definition ID of the refactor -> rename element action (value "org.eclipse.jdt.ui.edit.text.java.rename.element").
    static final String
    Action definition ID of the refactor -> replace invocations action (value "org.eclipse.jdt.ui.edit.text.java.replace.invocations").
    static final String
    Action definition ID of the search -> occurrences in file > break/continue target action (value "org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets").
    static final String
    Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy").
    static final String
    Action definition ID of the search -> declarations in project action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project").
    static final String
    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 final String
    Action definition ID of the search -> declarations in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace").
    static final String
    Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences").
    static final String
    Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences").
    static final String
    Action definition ID of the search -> implementors in project action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project").
    static final String
    Action definition ID of the search -> implementors in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set").
    static final String
    Action definition ID of the search -> implementors in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace").
    static final String
    Action definition ID of the search -> occurrences in file > method exits action (value "org.eclipse.jdt.ui.edit.text.java.search.method.exits").
    static final String
    Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file").
    static final String
    Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu").
    static final String
    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 final String
    Action definition ID of the search -> read access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project").
    static final String
    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 final String
    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 final String
    Action definition ID of the search -> references in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy").
    static final String
    Action definition ID of the search -> references in project action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.project").
    static final String
    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 final String
    Action definition ID of the search -> references in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace").
    static final String
    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 final String
    Action definition ID of the search -> write access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project").
    static final String
    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 final String
    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 final String
    Action definition ID of the edit -> select enclosing action (value "org.eclipse.jdt.ui.edit.text.java.select.enclosing").
    static final String
    Action definition ID of the edit -> select restore last action (value "org.eclipse.jdt.ui.edit.text.java.select.last").
    static final String
    Action definition ID of the edit -> select next action (value "org.eclipse.jdt.ui.edit.text.java.select.next").
    static final String
    Action definition ID of the edit -> select previous action (value "org.eclipse.jdt.ui.edit.text.java.select.previous").
    static final String
    Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field").
    static final String
    Action definition id of show in breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb").
    static final String
    Action definition ID of the navigate -> show in navigator action (value "org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view").
    static final String
    Deprecated.
    As of 3.5, got replaced by generic Navigate > Show In >
    static final String
    Deprecated.
    As of 3.3, replaced by ITextEditorActionDefinitionIds.SHOW_INFORMATION
    static final String
    Deprecated.
    as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
    static final String
    Action definition ID of the navigate -> Show Outline action (value "org.eclipse.jdt.ui.edit.text.java.show.outline").
    static final String
    Deprecated.
    as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
    static final String
    Action definition ID of the source -> sort order action (value "org.eclipse.jdt.ui.edit.text.java.sort.members").
    static final String
    Action definition ID of the source -> surround with try/catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch").
    static final String
    Action definition ID of the source -> surround with try/multi-catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch").
    static final String
    Action definition ID of the source -> surround with try-with-resources action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.with.resources").
    static final String
    Action definition id of toggle breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb").
    static final String
    Action definition ID of the source -> toggle comment action (value "org.eclipse.jdt.ui.edit.text.java.toggle.comment").
    static final String
    Action definition id of toggle mark occurrences action (value: "org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences").
    static final String
    Deprecated.
    as of 3.0 replaced by ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
    static final String
    Action definition ID of the edit -> smart typing action (value "org.eclipse.jdt.smartTyping.toggle").
    static final String
    Action definition ID of the toggle text hover tool bar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.text.hover").
    static final String
    Action definition ID of the source -> uncomment action (value "org.eclipse.jdt.ui.edit.text.java.uncomment").
    static final String
    Action definition ID of the refactor -> use supertype action (value "org.eclipse.jdt.ui.edit.text.java.use.supertype").

    Fields inherited from interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds

    BLOCK_SELECTION_MODE, CHANGE_ENCODING, CLEAR_MARK, COLUMN_NEXT, COLUMN_PREVIOUS, CONTENT_ASSIST_CONTEXT_INFORMATION, CONTENT_ASSIST_PROPOSALS, CONVERT_LINE_DELIMITERS_TO_MAC, CONVERT_LINE_DELIMITERS_TO_UNIX, CONVERT_LINE_DELIMITERS_TO_WINDOWS, COPY_LINES_DOWN, COPY_LINES_UP, CUT_LINE, CUT_LINE_TO_BEGINNING, CUT_LINE_TO_END, DELETE_LINE, DELETE_LINE_TO_BEGINNING, DELETE_LINE_TO_END, DELETE_NEXT, DELETE_NEXT_WORD, DELETE_PREVIOUS, DELETE_PREVIOUS_WORD, GOTO_LAST_EDIT_POSITION, GOTO_NEXT_ANNOTATION, GOTO_NEXT_EDIT_POSITION, GOTO_PREVIOUS_ANNOTATION, HIPPIE_COMPLETION, JOIN_LINES, LINE_DOWN, LINE_END, LINE_GOTO, LINE_START, LINE_UP, LINENUMBER_TOGGLE, LOWER_CASE, MOVE_LINES_DOWN, MOVE_LINES_UP, OPEN_HYPERLINK, PAGE_DOWN, PAGE_UP, QUICK_ASSIST, QUICKDIFF_REVERT, QUICKDIFF_REVERTLINE, QUICKDIFF_TOGGLE, RECENTER, REVISION_AUTHOR_TOGGLE, REVISION_ID_TOGGLE, REVISION_RENDERING_CYCLE, 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_CHANGE_RULER_INFORMATION_ID, SHOW_INFORMATION, SHOW_RULER_ANNOTATION_INFORMATION_ID, SHOW_RULER_CONTEXT_MENU, SHOW_WHITESPACE_CHARACTERS, SMART_ENTER, SMART_ENTER_INVERSE, SWAP_MARK, TEXT_END, TEXT_START, TOGGLE_INSERT_MODE, TOGGLE_OVERWRITE, TOGGLE_SHOW_SELECTED_ELEMENT_ONLY, UPPER_CASE, WINDOW_END, WINDOW_START, WORD_NEXT, WORD_PREVIOUS, WORD_WRAP

    Fields inherited from interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds

    ADD_BOOKMARK, ADD_TASK, COPY, CUT, DELETE, FIND_INCREMENTAL, FIND_INCREMENTAL_REVERSE, FIND_NEXT, FIND_PREVIOUS, FIND_REPLACE, MOVE, PASTE, PRINT, PROPERTIES, REDO, RENAME, REVERT, REVERT_TO_SAVED, SAVE, SELECT_ALL, UNDO
  • Field Details

    • TOGGLE_SMART_TYPING

      static final String TOGGLE_SMART_TYPING
      Action definition ID of the edit -> smart typing action (value "org.eclipse.jdt.smartTyping.toggle").
      Since:
      3.0
      See Also:
    • GOTO_MATCHING_BRACKET

      static final String GOTO_MATCHING_BRACKET
      Action definition ID of the edit -> go to matching bracket action (value "org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket").
      Since:
      2.1
      See Also:
    • GOTO_NEXT_MEMBER

      static final String GOTO_NEXT_MEMBER
      Action definition ID of the edit -> go to next member action (value "org.eclipse.jdt.ui.edit.text.java.goto.next.member").
      Since:
      2.1
      See Also:
    • GOTO_PREVIOUS_MEMBER

      static final String GOTO_PREVIOUS_MEMBER
      Action definition ID of the edit -> go to previous member action (value "org.eclipse.jdt.ui.edit.text.java.goto.previous.member").
      Since:
      2.1
      See Also:
    • SELECT_ENCLOSING

      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:
    • SELECT_NEXT

      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:
    • SELECT_PREVIOUS

      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:
    • SELECT_LAST

      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:
    • RAW_PASTE

      static final String RAW_PASTE
      Action definition ID of the edit -> raw paste (value "org.eclipse.jdt.ui.edit.text.java.raw.paste").
      Since:
      3.24
      See Also:
    • RAW_PASTE_ACTION_HANDLE_ID

      static final String RAW_PASTE_ACTION_HANDLE_ID
      Action handler ID of the edit -> raw paste (value "org.eclipse.jdt.ui.actions.rawPaste").
      Since:
      3.24
      See Also:
    • CORRECTION_ASSIST_PROPOSALS

      @Deprecated static final String CORRECTION_ASSIST_PROPOSALS
      Deprecated.
      As of 3.2, replaced by ITextEditorActionDefinitionIds.QUICK_ASSIST
      Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
      See Also:
    • CONTENT_ASSIST_COMPLETE_PREFIX

      static final String CONTENT_ASSIST_COMPLETE_PREFIX
      Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.jdt.ui.edit.text.java.complete.prefix").
      Since:
      3.0
      See Also:
    • SHOW_JAVADOC

      @Deprecated static final String SHOW_JAVADOC
      Deprecated.
      As of 3.3, replaced by ITextEditorActionDefinitionIds.SHOW_INFORMATION
      Action definition ID of the edit -> show Javadoc action (value "org.eclipse.jdt.ui.edit.text.java.show.javadoc").
      See Also:
    • SHOW_OUTLINE

      static final String SHOW_OUTLINE
      Action definition ID of the navigate -> Show Outline action (value "org.eclipse.jdt.ui.edit.text.java.show.outline").
      Since:
      2.1
      See Also:
    • OPEN_HIERARCHY

      static final String OPEN_HIERARCHY
      Action definition ID of the navigate -> Show Hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.open.hierarchy").
      Since:
      3.0
      See Also:
    • OPEN_STRUCTURE

      static final String OPEN_STRUCTURE
      Action definition ID of the Navigate -> Open Structure action (value "org.eclipse.jdt.ui.navigate.java.open.structure").
      Since:
      2.1
      See Also:
    • COMMENT

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

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

      static final String TOGGLE_COMMENT
      Action definition ID of the source -> toggle comment action (value "org.eclipse.jdt.ui.edit.text.java.toggle.comment").
      Since:
      3.0
      See Also:
    • ADD_BLOCK_COMMENT

      static final String ADD_BLOCK_COMMENT
      Action definition ID of the source -> add block comment action (value "org.eclipse.jdt.ui.edit.text.java.add.block.comment").
      Since:
      3.0
      See Also:
    • REMOVE_BLOCK_COMMENT

      static final String REMOVE_BLOCK_COMMENT
      Action definition ID of the source -> remove block comment action (value "org.eclipse.jdt.ui.edit.text.java.remove.block.comment").
      Since:
      3.0
      See Also:
    • INDENT

      static final String INDENT
      Action definition ID of the source -> indent action (value "org.eclipse.jdt.ui.edit.text.java.indent").
      See Also:
    • ADD_TEXTBLOCK

      static final String ADD_TEXTBLOCK
      Action definition ID of the source -> add text block action (value "org.eclipse.jdt.ui.edit.text.java.add.textBlock.").
      Since:
      3.20
      See Also:
    • FORMAT

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

      static final String QUICK_FORMAT
      Action definition id of the java quick format action (value: "org.eclipse.jdt.ui.edit.text.java.quick.format").
      Since:
      3.0
      See Also:
    • ADD_IMPORT

      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:
    • ORGANIZE_IMPORTS

      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:
    • SORT_MEMBERS

      static final String SORT_MEMBERS
      Action definition ID of the source -> sort order action (value "org.eclipse.jdt.ui.edit.text.java.sort.members").
      Since:
      2.1
      See Also:
    • ADD_JAVADOC_COMMENT

      static final String ADD_JAVADOC_COMMENT
      Action definition ID of the source -> add javadoc comment action (value "org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment").
      Since:
      2.1
      See Also:
    • SURROUND_WITH_TRY_CATCH

      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:
    • SURROUND_WITH_TRY_WITH_RESOURCES

      static final String SURROUND_WITH_TRY_WITH_RESOURCES
      Action definition ID of the source -> surround with try-with-resources action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.with.resources").
      Since:
      3.21
      See Also:
    • SURROUND_WITH_TRY_MULTI_CATCH

      static final String SURROUND_WITH_TRY_MULTI_CATCH
      Action definition ID of the source -> surround with try/multi-catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch").
      Since:
      3.7.1
      See Also:
    • OVERRIDE_METHODS

      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:
    • ADD_UNIMPLEMENTED_CONTRUCTORS

      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:
    • GENERATE_CONSTRUCTOR_USING_FIELDS

      static final String GENERATE_CONSTRUCTOR_USING_FIELDS
      Action definition ID of the source ->generate constructor using fields action (value "org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields").
      See Also:
    • GENERATE_HASHCODE_EQUALS

      static final String GENERATE_HASHCODE_EQUALS
      Action definition ID of the source ->generate hashcode() and equals() action (value "org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals").
      Since:
      3.2
      See Also:
    • GENERATE_TOSTRING

      static final String GENERATE_TOSTRING
      Action definition ID of the source ->generate toString() action (value "org.eclipse.jdt.ui.edit.text.java.generate.tostring").
      Since:
      3.5
      See Also:
    • CREATE_GETTER_SETTER

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

      static final String CREATE_DELEGATE_METHODS
      Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
      Since:
      2.1
      See Also:
    • EXTERNALIZE_STRINGS

      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:
    • FIND_STRINGS_TO_EXTERNALIZE

      @Deprecated static final String FIND_STRINGS_TO_EXTERNALIZE
      Deprecated.
      Action definition ID of the source -> find strings to externalize action (value "org.eclipse.jdt.ui.edit.text.java.find.strings.to.externalize").
      Since:
      3.0
      See Also:
    • SHOW_NEXT_PROBLEM

      @Deprecated static final String SHOW_NEXT_PROBLEM
      Deprecated.
      as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
      Note: this id is for internal use only.
      See Also:
    • SHOW_PREVIOUS_PROBLEM

      @Deprecated static final String SHOW_PREVIOUS_PROBLEM
      Deprecated.
      as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
      Note: this id is for internal use only.
      See Also:
    • PULL_UP

      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:
    • PUSH_DOWN

      static final String PUSH_DOWN
      Action definition ID of the refactor -> push down action (value "org.eclipse.jdt.ui.edit.text.java.push.down").
      Since:
      2.1
      See Also:
    • RENAME_ELEMENT

      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:
    • MODIFY_METHOD_PARAMETERS

      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:
    • MOVE_ELEMENT

      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:
    • EXTRACT_LOCAL_VARIABLE

      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:
    • EXTRACT_CONSTANT

      static final String EXTRACT_CONSTANT
      Action definition ID of the refactor -> extract constant action (value "org.eclipse.jdt.ui.edit.text.java.extract.constant").
      Since:
      2.1
      See Also:
    • EXTRACT_CLASS

      static final String EXTRACT_CLASS
      Action definition ID of the refactor -> extract class action (value "org.eclipse.jdt.ui.edit.text.java.extract.class").
      Since:
      3.4
      See Also:
    • MAKE_STATIC

      static final String MAKE_STATIC
      Action definition ID of the refactor -> make static action (value "org.eclipse.jdt.ui.edit.text.java.make.static").
      Since:
      3.32
      See Also:
    • INTRODUCE_PARAMETER

      static final String INTRODUCE_PARAMETER
      Action definition ID of the refactor -> introduce parameter action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter").
      Since:
      3.0
      See Also:
    • INTRODUCE_FACTORY

      static final String INTRODUCE_FACTORY
      Action definition ID of the refactor -> introduce factory action (value "org.eclipse.jdt.ui.edit.text.java.introduce.factory").
      Since:
      3.0
      See Also:
    • INTRODUCE_PARAMETER_OBJECT

      static final String INTRODUCE_PARAMETER_OBJECT
      Action definition ID of the refactor -> introduce parameter object action (value "org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object").
      Since:
      3.4
      See Also:
    • INLINE_LOCAL_VARIABLE

      @Deprecated static final String INLINE_LOCAL_VARIABLE
      Deprecated.
      Use INLINE
      Action definition ID of the refactor -> inline local variable action (value "org.eclipse.jdt.ui.edit.text.java.inline.local.variable").
      See Also:
    • SELF_ENCAPSULATE_FIELD

      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:
    • EXTRACT_METHOD

      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:
    • INLINE

      static final String INLINE
      Action definition ID of the refactor -> inline action (value "org.eclipse.jdt.ui.edit.text.java.inline").
      Since:
      2.1
      See Also:
    • REPLACE_INVOCATIONS

      static final String REPLACE_INVOCATIONS
      Action definition ID of the refactor -> replace invocations action (value "org.eclipse.jdt.ui.edit.text.java.replace.invocations").
      Since:
      3.2
      See Also:
    • INTRODUCE_INDIRECTION

      static final String INTRODUCE_INDIRECTION
      Action definition ID of the refactor -> introduce indirection action (value "org.eclipse.jdt.ui.edit.text.java.create.indirection").
      Since:
      3.2
      See Also:
    • EXTRACT_INTERFACE

      static final String EXTRACT_INTERFACE
      Action definition ID of the refactor -> extract interface action (value "org.eclipse.jdt.ui.edit.text.java.extract.interface").
      Since:
      2.1
      See Also:
    • CHANGE_TYPE

      static final String CHANGE_TYPE
      Action definition ID of the refactor -> change type action (value "org.eclipse.jdt.ui.edit.text.java.change.type").
      Since:
      3.0
      See Also:
    • MOVE_INNER_TO_TOP

      static final String MOVE_INNER_TO_TOP
      Action definition ID of the refactor -> move inner type to top level action (value "org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level").
      Since:
      2.1
      See Also:
    • USE_SUPERTYPE

      static final String USE_SUPERTYPE
      Action definition ID of the refactor -> use supertype action (value "org.eclipse.jdt.ui.edit.text.java.use.supertype").
      Since:
      2.1
      See Also:
    • INFER_TYPE_ARGUMENTS_ACTION

      static final String INFER_TYPE_ARGUMENTS_ACTION
      Action definition ID of the refactor -> infer generic type arguments action (value "org.eclipse.jdt.ui.edit.text.java.infer.type.arguments").
      Since:
      3.1
      See Also:
    • PROMOTE_LOCAL_VARIABLE

      static final String PROMOTE_LOCAL_VARIABLE
      Action definition ID of the refactor -> promote local variable action (value "org.eclipse.jdt.ui.edit.text.java.promote.local.variable").
      Since:
      2.1
      See Also:
    • CONVERT_ANONYMOUS_TO_NESTED

      static final String CONVERT_ANONYMOUS_TO_NESTED
      Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
      Since:
      2.1
      See Also:
    • OPEN_EDITOR

      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:
    • OPEN_IMPLEMENTATION

      static final String OPEN_IMPLEMENTATION
      Action definition ID of the navigate -> open implementation action (value "org.eclipse.jdt.ui.edit.text.java.open.implementation").
      Since:
      3.6
      See Also:
    • OPEN_SUPER_IMPLEMENTATION

      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:
    • OPEN_EXTERNAL_JAVADOC

      @Deprecated static final String OPEN_EXTERNAL_JAVADOC
      Deprecated.
      As of 3.6, replaced by OPEN_ATTACHED_JAVADOC
      Action definition ID of the navigate -> open external javadoc action (value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").
      See Also:
    • OPEN_ATTACHED_JAVADOC

      static final String OPEN_ATTACHED_JAVADOC
      Action definition ID of the navigate -> open attached javadoc action (value "org.eclipse.jdt.ui.edit.text.java.open.external.javadoc").
      Since:
      3.6
      See Also:
    • OPEN_TYPE_HIERARCHY

      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:
    • OPEN_CALL_HIERARCHY

      static final String OPEN_CALL_HIERARCHY
      Action definition ID of the navigate -> Open Call Hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy").
      Since:
      3.0
      See Also:
    • SHOW_IN_PACKAGE_VIEW

      @Deprecated static final String SHOW_IN_PACKAGE_VIEW
      Deprecated.
      As of 3.5, got replaced by generic Navigate > Show In >
      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:
    • SHOW_IN_NAVIGATOR_VIEW

      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:
    • SEARCH_REFERENCES_IN_WORKSPACE

      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:
    • SEARCH_REFERENCES_IN_PROJECT

      static final String SEARCH_REFERENCES_IN_PROJECT
      Action definition ID of the search -> references in project action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.project").
      See Also:
    • SEARCH_REFERENCES_IN_HIERARCHY

      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:
    • SEARCH_REFERENCES_IN_WORKING_SET

      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:
    • SEARCH_READ_ACCESS_IN_WORKSPACE

      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:
    • SEARCH_READ_ACCESS_IN_PROJECT

      static final String SEARCH_READ_ACCESS_IN_PROJECT
      Action definition ID of the search -> read access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project").
      See Also:
    • SEARCH_READ_ACCESS_IN_HIERARCHY

      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:
    • SEARCH_READ_ACCESS_IN_WORKING_SET

      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:
    • SEARCH_WRITE_ACCESS_IN_WORKSPACE

      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:
    • SEARCH_WRITE_ACCESS_IN_PROJECT

      static final String SEARCH_WRITE_ACCESS_IN_PROJECT
      Action definition ID of the search -> write access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project").
      See Also:
    • SEARCH_WRITE_ACCESS_IN_HIERARCHY

      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:
    • SEARCH_WRITE_ACCESS_IN_WORKING_SET

      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:
    • SEARCH_DECLARATIONS_IN_WORKSPACE

      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:
    • SEARCH_DECLARATIONS_IN_PROJECTS

      static final String SEARCH_DECLARATIONS_IN_PROJECTS
      Action definition ID of the search -> declarations in project action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project").
      See Also:
    • SEARCH_DECLARATIONS_IN_HIERARCHY

      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:
    • SEARCH_DECLARATIONS_IN_WORKING_SET

      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:
    • SEARCH_IMPLEMENTORS_IN_WORKSPACE

      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:
    • SEARCH_IMPLEMENTORS_IN_WORKING_SET

      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.search.implementors.in.working.set").
      See Also:
    • SEARCH_IMPLEMENTORS_IN_PROJECT

      static final String SEARCH_IMPLEMENTORS_IN_PROJECT
      Action definition ID of the search -> implementors in project action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project").
      Since:
      3.0
      See Also:
    • SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU

      static final String SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU
      Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu").
      Since:
      3.1
      See Also:
    • SEARCH_OCCURRENCES_IN_FILE

      static final String SEARCH_OCCURRENCES_IN_FILE
      Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file").
      Since:
      3.1
      See Also:
    • SEARCH_EXCEPTION_OCCURRENCES_IN_FILE

      static final String SEARCH_EXCEPTION_OCCURRENCES_IN_FILE
      Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences").
      Since:
      3.1
      See Also:
    • SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE

      static final String SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE
      Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences").
      Since:
      3.1
      See Also:
    • SEARCH_METHOD_EXIT_OCCURRENCES

      static final String SEARCH_METHOD_EXIT_OCCURRENCES
      Action definition ID of the search -> occurrences in file > method exits action (value "org.eclipse.jdt.ui.edit.text.java.search.method.exits").
      Since:
      3.4
      See Also:
    • SEARCH_BREAK_CONTINUE_TARGET_OCCURRENCES

      static final String SEARCH_BREAK_CONTINUE_TARGET_OCCURRENCES
      Action definition ID of the search -> occurrences in file > break/continue target action (value "org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets").
      Since:
      3.4
      See Also:
    • TOGGLE_PRESENTATION

      @Deprecated static final String TOGGLE_PRESENTATION
      Deprecated.
      as of 3.0 replaced by ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY
      Action definition ID of the toggle presentation tool bar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.presentation").
      See Also:
    • TOGGLE_TEXT_HOVER

      static final String TOGGLE_TEXT_HOVER
      Action definition ID of the toggle text hover tool bar button action (value "org.eclipse.jdt.ui.edit.text.java.toggle.text.hover").
      See Also:
    • REMOVE_OCCURRENCE_ANNOTATIONS

      static final String REMOVE_OCCURRENCE_ANNOTATIONS
      Action definition ID of the remove occurrence annotations action (value "org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations").
      Since:
      3.0
      See Also:
    • TOGGLE_MARK_OCCURRENCES

      static final String TOGGLE_MARK_OCCURRENCES
      Action definition id of toggle mark occurrences action (value: "org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences").
      Since:
      3.0
      See Also:
    • TOGGLE_BREADCRUMB

      static final String TOGGLE_BREADCRUMB
      Action definition id of toggle breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb").
      Since:
      3.4
      See Also:
    • SHOW_IN_BREADCRUMB

      static final String SHOW_IN_BREADCRUMB
      Action definition id of show in breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb").
      Since:
      3.4
      See Also:
    • FOLDING_COLLAPSE_MEMBERS

      static final String FOLDING_COLLAPSE_MEMBERS
      Action definition id of the collapse members action (value: "org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers").
      Since:
      3.2
      See Also:
    • FOLDING_COLLAPSE_COMMENTS

      static final String FOLDING_COLLAPSE_COMMENTS
      Action definition id of the collapse comments action (value: "org.eclipse.jdt.ui.edit.text.java.folding.collapseComments").
      Since:
      3.2
      See Also:
    • CLEAN_UP

      static final String CLEAN_UP
      Action definition id of the code clean up action (value: "org.eclipse.jdt.ui.edit.text.java.clean.up").
      Since:
      3.2
      See Also:
    • ANNOTATE_CLASS_FILE

      static final String ANNOTATE_CLASS_FILE
      Action definition id of the annotate class file action (value: "org.eclipse.jdt.ui.edit.text.java.annotate.classFile").
      Since:
      3.11
      See Also: