Uses of Class
xal.extension.application.Commander
Packages that use Commander
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
Provides a framework for building document based applications that use XAL's
accelerator architecture.
-
Uses of Commander in xal.extension.application
Fields in xal.extension.application declared as CommanderMethods in xal.extension.application that return CommanderModifier and TypeMethodDescriptionApplication.getCommander()
Get the application commander that manages commands for the entire application.protected Commander
Application.makeCommander()
Make an application commanderprotected Commander
DesktopApplication.makeCommander()
Make an application commanderprotected Commander
XalInternalDocument.makeCommander()
Subclasses may override this method to provide a custom Commander.XalInternalWindow.makeCommander()
Subclasses should override this method to provide a custom Commander.XalWindow.makeCommander()
Subclasses should override this method to provide a custom Commander.Methods in xal.extension.application with parameters of type CommanderModifier and TypeMethodDescriptionvoid
AbstractApplicationAdaptor.customizeCommands
(Commander commander) Override this method to register custom application commands.void
XalInternalWindow.customizeCommands
(Commander commander) Override this method to register custom commands.void
XalWindow.customizeCommands
(Commander commander) Override this method to register custom commands.protected void
XalInternalDocument.customizeDesktopCommands
(Commander commander) Subclasses should override this method to register custom document commands (if any) for the desktop menu.Constructors in xal.extension.application with parameters of type CommanderModifierConstructorDescriptionprotected
Primary Constructor for generating a document commander.protected
Commander
(Commander appCommander, XalDocument document) Constructor for generating a document commander.protected
Commander
(Commander appCommander, XalInternalDocument document) Constructor for generating a document commander. -
Uses of Commander in xal.extension.application.smf
Subclasses of Commander in xal.extension.application.smfModifier and TypeClassDescriptionclass
AcceleratorCommander subclasses Commander to provide an accelerator specific menu in the main menubar.Methods in xal.extension.application.smf that return CommanderModifier and TypeMethodDescriptionprotected Commander
AcceleratorApplication.makeCommander()
Make an application commanderAcceleratorWindow.makeCommander()
Subclasses should override this method to provide a custom Commander.Constructors in xal.extension.application.smf with parameters of type CommanderModifierConstructorDescriptionprotected
AcceleratorCommander
(Commander appCommander, XalDocument document) Creates a new instance of AcceleratorCommander