Class Index | File Index

Classes


Class Index

_global_


Boolean


Date


eclipse.sites

Namespace for code related to creating, managing, and displaying site configurations.

eclipse.sites.SiteRenderer

A renderer for the site configuration tree.

eclipse.sites.SiteTreeModel

Tree model for powering a tree of site configurations.

exports.GitCommitExplorer-GitCommitExplorer

Git commit explorer

exports.GitRepositoryExplorer-GitRepositoryExplorer

Git repository explorerpadd

Object


orion.breadcrumbs.BreadCrumbs

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

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.CommandService

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

orion.commonHTMLFragments

This class contains HTML fragments for the common banner, footer, toolbars

orion.compare.DiffProvider

Provides operations on Diff in a compare editor

orion.compare.rulers.CompareOverviewRuler

The compare overview ruler is used by the compare editor to render lines matching differences between two editors

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.console.Console

A Console is a user interface that accepts input command lines and displays output.

orion.console.ConsoleInput

A ConsoleInput represents a command that is being entered in a Console.

orion.contentAssist.CssContentAssistProvider

Provides content assist for CSS keywords.

orion.contentAssist.HTMLContentAssistProvider

Provides content assist for HTML.

orion.dialogs.DialogService

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

orion.edit.Dispatcher

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

orion.editor.ContentAssist

A key mode for orion.editor.Editor that displays content assist suggestions.

orion.editor.Editor

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

orion.editor.JavaScriptContentAssistProvider

Provides content assist for JavaScript keywords.

orion.editor.regex

Utilities for dealing with regular expressions.

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.util

Basic helper functions used by orion.editor.

orion.explorer-table.FileExplorer

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

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

Sample renderer that allows you to render a standard tree table.

orion.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.file.ContentType

Represents a content type known to Orion.

orion.file.ContentTypeService

A service for querying orion.file.ContentTypes.

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.git.GitClonesExplorer

A Git clone explorer view

orion.git.GitClonesModel

Tree model used by orion.git.GitClonesExplorer.

orion.git.GitCommitNavigator

A table-based git commit navigator

orion.git.GitService

Provides operations for browsing and manipulating Git repositories.

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.mirror.CodeMirrorStyler

A styler that uses CodeMirror modes to provide styles for a orion.textview.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.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.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.searchClient.Searcher

Provides API for searching the workspace.

orion.searchResults.SearchResultsGenerator

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

orion.searchUtils

orion.searchUtils

orion.selection.Selection

Can provide one or more selections describing objects of interest.

orion.serviceregistry.EventTarget

Base for creating an Orion event target

orion.serviceregistry.Service

A concrete service in the Orion service registry

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.siteService.SiteConfiguration

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

orion.siteService.SiteService

Defines and implements a service that provides access to the server API for managing site configurations.

orion.status.StatusReportingService

Service for reporting status

orion.textview.Annotation

This is class represents an annotation for the AnnotationRuler.

orion.textview.AnnotationIterator

This object represents an annotation iterator.

orion.textview.AnnotationModel

This object manages annotations for a TextModel.

orion.textview.AnnotationRuler

This objects implements an annotation ruler.

orion.textview.AnnotationStyler

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

orion.textview.AnnotationTypeList


orion.textview.BlurEvent

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

orion.textview.ContextMenuEvent

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

orion.textview.DestroyEvent

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

orion.textview.EventTarget


orion.textview.FocusEvent

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

orion.textview.FoldingAnnotation

This object represents a folding annotation.

orion.textview.KeyBinding

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

orion.textview.LineNumberRuler

This objects implements a line numbering ruler.

orion.textview.LineStyleEvent

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

orion.textview.LoadEvent

This is the event sent when the text view has loaded its contents.

orion.textview.ModelChangedEvent

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

orion.textview.ModelChangingEvent

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

orion.textview.ModifyEvent

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

orion.textview.OverviewRuler

This objects implements an overview ruler.

orion.textview.Projection

This object represents a projection range.

orion.textview.ProjectionTextModel

The ProjectionTextModel represents a projection of its base text model.

orion.textview.Ruler

This interface represents a ruler for the text view.

orion.textview.ScrollEvent

This is the event sent when the text view scrolls.

orion.textview.Selection

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

orion.textview.SelectionEvent

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

orion.textview.Style

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

orion.textview.StyleRange

This object is used to style range.

orion.textview.TextModel

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

orion.textview.TextView

A TextView is a user interface for editing text.

orion.textview.TextViewOptions

This object describes the options for the text view.

orion.textview.UndoStack

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

orion.textview.UnloadEvent

This is the event sent when the text view has unloaded its contents.

orion.textview.VerifyEvent

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

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.util

This class contains static utility methods.

orion.widgets.DirectoryTreeModel

Tree model used by orion.widgets.DirectoryPrompterDialog

orion.widgets.OpenResourceDialog

A dialog that searches for files by name or wildcard.

orion.widgets.SiteEditor

Editor for an individual site configuration.

String


Documentation generated by JsDoc Toolkit 2.4.0 on Tue Feb 28 2012 22:34:48 GMT-0500 (EST)