Java com.intellij.openapi.ui DialogWrapper fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.ui DialogWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.ui DialogWrapper.

The text is from its open source code.

Subclass

com.intellij.openapi.ui.DialogWrapper has subclasses.
Click this link to see all its subclasses.

Field

intOK_EXIT_CODE
The default exit code for "OK" action.
intCANCEL_EXIT_CODE
The default exit code for "Cancel" action.
intCLOSE_EXIT_CODE
The default exit code for "Close" action.
intNEXT_USER_EXIT_CODE
If you use your own custom exit codes you have to start them with this constant.
StringDEFAULT_ACTION
If your action returned by createActions method has non null value for this key, then the button that corresponds to the action will be the default button for the dialog.

Constructor

Method