public class LiveEditResultDialog
extends Dialog
Modifier and Type | Class and Description |
---|---|
static interface |
LiveEditResultDialog.ErrorPositionHighlighter
Allows dialog to highlight error in source text (presumably, in text editor).
|
static interface |
LiveEditResultDialog.Input
A dialog input.
|
static interface |
LiveEditResultDialog.InputVisitor<RES> |
static interface |
LiveEditResultDialog.MultipleResult |
static interface |
LiveEditResultDialog.OldScriptData |
static interface |
LiveEditResultDialog.SingleInput
A specialized type of dialog input: one that associated with a particular VM.
|
static interface |
LiveEditResultDialog.SingleInputVisitor<RES> |
static interface |
LiveEditResultDialog.SuccessResult |
Constructor and Description |
---|
LiveEditResultDialog(Shell shell,
LiveEditResultDialog.Input input,
LiveEditResultDialog.ErrorPositionHighlighter positionHighlighter) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureShell(Shell shell) |
protected void |
createButtonsForButtonBar(Composite parent) |
protected Control |
createDialogArea(Composite parent) |
static LiveEditResultDialog.SingleInput |
createTextInput(java.lang.String text,
PushChangesPlan changesPlan) |
static LiveEditResultDialog.SingleInput |
createTextInput(java.lang.String text,
PushChangesPlan changesPlan,
UpdatableScript.Failure failure) |
protected boolean |
isResizable() |
public LiveEditResultDialog(Shell shell, LiveEditResultDialog.Input input, LiveEditResultDialog.ErrorPositionHighlighter positionHighlighter)
public static LiveEditResultDialog.SingleInput createTextInput(java.lang.String text, PushChangesPlan changesPlan)
public static LiveEditResultDialog.SingleInput createTextInput(java.lang.String text, PushChangesPlan changesPlan, UpdatableScript.Failure failure)
protected boolean isResizable()
protected void configureShell(Shell shell)
protected void createButtonsForButtonBar(Composite parent)
protected Control createDialogArea(Composite parent)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.