Class fever.app.context.browser.BrowserContext

Implemented Interfaces

IContextFactory

Description

Builds a Browser context for application.

See Also

Field Index

remoteFileSystem

Inherited from FeverContext

Method Index

createContainer(), createDialog(), createFileSystem(), getInstance(), openDocument(), quit(), runProcess()

Inherited from FeverContext

Field Detail

remoteFileSystem

static public remoteFileSystem:Boolean
true to enable HTTPFileSystem, either use SOFileSystem.

Method Detail

getInstance

static public function getInstance():BrowserContext

Returns ContextManager instance.

Use init method to define context.

createContainer

public function createContainer():ContextContainer

Creates Browser application container.

Use ExternalInterface with Javascript client side.

Specified By

createContainer() in fever.app.context.abstract.IContextFactory

createFileSystem

public function createFileSystem():FileSystem

createDialog

public function createDialog():Dialog

Creates dialog system.

Specified By

createDialog() in fever.app.context.abstract.IContextFactory

openDocument

public function openDocument(path:String):Void

Opens a external document.

Specified By

openDocument() in fever.app.context.abstract.IContextFactory

runProcess

public function runProcess(app:String, args:String, workingDir:String, hidden:Boolean, waitFor:Boolean)

Run an external application.

Specified By

runProcess() in fever.app.context.abstract.IContextFactory

quit

public function quit(force:Boolean):Void

Quit application.

Specified By

quit() in fever.app.context.abstract.IContextFactory