|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.ui.actions.JdtActionConstants
public class JdtActionConstants
Action ids for standard actions, for groups in the menu bar, and for actions in context menus of JDT views.
This class may be instantiated; it is not intended to be subclassed.
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
Source menu: name of standard Block Comment global action (value "org.eclipse.wst.jsdt.ui.actions.AddBlockComment" ). |
static String |
ADD_CONSTRUCTOR_FROM_SUPERCLASS
Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.wst.jsdt.ui.actions.AddConstructorFromSuperclass" ). |
static String |
ADD_IMPORT
Source menu: name of standard Add Import global action (value "org.eclipse.wst.jsdt.ui.actions.AddImport" ). |
static String |
ADD_JAVA_DOC_COMMENT
Source menu: name of standard Add Javadoc Comment global action (value "org.eclipse.wst.jsdt.ui.actions.AddJavaDocComment" ). |
static String |
CHANGE_TYPE
Refactor menu: name of standard Generalize Declared Type global action (value "org.eclipse.wst.jsdt.ui.actions.ChangeType" ). |
static String |
CLEAN_UP
Source menu: name of standard Clean up global action (value "org.eclipse.wst.jsdt.ui.actions.CleanUp" ). |
static String |
COMMENT
Source menu: name of standard Comment global action (value "org.eclipse.wst.jsdt.ui.actions.Comment" ). |
static String |
CONTENT_ASSIST
Edit menu: name of standard Code Assist global action (value "org.eclipse.wst.jsdt.ui.actions.ContentAssist" ). |
static String |
CONVERT_ANONYMOUS_TO_NESTED
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNested" ). |
static String |
CONVERT_LINE_DELIMITERS_TO_MAC
Source menu: name of standardConvert Line Delimiters To Mac global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToMac" ). |
static String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToUNIX" ). |
static String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToWindows" ). |
static String |
CONVERT_LOCAL_TO_FIELD
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.wst.jsdt.ui.actions.ConvertLocalToField" ). |
static String |
CONVERT_NESTED_TO_TOP
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.wst.jsdt.ui.actions.MoveInnerToTop" ). |
static String |
EXTERNALIZE_STRINGS
Source menu: name of standard Externalize Strings global action (value "org.eclipse.wst.jsdt.ui.actions.ExternalizeStrings" ). |
static String |
EXTRACT_CONSTANT
Refactor menu: name of standard Extract Constant global action (value "org.eclipse.wst.jsdt.ui.actions.ExtractConstant" ). |
static String |
EXTRACT_INTERFACE
Refactor menu: name of standard Extract Interface global action (value "org.eclipse.wst.jsdt.ui.actions.ExtractInterface" ). |
static String |
EXTRACT_METHOD
Refactor menu: name of standard Extract Method global action (value "org.eclipse.wst.jsdt.ui.actions.ExtractMethod" ). |
static String |
EXTRACT_TEMP
Refactor menu: name of standard Extract Temp global action (value "org.eclipse.wst.jsdt.ui.actions.ExtractTemp" ). |
static String |
FIND_DECLARATIONS_IN_HIERARCHY
Search menu: name of standard Find Declarations in Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInHierarchy" ). |
static String |
FIND_DECLARATIONS_IN_PROJECT
Search menu: name of standard Find Declarations in Project global action (value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInProject" ). |
static String |
FIND_DECLARATIONS_IN_WORKING_SET
Search menu: name of standard Find Declarations in Working Set global action (value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkingSet" ). |
static String |
FIND_DECLARATIONS_IN_WORKSPACE
Search menu: name of standard Find Declarations in Workspace global action (value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkspace" ). |
static String |
FIND_EXCEPTION_OCCURRENCES
Search menu: name of standard Find exception occurrences global action (value "org.eclipse.wst.jsdt.ui.actions.ExceptionOccurrences" ). |
static String |
FIND_IMPLEMENT_OCCURRENCES
Search menu: name of standard Find implement occurrences global action (value "org.eclipse.wst.jsdt.ui.actions.ImplementOccurrences" ). |
static String |
FIND_IMPLEMENTORS_IN_PROJECT
Search menu: name of standard Find Implementors in Project global action (value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInProject" ). |
static String |
FIND_IMPLEMENTORS_IN_WORKING_SET
Search menu: name of standard Find Implementors in Working Set global action (value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkingSet" ). |
static String |
FIND_IMPLEMENTORS_IN_WORKSPACE
Search menu: name of standard Find Implementors in Workspace global action (value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkspace" ). |
static String |
FIND_OCCURRENCES_IN_FILE
Search menu: name of standard Occurrences in File global action (value "org.eclipse.wst.jsdt.ui.actions.OccurrencesInFile" ). |
static String |
FIND_READ_ACCESS_IN_HIERARCHY
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInHierarchy" ). |
static String |
FIND_READ_ACCESS_IN_PROJECT
Search menu: name of standard Find Read Access in Project global action (value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInProject" ). |
static String |
FIND_READ_ACCESS_IN_WORKING_SET
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkingSet" ). |
static String |
FIND_READ_ACCESS_IN_WORKSPACE
Search menu: name of standard Find Read Access in Workspace global action (value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkspace" ). |
static String |
FIND_REFERENCES_IN_HIERARCHY
Search menu: name of standard Find References in Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.ReferencesInHierarchy" ). |
static String |
FIND_REFERENCES_IN_PROJECT
Search menu: name of standard Find References in Project global action (value "org.eclipse.wst.jsdt.ui.actions.ReferencesInProject" ). |
static String |
FIND_REFERENCES_IN_WORKING_SET
Search menu: name of standard Find References in Working Set global action (value "org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkingSet" ). |
static String |
FIND_REFERENCES_IN_WORKSPACE
Search menu: name of standard Find References in Workspace global action (value "org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkspace" ). |
static String |
FIND_WRITE_ACCESS_IN_HIERARCHY
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInHierarchy" ). |
static String |
FIND_WRITE_ACCESS_IN_PROJECT
Search menu: name of standard Find Write Access in Project global action (value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInProject" ). |
static String |
FIND_WRITE_ACCESS_IN_WORKING_SET
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkingSet" ). |
static String |
FIND_WRITE_ACCESS_IN_WORKSPACE
Search menu: name of standard Find Write Access in Workspace global action (value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkspace" ). |
static String |
FORMAT
Source menu: name of standard Format global action (value "org.eclipse.wst.jsdt.ui.actions.Format" ). |
static String |
FORMAT_ELEMENT
Source menu: name of standard Format Element global action (value "org.eclipse.wst.jsdt.ui.actions.FormatElement" ). |
static String |
GENERATE_CONSTRUCTOR_USING_FIELDS
Source menu: name of standard Generate Constructor using Fields global action (value "org.eclipse.wst.jsdt.ui.actions.GenerateConstructorUsingFields" ). |
static String |
GENERATE_DELEGATE_METHODS
Source menu: name of standard delegate methods global action (value "org.eclipse.wst.jsdt.ui.actions.GenerateDelegateMethods" ). |
static String |
GENERATE_GETTER_SETTER
Source menu: name of standard Generate Getter and Setter global action (value "org.eclipse.wst.jsdt.ui.actions.GenerateGetterSetter" ). |
static String |
GENERATE_HASHCODE_EQUALS
Source menu: name of standard Generate hashCode() and equals() global action (value "org.eclipse.wst.jsdt.ui.actions.GenerateHashCodeEquals" ). |
static String |
GOTO_PACKAGE
Navigate menu: name of standard Goto Package global action (value "org.eclipse.wst.jsdt.ui.actions.GoToPackage" ). |
static String |
GOTO_TYPE
Navigate menu: name of standard Goto Type global action (value "org.eclipse.wst.jsdt.ui.actions.GoToType" ). |
static String |
INDENT
Source menu: name of standard Indent global action (value "org.eclipse.wst.jsdt.ui.actions.Indent" ). |
static String |
INFER_TYPE_ARGUMENTS
Refactor menu: name of standard Infer Generic Type Arguments global action (value "org.eclipse.wst.jsdt.ui.actions.InferTypeArguments" ). |
static String |
INLINE
Refactor menu: name of standard Inline global action (value "org.eclipse.wst.jsdt.ui.actions.Inline" ). |
static String |
INTRODUCE_FACTORY
Refactor menu: name of standard Introduce Factory global action (value "org.eclipse.wst.jsdt.ui.actions.IntroduceFactory" ). |
static String |
INTRODUCE_INDIRECTION
Refactor menu: name of standard Introduce Indirection global action (value "org.eclipse.wst.jsdt.ui.actions.IntroduceIndirection" ). |
static String |
INTRODUCE_PARAMETER
Refactor menu: name of standard Introduce Parameter global action (value "org.eclipse.wst.jsdt.ui.actions.IntroduceParameter" ). |
static String |
MODIFY_PARAMETERS
Refactor menu: name of standard Modify Parameters global action (value "org.eclipse.wst.jsdt.ui.actions.ModifyParameters" ). |
static String |
MOVE
Refactor menu: name of standard Move Element global action (value "org.eclipse.wst.jsdt.ui.actions.Move" ). |
static String |
OPEN
Navigate menu: name of standard Open global action (value "org.eclipse.wst.jsdt.ui.actions.Open" ). |
static String |
OPEN_CALL_HIERARCHY
Navigate menu: name of standard Open Call Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.OpenCallHierarchy" ). |
static String |
OPEN_EXTERNAL_JAVA_DOC
Navigate menu: name of standard Open External Javadoc global action (value "org.eclipse.wst.jsdt.ui.actions.OpenExternalJavaDoc" ). |
static String |
OPEN_SUPER_IMPLEMENTATION
Navigate menu: name of standard Open Super Implementation global action (value "org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementation" ). |
static String |
OPEN_TYPE_HIERARCHY
Navigate menu: name of standard Open Type Hierarchy global action (value "org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchy" ). |
static String |
ORGANIZE_IMPORTS
Source menu: name of standard Organize Imports global action (value "org.eclipse.wst.jsdt.ui.actions.OrganizeImports" ). |
static String |
OVERRIDE_METHODS
Source menu: name of standard Override Methods global action (value "org.eclipse.wst.jsdt.ui.actions.OverrideMethods" ). |
static String |
PULL_UP
Refactor menu: name of standard Pull Up global action (value "org.eclipse.wst.jsdt.ui.actions.PullUp" ). |
static String |
PUSH_DOWN
Refactor menu: name of standard Push Down global action (value "org.eclipse.wst.jsdt.ui.actions.PushDown" ). |
static String |
REMOVE_BLOCK_COMMENT
Source menu: name of standard Block Uncomment global action (value "org.eclipse.wst.jsdt.ui.actions.RemoveBlockComment" ). |
static String |
RENAME
Refactor menu: name of standard Rename Element global action (value "org.eclipse.wst.jsdt.ui.actions.Rename" ). |
static String |
REPLACE_INVOCATIONS
Refactor menu: name of standard Replace Invocations global action (value "org.eclipse.wst.jsdt.ui.actions.ReplaceInvocations" ). |
static String |
SELF_ENCAPSULATE_FIELD
Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateField" ). |
static String |
SHIFT_LEFT
Source menu: name of standard Shift Left global action (value "org.eclipse.wst.jsdt.ui.actions.ShiftLeft" ). |
static String |
SHIFT_RIGHT
Source menu: name of standard Shift Right action (value "org.eclipse.wst.jsdt.ui.actions.ShiftRight" ). |
static String |
SHOW_IN_NAVIGATOR_VIEW
Navigate menu: name of standard Show in Navigator View global action (value "org.eclipse.wst.jsdt.ui.actions.ShowInNaviagtorView" ). |
static String |
SHOW_IN_PACKAGE_VIEW
Navigate menu: name of standard Show in Packages View global action (value "org.eclipse.wst.jsdt.ui.actions.ShowInPackagesView" ). |
static String |
SORT_MEMBERS
Source menu: name of standard Sort Members global action (value "org.eclipse.wst.jsdt.ui.actions.SortMembers" ). |
static String |
SURROUND_WITH_TRY_CATCH
Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatch" ). |
static String |
TOGGLE_COMMENT
Source menu: name of standard ToggleComment global action (value "org.eclipse.wst.jsdt.ui.actions.ToggleComment" ). |
static String |
UNCOMMENT
Source menu: name of standard Uncomment global action (value "org.eclipse.wst.jsdt.ui.actions.Uncomment" ). |
static String |
USE_SUPERTYPE
Refactor menu: name of standard Use Supertype global action (value "org.eclipse.wst.jsdt.ui.actions.UseSupertype" ). |
Constructor Summary | |
---|---|
JdtActionConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GOTO_TYPE
"org.eclipse.wst.jsdt.ui.actions.GoToType"
).
public static final String GOTO_PACKAGE
"org.eclipse.wst.jsdt.ui.actions.GoToPackage"
).
public static final String OPEN
"org.eclipse.wst.jsdt.ui.actions.Open"
).
public static final String OPEN_SUPER_IMPLEMENTATION
"org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementation"
).
public static final String OPEN_TYPE_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchy"
).
public static final String OPEN_CALL_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.OpenCallHierarchy"
).
public static final String OPEN_EXTERNAL_JAVA_DOC
"org.eclipse.wst.jsdt.ui.actions.OpenExternalJavaDoc"
).
public static final String SHOW_IN_PACKAGE_VIEW
"org.eclipse.wst.jsdt.ui.actions.ShowInPackagesView"
).
public static final String SHOW_IN_NAVIGATOR_VIEW
"org.eclipse.wst.jsdt.ui.actions.ShowInNaviagtorView"
).
public static final String CONTENT_ASSIST
"org.eclipse.wst.jsdt.ui.actions.ContentAssist"
).
public static final String COMMENT
"org.eclipse.wst.jsdt.ui.actions.Comment"
).
public static final String UNCOMMENT
"org.eclipse.wst.jsdt.ui.actions.Uncomment"
).
public static final String TOGGLE_COMMENT
"org.eclipse.wst.jsdt.ui.actions.ToggleComment"
).
public static final String ADD_BLOCK_COMMENT
"org.eclipse.wst.jsdt.ui.actions.AddBlockComment"
).
public static final String REMOVE_BLOCK_COMMENT
"org.eclipse.wst.jsdt.ui.actions.RemoveBlockComment"
).
public static final String INDENT
"org.eclipse.wst.jsdt.ui.actions.Indent"
).
public static final String SHIFT_RIGHT
"org.eclipse.wst.jsdt.ui.actions.ShiftRight"
).
public static final String SHIFT_LEFT
"org.eclipse.wst.jsdt.ui.actions.ShiftLeft"
).
public static final String FORMAT
"org.eclipse.wst.jsdt.ui.actions.Format"
).
public static final String FORMAT_ELEMENT
"org.eclipse.wst.jsdt.ui.actions.FormatElement"
).
public static final String ADD_IMPORT
"org.eclipse.wst.jsdt.ui.actions.AddImport"
).
public static final String ORGANIZE_IMPORTS
"org.eclipse.wst.jsdt.ui.actions.OrganizeImports"
).
public static final String SORT_MEMBERS
"org.eclipse.wst.jsdt.ui.actions.SortMembers"
).
public static final String SURROUND_WITH_TRY_CATCH
"org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatch"
).
public static final String OVERRIDE_METHODS
"org.eclipse.wst.jsdt.ui.actions.OverrideMethods"
).
public static final String GENERATE_GETTER_SETTER
"org.eclipse.wst.jsdt.ui.actions.GenerateGetterSetter"
).
public static final String GENERATE_DELEGATE_METHODS
"org.eclipse.wst.jsdt.ui.actions.GenerateDelegateMethods"
).
public static final String ADD_CONSTRUCTOR_FROM_SUPERCLASS
"org.eclipse.wst.jsdt.ui.actions.AddConstructorFromSuperclass"
).
public static final String GENERATE_CONSTRUCTOR_USING_FIELDS
"org.eclipse.wst.jsdt.ui.actions.GenerateConstructorUsingFields"
).
public static final String GENERATE_HASHCODE_EQUALS
"org.eclipse.wst.jsdt.ui.actions.GenerateHashCodeEquals"
).
public static final String ADD_JAVA_DOC_COMMENT
"org.eclipse.wst.jsdt.ui.actions.AddJavaDocComment"
).
public static final String EXTERNALIZE_STRINGS
"org.eclipse.wst.jsdt.ui.actions.ExternalizeStrings"
).
public static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToWindows"
).
public static final String CONVERT_LINE_DELIMITERS_TO_UNIX
"org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToUNIX"
).
public static final String CONVERT_LINE_DELIMITERS_TO_MAC
"org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToMac"
).
public static final String CLEAN_UP
"org.eclipse.wst.jsdt.ui.actions.CleanUp"
).
public static final String SELF_ENCAPSULATE_FIELD
"org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateField"
).
public static final String MODIFY_PARAMETERS
"org.eclipse.wst.jsdt.ui.actions.ModifyParameters"
).
public static final String PULL_UP
"org.eclipse.wst.jsdt.ui.actions.PullUp"
).
public static final String PUSH_DOWN
"org.eclipse.wst.jsdt.ui.actions.PushDown"
).
public static final String MOVE
"org.eclipse.wst.jsdt.ui.actions.Move"
).
public static final String RENAME
"org.eclipse.wst.jsdt.ui.actions.Rename"
).
public static final String EXTRACT_TEMP
"org.eclipse.wst.jsdt.ui.actions.ExtractTemp"
).
public static final String EXTRACT_CONSTANT
"org.eclipse.wst.jsdt.ui.actions.ExtractConstant"
).
public static final String INTRODUCE_PARAMETER
"org.eclipse.wst.jsdt.ui.actions.IntroduceParameter"
).
public static final String INTRODUCE_FACTORY
"org.eclipse.wst.jsdt.ui.actions.IntroduceFactory"
).
public static final String EXTRACT_METHOD
"org.eclipse.wst.jsdt.ui.actions.ExtractMethod"
).
public static final String REPLACE_INVOCATIONS
"org.eclipse.wst.jsdt.ui.actions.ReplaceInvocations"
).
public static final String INTRODUCE_INDIRECTION
"org.eclipse.wst.jsdt.ui.actions.IntroduceIndirection"
).
public static final String INLINE
"org.eclipse.wst.jsdt.ui.actions.Inline"
).
public static final String EXTRACT_INTERFACE
"org.eclipse.wst.jsdt.ui.actions.ExtractInterface"
).
public static final String CHANGE_TYPE
"org.eclipse.wst.jsdt.ui.actions.ChangeType"
).
public static final String CONVERT_NESTED_TO_TOP
"org.eclipse.wst.jsdt.ui.actions.MoveInnerToTop"
).
public static final String USE_SUPERTYPE
"org.eclipse.wst.jsdt.ui.actions.UseSupertype"
).
public static final String INFER_TYPE_ARGUMENTS
"org.eclipse.wst.jsdt.ui.actions.InferTypeArguments"
).
public static final String CONVERT_LOCAL_TO_FIELD
"org.eclipse.wst.jsdt.ui.actions.ConvertLocalToField"
).
public static final String CONVERT_ANONYMOUS_TO_NESTED
"org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNested"
).
public static final String FIND_REFERENCES_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkspace"
).
public static final String FIND_REFERENCES_IN_PROJECT
"org.eclipse.wst.jsdt.ui.actions.ReferencesInProject"
).
public static final String FIND_REFERENCES_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.ReferencesInHierarchy"
).
public static final String FIND_REFERENCES_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkingSet"
).
public static final String FIND_DECLARATIONS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkspace"
).
public static final String FIND_DECLARATIONS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.actions.DeclarationsInProject"
).
public static final String FIND_DECLARATIONS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.DeclarationsInHierarchy"
).
public static final String FIND_DECLARATIONS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkingSet"
).
public static final String FIND_IMPLEMENTORS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkspace"
).
public static final String FIND_IMPLEMENTORS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.actions.ImplementorsInProject"
).
public static final String FIND_IMPLEMENTORS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkingSet"
).
public static final String FIND_READ_ACCESS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkspace"
).
public static final String FIND_READ_ACCESS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.actions.ReadAccessInProject"
).
public static final String FIND_READ_ACCESS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.ReadAccessInHierarchy"
).
public static final String FIND_READ_ACCESS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkingSet"
).
public static final String FIND_WRITE_ACCESS_IN_WORKSPACE
"org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkspace"
).
public static final String FIND_WRITE_ACCESS_IN_PROJECT
"org.eclipse.wst.jsdt.ui.actions.WriteAccessInProject"
).
public static final String FIND_WRITE_ACCESS_IN_HIERARCHY
"org.eclipse.wst.jsdt.ui.actions.WriteAccessInHierarchy"
).
public static final String FIND_WRITE_ACCESS_IN_WORKING_SET
"org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkingSet"
).
public static final String FIND_OCCURRENCES_IN_FILE
"org.eclipse.wst.jsdt.ui.actions.OccurrencesInFile"
).
public static final String FIND_EXCEPTION_OCCURRENCES
"org.eclipse.wst.jsdt.ui.actions.ExceptionOccurrences"
).
public static final String FIND_IMPLEMENT_OCCURRENCES
"org.eclipse.wst.jsdt.ui.actions.ImplementOccurrences"
).
Constructor Detail |
---|
public JdtActionConstants()
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |