|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| AcceleratorActionFactory | AcceleratorActionFactory provides factory methods specific to the accelerator based application theme. |
| AcceleratorApplication | AcceleratorApplication is the subclass of Application that is required for accelerator based applications. |
| AcceleratorCommander | AcceleratorCommander subclasses Commander to provide an accelerator specific menu in the main menubar. |
| AcceleratorDocument | AcceleratorDocument is a subclass of XalDocument for accelerator based applications. |
| AcceleratorWindow | AcceleratorWindow is the subclass of XalWindow that is specific to accelerator based applications. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||