org.eclipse.cdt.ui.actions
Class CdtActionConstants

java.lang.Object
  extended by org.eclipse.cdt.ui.actions.CdtActionConstants

public class CdtActionConstants
extends java.lang.Object

Action ids for standard actions, for groups in the menu bar, and for actions in context menus of CDT views.

This class may be instantiated; it is not intended to be subclassed.

Since:
2.0

Field Summary
static java.lang.String ADD_BLOCK_COMMENT
          Source menu: name of standard Block Comment global action (value "org.eclipse.cdt.ui.actions.AddBlockComment").
static java.lang.String ADD_CONSTRUCTOR_FROM_SUPERCLASS
          Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.cdt.ui.actions.AddConstructorFromSuperclass").
static java.lang.String ADD_CPP_DOC_COMMENT
          Source menu: name of standard Add Cppdoc Comment global action (value "org.eclipse.cdt.ui.actions.AddCppDocComment").
static java.lang.String ADD_INCLUDE
          Source menu: name of standard Add Include global action (value "org.eclipse.cdt.ui.actions.AddInclude").
static java.lang.String CHANGE_TYPE
          Refactor menu: name of standard Generalize Type global action (value "org.eclipse.cdt.ui.actions.ChangeType").
static java.lang.String COMMENT
          Source menu: name of standard Comment global action (value "org.eclipse.cdt.ui.actions.Comment").
static java.lang.String CONTENT_ASSIST
          Edit menu: name of standard Code Assist global action (value "org.eclipse.cdt.ui.actions.ContentAssist").
static java.lang.String CONVERT_ANONYMOUS_TO_NESTED
          Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.cdt.ui.actions.ConvertAnonymousToNested").
static java.lang.String CONVERT_LOCAL_TO_FIELD
          Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.cdt.ui.actions.ConvertLocalToField").
static java.lang.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.cdt.ui.actions.MoveInnerToTop").
static java.lang.String EXTERNALIZE_STRINGS
          Source menu: name of standard Externalize Strings global action (value "org.eclipse.cdt.ui.actions.ExternalizeStrings").
static java.lang.String EXTRACT_CONSTANT
          Refactor menu: name of standard Extract Constant global action (value "org.eclipse.cdt.ui.actions.ExtractConstant").
static java.lang.String EXTRACT_INTERFACE
          Refactor menu: name of standard Extract Interface global action (value "org.eclipse.cdt.ui.actions.ExtractInterface").
static java.lang.String EXTRACT_METHOD
          Refactor menu: name of standard Extract Method global action (value "org.eclipse.cdt.ui.actions.ExtractMethod").
static java.lang.String EXTRACT_TEMP
          Refactor menu: name of standard Extract Temp global action (value "org.eclipse.cdt.ui.actions.ExtractTemp").
static java.lang.String FIND_DECLARATIONS_IN_HIERARCHY
          Search menu: name of standard Find Declarations in Hierarchy global action (value "org.eclipse.cdt.ui.actions.DeclarationsInHierarchy").
static java.lang.String FIND_DECLARATIONS_IN_PROJECT
          Search menu: name of standard Find Declarations in Project global action (value "org.eclipse.cdt.ui.actions.DeclarationsInProject").
static java.lang.String FIND_DECLARATIONS_IN_WORKING_SET
          Search menu: name of standard Find Declarations in Working Set global action (value "org.eclipse.cdt.ui.actions.DeclarationsInWorkingSet").
static java.lang.String FIND_DECLARATIONS_IN_WORKSPACE
          Search menu: name of standard Find Declarations in Workspace global action (value "org.eclipse.cdt.ui.actions.DeclarationsInWorkspace").
static java.lang.String FIND_EXCEPTION_OCCURRENCES
          Search menu: name of standard Find exception occurrences global action (value "org.eclipse.cdt.ui.actions.ExceptionOccurrences").
static java.lang.String FIND_IMPLEMENTORS_IN_PROJECT
          Search menu: name of standard Find Implementors in Project global action (value "org.eclipse.cdt.ui.actions.ImplementorsInProject").
