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

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

Introduction

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

The text is from its open source code.

Field

StringOK_LABEL_KEY
The key used to retrieve the label for OK buttons.
StringCANCEL_LABEL_KEY
The key used to retrieve the label for cancel buttons.
StringYES_LABEL_KEY
The key used to retrieve the label for yes buttons.
StringNO_LABEL_KEY
The key used to retrieve the label for no buttons.
StringSHOW_DETAILS_LABEL_KEY
The key used to retrieve the label for show details buttons.
StringHIDE_DETAILS_LABEL_KEY
The key used to retrieve the label for hide details buttons.
StringHELP_LABEL_KEY
The key used to retrieve the label for help buttons.