|
|||||||||
| Home >> All >> javax >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide
Class IDEConstants

java.lang.Objectjavax.ide.IDEConstants
- public final class IDEConstants
- extends java.lang.Object
IDE constants. Defines constants identifying a common set of IDE components, such as, views, menus, etc.. These components are generally identified with a unique string name that will be mapped to the real IDE component by the IDE provider.
| Field Summary | |
static java.lang.String |
CLOSE_SECTION_ID
Identifies the Close menu section. |
static java.lang.String |
COPY_ACTION_ID
Identifies the Copy menu action. |
static java.lang.String |
COPY_PASTE_SECTION_ID
Identifies the Cut/Copy/Paste section. |
static java.lang.String |
CUT_ACTION_ID
Identifies Cut menu action. |
static java.lang.String |
EDIT_MENU_ID
Identifies the Edit menu id. |
static java.lang.String |
EDITOR_ID
Identifies the editor view. |
static java.lang.String |
EDITOR_POPUP_ID
Identifies the editor's popup menu. |
static java.lang.String |
FILE_MENU_ID
Identifies the File menu id. |
static java.lang.String |
HELP_MENU_ID
Identifies the Help menu id. |
static java.lang.String |
IDE_ENVIRONMENT
Identifies the IDE environment object. |
static java.lang.String |
LOG_PAGE_ID
Identifies the log window. |
static java.lang.String |
LOG_PAGE_POPUP_ID
Identifies the log window's popup menu |
static java.lang.String |
MAIN_WINDOW_ID
Identifies the main window. |
static java.lang.String |
MAIN_WINDOW_MENUBAR_ID
Identifies the main window's menubar. |
static java.lang.String |
MAIN_WINDOW_TOOLBAR_ID
Identifies the main window's toolbar. |
static java.lang.String |
NEW_SECTION_ID
Identifies the New menu section. |
static java.lang.String |
OPEN_ACTION_ID
Identifies the Open menu action. |
static java.lang.String |
OPEN_SECTION_ID
Identifies the Open menu section. |
static java.lang.String |
PASTE_ACTION_ID
Identifies the Paste menu action. |
static java.lang.String |
PRINT_SECTION_ID
Identifies the Print menu section. |
static java.lang.String |
PROJECT_EXPLORER_ID
Identifies the project explorer window. |
static java.lang.String |
PROJECT_EXPLORER_POPUP_ID
Identifies the project explorer's popup menu |
static java.lang.String |
SAVE_ACTION_ID
Identifies the Save menu action. |
static java.lang.String |
SAVE_SECTION_ID
Identifies the Save menu section. |
static java.lang.String |
VIEW_MENU_ID
Identifies the View menu id. |
| Constructor Summary | |
private |
IDEConstants()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
IDE_ENVIRONMENT
public static final java.lang.String IDE_ENVIRONMENT
- Identifies the IDE environment object.
- See Also:
- Constant Field Values
MAIN_WINDOW_ID
public static final java.lang.String MAIN_WINDOW_ID
- Identifies the main window.
- See Also:
- Constant Field Values
MAIN_WINDOW_MENUBAR_ID
public static final java.lang.String MAIN_WINDOW_MENUBAR_ID
- Identifies the main window's menubar.
- See Also:
- Constant Field Values
MAIN_WINDOW_TOOLBAR_ID
public static final java.lang.String MAIN_WINDOW_TOOLBAR_ID
- Identifies the main window's toolbar.
- See Also:
- Constant Field Values
PROJECT_EXPLORER_ID
public static final java.lang.String PROJECT_EXPLORER_ID
- Identifies the project explorer window.
- See Also:
- Constant Field Values
PROJECT_EXPLORER_POPUP_ID
public static final java.lang.String PROJECT_EXPLORER_POPUP_ID
- Identifies the project explorer's popup menu
- See Also:
- Constant Field Values
LOG_PAGE_ID
public static final java.lang.String LOG_PAGE_ID
- Identifies the log window.
- See Also:
- Constant Field Values
LOG_PAGE_POPUP_ID
public static final java.lang.String LOG_PAGE_POPUP_ID
- Identifies the log window's popup menu
- See Also:
- Constant Field Values
EDITOR_ID
public static final java.lang.String EDITOR_ID
- Identifies the editor view.
- See Also:
- Constant Field Values
EDITOR_POPUP_ID
public static final java.lang.String EDITOR_POPUP_ID
- Identifies the editor's popup menu.
- See Also:
- Constant Field Values
FILE_MENU_ID
public static final java.lang.String FILE_MENU_ID
- Identifies the File menu id.
- See Also:
- Constant Field Values
EDIT_MENU_ID
public static final java.lang.String EDIT_MENU_ID
- Identifies the Edit menu id.
- See Also:
- Constant Field Values
VIEW_MENU_ID
public static final java.lang.String VIEW_MENU_ID
- Identifies the View menu id.
- See Also:
- Constant Field Values
HELP_MENU_ID
public static final java.lang.String HELP_MENU_ID
- Identifies the Help menu id.
- See Also:
- Constant Field Values
NEW_SECTION_ID
public static final java.lang.String NEW_SECTION_ID
- Identifies the New menu section.
- See Also:
- Constant Field Values
OPEN_SECTION_ID
public static final java.lang.String OPEN_SECTION_ID
- Identifies the Open menu section.
- See Also:
- Constant Field Values
SAVE_SECTION_ID
public static final java.lang.String SAVE_SECTION_ID
- Identifies the Save menu section.
- See Also:
- Constant Field Values
CLOSE_SECTION_ID
public static final java.lang.String CLOSE_SECTION_ID
- Identifies the Close menu section.
- See Also:
- Constant Field Values
PRINT_SECTION_ID
public static final java.lang.String PRINT_SECTION_ID
- Identifies the Print menu section.
- See Also:
- Constant Field Values
OPEN_ACTION_ID
public static final java.lang.String OPEN_ACTION_ID
- Identifies the Open menu action.
- See Also:
- Constant Field Values
SAVE_ACTION_ID
public static final java.lang.String SAVE_ACTION_ID
- Identifies the Save menu action.
- See Also:
- Constant Field Values
CUT_ACTION_ID
public static final java.lang.String CUT_ACTION_ID
- Identifies Cut menu action.
- See Also:
- Constant Field Values
COPY_ACTION_ID
public static final java.lang.String COPY_ACTION_ID
- Identifies the Copy menu action.
- See Also:
- Constant Field Values
PASTE_ACTION_ID
public static final java.lang.String PASTE_ACTION_ID
- Identifies the Paste menu action.
- See Also:
- Constant Field Values
COPY_PASTE_SECTION_ID
public static final java.lang.String COPY_PASTE_SECTION_ID
- Identifies the Cut/Copy/Paste section.
- See Also:
- Constant Field Values
| Constructor Detail |
IDEConstants
private IDEConstants()
|
|||||||||
| Home >> All >> javax >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.ide.IDEConstants