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/I201404012230/bundles/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 Tue Apr 01 2014 22:58:23 GMT-0400 (EDT)