Package xal.extension.application.smf
package xal.extension.application.smf
Provides a framework for building document based applications that use XAL's
accelerator architecture. It extends the generic application framework as a
theme to provide an accelerator menu from which the user can load an
accelerator definition file by either navigating to it or loading the default
file. Then the user gets a list of accelerator sequences under the accelerator
menu from which they can choose a sequence or create and choose a combo sequence.
Each document holds an instance of its selected accelerator and sequence.
The accelerator application framework can be used just like the generic framework except that your document should extend AcceleratorDocument and your main window should extend AcceleratorWindow.
- See Also:
-
ClassesClassDescriptionAcceleratorActionFactory provides factory methods specific to the accelerator based application theme.AcceleratorApplication is the subclass of Application that is required for accelerator based applications.AcceleratorCommander subclasses Commander to provide an accelerator specific menu in the main menubar.AcceleratorDocument is a subclass of XalDocument for accelerator based applications.AcceleratorWindow is the subclass of XalWindow that is specific to accelerator based applications.provides a default implementation of the XAL Accelerator window