Class AcceleratorWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, XalDocumentListener, XalDocumentView
Direct Known Subclasses:
DefaultAcceleratorWindow

public abstract class AcceleratorWindow extends XalWindow
AcceleratorWindow is the subclass of XalWindow that is specific to accelerator based applications.
Author:
tap
See Also:
  • Constructor Details

    • AcceleratorWindow

      protected AcceleratorWindow(XalDocument aDocument)
      Creates a new instance of AcceleratorWindow
  • Method Details

    • makeCommander

      public Commander makeCommander()
      Subclasses should override this method to provide a custom Commander.
      Overrides:
      makeCommander in class XalWindow
      Returns:
      The commander with support for Accelerator based applications.