Class Index | File Index

Classes


Class orion.shell.ParameterType

Instances represent custom parameter types that can be registered in a Shell. Commands registered in the Shell can then declare parameters of the registered type.

See:
orion.shell.Parameter


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

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
a function that returns the name of the parameter type
 
a function that returns completion suggestions
 
a function that returns the string representation for a given instance of its type
Class Detail
orion.shell.ParameterType()
Field Detail
{Function} getName
a function that returns the name of the parameter type

{Function} parse
a function that returns completion suggestions

{Function} stringify
a function that returns the string representation for a given instance of its type

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