Class orion.navoutliner.NavigationOutliner
A user interface element showing a list of various navigation links.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/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 |
---|---|
render()
|
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
- {orion.commands.CommandService} options.commandService
- The in-page (synchronous) command service.
Method Detail
render()