static java.lang.String FIND_IMPLEMENTORS_IN_WORKING_SET
          Search menu: name of standard Find Implementors in Working Set global action (value "org.eclipse.cdt.ui.actions.ImplementorsInWorkingSet").
static java.lang.String FIND_IMPLEMENTORS_IN_WORKSPACE
          Search menu: name of standard Find Implementors in Workspace global action (value "org.eclipse.cdt.ui.actions.ImplementorsInWorkspace").
static java.lang.String FIND_OCCURRENCES_IN_FILE
          Search menu: name of standard Occurrences in File global action (value "org.eclipse.cdt.ui.actions.OccurrencesInFile").
static java.lang.String FIND_READ_ACCESS_IN_HIERARCHY
          Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.cdt.ui.actions.ReadAccessInHierarchy").
static java.lang.String FIND_READ_ACCESS_IN_PROJECT
          Search menu: name of standard Find Read Access in Project global action (value "org.eclipse.cdt.ui.actions.ReadAccessInProject").
static java.lang.String FIND_READ_ACCESS_IN_WORKING_SET
          Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.cdt.ui.actions.ReadAccessInWorkingSet").
static java.lang.String FIND_READ_ACCESS_IN_WORKSPACE
          Search menu: name of standard Find Read Access in Workspace global action (value "org.eclipse.cdt.ui.actions.ReadAccessInWorkspace").
static java.lang.String FIND_REFERENCES_IN_HIERARCHY
          Search menu: name of standard Find References in Hierarchy global action (value "org.eclipse.cdt.ui.actions.ReferencesInHierarchy").
static java.lang.String FIND_REFERENCES_IN_PROJECT
          Search menu: name of standard Find References in Project global action (value "org.eclipse.cdt.ui.actions.ReferencesInProject").
static java.lang.String FIND_REFERENCES_IN_WORKING_SET
          Search menu: name of standard Find References in Working Set global action (value "org.eclipse.cdt.ui.actions.ReferencesInWorkingSet").
static java.lang.String FIND_REFERENCES_IN_WORKSPACE
          Search menu: name of standard Find References in Workspace global action (value "org.eclipse.cdt.ui.actions.ReferencesInWorkspace").
static java.lang.String FIND_STRINGS_TO_EXTERNALIZE
          Source menu: name of standard Find Strings to Externalize global action (value "org.eclipse.cdt.ui.actions.FindStringsToExternalize").
static java.lang.String FIND_WRITE_ACCESS_IN_HIERARCHY
          Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.cdt.ui.actions.WriteAccessInHierarchy").
static java.lang.String FIND_WRITE_ACCESS_IN_PROJECT
          Search menu: name of standard Find Write Access in Project global action (value "org.eclipse.cdt.ui.actions.WriteAccessInProject").
static java.lang.String FIND_WRITE_ACCESS_IN_WORKING_SET
          Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.cdt.ui.actions.WriteAccessInWorkingSet").
static java.lang.String FIND_WRITE_ACCESS_IN_WORKSPACE
          Search menu: name of standard Find Write Access in Workspace global action (value "org.eclipse.cdt.ui.actions.WriteAccessInWorkspace").
static java.lang.String FORMAT
          Source menu: name of standard Format global action (value "org.eclipse.cdt.ui.actions.Format").
static java.lang.String GENERATE_CONSTRUCTOR_USING_FIELDS
          Source menu: name of standard Generate Constructor using Fields global action (value "org.eclipse.cdt.ui.actions.GenerateConstructorUsingFields").
static java.lang.String GENERATE_DELEGATE_METHODS
          Source menu: name of standard delegate methods global action (value "org.eclipse.cdt.ui.actions.GenerateDelegateMethods").
static java.lang.String GENERATE_GETTER_SETTER
          Source menu: name of standard Generate Getter and Setter global action (value "org.eclipse.cdt.ui.actions.GenerateGetterSetter").
static java.lang.String GOTO_TYPE
          Navigate menu: name of standard Goto Type global action (value "org.eclipse.cdt.ui.actions.GoToType").
static java.lang.String INDENT
          Source menu: name of standard Indent global action (value "org.eclipse.cdt.ui.actions.Indent").
