|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.application.Commander
|
+--gov.sns.xal.smf.application.AcceleratorCommander
AcceleratorCommander subclasses Commander to provide an accelerator specific menu in the main menubar.
| Field Summary |
| Fields inherited from class gov.sns.application.Commander |
buttonModelMap, commands, controlMap |
| Constructor Summary | |
protected |
AcceleratorCommander()
Inherit from Commander |
protected |
AcceleratorCommander(Commander appCommander,
XalDocument document)
Creates a new instance of AcceleratorCommander |
| Method Summary | |
protected void |
loadDefaultBundle()
Load the default bundle Override the super class version to include the accelerator specific additions. |
protected void |
registerCustomCommands(XalDocument document)
This method overrides the inherited method to add the accelerator handler which dynamically generates the Accelerator menu items. |
| Methods inherited from class gov.sns.application.Commander |
getAction, getMenubar, getToolbar, loadBundle, loadBundles, loadCustomBundle, loadCustomBundle, registerAction, registerAction, registerCommands, registerCommands, registerCustomCommands, registerMenuHandler, registerModel, registerTextCommands |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AcceleratorCommander(Commander appCommander,
XalDocument document)
protected AcceleratorCommander()
| Method Detail |
protected void loadDefaultBundle()
loadDefaultBundle in class Commanderprotected void registerCustomCommands(XalDocument document)
registerCustomCommands in class Commanderdocument - The document for which some commands may need to be associatedXalDocument.customizeCommands(gov.sns.application.Commander),
XalWindow.customizeCommands(gov.sns.application.Commander),
ApplicationAdaptor.customizeCommands(gov.sns.application.Commander)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||