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 CommanderApplication.makeCommander()Make an application commanderprotected CommanderDesktopApplication.makeCommander()Make an application commanderprotected CommanderXalInternalDocument.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 TypeMethodDescriptionvoidAbstractApplicationAdaptor.customizeCommands(Commander commander) Override this method to register custom application commands.voidXalInternalWindow.customizeCommands(Commander commander) Override this method to register custom commands.voidXalWindow.customizeCommands(Commander commander) Override this method to register custom commands.protected voidXalInternalDocument.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 CommanderModifierConstructorDescriptionprotectedPrimary Constructor for generating a document commander.protectedCommander(Commander appCommander, XalDocument document) Constructor for generating a document commander.protectedCommander(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 TypeClassDescriptionclassAcceleratorCommander subclasses Commander to provide an accelerator specific menu in the main menubar.Methods in xal.extension.application.smf that return CommanderModifier and TypeMethodDescriptionprotected CommanderAcceleratorApplication.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 CommanderModifierConstructorDescriptionprotectedAcceleratorCommander(Commander appCommander, XalDocument document) Creates a new instance of AcceleratorCommander