Class orion.navoutliner.NavigationOutliner
A user interface element showing a list of various navigation links.
Defined in: </shared/eclipse/e4/orion/I201202282230/plugins/org.eclipse.orion.client.core/web/orion/navoutliner.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.navoutliner.NavigationOutliner(options)
Creates a new user interface element showing an outliner used for navigation
|
Method Attributes | Method Name and Description |
---|---|
editFavoriteName(fave, commandId, imageId, faveIndex)
|
|
editSearchName(search, commandId, imageId, faveIndex)
|
|
render(favorites, searches, serviceRegistry)
|
Class Detail
orion.navoutliner.NavigationOutliner(options)
Creates a new user interface element showing an outliner used for navigation
- Parameters:
- {Object} options
- The service options
- {Object} options.parent
- The parent of this outliner widget
- {orion.serviceregistry.ServiceRegistry} options.serviceRegistry
- The service registry
Method Detail
editFavoriteName(fave, commandId, imageId, faveIndex)
- Parameters:
- fave
- commandId
- imageId
- faveIndex
editSearchName(search, commandId, imageId, faveIndex)
- Parameters:
- search
- commandId
- imageId
- faveIndex
render(favorites, searches, serviceRegistry)
- Parameters:
- favorites
- searches
- serviceRegistry