Class Index | File Index

Classes


Class orion.explorer.Explorer

A table-based explorer component.
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/explorer.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.explorer.Explorer(serviceRegistry, selection, renderer)
Creates a new explorer.
Method Summary
Method Attributes Method Name and Description
 
changedItem(parent, children)
 
createTree(parentId, model)
Displays tree table containing filled with data provided by given model
 
 
getRow(item)
 
makeNewItemPlaceHolder(item, domId, column_no)
 
Class Detail
orion.explorer.Explorer(serviceRegistry, selection, renderer)
Creates a new explorer.
Parameters:
{orion.serviceregistry.ServiceRegistry} serviceRegistry
The service registry to use for any services required by the explorer
{orion.selection.Selection} selection
The initial selection
renderer
Method Detail
changedItem(parent, children)
Parameters:
parent
children

createTree(parentId, model)
Displays tree table containing filled with data provided by given model
Parameters:
parentId
id of parent dom element
model
providing data to display

getRootPath()

getRow(item)
Parameters:
item

makeNewItemPlaceHolder(item, domId, column_no)
Parameters:
item
domId
column_no

updateCommands(item)
Parameters:
item

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:43 GMT-0400 (EDT)