static java.lang.String INLINE
          Refactor menu: name of standard Inline global action (value "org.eclipse.cdt.ui.actions.Inline").
static java.lang.String INTRODUCE_FACTORY
          Refactor menu: name of standard Introduce Factory global action (value "org.eclipse.cdt.ui.actions.IntroduceFactory").
static java.lang.String INTRODUCE_PARAMETER
          Refactor menu: name of standard Introduce Parameter global action (value "org.eclipse.cdt.ui.actions.IntroduceParameter").
static java.lang.String MODIFY_PARAMETERS
          Refactor menu: name of standard Modify Parameters global action (value "org.eclipse.cdt.ui.actions.ModifyParameters").
static java.lang.String MOVE
          Refactor menu: name of standard Move Element global action (value "org.eclipse.cdt.ui.actions.Move").
static java.lang.String OPEN_CALL_HIERARCHY
          Navigate menu: name of standard Open Call Hierarchy global action (value "org.eclipse.cdt.ui.actions.OpenCallHierarchy").
static java.lang.String OPEN_INCLUDE_BROWSER
          Navigate menu: name of standard Open Include Browser global action (value "org.eclipse.cdt.ui.actions.OpenIncludeBrowser").
static java.lang.String OPEN_SUPER_IMPLEMENTATION
          Navigate menu: name of standard Open Super Implementation global action (value "org.eclipse.cdt.ui.actions.OpenSuperImplementation").
static java.lang.String OPEN_TYPE_HIERARCHY
          Navigate menu: name of standard Open Type Hierarchy global action (value "org.eclipse.cdt.ui.actions.OpenTypeHierarchy").
static java.lang.String OVERRIDE_METHODS
          Source menu: name of standard Override Methods global action (value "org.eclipse.cdt.ui.actions.OverrideMethods").
static java.lang.String PULL_UP
          Refactor menu: name of standard Pull Up global action (value "org.eclipse.cdt.ui.actions.PullUp").
static java.lang.String PUSH_DOWN
          Refactor menu: name of standard Push Down global action (value "org.eclipse.cdt.ui.actions.PushDown").
static java.lang.String REMOVE_BLOCK_COMMENT
          Source menu: name of standard Block Uncomment global action (value "org.eclipse.cdt.ui.actions.RemoveBlockComment").
static java.lang.String RENAME
          Refactor menu: name of standard Rename Element global action (value "org.eclipse.cdt.ui.actions.Rename").
static java.lang.String SELF_ENCAPSULATE_FIELD
          Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.cdt.ui.actions.SelfEncapsulateField").
static java.lang.String SHIFT_LEFT
          Source menu: name of standard Shift Left global action (value "org.eclipse.cdt.ui.actions.ShiftLeft").
static java.lang.String SHIFT_RIGHT
          Source menu: name of standard Shift Right action (value "org.eclipse.cdt.ui.actions.ShiftRight").
static java.lang.String SORT_MEMBERS
          Source menu: name of standard Sort Members global action (value "org.eclipse.cdt.ui.actions.SortMembers").
static java.lang.String SURROUND_WITH_TRY_CATCH
          Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.cdt.ui.actions.SurroundWithTryCatch").
static java.lang.String TOGGLE_COMMENT
          Source menu: name of standard ToggleComment global action (value "org.eclipse.cdt.ui.actions.ToggleComment").
static java.lang.String UNCOMMENT
          Source menu: name of standard Uncomment global action (value "org.eclipse.cdt.ui.actions.Uncomment").
static java.lang.String USE_SUPERTYPE
          Refactor menu: name of standard Use Supertype global action (value "org.eclipse.cdt.ui.actions.UseSupertype").
 
Constructor Summary
CdtActionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOTO_TYPE

public static final java.lang.String GOTO_TYPE
Navigate menu: name of standard Goto Type global action (value "org.eclipse.cdt.ui.actions.GoToType").

See Also:
Constant Field Values

OPEN_SUPER_IMPLEMENTATION

