Class fvaswing.components.filechooser.mvc.FvFileChooserModel

Description

FvFileChooserModel is the model part of the MVC Design pattern implemented in FvFileChooser.

All datas are buffered with FvFileChooserBuffer buffer system

Method Index

new FvFileChooserModel()
getHome(), getList(), getParent(), rescan(), retreiveList()

Constructor Detail

FvFileChooserModel

public function FvFileChooserModel()

Constructor.

Method Detail

getList

public function getList(path:String):Void

Checks for a new listing.

Uses the model cache if path is in.

rescan

public function rescan(path:String):Void

retreiveList

public function retreiveList(id:String):Void

Retreives list in model cache.

Parameters

idListing stored in model with id code

getParent

public function getParent():Void

Returns to parent directory

getHome

public function getHome():Void

Returns to home directory