All Packages  Class Hierarchy  This Package  Previous  Next  

Interface wingsoft.editor.EditorConst

public interface EditorConst
This interface provides some constants accessable by users.


Variable Index

 o BUILD_MENU
Mark the Build Menu.
 o EDIT_MENU
Mark the Edit Menu.
 o FILE_MENU
Mark the File Menu.
 o GOTO_MENU
Mark the Goto Menu.
 o HELP_MENU
Mark the Help Menu.
 o PROJECT_MENU
Mark the Project Menu.
 o TOTAL_MENU
The total number of menus in WingEditor menu bar.
 o UTIL_MENU
Mark the Utility Menu.
 o VIEW_MENU
Mark the View Menu.
 o WINDOWS_MENU
Mark the Windows Menu.

Variables

 o FILE_MENU
 public static final int FILE_MENU
Mark the File Menu.

 o PROJECT_MENU
 public static final int PROJECT_MENU
Mark the Project Menu.

 o EDIT_MENU
 public static final int EDIT_MENU
Mark the Edit Menu.

 o BUILD_MENU
 public static final int BUILD_MENU
Mark the Build Menu.

 o VIEW_MENU
 public static final int VIEW_MENU
Mark the View Menu.

 o UTIL_MENU
 public static final int UTIL_MENU
Mark the Utility Menu.

 o GOTO_MENU
 public static final int GOTO_MENU
Mark the Goto Menu.

 o WINDOWS_MENU
 public static final int WINDOWS_MENU
Mark the Windows Menu.

 o HELP_MENU
 public static final int HELP_MENU
Mark the Help Menu.

 o 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