Class fever.app.context.abstract.FeverContext

Description

Defines available methods for a context object.

See Also

Field Index

createContainer, createDialog, createFileSystem, openDocument, quit, runProcess

Method Index

toString()

Field Detail

createContainer

public createContainer:Function
Template method. Creates specific application container.

createFileSystem

public createFileSystem:Function
Template method. Creates specific filesystem.

createDialog

public createDialog:Function
Template method. Creates specific dialog system.

openDocument

public openDocument:Function
Template method. Open an external document.

runProcess

public runProcess:Function
Template method. Run an external application.

quit

public quit:Function
Template method. Exit application.

Method Detail

toString

public function toString():String

Returns string representation.