|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaEditorActionDefinitionIds
Defines the definition IDs for the JavaScript editor actions.
This interface is not intended to be implemented or extended.
. Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary | |
---|---|
static String |
ADD_BLOCK_COMMENT
Action definition ID of the source -> add block comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" ). |
static String |
ADD_IMPORT
Action definition ID of the source -> add import action (value "org.eclipse.wst.jsdt.ui.edit.text.java.add.import" ). |
static String |
ADD_JAVADOC_COMMENT
Action definition ID of the source -> add javadoc comment action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" ). |
static String |
CHANGE_TYPE
Action definition ID of the refactor -> change type action (value "org.eclipse.wst.jsdt.ui.edit.text.java.change.type" ). |
static String |
CLEAN_UP
Action definition id of the code clean up action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" ). |
static String |
COMMENT
Action definition ID of the source -> comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.comment" ). |
static String |
CONTENT_ASSIST_COMPLETE_PREFIX
Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.complete.prefix" ). |
static String |
CONVERT_ANONYMOUS_TO_NESTED
Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" ). |
static String |
CREATE_DELEGATE_METHODS
Action definition ID of the source -> generate delegates action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.create.getter.setter" ). |
static String |
EXTERNALIZE_STRINGS
Action definition ID of the source -> externalize strings action (value "org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" ). |
static String |
EXTRACT_CONSTANT
Action definition ID of the refactor -> extract constant action (value "org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" ). |
static String |
EXTRACT_INTERFACE
Action definition ID of the refactor -> extract interface action (value "org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" ). |
static String |
EXTRACT_LOCAL_VARIABLE
Action definition ID of the refactor -> extract local variable action (value "org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" ). |
static String |
EXTRACT_METHOD
Action definition ID of the refactor -> extract method action (value "org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" ). |
static String |
FOLDING_COLLAPSE_COMMENTS
Action definition id of the collapse comments action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" ). |
static String |
FOLDING_COLLAPSE_MEMBERS
Action definition id of the collapse members action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" ). |
static String |
FORMAT
Action definition ID of the source -> format action (value "org.eclipse.wst.jsdt.ui.edit.text.java.format" ). |
static String |
GENERATE_CONSTRUCTOR_USING_FIELDS
Action definition ID of the source ->generate constructor using fields action (value "org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" ). |
static String |
GENERATE_HASHCODE_EQUALS
Action definition ID of the source ->generate hashcode() and equals() action (value "org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" ). |
static String |
GOTO_MATCHING_BRACKET
Action definition ID of the edit -> go to matching bracket action (value "org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.edit.text.java.goto.previous.member" ). |
static String |
INDENT
Action definition ID of the source -> indent action (value "org.eclipse.wst.jsdt.ui.edit.text.java.indent" ). |
static String |
INFER_TYPE_ARGUMENTS_ACTION
Action definition ID of the refactor -> infer generic type arguments action (value "org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" ). |
static String |
INLINE
Action definition ID of the refactor -> inline action (value "org.eclipse.wst.jsdt.ui.edit.text.java.inline" ). |
static String |
INTRODUCE_FACTORY
Action definition ID of the refactor -> introduce factory action (value "org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" ). |
static String |
INTRODUCE_INDIRECTION
Action definition ID of the refactor -> introduce indirection action (value "org.eclipse.wst.jsdt.ui.edit.text.java.create.indirection" ). |
static String |
INTRODUCE_PARAMETER
Action definition ID of the refactor -> introduce parameter action (value "org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" ). |
static String |
MODIFY_METHOD_PARAMETERS
Action definition ID of the refactor -> modify method parameters action (value "org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" ). |
static String |
MOVE_ELEMENT
Action definition ID of the refactor -> move element action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" ). |
static String |
OPEN_CALL_HIERARCHY
Action definition ID of the navigate -> open call hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" ). |
static String |
OPEN_EDITOR
Action definition ID of the navigate -> open action (value "org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" ). |
static String |
OPEN_EXTERNAL_JAVADOC
Action definition ID of the navigate -> open external javadoc action (value "org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" ). |
static String |
OPEN_HIERARCHY
Action definition ID of the navigate -> Show Hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" ). |
static String |
OPEN_STRUCTURE
Action definition ID of the Navigate -> Open Structure action (value "org.eclipse.wst.jsdt.ui.navigate.java.open.structure" ). |
static String |
OPEN_SUPER_IMPLEMENTATION
Action definition ID of the navigate -> open super implementation action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" ). |
static String |
ORGANIZE_IMPORTS
Action definition ID of the source -> organize imports action (value "org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" ). |
static String |
OVERRIDE_METHODS
Action definition ID of the source -> override methods action (value "org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" ). |
static String |
PROMOTE_LOCAL_VARIABLE
Action definition ID of the refactor -> promote local variable action (value "org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" ). |
static String |
PULL_UP
Action definition ID of the refactor -> pull up action (value "org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" ). |
static String |
PUSH_DOWN
Action definition ID of the refactor -> push down action (value "org.eclipse.wst.jsdt.ui.edit.text.java.push.down" ). |
static String |
QUICK_FORMAT
Action definition id of the JavaScript quick format action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" ). |
static String |
REMOVE_BLOCK_COMMENT
Action definition ID of the source -> remove block comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" ). |
static String |
REMOVE_OCCURRENCE_ANNOTATIONS
Action definition ID of the remove occurrence annotations action (value "org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" ). |
static String |
RENAME_ELEMENT
Action definition ID of the refactor -> rename element action (value "org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" ). |
static String |
REPLACE_INVOCATIONS
Action definition ID of the refactor -> replace invocations action (value "org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" ). |
static String |
SEARCH_DECLARATIONS_IN_HIERARCHY
Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" ). |
static String |
SEARCH_DECLARATIONS_IN_PROJECTS
Action definition ID of the search -> declarations in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" ). |
static String |
SEARCH_DECLARATIONS_IN_WORKING_SET
Action definition ID of the search -> declarations in working set action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" ). |
static String |
SEARCH_EXCEPTION_OCCURRENCES_IN_FILE
Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" ). |
static String |
SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE
Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" ). |
static String |
SEARCH_IMPLEMENTORS_IN_PROJECT
Action definition ID of the search -> implementors in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" ). |
static String |
SEARCH_IMPLEMENTORS_IN_WORKING_SET
Action definition ID of the search -> implementors in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" ). |
static String |
SEARCH_IMPLEMENTORS_IN_WORKSPACE
Action definition ID of the search -> implementors in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" ). |
static String |
SEARCH_OCCURRENCES_IN_FILE
Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" ). |
static String |
SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU
Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" ). |
static String |
SEARCH_READ_ACCESS_IN_HIERARCHY
Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" ). |
static String |
SEARCH_READ_ACCESS_IN_PROJECT
Action definition ID of the search -> read access in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" ). |
static String |
SEARCH_READ_ACCESS_IN_WORKING_SET
Action definition ID of the search -> read access in working set action (value "org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" ). |
static String |
SEARCH_REFERENCES_IN_PROJECT
Action definition ID of the search -> references in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" ). |
static String |
SEARCH_REFERENCES_IN_WORKING_SET
Action definition ID of the search -> references in working set action (value "org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" ). |
static String |
SEARCH_WRITE_ACCESS_IN_PROJECT
Action definition ID of the search -> write access in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" ). |
static String |
SEARCH_WRITE_ACCESS_IN_WORKING_SET
Action definition ID of the search -> write access in working set action (value "org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.edit.text.java.select.enclosing" ). |
static String |
SELECT_LAST
Action definition ID of the edit -> select restore last action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.last" ). |
static String |
SELECT_NEXT
Action definition ID of the edit -> select next action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.next" ). |
static String |
SELECT_PREVIOUS
Action definition ID of the edit -> select previous action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" ). |
static String |
SELF_ENCAPSULATE_FIELD
Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.edit.text.java.show.in.package.view" ). |
static String |
SHOW_OUTLINE
Action definition ID of the navigate -> Show Outline action (value "org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" ). |
static String |
SORT_MEMBERS
Action definition ID of the source -> sort order action (value "org.eclipse.wst.jsdt.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.wst.jsdt.ui.edit.text.java.surround.with.try.catch" ). |
static String |
TOGGLE_COMMENT
Action definition ID of the source -> toggle comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" ). |
static String |
TOGGLE_MARK_OCCURRENCES
Action definition id of toggle mark occurrences action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" ). |
static String |
TOGGLE_SMART_TYPING
Action definition ID of the edit -> smart typing action (value "org.eclipse.wst.jsdt.smartTyping.toggle" ). |
static String |
TOGGLE_TEXT_HOVER
Action definition ID of the toggle text hover tool bar button action (value "org.eclipse.wst.jsdt.ui.edit.text.java.toggle.text.hover" ). |
static String |
UNCOMMENT
Action definition ID of the source -> uncomment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" ). |
static String |
USE_SUPERTYPE
Action definition ID of the refactor -> use supertype action (value "org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" ). |
Field Detail |
---|
static final String TOGGLE_SMART_TYPING
"org.eclipse.wst.jsdt.smartTyping.toggle"
).
static final String GOTO_MATCHING_BRACKET
"org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket"
).
static final String GOTO_NEXT_MEMBER
"org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member"
).
static final String GOTO_PREVIOUS_MEMBER
"org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member"
).
static final String SELECT_ENCLOSING
"org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing"
).
static final String SELECT_NEXT
"org.eclipse.wst.jsdt.ui.edit.text.java.select.next"
).
static final String SELECT_PREVIOUS
"org.eclipse.wst.jsdt.ui.edit.text.java.select.previous"
).
static final String SELECT_LAST
"org.eclipse.wst.jsdt.ui.edit.text.java.select.last"
).
static final String CONTENT_ASSIST_COMPLETE_PREFIX
"org.eclipse.wst.jsdt.ui.edit.text.java.complete.prefix"
).
static final String SHOW_OUTLINE
"org.eclipse.wst.jsdt.ui.edit.text.java.show.outline"
).
static final String OPEN_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy"
).
static final String OPEN_STRUCTURE
"org.eclipse.wst.jsdt.ui.navigate.java.open.structure"
).
static final String COMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.comment"
).
static final String UNCOMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.uncomment"
).
static final String TOGGLE_COMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment"
).
static final String ADD_BLOCK_COMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment"
).
static final String REMOVE_BLOCK_COMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment"
).
static final String INDENT
"org.eclipse.wst.jsdt.ui.edit.text.java.indent"
).
static final String FORMAT
"org.eclipse.wst.jsdt.ui.edit.text.java.format"
).
static final String QUICK_FORMAT
"org.eclipse.wst.jsdt.ui.edit.text.java.quick.format"
).
static final String ADD_IMPORT
"org.eclipse.wst.jsdt.ui.edit.text.java.add.import"
).
static final String ORGANIZE_IMPORTS
"org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports"
).
static final String SORT_MEMBERS
"org.eclipse.wst.jsdt.ui.edit.text.java.sort.members"
).
static final String ADD_JAVADOC_COMMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment"
).
static final String SURROUND_WITH_TRY_CATCH
"org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch"
).
static final String OVERRIDE_METHODS
"org.eclipse.wst.jsdt.ui.edit.text.java.override.methods"
).
static final String ADD_UNIMPLEMENTED_CONTRUCTORS
"org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors"
).
static final String GENERATE_CONSTRUCTOR_USING_FIELDS
"org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields"
).
static final String GENERATE_HASHCODE_EQUALS
"org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals"
).
static final String CREATE_GETTER_SETTER
"org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter"
).
static final String CREATE_DELEGATE_METHODS
"org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods"
).
static final String EXTERNALIZE_STRINGS
"org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings"
).
static final String PULL_UP
"org.eclipse.wst.jsdt.ui.edit.text.java.pull.up"
).
static final String PUSH_DOWN
"org.eclipse.wst.jsdt.ui.edit.text.java.push.down"
).
static final String RENAME_ELEMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.rename.element"
).
static final String MODIFY_METHOD_PARAMETERS
"org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters"
).
static final String MOVE_ELEMENT
"org.eclipse.wst.jsdt.ui.edit.text.java.move.element"
).
static final String EXTRACT_LOCAL_VARIABLE
"org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable"
).
static final String EXTRACT_CONSTANT
"org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant"
).
static final String INTRODUCE_PARAMETER
"org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter"
).
static final String INTRODUCE_FACTORY
"org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory"
).
static final String SELF_ENCAPSULATE_FIELD
"org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field"
).
static final String EXTRACT_METHOD
"org.eclipse.wst.jsdt.ui.edit.text.java.extract.method"
).
static final String INLINE
"org.eclipse.wst.jsdt.ui.edit.text.java.inline"
).
static final String REPLACE_INVOCATIONS
"org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations"
).
static final String INTRODUCE_INDIRECTION
"org.eclipse.wst.jsdt.ui.edit.text.java.create.indirection"
).
static final String EXTRACT_INTERFACE
"org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface"
).
static final String CHANGE_TYPE
"org.eclipse.wst.jsdt.ui.edit.text.java.change.type"
).
static final String MOVE_INNER_TO_TOP
"org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level"
).
static final String USE_SUPERTYPE
"org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype"
).
static final String INFER_TYPE_ARGUMENTS_ACTION
"org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments"
).
static final String PROMOTE_LOCAL_VARIABLE
"org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable"
).
static final String CONVERT_ANONYMOUS_TO_NESTED
"org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested"
).
static final String OPEN_EDITOR
"org.eclipse.wst.jsdt.ui.edit.text.java.open.editor"
).
static final String OPEN_SUPER_IMPLEMENTATION
"org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation"
).
static final String OPEN_EXTERNAL_JAVADOC
"org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc"
).
static final String OPEN_TYPE_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy"
).
static final String OPEN_CALL_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy"
).
static final String SHOW_IN_PACKAGE_VIEW
"org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view"
).
static final String SHOW_IN_NAVIGATOR_VIEW
"org.eclipse.wst.jsdt.ui.edit.text.java.show.in.navigator.view"
).
static final String SEARCH_REFERENCES_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace"
).
static final String SEARCH_REFERENCES_IN_PROJECT
"org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project"
).
static final String SEARCH_REFERENCES_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy"
).
static final String SEARCH_REFERENCES_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set"
).
static final String SEARCH_READ_ACCESS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace"
).
static final String SEARCH_READ_ACCESS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project"
).
static final String SEARCH_READ_ACCESS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy"
).
static final String SEARCH_READ_ACCESS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set"
).
static final String SEARCH_WRITE_ACCESS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace"
).
static final String SEARCH_WRITE_ACCESS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project"
).
static final String SEARCH_WRITE_ACCESS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy"
).
static final String SEARCH_WRITE_ACCESS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set"
).
static final String SEARCH_DECLARATIONS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace"
).
static final String SEARCH_DECLARATIONS_IN_PROJECTS
"org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project"
).
static final String SEARCH_DECLARATIONS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy"
).
static final String SEARCH_DECLARATIONS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set"
).
static final String SEARCH_IMPLEMENTORS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace"
).
static final String SEARCH_IMPLEMENTORS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set"
).
static final String SEARCH_IMPLEMENTORS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project"
).
static final String SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU
"org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu"
).
static final String SEARCH_OCCURRENCES_IN_FILE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file"
).
static final String SEARCH_EXCEPTION_OCCURRENCES_IN_FILE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences"
).
static final String SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE
"org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences"
).
static final String TOGGLE_TEXT_HOVER
"org.eclipse.wst.jsdt.ui.edit.text.java.toggle.text.hover"
).
static final String REMOVE_OCCURRENCE_ANNOTATIONS
"org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations"
).
static final String TOGGLE_MARK_OCCURRENCES
"org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences"
).
static final String FOLDING_COLLAPSE_MEMBERS
"org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers"
).
static final String FOLDING_COLLAPSE_COMMENTS
"org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments"
).
static final String CLEAN_UP
"org.eclipse.wst.jsdt.ui.edit.text.java.clean.up"
).
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |