Interface | Description |
---|---|
LiveEditDiffViewer.Configuration |
A static parameters for the viewer.
|
LiveEditDiffViewer.FunctionNode |
A function in old and/or new version of the script.
|
LiveEditDiffViewer.Input |
An input for the viewer.
|
LiveEditDiffViewer.SourcePosition | |
LiveEditDiffViewer.SourceText | |
LiveEditResultDialog.ErrorPositionHighlighter |
Allows dialog to highlight error in source text (presumably, in text editor).
|
LiveEditResultDialog.Input |
A dialog input.
|
LiveEditResultDialog.InputVisitor<RES> | |
LiveEditResultDialog.MultipleResult | |
LiveEditResultDialog.OldScriptData | |
LiveEditResultDialog.SingleInput |
A specialized type of dialog input: one that associated with a particular VM.
|
LiveEditResultDialog.SingleInputVisitor<RES> | |
LiveEditResultDialog.SuccessResult |
Class | Description |
---|---|
LiveEditDiffViewer |
A UI control that shows V8 update preview.
|
LiveEditResultDialog |
A dialog that shows LiveEdit update results.
|
Messages | |
PushChangesWizard |
A wizard that pushes script changes to V8 VM (LiveEdit); it also lets user choose target VM(s),
review changes in script text, review which function will be patched.
|
PushResultParser |
Parses LiveEdit push result and produces input for
LiveEditDiffViewer . |
Enum | Description |
---|---|
LiveEditDiffViewer.Side |
A version of the script.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.