Class Index | File Index

Classes


Class orion.compare.FileOptions

This object describes options of a file. Two instances of this object construct the core parameters of a compare view.

See:
orion.compare.CompareView
orion.compare.CompareViewOptions


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/compare/compareView.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
the text contents of the file unit.
 
the file name.
 
whether or not the file is in readonly mode.
 
the type of the file.
Class Detail
orion.compare.FileOptions()
Field Detail
{String} Content
the text contents of the file unit. Requied.

{String} Name
the file name. Optional but required if the compare view has to show file title.

{Boolean} readonly
whether or not the file is in readonly mode. Optional.
Default Value:
true

{orion.core.ContentType} Type
the type of the file. Optional but required if the compare view has to highlight the syntax.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:22 GMT-0400 (EDT)