Package org.omegat.gui.main
Class MainWindowMenu
java.lang.Object
org.omegat.gui.main.BaseMainWindowMenu
org.omegat.gui.main.MainWindowMenu
- All Implemented Interfaces:
ActionListener,EventListener,MenuListener,IMainMenu
public final class MainWindowMenu
extends BaseMainWindowMenu
implements ActionListener, MenuListener, IMainMenu
Class for classic main menu.
-
Field Summary
Fields inherited from class org.omegat.gui.main.BaseMainWindowMenu
EDIT_MENU, editMultipleAlternate, editMultipleDefault, GOTO_MENU, GOTO_X_ENTRY_SUBMENU, gotoHistoryBackMenuItem, gotoHistoryForwardMenuItem, HELP_ABOUT_MENUITEM, HELP_MENU, INSERT_CHARS_SUBMENU, OPTIONS_AUTOCOMPLETE_SUBMENU, OPTIONS_DICTIONARY_SUBMENU, OPTIONS_GLOSSARY_SUBMENU, OPTIONS_MACHINE_TRANSLATE_SUBMENU, OPTIONS_MENU, PROJECT_ACCESS_PROJECT_FILES_SUBMENU, PROJECT_EDIT_MENUITEM, PROJECT_MENU, PROJECT_OPEN_RECENT_SUBMENU, SELECT_FUZZY_SUBMENU, SWITCH_CASE_SUBMENU, TOOLS_MENU, VIEW_MENU, VIEW_MODIFICATION_INFO_SUBMENU -
Constructor Summary
ConstructorsConstructorDescriptionMainWindowMenu(IMainWindow mainWindow, BaseMainWindowMenuHandler mainWindowMenuHandler) -
Method Summary
Methods inherited from class org.omegat.gui.main.BaseMainWindowMenu
actionPerformed, getAutoCompletionMenu, getGlossaryMenu, getHelpMenu, getMachineTranslationMenu, getMenu, getOptionsMenu, getProjectMenu, getToolsMenu, invokeAction, menuCanceled, menuDeselected, menuSelectedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.awt.event.ActionListener
actionPerformedMethods inherited from interface org.omegat.gui.main.IMainMenu
getAutoCompletionMenu, getGlossaryMenu, getHelpMenu, getMachineTranslationMenu, getMenu, getOptionsMenu, getProjectMenu, getToolsMenu, invokeActionMethods inherited from interface javax.swing.event.MenuListener
menuCanceled, menuDeselected, menuSelected
-
Constructor Details
-
MainWindowMenu
-