Class Index | File Index

Classes


Class Index

_global_


Boolean


Date


exports.searchUtils

exports.searchUtils

Object


orion.breadcrumbs.BreadCrumbs

Bread crumbs show the current position within a resource tree and allow navigation to different places in the tree.

orion.cm.Configuration

The configuration information for a orion.cm.ManagedService.

orion.cm.ConfigurationAdmin

Service for managing configuration data.

orion.cm.ConfigurationProperties

A dictionary that holds configuration data.

orion.cm.ManagedService

Interface for a service that needs configuration data.

orion.commands.Command

A command is an object that describes an action a user can perform, as well as when and what it should look like when presented in various contexts.

orion.commands.CommandKeyBinding


orion.commands.CommandParameter


orion.commands.CommandService

CommandService can render commands appropriate for a particular scope and DOM element.

orion.commands.ParametersDescription


orion.commands.URLBinding


orion.compare.DiffProvider

Provides operations on Diff in a compare editor

orion.compare.rulers.CompareRuler

The compare ruler is used by the compare editor to render trim around the editor.

orion.compare.rulers.LineNumberCompareRuler

The line number ruler is used by the compare editor to render line numbers next to the editor

orion.compareUtils

orion.compareUtils

orion.contentAssist.CssContentAssistProvider

Provides content assist for CSS keywords.

orion.contentAssist.HTMLContentAssistProvider

Provides content assist for HTML.

orion.core.ContentType

Represents a content type known to Orion.

orion.core.ContentTypeService

A service for querying orion.core.ContentTypes.

orion.Deferred

Provides abstraction over asynchronous operations.

orion.dialogs.DialogService

The dialog service provides common helper dialogs such as confirmation and information dialogs.

orion.DiffTreeNavigator.DiffTreeNavigator

A tree model based iterator component.

orion.DiffTreeNavigator.inlineDiffBlockFeeder

A feeder to feed all the diff blocks based on the line index and mapper index.

orion.DiffTreeNavigator.TwoWayDiffBlockFeeder

A feeder to feed all the diff blocks based on the line index and mapper index.

orion.edit.Dispatcher

Forwards events from an orion.editor.Editor to interested services.

orion.editor.ActionDescription

This object describes an action for the text view.

orion.editor.Annotation

This object represents a decoration attached to a range of text.

orion.editor.AnnotationIterator

This object represents an annotation iterator.

orion.editor.AnnotationModel

This object manages annotations for a TextModel.

orion.editor.AnnotationRuler

This objects implements an annotation ruler.

orion.editor.AnnotationStyler

This object represents a styler for annotation attached to a text view.

orion.editor.AnnotationType

This object represents a regitry of annotation types.

orion.editor.AnnotationTypeList

This represents an interface of prioritized annotation types.

orion.editor.AsyncStyler

Provides asynchronous styling for a TextView using registered "highlighter" services.

orion.editor.BlurEvent

This is the event sent when the text view goes out of focus.

orion.editor.ContentAssist

Provides content assist for a TextView.

orion.editor.ContentAssistMode

Editor mode for interacting with content assist proposals.

orion.editor.ContentAssistProvider

Interface defining a provider of content assist proposals.

orion.editor.ContentAssistProvider.Context


orion.editor.ContentAssistWidget

Displays proposals from a orion.editor.ContentAssist.

orion.editor.ContextMenuEvent

This is the event sent when the user right clicks or otherwise invokes the context menu of the view.

orion.editor.DestroyEvent

This is the event sent when the text view is destroyed.

orion.editor.EditOptions

This object describes the options for edit.

orion.editor.Editor

An Editor is a user interface for editing text that provides additional features over the basic orion.editor.TextView.

orion.editor.EventTarget


orion.editor.FindIterator

This object represents a find occurrences iterator.

orion.editor.FindOptions

This object describes the options to use while finding occurrences of a string in a text model.

orion.editor.FocusEvent

This is the event sent when the text view is focused.

orion.editor.FoldingAnnotation

This object represents a folding annotation.

orion.editor.JSTemplateContentAssistProvider

