Package org.eclipse.jface.dialogs
Interface IDialogLabelKeys
@NoImplement
public interface IDialogLabelKeys
IDialogLabelKeys contains publicly accessible keys to the common dialog
labels used throughout JFace.
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.- Since:
- 3.7
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The key used to retrieve the label for abort buttons.static final String
The key used to retrieve the label for back buttons.static final String
The key used to retrieve the label for cancel buttons.static final String
The key used to retrieve the label for close buttons.static final String
The key used to retrieve the label for finish buttons.static final String
The key used to retrieve the label for help buttons.static final String
The key used to retrieve the label for hide details buttons.static final String
The key used to retrieve the label for ignore buttons.static final String
The key used to retrieve the label for next buttons.static final String
The key used to retrieve the label for no buttons.static final String
The key used to retrieve the label for no to all buttons.static final String
The key used to retrieve the label for OK buttons.static final String
The key used to retrieve the label for open buttons.static final String
The key used to retrieve the label for proceed buttons.static final String
The key used to retrieve the label for retry buttons.static final String
The key used to retrieve the label for show details buttons.static final String
The key used to retrieve the label for skip buttons.static final String
The key used to retrieve the label for stop buttons.static final String
The key used to retrieve the label for yes buttons.static final String
The key used to retrieve the label for yes to all buttons.
-
Field Details
-
OK_LABEL_KEY
The key used to retrieve the label for OK buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.OK_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
CANCEL_LABEL_KEY
The key used to retrieve the label for cancel buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.CANCEL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
YES_LABEL_KEY
The key used to retrieve the label for yes buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.YES_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
NO_LABEL_KEY
The key used to retrieve the label for no buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.NO_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
NO_TO_ALL_LABEL_KEY
The key used to retrieve the label for no to all buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.NO_TO_ALL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
YES_TO_ALL_LABEL_KEY
The key used to retrieve the label for yes to all buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.YES_TO_ALL_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
SKIP_LABEL_KEY
The key used to retrieve the label for skip buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.SKIP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
STOP_LABEL_KEY
The key used to retrieve the label for stop buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.STOP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
ABORT_LABEL_KEY
The key used to retrieve the label for abort buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.ABORT_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
RETRY_LABEL_KEY
The key used to retrieve the label for retry buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.RETRY_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
IGNORE_LABEL_KEY
The key used to retrieve the label for ignore buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.IGNORE_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
PROCEED_LABEL_KEY
The key used to retrieve the label for proceed buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.PROCEED_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
OPEN_LABEL_KEY
The key used to retrieve the label for open buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.OPEN_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
CLOSE_LABEL_KEY
The key used to retrieve the label for close buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.CLOSE_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
SHOW_DETAILS_LABEL_KEY
The key used to retrieve the label for show details buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.SHOW_DETAILS_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
HIDE_DETAILS_LABEL_KEY
The key used to retrieve the label for hide details buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.HIDE_DETAILS_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
BACK_LABEL_KEY
The key used to retrieve the label for back buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.BACK_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
NEXT_LABEL_KEY
The key used to retrieve the label for next buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.NEXT_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
FINISH_LABEL_KEY
The key used to retrieve the label for finish buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.FINISH_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-
HELP_LABEL_KEY
The key used to retrieve the label for help buttons. Clients should use the patternJFaceResources.getString(IDialogLabelKeys.HELP_LABEL_KEY)
to retrieve the label dynamically when using multiple locales.- Since:
- 3.7
- See Also:
-