Class fvaswing.components.filechooser.preview.FvPreviewCommand

Implemented Interfaces

Command

Description

Abstract class defines basic behaviour for concrete preview loading process.

See Also

Method Index

execute(), toString()

Method Detail

execute

public function execute(e:FvPreviewEvent):Void

Ececutes current command.

Passed-in FvPreviewEvent contain the current selected fvaswing.components.filechooser.FvFileItem object.

Throws

IllegalAccessExceptionif not implemented in subcommand.

toString

public function toString():String

Returns string representation.