public class LiveEditDiffViewer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
LiveEditDiffViewer.Configuration
A static parameters for the viewer.
|
static interface |
LiveEditDiffViewer.FunctionNode
A function in old and/or new version of the script.
|
static interface |
LiveEditDiffViewer.Input
An input for the viewer.
|
static class |
LiveEditDiffViewer.Side
A version of the script.
|
static interface |
LiveEditDiffViewer.SourcePosition |
static interface |
LiveEditDiffViewer.SourceText |
Modifier and Type | Method and Description |
---|---|
static LiveEditDiffViewer |
create(Composite parent,
LiveEditDiffViewer.Configuration configuration) |
Control |
getControl() |
void |
setInput(LiveEditDiffViewer.Input input) |
public static LiveEditDiffViewer create(Composite parent, LiveEditDiffViewer.Configuration configuration)
public Control getControl()
public void setInput(LiveEditDiffViewer.Input input)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.