public static final java.lang.String OPEN_SUPER_IMPLEMENTATION
Navigate menu: name of standard Open Super Implementation global action (value "org.eclipse.cdt.ui.actions.OpenSuperImplementation").

See Also:
Constant Field Values

OPEN_TYPE_HIERARCHY

public static final java.lang.String OPEN_TYPE_HIERARCHY
Navigate menu: name of standard Open Type Hierarchy global action (value "org.eclipse.cdt.ui.actions.OpenTypeHierarchy").

See Also:
Constant Field Values

OPEN_CALL_HIERARCHY

public static final java.lang.String OPEN_CALL_HIERARCHY
Navigate menu: name of standard Open Call Hierarchy global action (value "org.eclipse.cdt.ui.actions.OpenCallHierarchy").

Since:
3.0
See Also:
Constant Field Values

OPEN_INCLUDE_BROWSER

public static final java.lang.String OPEN_INCLUDE_BROWSER
Navigate menu: name of standard Open Include Browser global action (value "org.eclipse.cdt.ui.actions.OpenIncludeBrowser").

Since:
4.0
See Also:
Constant Field Values

CONTENT_ASSIST

public static final java.lang.String CONTENT_ASSIST
Edit menu: name of standard Code Assist global action (value "org.eclipse.cdt.ui.actions.ContentAssist").

See Also:
Constant Field Values

COMMENT

public static final java.lang.String COMMENT
Source menu: name of standard Comment global action (value "org.eclipse.cdt.ui.actions.Comment").

See Also:
Constant Field Values

UNCOMMENT

public static final java.lang.String UNCOMMENT
Source menu: name of standard Uncomment global action (value "org.eclipse.cdt.ui.actions.Uncomment").

See Also:
Constant Field Values

TOGGLE_COMMENT

public static final java.lang.String TOGGLE_COMMENT
Source menu: name of standard ToggleComment global action (value "org.eclipse.cdt.ui.actions.ToggleComment").

Since:
3.0
See Also:
Constant Field Values

ADD_BLOCK_COMMENT

public static final java.lang.String ADD_BLOCK_COMMENT
Source menu: name of standard Block Comment global action (value "org.eclipse.cdt.ui.actions.AddBlockComment").

Since:
3.0
See Also:
Constant Field Values

REMOVE_BLOCK_COMMENT

public static final java.lang.String REMOVE_BLOCK_COMMENT
Source menu: name of standard Block Uncomment global action (value "org.eclipse.cdt.ui.actions.RemoveBlockComment").

Since:
3.0
See Also:
Constant Field Values

INDENT

public static final java.lang.String INDENT
Source menu: name of standard Indent global action (value "org.eclipse.cdt.ui.actions.Indent").

See Also:
Constant Field Values

SHIFT_RIGHT

public static final java.lang.String SHIFT_RIGHT
Source menu: name of standard Shift Right action (value "org.eclipse.cdt.ui.actions.ShiftRight").

See Also:
Constant Field Values

SHIFT_LEFT

public static final java.lang.String SHIFT_LEFT
Source menu: name of standard Shift Left global action (value "org.eclipse.cdt.ui.actions.ShiftLeft").

See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
Source menu: name of standard Format global action (value "org.eclipse.cdt.ui.actions.Format").

See Also:
Constant Field Values

ADD_INCLUDE

public static final java.lang.String ADD_INCLUDE
Source menu: name of standard Add Include global action (value "org.eclipse.cdt.ui.actions.AddInclude").

See Also:
Constant Field Values

SORT_MEMBERS

public static final java.lang.String SORT_MEMBERS
Source menu: name of standard Sort Members global action (value "org.eclipse.cdt.ui.actions.SortMembers").

See Also:
Constant Field Values

SURROUND_WITH_TRY_CATCH

public static final java.lang.String SURROUND_WITH_TRY_CATCH
Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.cdt.ui.actions.SurroundWithTryCatch").

See Also:
Constant Field Values

OVERRIDE_METHODS

public static final java.lang.String OVERRIDE_METHODS
Source menu: name of standard Override Methods global action (value "org.eclipse.cdt.ui.actions.OverrideMethods").

