Interface WellKnownMenuConstants
- 
- All Known Implementing Classes:
- IgnitionDesigner.Handler
 
 public interface WellKnownMenuConstants
- 
- 
Field SummaryFields Modifier and Type Field Description static intEDIT_CUTCOPYPASTE_GROUPstatic intEDIT_DELETE_GROUPstatic intEDIT_FINDREPLACE_GROUPstatic intEDIT_MENU_LOCATIONstatic java.lang.StringEDIT_MENU_NAMEstatic intEDIT_UNDO_GROUPstatic intFILE_EXIT_GROUPstatic intFILE_MENU_LOCATIONstatic java.lang.StringFILE_MENU_NAMEstatic intFILE_OPENSAVE_GROUPstatic intHELP_MENU_LOCATIONstatic java.lang.StringHELP_MENU_NAMEstatic intPROJECT_GWCOMM_GROUPstatic intPROJECT_MENU_LOCATIONstatic java.lang.StringPROJECT_MENU_NAMEstatic intPROJECT_PROPS_GROUPstatic intTOOLS_MENU_LOCATIONstatic java.lang.StringTOOLS_MENU_NAMEstatic intVIEW_DOCKING_GROUPstatic intVIEW_MENU_LOCATIONstatic java.lang.StringVIEW_MENU_NAME
 
- 
- 
- 
Field Detail- 
FILE_MENU_LOCATIONstatic final int FILE_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
EDIT_MENU_LOCATIONstatic final int EDIT_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
VIEW_MENU_LOCATIONstatic final int VIEW_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
PROJECT_MENU_LOCATIONstatic final int PROJECT_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
HELP_MENU_LOCATIONstatic final int HELP_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
TOOLS_MENU_LOCATIONstatic final int TOOLS_MENU_LOCATION - See Also:
- Constant Field Values
 
 - 
FILE_MENU_NAMEstatic final java.lang.String FILE_MENU_NAME - See Also:
- Constant Field Values
 
 - 
EDIT_MENU_NAMEstatic final java.lang.String EDIT_MENU_NAME - See Also:
- Constant Field Values
 
 - 
VIEW_MENU_NAMEstatic final java.lang.String VIEW_MENU_NAME - See Also:
- Constant Field Values
 
 - 
PROJECT_MENU_NAMEstatic final java.lang.String PROJECT_MENU_NAME - See Also:
- Constant Field Values
 
 - 
TOOLS_MENU_NAMEstatic final java.lang.String TOOLS_MENU_NAME - See Also:
- Constant Field Values
 
 - 
HELP_MENU_NAMEstatic final java.lang.String HELP_MENU_NAME - See Also:
- Constant Field Values
 
 - 
FILE_OPENSAVE_GROUPstatic final int FILE_OPENSAVE_GROUP - See Also:
- Constant Field Values
 
 - 
FILE_EXIT_GROUPstatic final int FILE_EXIT_GROUP - See Also:
- Constant Field Values
 
 - 
EDIT_UNDO_GROUPstatic final int EDIT_UNDO_GROUP - See Also:
- Constant Field Values
 
 - 
EDIT_CUTCOPYPASTE_GROUPstatic final int EDIT_CUTCOPYPASTE_GROUP - See Also:
- Constant Field Values
 
 - 
EDIT_FINDREPLACE_GROUPstatic final int EDIT_FINDREPLACE_GROUP - See Also:
- Constant Field Values
 
 - 
EDIT_DELETE_GROUPstatic final int EDIT_DELETE_GROUP - See Also:
- Constant Field Values
 
 - 
VIEW_DOCKING_GROUPstatic final int VIEW_DOCKING_GROUP - See Also:
- Constant Field Values
 
 - 
PROJECT_GWCOMM_GROUPstatic final int PROJECT_GWCOMM_GROUP - See Also:
- Constant Field Values
 
 - 
PROJECT_PROPS_GROUPstatic final int PROJECT_PROPS_GROUP - See Also:
- Constant Field Values
 
 
- 
 
-