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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jface.dialogs.IDialogConstants has the following implementations.
Click this link to see all its implementation.

Field

intOK_ID
Button id for an "Ok" button (value 0).
intCANCEL_ID
Button id for a "Cancel" button (value 1).
intYES_ID
Button id for a "Yes" button (value 2).
intNO_ID
Button id for a "No" button (value 3).
intYES_TO_ALL_ID
Button id for a "Yes to All" button (value 4).
intSKIP_ID
Button id for a "Skip" button (value 5).
intSTOP_ID
Button id for a "Stop" button (value 6).
intABORT_ID
Button id for an "Abort" button (value 7).
intRETRY_ID
Button id for a "Retry" button (value 8).
intIGNORE_ID
Button id for an "Ignore" button (value 9).
intPROCEED_ID
Button id for a "Proceed" button (value 10).
intOPEN_ID
Button id for an "Open" button (value 11).
intCLOSE_ID
Button id for a "Close" button (value 12).
intDETAILS_ID
Button id for a "Details" button (value 13).
intBACK_ID
Button id for a "Back" button (value 14).
intNEXT_ID
Button id for a "Next" button (value 15).
intFINISH_ID
Button id for a "Finish" button (value 16).
intHELP_ID
Button id for a "Help" button (value 17).
intSELECT_ALL_ID
Button id for a "Select All" button (value 18).
intDESELECT_ALL_ID
Button id for a "Deselect All" button (value 19).
intSELECT_TYPES_ID
Button id for a "Select types" button (value 20).
intNO_TO_ALL_ID
Button id for a "No to All" button (value 21).
intINTERNAL_ID
Starting button id reserved for internal use by JFace (value 256).
intCLIENT_ID
Starting button id reserved for use by clients of JFace (value 1024).
StringOK_LABEL
The label for OK buttons.
StringCANCEL_LABEL
The label for cancel buttons.
StringYES_LABEL
The label for yes buttons.
StringNO_LABEL
The label for no buttons.
StringNO_TO_ALL_LABEL
The label for not to all buttons.
StringYES_TO_ALL_LABEL
The label for yes to all buttons.
StringSKIP_LABEL
The label for skip buttons.
StringSTOP_LABEL
The label for stop buttons.
StringABORT_LABEL
The label for abort buttons.
StringRETRY_LABEL
The label for retry buttons.
StringIGNORE_LABEL
The label for ignore buttons.
StringPROCEED_LABEL
The label for proceed buttons.
StringOPEN_LABEL
The label for open buttons.
StringCLOSE_LABEL
The label for close buttons.
StringSHOW_DETAILS_LABEL
The label for show details buttons.
StringHIDE_DETAILS_LABEL
The label for hide details buttons.
StringBACK_LABEL
The label for back buttons.
StringNEXT_LABEL
The label for next buttons.
StringFINISH_LABEL
The label for finish buttons.
StringHELP_LABEL
The label for help buttons.
intVERTICAL_MARGIN
Vertical margin in dialog units (value 7).
intVERTICAL_SPACING
Vertical spacing in dialog units (value 4).
intHORIZONTAL_MARGIN
Horizontal margin in dialog units (value 7).
intHORIZONTAL_SPACING
Horizontal spacing in dialog units (value 4).
intBUTTON_BAR_HEIGHT
Height of button bar in dialog units (value 25).
intBUTTON_MARGIN
Button margin in dialog units (value 4).
intBUTTON_HEIGHT
Button height in dialog units (value 14).
intBUTTON_WIDTH
Button width in dialog units (value 61).
intINDENT
Indent in dialog units (value 21).
intSMALL_INDENT
Small indent in dialog units (value 7).
intENTRY_FIELD_WIDTH
Entry field width in dialog units (value 200).
intMINIMUM_MESSAGE_AREA_WIDTH
Minimum width of message area in dialog units (value 300).