Provides content assist for JavaScript keywords.

orion.editor.KeyBinding

A KeyBinding represents of a key code and a modifier state that can be triggered by the user using the keyboard.

orion.editor.LineNumberRuler

This objects implements a line numbering ruler.

orion.editor.LineStyleEvent

This is the event sent when the text view needs the style information for a line.

orion.editor.ModelChangedEvent

This is the event sent when the text in the model has changed.

orion.editor.ModelChangingEvent

This is the event sent when the text in the model is about to change.

orion.editor.ModifyEvent

This is the event sent when the text is modified by the text view.

orion.editor.OverviewRuler

This objects implements an overview ruler.

orion.editor.Projection

This object represents a projection range.

orion.editor.ProjectionTextModel

The ProjectionTextModel represents a projection of its base text model.

orion.editor.regex

Utilities for dealing with regular expressions.

orion.editor.Ruler

This interface represents a ruler for the text view.

orion.editor.ScrollEvent

This is the event sent when the text view scrolls.

orion.editor.Selection

A Selection represents a range of selected text in the view.

orion.editor.SelectionEvent

This is the event sent when the selection changes in the text view.

orion.editor.Style

This object is used to define style information for the text view.

orion.editor.StyleRange

This object is used to style range.

orion.editor.StyleReadyEvent

Represents the styling for a range of lines, as provided by a service.

orion.editor.StyleReadyEvent#LineStyle

Represents style information for a line.

orion.editor.TextMateStyler

A styler that knows how to apply a subset of the TextMate grammar format to style a line.

orion.editor.TextModel

The TextModel is an interface that provides text for the view.

orion.editor.TextView

A TextView is a user interface for editing text.

orion.editor.TextViewOptions

This object describes the options for the text view.

orion.editor.UndoStack

The UndoStack is used to record the history of a text model associated to an view.

orion.editor.VerifyEvent

This is the event sent when the text is about to be modified by the text view.

orion.EventTarget

Base for creating an Orion event target

orion.explorer.Explorer

A table-based explorer component.

orion.explorer.ExplorerFlatModel

Tree model used by orion.explorer.Explorer for flat structures

orion.explorer.ExplorerModel

Simple tree model using Children and ChildrenLocation attributes to fetch children and calculating id based on Location attribute.

orion.explorer.SelectionRenderer

This renderer renders a tree table and installs a selection and cursoring model to allow the user to make selections without using checkboxes.

orion.ExplorerNavHandler.ExplorerNavDict

A explorer navigation dictionary.

orion.explorers.explorer-table.FileExplorer

A user interface component that displays a table-oriented file explorer

orion.explorers.ExplorerNavHandler.ExplorerNavHandler

A tree iteration handler based on an explorer.

orion.extensionCommands

This class contains static utility methods for creating and managing commands from extension points related to file management.

orion.favorites.FavoritesService

A service for creating and managing links that the user has identified as favorites.

orion.fileClient.FileClient

The file client provides a convenience API for interacting with file services provided by plugins.

orion.fileCommands

This class contains static utility methods for creating and managing commands related to file management.

orion.fileUtils

This class contains static utility methods.

orion.form

Utilities for handling HTML form encoding.

orion.git.GitCommitExplorer

Git commit explorer

orion.git.GitLogExplorer

Git repository explorer

orion.git.GitRepositoryExplorer

Git repository explorer

orion.git.GitReviewRequestExplorer

Git Review Request explorer

orion.git.GitService

Provides operations for browsing and manipulating Git repositories.

orion.git.GitStatusExplorer

Git status explorer

orion.git.widgets.OpenCommitDialog

A dialog that searches for commits by name.

orion.globalCommands

This class contains static utility methods for creating and managing global commands.

orion.highlight.SyntaxHighlighter


orion.links.TextLinkService

A service for finding and inferring hyperlinks from a text input.

orion.log.LogService

The log service provides services for logging information messages

orion.metatype.AttributeDefinition

Describes the data type of a property/attribute.

orion.metatype.MetaTypeRegistry

Maintains a registry of metatype information.

orion.metatype.ObjectClassDefinition

