Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm
browser/dirty-diff/dirty-diff-navigator
DirtyDiffNavigator
Class DirtyDiffNavigator
Index
Constructors
constructor
Properties
context
Key
Service
controllers
editor
Manager
widget
Factory
Accessors
active
Controller
Methods
can
Navigate
can
Show
Change
close
Change
Peek
View
create
Controller
goto
Next
Change
goto
Previous
Change
handle
Dirty
Diff
Update
init
is
Showing
Change
show
Next
Change
show
Previous
Change
Constructors
constructor
new
DirtyDiffNavigator
()
:
DirtyDiffNavigator
Returns
DirtyDiffNavigator
Properties
Protected
Readonly
context
Key
Service
contextKeyService
:
ContextKeyService
Protected
Readonly
controllers
controllers
:
Map
<
TextEditor
,
DirtyDiffController
>
= ...
Protected
Readonly
editor
Manager
editorManager
:
EditorManager
Protected
Readonly
widget
Factory
widgetFactory
:
DirtyDiffWidgetFactory
Accessors
Protected
active
Controller
get
activeController
()
:
undefined
|
DirtyDiffController
Returns
undefined
|
DirtyDiffController
Methods
can
Navigate
canNavigate
()
:
boolean
Returns
boolean
can
Show
Change
canShowChange
()
:
boolean
Returns
boolean
close
Change
Peek
View
closeChangePeekView
()
:
void
Returns
void
Protected
create
Controller
createController
(
editor
:
TextEditor
)
:
DirtyDiffController
Parameters
editor
:
TextEditor
Returns
DirtyDiffController
goto
Next
Change
gotoNextChange
()
:
void
Returns
void
goto
Previous
Change
gotoPreviousChange
()
:
void
Returns
void
handle
Dirty
Diff
Update
handleDirtyDiffUpdate
(
update
:
DirtyDiffUpdate
)
:
void
Parameters
update
:
DirtyDiffUpdate
Returns
void
Protected
init
init
()
:
void
Returns
void
is
Showing
Change
isShowingChange
()
:
boolean
Returns
boolean
show
Next
Change
showNextChange
()
:
void
Returns
void
show
Previous
Change
showPreviousChange
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
context
Key
Service
controllers
editor
Manager
widget
Factory
Accessors
active
Controller
Methods
can
Navigate
can
Show
Change
close
Change
Peek
View
create
Controller
goto
Next
Change
goto
Previous
Change
handle
Dirty
Diff
Update
init
is
Showing
Change
show
Next
Change
show
Previous
Change
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...