Java org.eclipse.jface.dialogs InputDialog fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs InputDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.dialogs InputDialog.

The text is from its open source code.

Subclass

org.eclipse.jface.dialogs.InputDialog has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanclose()
voidcreate()
intgetReturnCode()
Returns this window's return code.
ShellgetShell()
Returns this window's shell.
StringgetValue()
Returns the string typed into this input dialog.
intopen()
Opens this window, creating it first if it has not yet been created.
voidsetBlockOnOpen(boolean shouldBlock)
Sets whether the open method should block until the window closes.
voidsetErrorMessage(String errorMessage)
Sets or clears the error message.