public interface IDialogLabelKeys
IDialogConstants
provides
access to these labels using static constants. This is the preferred
method when the client is optimizing for performance and is known to be
used in a single-locale system. Using the keys and accessing the
common dialog labels dynamically is the preferred method when the client
may be running in a multi-locale system.IDialogConstants
Modifier and Type | Field and Description |
---|---|
static String |
ABORT_LABEL_KEY
The key used to retrieve the label for abort buttons.
|
static String |
BACK_LABEL_KEY
The key used to retrieve the label for back buttons.
|
static String |
CANCEL_LABEL_KEY
The key used to retrieve the label for cancel buttons.
|
static String |
CLOSE_LABEL_KEY
The key used to retrieve the label for close buttons.
|
static String |
FINISH_LABEL_KEY
The key used to retrieve the label for finish buttons.
|
static String |
HELP_LABEL_KEY
The key used to retrieve the label for help buttons.
|
static String |
HIDE_DETAILS_LABEL_KEY
The key used to retrieve the label for hide details buttons.
|
static String |
IGNORE_LABEL_KEY
The key used to retrieve the label for ignore buttons.
|
static String |
NEXT_LABEL_KEY
The key used to retrieve the label for next buttons.
|
static String |
NO_LABEL_KEY
The key used to retrieve the label for no buttons.
|
static String |
NO_TO_ALL_LABEL_KEY
The key used to retrieve the label for no to all buttons.
|
static String |
OK_LABEL_KEY
The key used to retrieve the label for OK buttons.
|
static String |
OPEN_LABEL_KEY
The key used to retrieve the label for open buttons.
|
static String |
PROCEED_LABEL_KEY
The key used to retrieve the label for proceed buttons.
|
static String |
RETRY_LABEL_KEY
The key used to retrieve the label for retry buttons.
|
static String |
SHOW_DETAILS_LABEL_KEY
The key used to retrieve the label for show details buttons.
|
static String |
SKIP_LABEL_KEY
The key used to retrieve the label for skip buttons.
|
static String |
STOP_LABEL_KEY
The key used to retrieve the label for stop buttons.
|
static String |
YES_LABEL_KEY
The key used to retrieve the label for yes buttons.
|
static String |
YES_TO_ALL_LABEL_KEY
The key used to retrieve the label for yes to all buttons.
|
static final String OK_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.OK_LABEL_KEY)
to retrieve the label
dynamically when using multiple locales.static final String CANCEL_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.CANCEL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String YES_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.YES_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String NO_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.NO_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String NO_TO_ALL_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.NO_TO_ALL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String YES_TO_ALL_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.YES_TO_ALL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String SKIP_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.SKIP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String STOP_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.STOP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String ABORT_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.ABORT_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String RETRY_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.RETRY_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String IGNORE_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.IGNORE_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String PROCEED_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.PROCEED_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String OPEN_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.OPEN_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String CLOSE_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.CLOSE_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String SHOW_DETAILS_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.SHOW_DETAILS_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String HIDE_DETAILS_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.HIDE_DETAILS_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String BACK_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.BACK_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String NEXT_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.NEXT_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String FINISH_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.FINISH_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.static final String HELP_LABEL_KEY
JFaceResources.getString(IDialogLabelKeys.HELP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.