Packageedu.stanford.covertlab.window
Classpublic class HelpWindow
InheritanceHelpWindow Inheritance mx.containers.TitleWindow

PopUp window displaying help for an application. Left-side of window has tree of help section headings. Right-side of window displays the content of the selected help section.

Help data must be of type HelpSection.

See also

HelpSection


Public Methods
 MethodDefined by
  
HelpWindow(application:Application, helpData:HelpSection, aboutData:Object)
HelpWindow
  
open():void
HelpWindow
Constructor detail
HelpWindow()constructor
public function HelpWindow(application:Application, helpData:HelpSection, aboutData:Object)Parameters
application:Application
 
helpData:HelpSection
 
aboutData:Object
Method detail
open()method
public function open():void