public class SchematicView extends AbstractAction implements MenuCreator
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchematicView.SchematicViewGenerator |
MenuCreator.MENU_LOCATION| Constructor and Description |
|---|
SchematicView() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(ActionEvent e) |
Set<String> |
getActionNames() |
JMenuItem[] |
getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
MenuItems to be added in location menu
|
JMenu[] |
getTopLevelMenus() |
void |
localeChanged()
Update Top Level menu on Locale Change
|
boolean |
localeChanged(MenuElement menu) |
getParentFrame, popupCheckExistingFileListener, popupShouldSavepublic void doAction(ActionEvent e)
doAction in interface CommanddoAction in class AbstractActionCommand.doAction(ActionEvent)public Set<String> getActionNames()
getActionNames in interface CommandCommand.getActionNames()public JMenuItem[] getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
MenuCreatorgetMenuItemsAtLocation in interface MenuCreatorlocation - in top menuJMenuItempublic JMenu[] getTopLevelMenus()
getTopLevelMenus in interface MenuCreatorpublic boolean localeChanged(MenuElement menu)
localeChanged in interface MenuCreatormenu - MenuElementpublic void localeChanged()
MenuCreatorlocaleChanged in interface MenuCreatorCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.