See Also:
Constant Field Values

GENERATE_GETTER_SETTER

public static final java.lang.String GENERATE_GETTER_SETTER
Source menu: name of standard Generate Getter and Setter global action (value "org.eclipse.cdt.ui.actions.GenerateGetterSetter").

See Also:
Constant Field Values

GENERATE_DELEGATE_METHODS

public static final java.lang.String GENERATE_DELEGATE_METHODS
Source menu: name of standard delegate methods global action (value "org.eclipse.cdt.ui.actions.GenerateDelegateMethods").

See Also:
Constant Field Values

ADD_CONSTRUCTOR_FROM_SUPERCLASS

public static final java.lang.String ADD_CONSTRUCTOR_FROM_SUPERCLASS
Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.cdt.ui.actions.AddConstructorFromSuperclass").

See Also:
Constant Field Values

GENERATE_CONSTRUCTOR_USING_FIELDS

public static final java.lang.String GENERATE_CONSTRUCTOR_USING_FIELDS
Source menu: name of standard Generate Constructor using Fields global action (value "org.eclipse.cdt.ui.actions.GenerateConstructorUsingFields").

See Also:
Constant Field Values

ADD_CPP_DOC_COMMENT

public static final java.lang.String ADD_CPP_DOC_COMMENT
Source menu: name of standard Add Cppdoc Comment global action (value "org.eclipse.cdt.ui.actions.AddCppDocComment").

See Also:
Constant Field Values

FIND_STRINGS_TO_EXTERNALIZE

public static final java.lang.String FIND_STRINGS_TO_EXTERNALIZE
Source menu: name of standard Find Strings to Externalize global action (value "org.eclipse.cdt.ui.actions.FindStringsToExternalize").

See Also:
Constant Field Values

EXTERNALIZE_STRINGS

public static final java.lang.String EXTERNALIZE_STRINGS
Source menu: name of standard Externalize Strings global action (value "org.eclipse.cdt.ui.actions.ExternalizeStrings").

See Also:
Constant Field Values

SELF_ENCAPSULATE_FIELD

public static final java.lang.String SELF_ENCAPSULATE_FIELD
Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.cdt.ui.actions.SelfEncapsulateField").

See Also:
Constant Field Values

MODIFY_PARAMETERS

public static final java.lang.String MODIFY_PARAMETERS
Refactor menu: name of standard Modify Parameters global action (value "org.eclipse.cdt.ui.actions.ModifyParameters").

See Also:
Constant Field Values

PULL_UP

public static final java.lang.String PULL_UP
Refactor menu: name of standard Pull Up global action (value "org.eclipse.cdt.ui.actions.PullUp").

See Also:
Constant Field Values

PUSH_DOWN

public static final java.lang.String PUSH_DOWN
Refactor menu: name of standard Push Down global action (value "org.eclipse.cdt.ui.actions.PushDown").

See Also:
Constant Field Values

MOVE

public static final java.lang.String MOVE
Refactor menu: name of standard Move Element global action (value "org.eclipse.cdt.ui.actions.Move").

See Also:
Constant Field Values

RENAME

public static final java.lang.String RENAME
Refactor menu: name of standard Rename Element global action (value "org.eclipse.cdt.ui.actions.Rename").

See Also:
Constant Field Values

EXTRACT_TEMP

public static final java.lang.String EXTRACT_TEMP
Refactor menu: name of standard Extract Temp global action (value "org.eclipse.cdt.ui.actions.ExtractTemp").

See Also:
Constant Field Values

EXTRACT_CONSTANT

public static final java.lang.String EXTRACT_CONSTANT
Refactor menu: name of standard Extract Constant global action (value "org.eclipse.cdt.ui.actions.ExtractConstant").

See Also:
Constant Field Values

INTRODUCE_PARAMETER

public static final java.lang.String INTRODUCE_PARAMETER
Refactor menu: name of standard Introduce Parameter global action (value "org.eclipse.cdt.ui.actions.IntroduceParameter").

See Also:
Constant Field Values

INTRODUCE_FACTORY

