Class fever.app.context.swfstudio.StudioContext

Implemented Interfaces

IContextFactory

Description

Builds a SWF Studio V3 context for application.

See Also

Field Index

Inherited from FeverContext

Method Index

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

Inherited from FeverContext

Method Detail

getInstance

static public function getInstance():StudioContext

Returns ContextManager instance.

Use init method to define context.

createContainer

public function createContainer():ContextContainer

Creates SWF Studio application container.

Specified By

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

createFileSystem

public function createFileSystem():FileSystem

Inits Haxe FileSystem I/O.

Specified By

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

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