All Packages Class Hierarchy This Package Previous Next
Interface wingsoft.editor.EditorConst
- public interface EditorConst
This interface provides some constants accessable by users.
-
BUILD_MENU
- Mark the Build Menu.
-
EDIT_MENU
- Mark the Edit Menu.
-
FILE_MENU
- Mark the File Menu.
-
GOTO_MENU
- Mark the Goto Menu.
-
HELP_MENU
- Mark the Help Menu.
-
PROJECT_MENU
- Mark the Project Menu.
-
TOTAL_MENU
- The total number of menus in WingEditor menu bar.
-
UTIL_MENU
- Mark the Utility Menu.
-
VIEW_MENU
- Mark the View Menu.
-
WINDOWS_MENU
- Mark the Windows Menu.
FILE_MENU
public static final int FILE_MENU
- Mark the File Menu.
PROJECT_MENU
public static final int PROJECT_MENU
- Mark the Project Menu.
EDIT_MENU
public static final int EDIT_MENU
- Mark the Edit Menu.
BUILD_MENU
public static final int BUILD_MENU
- Mark the Build Menu.
VIEW_MENU
public static final int VIEW_MENU
- Mark the View Menu.
UTIL_MENU
public static final int UTIL_MENU
- Mark the Utility Menu.
GOTO_MENU
public static final int GOTO_MENU
- Mark the Goto Menu.
WINDOWS_MENU
public static final int WINDOWS_MENU
- Mark the Windows Menu.
HELP_MENU
public static final int HELP_MENU
- Mark the Help Menu.
TOTAL_MENU
public static final int TOTAL_MENU
- The total number of menus in WingEditor menu bar.
Users-added menu will not affect om this number.
All Packages Class Hierarchy This Package Previous Next