Class UIWORKSPACE

Name

UIWORKSPACE  --  Class of application instance.

Synopsis

 UIWorkSpace()	--> UIWorkSpace object
 
 
 
 

Description

Class UIWorkSpace

Attributes

<className> - Class name. Value should be "UIWorkSpace".
<onQuit> - Action executed on application quit.

Methods

QUIT Quit application instance work.
RUN Run application instance.
SETACTION Set action that will be call on application quit.
UIWORKSPACE Constructor. Create application instance.

Method UIWORKSPACE:QUIT()

 quit()

Method UIWORKSPACE:RUN()

 run()

Method UIWORKSPACE:SETACTION()

 setAction([<signal>],<action>)

Method UIWORKSPACE:UIWORKSPACE()

 UIWorkSpace([<params>])	--> UIWorkSpace object

Example:

 app  := UIWorkSpace()
 app:run()
 

Platforms

No dependies of platform.