| java.lang.Object ti.chimera.Service ti.chimera.service.FileBrowser
FileBrowser | abstract public class FileBrowser extends ti.chimera.Service (Code) | | for now this is just here so FileChooser has a way to get the file browser
plugin to manufacture a popup... eventually this should probably make all
file browser service methods available...
author: Rob Clark version: 0.1 |
Constructor Summary | |
public | FileBrowser() Class Constructor. |
FileBrowser | public FileBrowser()(Code) | | Class Constructor.
|
fireAction | abstract public void fireAction(oscript.fs.AbstractFile file, String action)(Code) | | Trigger a specified action for the specified
file . If the action is null
then trigger the default action, if any.
|
getRecentItems | abstract public String[] getRecentItems()(Code) | | Get an array of files that were recently opened, in order of most
recent first.
array of file paths |
|
|