|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeMenuConstants
The CodeMenuConstants define menu weights for all items for the dynamic Code Menu, regardless of whether the action is defined by the Code Editor or not. This is so we can manage the organization of the Code menu from one centralized location. If you are planning to add an item to the Code menu, you must add a constant here so that ordering is predictable. The code editor will take care of adding all separators.
All commands which appear in the Code menu should also appear in the same Accelerator category. When you initialize that action, you should assign it to the appropriate category using the constant defined herein.
| Field Summary | |
|---|---|
static java.lang.String |
CATEGORY_CODE_MENUThe category to which to add commands which appear in the Code menu. |
static float |
SECTION_SOURCE_CODINGThe menu section Id for the menu section that comprises commands from "Completion Insight" to "Quick Javadoc". |
static float |
SECTION_SOURCE_COMMENTSThe menu section Id for the menu section that comprises commands from "Surround With" to "Unindent Block". |
static float |
SECTION_SOURCE_CTXT_MENUThe section Id for commands that live in the dynamic Source menu. |
static float |
SECTION_SOURCE_CTXT_MENU_NON_EDITORThe section Id for commands that live in the dynamic Source menu. |
static float |
SECTION_SOURCE_GOTOThe menu section Id for the menu section that comprises the goto commands. |
static float |
SECTION_SOURCE_GUTTER_BOOKMARKThe menu section Id for the menu section that comprises the bookmark commands available from the gutter context menu. |
static float |
SECTION_SOURCE_GUTTER_BREAKPOINTThe menu section Id for the menu section that comprises the breakpoint commands available from the gutter context menu. |
static float |
SECTION_SOURCE_GUTTER_GOTOThe menu section Id for the menu section that comprises the "Go to implemented method" and "Go to overrided method" commands available from the gutter context menu. |
static float |
SECTION_SOURCE_GUTTER_LINE_NUMBERThe menu section Id for the menu section that comprises the line number commands available from the gutter context menu. |
static float |
SECTION_SOURCE_GUTTER_PROFILERThe menu section Id for the menu sec tion that comprises the profiler commands available from the gutter context menu. |
static float |
SECTION_SOURCE_GUTTER_TODOThe menu section Id for the menu sec tion that comprises the task commands available from the gutter context menu. |
static float |
SECTION_SOURCE_IMPORTThe menu section Id for the menu section that comprises the import commands. |
static float |
SECTION_SOURCE_INSIGHTThe menu section Id for the menu section that comprises commands from "Completion Insight" to "Quick Javadoc". |
static float |
SECTION_SOURCE_REFACTORThe menu section Id for the menu section that comprises commands from "Rename" to "Extract Method". |
static float |
SECTION_SOURCE_REFORMATThe menu section Id for the menu section that comprises the reformat command. |
static float |
WEIGHT_ADD_JAVADOC_COMMENTThe "Add Javadoc Comment" menu item weight. |
static float |
WEIGHT_ASSISTANCE_INSIGHTDeprecated. |
static float |
WEIGHT_BLOCK_INDENTThe "Block Indent" menu item weight. |
static float |
WEIGHT_BLOCK_OUTDENTThe "Block Outdent" menu item weight. |
static float |
WEIGHT_BREAKPOINTThe "Breakpoint" sub-menu weight. |
static float |
WEIGHT_CODE_ASSISTThe "Code Assist" menu item weight. |
static float |
WEIGHT_COMPLETE_STATEMENTThe "Complete Statement" menu item weight. |
static float |
WEIGHT_COMPLETION_INSIGHTThe "Completion Insight" menu item weight. |
static float |
WEIGHT_EXPAND_SELECTIONThe "Surround With..." menu item weight. |
static float |
WEIGHT_EXPAND_TEMPLATEThe "Expand Template" menu item weight. |
static float |
WEIGHT_EXTRACT_METHODThe "Extract Method" menu item weight. |
static float |
WEIGHT_GENERATE_ACCESSORSThe "Generate Accessors..." menu item weight. |
static float |
WEIGHT_GENERATE_CONSTRUCTORThe "Generate Constructors..." menu item weight. |
static float |
WEIGHT_GOTOThe "Goto Next Method" menu item weight. |
static float |
WEIGHT_GOTO_NEXT_METHODThe "Goto Next Method" menu item weight. |
static float |
WEIGHT_GOTO_PREV_METHODThe "Goto Next Method" menu item weight. |
static float |
WEIGHT_IMPLEMENT_INTERFACEThe "Implement Interface..." menu item weight. |
static float |
WEIGHT_INTRODUCE_VARIABLEThe "Introduce Variable" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_ADD_TODOThe "Add Task" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_EDIT_BREAKPOINTThe "Edit Breakpoint" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_EDIT_TODOThe "Edit Task" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_ENABLE_BREAKPOINTThe "Enable Breakpoint" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_PREFERENCESThe "Preferences" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_TOGGLE_BOOKMARKThe "Toggle Bookmark" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_TOGGLE_BREAKPOINTThe "Toggle Breakpoint" menu item weight. |
static float |
WEIGHT_LINE_GUTTER_TOGGLE_LINE_NUMBERSThe "Toggle Line Numbers" menu item weight. |
static float |
WEIGHT_MOVE_ELEMENTThe "Move <element>" menu item weight. |
static float |
WEIGHT_NARROW_IMPORTSThe "Narrow Imports" menu item weight. |
static float |
WEIGHT_NEW_METHOD_TESTThe "New Method Test" menu item weight. |
static float |
WEIGHT_ORGANIZE_IMPORTSThe "Organize Imports" sub-menu weight. |
static float |
WEIGHT_OVERRIDE_METHODSThe "Override Methods..." menu item weight. |
static float |
WEIGHT_PARAMETER_INSIGHTThe "Parameter Insight" menu item weight. |
static float |
WEIGHT_QUICK_DOCThe "Quick Doc" menu item weight. |
static float |
WEIGHT_REFORMATThe "Reformat" menu item wieght. |
static float |
WEIGHT_REFRESH_TEST_SUITEThe "Refresh Test Suite" menu item weight. |
static float |
WEIGHT_REMOVE_UNUSED_IMPORTSThe "Remove Unused Imports" menu item weight. |
static float |
WEIGHT_RENAME_ELEMENTThe "Rename <element>" menu item weight. |
static float |
WEIGHT_SEPARATOR1The first separator weight. |
static float |
WEIGHT_SEPARATOR2The second separator weight. |
static float |
WEIGHT_SEPARATOR3The third separator weight. |
static float |
WEIGHT_SEPARATOR4The 4th separator weight. |
static float |
WEIGHT_SEPARATOR5The fifth separator weight. |
static float |
WEIGHT_SEPARATOR6The sixth separator weight. |
static float |
WEIGHT_SEPARATOR7The seventh separator weight. |
static float |
WEIGHT_SEPARATOR8The eighth separator weight. |
static float |
WEIGHT_SMART_COMPLETION_INSIGHTThe "Completion Insight" menu item weight. |
static float |
WEIGHT_SORT_IMPORTSThe "Sort Imports" menu item weight. |
static float |
WEIGHT_SOURCE_EDITS_MENUThe Text Edits sub menu |
static float |
WEIGHT_SURROUND_WITHThe "Surround With..." menu item weight. |
static float |
WEIGHT_TOGGLE_BLOCK_COLORINGThe block coloring weight. |
static float |
WEIGHT_TOGGLE_BREADCRUMBSThe toggle breadcrumbs weight. |
static float |
WEIGHT_TOGGLE_COMMENTSThe "Toggle Comments" menu item weight. |
static float |
WEIGHT_TOGGLE_SHOW_WHITESPACEThe show whitespace weight. |
static float |
WEIGHT_WIDEN_IMPORTSThe "Widen Imports" menu item weight. |
| Field Detail |
|---|
static final java.lang.String CATEGORY_CODE_MENU
static final float SECTION_SOURCE_CTXT_MENU
SECTION_SOURCE_CTXT_MENU_NON_EDITORstatic final float SECTION_SOURCE_CTXT_MENU_NON_EDITOR
SECTION_SOURCE_CTXT_MENUstatic final float SECTION_SOURCE_INSIGHT
static final float SECTION_SOURCE_REFACTOR
static final float SECTION_SOURCE_CODING
static final float SECTION_SOURCE_COMMENTS
static final float SECTION_SOURCE_IMPORT
static final float SECTION_SOURCE_REFORMAT
static final float SECTION_SOURCE_GOTO
static final float SECTION_SOURCE_GUTTER_GOTO
static final float SECTION_SOURCE_GUTTER_BOOKMARK
static final float SECTION_SOURCE_GUTTER_BREAKPOINT
static final float SECTION_SOURCE_GUTTER_LINE_NUMBER
static final float SECTION_SOURCE_GUTTER_TODO
static final float SECTION_SOURCE_GUTTER_PROFILER
static final float WEIGHT_COMPLETION_INSIGHT
static final float WEIGHT_SMART_COMPLETION_INSIGHT
static final float WEIGHT_PARAMETER_INSIGHT
static final float WEIGHT_ASSISTANCE_INSIGHT
static final float WEIGHT_COMPLETE_STATEMENT
static final float WEIGHT_EXPAND_TEMPLATE
static final float WEIGHT_CODE_ASSIST
static final float WEIGHT_QUICK_DOC
static final float WEIGHT_SEPARATOR1
static final float WEIGHT_BREAKPOINT
static final float WEIGHT_TOGGLE_BREADCRUMBS
static final float WEIGHT_TOGGLE_SHOW_WHITESPACE
static final float WEIGHT_TOGGLE_BLOCK_COLORING
static final float WEIGHT_SEPARATOR2
static final float WEIGHT_RENAME_ELEMENT
static final float WEIGHT_MOVE_ELEMENT
static final float WEIGHT_INTRODUCE_VARIABLE
static final float WEIGHT_EXTRACT_METHOD
static final float WEIGHT_SEPARATOR3
static final float WEIGHT_OVERRIDE_METHODS
static final float WEIGHT_IMPLEMENT_INTERFACE
static final float WEIGHT_SEPARATOR4
static final float WEIGHT_GENERATE_ACCESSORS
static final float WEIGHT_GENERATE_CONSTRUCTOR
static final float WEIGHT_ADD_JAVADOC_COMMENT
static final float WEIGHT_SEPARATOR5
static final float WEIGHT_NEW_METHOD_TEST
static final float WEIGHT_REFRESH_TEST_SUITE
static final float WEIGHT_SEPARATOR6
static final float WEIGHT_SOURCE_EDITS_MENU
static final float WEIGHT_SURROUND_WITH
static final float WEIGHT_TOGGLE_COMMENTS
static final float WEIGHT_BLOCK_INDENT
static final float WEIGHT_BLOCK_OUTDENT
static final float WEIGHT_EXPAND_SELECTION
static final float WEIGHT_SEPARATOR7
static final float WEIGHT_ORGANIZE_IMPORTS
static final float WEIGHT_SORT_IMPORTS
static final float WEIGHT_NARROW_IMPORTS
static final float WEIGHT_WIDEN_IMPORTS
static final float WEIGHT_REMOVE_UNUSED_IMPORTS
static final float WEIGHT_SEPARATOR8
static final float WEIGHT_REFORMAT
static final float WEIGHT_GOTO
static final float WEIGHT_GOTO_NEXT_METHOD
static final float WEIGHT_GOTO_PREV_METHOD
static final float WEIGHT_LINE_GUTTER_TOGGLE_BOOKMARK
static final float WEIGHT_LINE_GUTTER_TOGGLE_BREAKPOINT
static final float WEIGHT_LINE_GUTTER_ENABLE_BREAKPOINT
static final float WEIGHT_LINE_GUTTER_EDIT_BREAKPOINT
static final float WEIGHT_LINE_GUTTER_TOGGLE_LINE_NUMBERS
static final float WEIGHT_LINE_GUTTER_ADD_TODO
static final float WEIGHT_LINE_GUTTER_EDIT_TODO
static final float WEIGHT_LINE_GUTTER_PREFERENCES
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||