Package org.omegat.gui.main
Interface IMainMenu
-
- All Known Implementing Classes:
MainWindowMenu
public interface IMainMenuMain menu interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JMenugetAutoCompletionMenu()javax.swing.JMenugetGlossaryMenu()javax.swing.JMenugetMachineTranslationMenu()javax.swing.JMenugetOptionsMenu()javax.swing.JMenugetProjectMenu()javax.swing.JMenugetToolsMenu()voidinvokeAction(java.lang.String action, int modifiers)
-
-
-
Method Detail
-
getMachineTranslationMenu
javax.swing.JMenu getMachineTranslationMenu()
-
getOptionsMenu
javax.swing.JMenu getOptionsMenu()
-
getToolsMenu
javax.swing.JMenu getToolsMenu()
-
getGlossaryMenu
javax.swing.JMenu getGlossaryMenu()
-
getProjectMenu
javax.swing.JMenu getProjectMenu()
-
getAutoCompletionMenu
javax.swing.JMenu getAutoCompletionMenu()
-
invokeAction
void invokeAction(java.lang.String action, int modifiers)
-
-