Class orion.console.Console
A Console is a user interface that accepts input command lines and displays output.
Defined in: </shared/eclipse/e4/orion/I201210020906/plugins/org.eclipse.orion.client.core/web/orion/widgets/Console.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.console.Console(parent)
Constructs a new console.
|
Method Attributes | Method Name and Description |
---|---|
addCommand(command)
|
|
addField(field)
|
|
addType(type)
|
|
<inner> |
Console(input, output)
|
output(content)
|
|
setFocus()
|
Class Detail
orion.console.Console(parent)
Constructs a new console.
- Parameters:
- parent
- the parent element for the console, it can be either a DOM element or an ID for a DOM element.
Method Detail
addCommand(command)
- Parameters:
- command
addField(field)
- Parameters:
- field
addType(type)
- Parameters:
- type
<inner>
Console(input, output)
- Parameters:
- input
- output
output(content)
- Parameters:
- content
setFocus()