Describes a kind of object.

orion.mirror.CodeMirrorStyler

A styler that uses CodeMirror modes to provide styles for a orion.editor.TextView.

orion.mirror.Mirror

A shim for CodeMirror's CodeMirror API.

orion.mirror.MirrorLineStyle

Represents the style provided by a CodeMirror mode for a line.

orion.mirror.ModeApplier

Driver for CodeMirror modes.

orion.navoutliner.NavigationOutliner

A user interface element showing a list of various navigation links.

orion.objects

Object-oriented helpers.

orion.operation

Provides a API for handling long running operations as Deferred

orion.outliner.Outliner

An Outliner is a visual component that renders an itemized overview of a resource and acts as a selection provider on that resource.

orion.outliner.OutlineService

OutlineService dispatches an event when an outline for a resource is available.

orion.PageLinks

Utilities for reading orion.page.links services.

orion.parameterCollectors.CommandParameterCollector

CommandParameterCollector can collect parameters in a way that is integrated with the common header elements of pages or sections.

orion.pluginregistry.Plugin

Represents a single plugin in the plugin registry.

orion.pluginregistry.PluginRegistry

The Orion plugin registry

orion.preferences.Preferences

A preferences object returned by the preferences service

orion.preferences.PreferencesService

The preferences service manages a hierarchical set of preference nodes.

orion.problems.ProblemService

The problem service tracks markers and sends notification of marker changes.

orion.profile.usersClient.UsersClient

The user service keeps track of the current Orion user.

orion.progress.ProgressService

Service for tracking operations changes

orion.Promise

Interface representing an eventual value.

orion.searchClient.Searcher

Provides API for searching the workspace.

orion.searches.SavedSearches

A service for creating and managing saved searches.

orion.Searches.SearchList

A user interface element showing a list of saved searches.

orion.searchResults.SearchResultsGenerator

A search results generator for display search results to an end user

orion.selection.Selection

Can provide one or more selections describing objects of interest.

orion.serviceregistry.ServiceReference

A reference to a service in the Orion service registry

orion.serviceregistry.ServiceRegistration

A reference to a registered service in the Orion service registry

orion.serviceregistry.ServiceRegistry

The Orion service registry

orion.ServiceTracker

Simplifies the use of services within a service registry.

orion.settings.Setting

Represents the definition of a setting.

orion.settings.SettingsRegistry

Maintains a registry of settings.

orion.shell.Command

Instances represent commands that can be registered in Shells.

orion.shell.Parameter

Instances represent parameters that commands can accept.

orion.shell.ParameterType

Instances represent custom parameter types that can be registered in a Shell.

orion.shell.Shell

A Shell is a visual widget that provides a command line interface.

orion.sites.SiteClient

Convenience API for interacting with a particular orion.sites.SiteService.

orion.sites.SiteConfiguration

Interface for an in-memory representation of a site configuration resource.

orion.sites.SiteEditor

Editor for an individual site configuration.

orion.sites.SiteService

Interface for a service that manages site configurations.

orion.sites.ViewOnSiteTree

A tree widget that displays a list of sites that a file can be viewed on.

orion.status.StatusReportingService

Service for reporting status

orion.tasks.TaskList

A user interface element showing a list of various user tasks.

orion.TreeModelIterator.TreeModelIterator

A tree model based iterator component.

orion.treetable.TableTree

Generates an HTML table where one of the columns is indented according to depth of children.

orion.uiUtils

This class contains static utility methods.

orion.URITemplate

A URITemplate describes a range of Uniform Resource Identifiers through variable expansion, and allows for particular URIs to be generated by expanding variables to actual values.

orion.util

This class contains static utility methods.

orion.webui.dialogs.OpenResourceDialog

A dialog that searches for files by name or wildcard.

orion.webui.dialogs.OperationsDialog

A dialog that shows running operations.

orion.widgets.Section

Generates a section

orion.widgets.settings.SplitSelectionLayout


orion.xhr

Provides a promise-based API to XMLHttpRequest.

orion.xhr.Result

Wraps an XHR response or failure.

String


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