Eclipse JDT
2.1

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_JAVADOC_COMMENT
          Action definition ID of the source -> add javadoc comment action (value "org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment").
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 CONVERT_ANONYMOUS_TO_NESTED
          Action definition ID of the refactor -> convert anonynous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
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_DELEGATE_METHODS
          Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
static 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").
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_CONSTANT
          Action definition ID of the refactor -> extract constant action (value "org.eclipse.jdt.ui.edit.text.java.extract.constant").
static String EXTRACT_INTERFACE
          Action definition ID of the refactor -> extract interface action (value "org.eclipse.jdt.ui.edit.text.java.extract.interface").
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 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").
static 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").
static 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").
static String INLINE
          Action definition ID of the refactor -> inline action (value "org.eclipse.jdt.ui.edit.text.java.inline").
static String INLINE_LOCAL_VARIABLE
          Deprecated. Use INLINE
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 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").
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_STRUCTURE
          Action definition ID of the Navigate -> Open Structure action (value "org.eclipse.jdt.ui.navigate.java.open.structure").
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 PROMOTE_LOCAL_VARIABLE
          Action definition ID of the refactor -> promote local variable action (value "org.eclipse.jdt.ui.edit.text.java.promote.local.variable").
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 PUSH_DOWN
          Action definition ID of the refactor -> push down action (value "org.eclipse.jdt.ui.edit.text.java.push.down").
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_OUTLINE
          Action definition ID of the edit -> Show Outline action (value "org.eclipse.jdt.ui.edit.text.java.show.outline").
static String SHOW_PREVIOUS_PROBLEM
          Note: this id is for internal use only.
static String SORT_MEMBERS
          Action definition ID of the source -> sort order action (value "org.eclipse.jdt.ui.edit.text.java.sort.members").
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").
static String USE_SUPERTYPE
          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
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, 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, 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_INCREMENTAL_REVERSE, FIND_NEXT, FIND_PREVIOUS, FIND_REPLACE, PASTE, PRINT, REDO, REVERT_TO_SAVED, SAVE, SELECT_ALL, UNDO
 

Field Detail

GOTO_MATCHING_BRACKET

public 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

GOTO_NEXT_MEMBER

public 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

GOTO_PREVIOUS_MEMBER

public 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

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").

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").

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").

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").

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").

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").

SHOW_OUTLINE

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

OPEN_STRUCTURE

public 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

COMMENT

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

UNCOMMENT

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

FORMAT

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

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").

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").

SORT_MEMBERS

public 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

ADD_JAVADOC_COMMENT

public 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

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").

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").

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").

CREATE_GETTER_SETTER

public 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").

CREATE_DELEGATE_METHODS

public 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

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").

SHOW_NEXT_PROBLEM

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

SHOW_PREVIOUS_PROBLEM

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

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").

PUSH_DOWN

public 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

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").

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").

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").

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").

EXTRACT_CONSTANT

public 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

INLINE_LOCAL_VARIABLE

public 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").

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").

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").

INLINE

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

EXTRACT_INTERFACE

public 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

MOVE_INNER_TO_TOP

public 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

USE_SUPERTYPE

public 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

PROMOTE_LOCAL_VARIABLE

public 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

CONVERT_ANONYMOUS_TO_NESTED

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

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

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").

Eclipse JDT
2.1

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