Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-cell-editor-service
NotebookCellEditorService
Class NotebookCellEditorService
Implements
ActiveMonacoEditorContribution
Index
Constructors
constructor
Properties
current
Active
Cell?
current
Cell
Editors
monaco
Editor
Service
notebook
Editor
Widget
Service
on
Did
Change
Cell
Editors
on
Did
Change
Cell
Editors
Emitter
on
Did
Change
Focused
Cell
Editor
on
Did
Change
Focused
Cell
Editor
Emitter
Accessors
all
Cell
Editors
Methods
editor
Created
editor
Disposed
editor
Focus
Changed
get
Active
Cell
get
Active
Editor
init
Constructors
constructor
new
NotebookCellEditorService
()
:
NotebookCellEditorService
Returns
NotebookCellEditorService
Properties
Protected
Optional
current
Active
Cell
currentActiveCell
?:
SimpleMonacoEditor
Protected
current
Cell
Editors
currentCellEditors
:
Map
<
string
,
SimpleMonacoEditor
>
= ...
Protected
Readonly
monaco
Editor
Service
monacoEditorService
:
MonacoEditorService
Protected
Readonly
notebook
Editor
Widget
Service
notebookEditorWidgetService
:
NotebookEditorWidgetService
Readonly
on
Did
Change
Cell
Editors
onDidChangeCellEditors
:
Event
<
void
>
= ...
Protected
on
Did
Change
Cell
Editors
Emitter
onDidChangeCellEditorsEmitter
:
Emitter
<
void
>
= ...
Readonly
on
Did
Change
Focused
Cell
Editor
onDidChangeFocusedCellEditor
:
Event
<
undefined
|
SimpleMonacoEditor
>
= ...
Protected
on
Did
Change
Focused
Cell
Editor
Emitter
onDidChangeFocusedCellEditorEmitter
:
Emitter
<
undefined
|
SimpleMonacoEditor
>
= ...
Accessors
all
Cell
Editors
get
allCellEditors
()
:
SimpleMonacoEditor
[]
Returns
SimpleMonacoEditor
[]
Methods
editor
Created
editorCreated
(
uri
:
URI
,
editor
:
SimpleMonacoEditor
)
:
void
Parameters
uri
:
URI
editor
:
SimpleMonacoEditor
Returns
void
editor
Disposed
editorDisposed
(
uri
:
URI
)
:
void
Parameters
uri
:
URI
Returns
void
editor
Focus
Changed
editorFocusChanged
(
editor
?:
SimpleMonacoEditor
)
:
void
Parameters
Optional
editor
:
SimpleMonacoEditor
Returns
void
get
Active
Cell
getActiveCell
()
:
undefined
|
SimpleMonacoEditor
Returns
undefined
|
SimpleMonacoEditor
get
Active
Editor
getActiveEditor
()
:
undefined
|
ICodeEditor
Returns
undefined
|
ICodeEditor
Protected
init
init
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
current
Active
Cell
current
Cell
Editors
monaco
Editor
Service
notebook
Editor
Widget
Service
on
Did
Change
Cell
Editors
on
Did
Change
Cell
Editors
Emitter
on
Did
Change
Focused
Cell
Editor
on
Did
Change
Focused
Cell
Editor
Emitter
Accessors
all
Cell
Editors
Methods
editor
Created
editor
Disposed
editor
Focus
Changed
get
Active
Cell
get
Active
Editor
init
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...