public static final java.lang.String INTRODUCE_FACTORY
Refactor menu: name of standard Introduce Factory global action (value "org.eclipse.cdt.ui.actions.IntroduceFactory").

See Also:
Constant Field Values

EXTRACT_METHOD

public static final java.lang.String EXTRACT_METHOD
Refactor menu: name of standard Extract Method global action (value "org.eclipse.cdt.ui.actions.ExtractMethod").

See Also:
Constant Field Values

INLINE

public static final java.lang.String INLINE
Refactor menu: name of standard Inline global action (value "org.eclipse.cdt.ui.actions.Inline").

See Also:
Constant Field Values

EXTRACT_INTERFACE

public static final java.lang.String EXTRACT_INTERFACE
Refactor menu: name of standard Extract Interface global action (value "org.eclipse.cdt.ui.actions.ExtractInterface").

See Also:
Constant Field Values

CHANGE_TYPE

public static final java.lang.String CHANGE_TYPE
Refactor menu: name of standard Generalize Type global action (value "org.eclipse.cdt.ui.actions.ChangeType").

See Also:
Constant Field Values

CONVERT_NESTED_TO_TOP

public static final java.lang.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.cdt.ui.actions.MoveInnerToTop").

See Also:
Constant Field Values

USE_SUPERTYPE

public static final java.lang.String USE_SUPERTYPE
Refactor menu: name of standard Use Supertype global action (value "org.eclipse.cdt.ui.actions.UseSupertype").

See Also:
Constant Field Values

CONVERT_LOCAL_TO_FIELD

public static final java.lang.String CONVERT_LOCAL_TO_FIELD
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.cdt.ui.actions.ConvertLocalToField").

See Also:
Constant Field Values

CONVERT_ANONYMOUS_TO_NESTED

public static final java.lang.String CONVERT_ANONYMOUS_TO_NESTED
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.cdt.ui.actions.ConvertAnonymousToNested").

See Also:
Constant Field Values

FIND_REFERENCES_IN_WORKSPACE

public static final java.lang.String FIND_REFERENCES_IN_WORKSPACE
Search menu: name of standard Find References in Workspace global action (value "org.eclipse.cdt.ui.actions.ReferencesInWorkspace").

See Also:
Constant Field Values

FIND_REFERENCES_IN_PROJECT

public static final java.lang.String FIND_REFERENCES_IN_PROJECT
Search menu: name of standard Find References in Project global action (value "org.eclipse.cdt.ui.actions.ReferencesInProject").

See Also:
Constant Field Values

FIND_REFERENCES_IN_HIERARCHY

public static final java.lang.String FIND_REFERENCES_IN_HIERARCHY
Search menu: name of standard Find References in Hierarchy global action (value "org.eclipse.cdt.ui.actions.ReferencesInHierarchy").

See Also:
Constant Field Values

FIND_REFERENCES_IN_WORKING_SET

public static final java.lang.String FIND_REFERENCES_IN_WORKING_SET
Search menu: name of standard Find References in Working Set global action (value "org.eclipse.cdt.ui.actions.ReferencesInWorkingSet").

See Also:
Constant Field Values

FIND_DECLARATIONS_IN_WORKSPACE

public static final java.lang.String FIND_DECLARATIONS_IN_WORKSPACE
Search menu: name of standard Find Declarations in Workspace global action (value "org.eclipse.cdt.ui.actions.DeclarationsInWorkspace").

See Also:
Constant Field Values

FIND_DECLARATIONS_IN_PROJECT

public static final java.lang.String FIND_DECLARATIONS_IN_PROJECT
Search menu: name of standard Find Declarations in Project global action (value "org.eclipse.cdt.ui.actions.DeclarationsInProject").

See Also:
Constant Field Values

FIND_DECLARATIONS_IN_HIERARCHY

public static final java.lang.String FIND_DECLARATIONS_IN_HIERARCHY
Search menu: name of standard Find Declarations in Hierarchy global action (value "org.eclipse.cdt.ui.actions.DeclarationsInHierarchy").

See Also:
Constant Field Values

FIND_DECLARATIONS_IN_WORKING_SET

