Preview UI components for FvFileChooser component.
You can specify preview behaviour using addPreviewCommand()
method and extending the
FvPreviewCommand class.
Take a look at FvImagePreview
class for a concrete example.
public function init(mcChooserTarget:MovieClip):VoidStores a reference to the FileChooser MovieClip container.
public function getChooserMovieTarget():MovieClipReturns a reference to the FileChooser MovieClip container.
Can be used in concrete preview process.
public function load(item:FvFileChooserItem):VoidPrepares preloading of passed-in fvaswing.components.filechooser.FvFileItem object.
public function getContainer():ContainerReturns current main AsWing JPanel.
Use by FvFileChooserView to append FvChooserPreview as component child.