Class Index | File Index

Classes


Class orion.explorer.ExplorerFlatModel

Tree model used by orion.explorer.Explorer for flat structures
Defined in: </shared/eclipse/e4/orion/I201302221257/plugins/org.eclipse.orion.client.ui/web/orion/explorers/explorer.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.explorer.ExplorerFlatModel(rootPath, fetchItems)
Creates a new flat explorer model.
Class Detail
orion.explorer.ExplorerFlatModel(rootPath, fetchItems)
Creates a new flat explorer model.
Parameters:
{String} rootPath
path to load tree table root, response should contain a list of items
{Function} fetchItems
A function that returns a promise that resolves to the items at the provided location.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 22 2013 13:00:52 GMT-0500 (EST)