public static final java.lang.String FIND_DECLARATIONS_IN_WORKING_SET
Search menu: name of standard Find Declarations in Working Set global action (value "org.eclipse.cdt.ui.actions.DeclarationsInWorkingSet").

See Also:
Constant Field Values

FIND_IMPLEMENTORS_IN_WORKSPACE

public static final java.lang.String FIND_IMPLEMENTORS_IN_WORKSPACE
Search menu: name of standard Find Implementors in Workspace global action (value "org.eclipse.cdt.ui.actions.ImplementorsInWorkspace").

See Also:
Constant Field Values

FIND_IMPLEMENTORS_IN_PROJECT

public static final java.lang.String FIND_IMPLEMENTORS_IN_PROJECT
Search menu: name of standard Find Implementors in Project global action (value "org.eclipse.cdt.ui.actions.ImplementorsInProject").

See Also:
Constant Field Values

FIND_IMPLEMENTORS_IN_WORKING_SET

public static final java.lang.String FIND_IMPLEMENTORS_IN_WORKING_SET
Search menu: name of standard Find Implementors in Working Set global action (value "org.eclipse.cdt.ui.actions.ImplementorsInWorkingSet").

See Also:
Constant Field Values

FIND_READ_ACCESS_IN_WORKSPACE

public static final java.lang.String FIND_READ_ACCESS_IN_WORKSPACE
Search menu: name of standard Find Read Access in Workspace global action (value "org.eclipse.cdt.ui.actions.ReadAccessInWorkspace").

See Also:
Constant Field Values

FIND_READ_ACCESS_IN_PROJECT

public static final java.lang.String FIND_READ_ACCESS_IN_PROJECT
Search menu: name of standard Find Read Access in Project global action (value "org.eclipse.cdt.ui.actions.ReadAccessInProject").

See Also:
Constant Field Values

FIND_READ_ACCESS_IN_HIERARCHY

public static final java.lang.String FIND_READ_ACCESS_IN_HIERARCHY
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.cdt.ui.actions.ReadAccessInHierarchy").

See Also:
Constant Field Values

FIND_READ_ACCESS_IN_WORKING_SET

public static final java.lang.String FIND_READ_ACCESS_IN_WORKING_SET
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.cdt.ui.actions.ReadAccessInWorkingSet").

See Also:
Constant Field Values

FIND_WRITE_ACCESS_IN_WORKSPACE

public static final java.lang.String FIND_WRITE_ACCESS_IN_WORKSPACE
Search menu: name of standard Find Write Access in Workspace global action (value "org.eclipse.cdt.ui.actions.WriteAccessInWorkspace").

See Also:
Constant Field Values

FIND_WRITE_ACCESS_IN_PROJECT

public static final java.lang.String FIND_WRITE_ACCESS_IN_PROJECT
Search menu: name of standard Find Write Access in Project global action (value "org.eclipse.cdt.ui.actions.WriteAccessInProject").

See Also:
Constant Field Values

FIND_WRITE_ACCESS_IN_HIERARCHY

public static final java.lang.String FIND_WRITE_ACCESS_IN_HIERARCHY
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.cdt.ui.actions.WriteAccessInHierarchy").

See Also:
Constant Field Values

FIND_WRITE_ACCESS_IN_WORKING_SET

public static final java.lang.String FIND_WRITE_ACCESS_IN_WORKING_SET
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.cdt.ui.actions.WriteAccessInWorkingSet").

See Also:
Constant Field Values

FIND_OCCURRENCES_IN_FILE

public static final java.lang.String FIND_OCCURRENCES_IN_FILE
Search menu: name of standard Occurrences in File global action (value "org.eclipse.cdt.ui.actions.OccurrencesInFile").

See Also:
Constant Field Values

FIND_EXCEPTION_OCCURRENCES

public static final java.lang.String FIND_EXCEPTION_OCCURRENCES
Search menu: name of standard Find exception occurrences global action (value "org.eclipse.cdt.ui.actions.ExceptionOccurrences").

See Also:
Constant Field Values
Constructor Detail

CdtActionConstants

public CdtActionConstants()