public interface IDialogConstants
Modifier and Type | Field and Description |
---|---|
static int |
ABORT_ID
Button id for an "Abort" button (value 7).
|
static String |
ABORT_LABEL
The label for abort buttons.
|
static int |
BACK_ID
Button id for a "Back" button (value 14).
|
static String |
BACK_LABEL
The label for back buttons.
|
static int |
BUTTON_BAR_HEIGHT
Height of button bar in dialog units (value 25).
|
static int |
BUTTON_HEIGHT
Deprecated.
This constant is no longer in use.
The button heights are now determined by the layout.
|
static int |
BUTTON_MARGIN
Button margin in dialog units (value 4).
|
static int |
BUTTON_WIDTH
Button width in dialog units (value 61).
|
static int |
CANCEL_ID
Button id for a "Cancel" button (value 1).
|
static String |
CANCEL_LABEL
The label for cancel buttons.
|
static int |
CLIENT_ID
Starting button id reserved for use by clients of JFace (value 1024).
|
static int |
CLOSE_ID
Button id for a "Close" button (value 12).
|
static String |
CLOSE_LABEL
The label for close buttons.
|
static int |
DESELECT_ALL_ID
Button id for a "Deselect All" button (value 19).
|
static int |
DETAILS_ID
Button id for a "Details" button (value 13).
|
static int |
ENTRY_FIELD_WIDTH
Entry field width in dialog units (value 200).
|
static int |
FINISH_ID
Button id for a "Finish" button (value 16).
|
static String |
FINISH_LABEL
The label for finish buttons.
|
static int |
HELP_ID
Button id for a "Help" button (value 17).
|
static String |
HELP_LABEL
The label for help buttons.
|
static String |
HIDE_DETAILS_LABEL
The label for hide details buttons.
|
static int |
HORIZONTAL_MARGIN
Horizontal margin in dialog units (value 7).
|
static int |
HORIZONTAL_SPACING
Horizontal spacing in dialog units (value 4).
|
static int |
IGNORE_ID
Button id for an "Ignore" button (value 9).
|
static String |
IGNORE_LABEL
The label for ignore buttons.
|
static int |
INDENT
Deprecated.
As of 3.9, this is deprecated as it is too big as DLU and got accidentally used
when setting pixel values
|
static int |
INTERNAL_ID
Starting button id reserved for internal use by JFace (value 256).
|
static int |
LEFT_MARGIN
Left margin in dialog units (value 20).
|
static int |
MINIMUM_MESSAGE_AREA_WIDTH
Minimum width of message area in dialog units (value 300).
|
static int |
NEXT_ID
Button id for a "Next" button (value 15).
|
static String |
NEXT_LABEL
The label for next buttons.
|
static int |
NO_ID
Button id for a "No" button (value 3).
|
static String |
NO_LABEL
The label for no buttons.
|
static int |
NO_TO_ALL_ID
Button id for a "No to All" button (value 21).
|
static String |
NO_TO_ALL_LABEL
The label for not to all buttons.
|
static int |
OK_ID
Button id for an "Ok" button (value 0).
|
static String |
OK_LABEL
The label for OK buttons.
|
static int |
OPEN_ID
Button id for an "Open" button (value 11).
|
static String |
OPEN_LABEL
The label for open buttons.
|
static int |
PROCEED_ID
Button id for a "Proceed" button (value 10).
|
static String |
PROCEED_LABEL
The label for proceed buttons.
|
static int |
RETRY_ID
Button id for a "Retry" button (value 8).
|
static String |
RETRY_LABEL
The label for retry buttons.
|
static int |
SELECT_ALL_ID
Button id for a "Select All" button (value 18).
|
static int |
SELECT_TYPES_ID
Button id for a "Select types" button (value 20).
|
static String |
SHOW_DETAILS_LABEL
The label for show details buttons.
|
static int |
SKIP_ID
Button id for a "Skip" button (value 5).
|
static String |
SKIP_LABEL
The label for skip buttons.
|
static int |
SMALL_INDENT
Deprecated.
As of 3.9, this is deprecated as it is not clear what the meaning of a
"small indent" would be
|
static int |
STOP_ID
Button id for a "Stop" button (value 6).
|
static String |
STOP_LABEL
The label for stop buttons.
|
static int |
VERTICAL_MARGIN
Vertical margin in dialog units (value 7).
|
static int |
VERTICAL_SPACING
Vertical spacing in dialog units (value 4).
|
static int |
YES_ID
Button id for a "Yes" button (value 2).
|
static String |
YES_LABEL
The label for yes buttons.
|
static int |
YES_TO_ALL_ID
Button id for a "Yes to All" button (value 4).
|
static String |
YES_TO_ALL_LABEL
The label for yes to all buttons.
|
static final int OK_ID
static final int CANCEL_ID
static final int YES_ID
static final int NO_ID
static final int YES_TO_ALL_ID
static final int SKIP_ID
static final int STOP_ID
static final int ABORT_ID
static final int RETRY_ID
static final int IGNORE_ID
static final int PROCEED_ID
static final int OPEN_ID
static final int CLOSE_ID
static final int DETAILS_ID
static final int BACK_ID
static final int NEXT_ID
static final int FINISH_ID
static final int HELP_ID
static final int SELECT_ALL_ID
static final int DESELECT_ALL_ID
static final int SELECT_TYPES_ID
static final int NO_TO_ALL_ID
static final int INTERNAL_ID
static final int CLIENT_ID
static final String OK_LABEL
JFaceResources.getString(IDialogLabelKeys.OK_LABEL_KEY)
so that a locale other than the default may be consulted.static final String CANCEL_LABEL
JFaceResources.getString(IDialogLabelKeys.CANCEL_LABEL_KEY)
so that a locale other than the default may be consulted.static final String YES_LABEL
JFaceResources.getString(IDialogLabelKeys.YES_LABEL_KEY)
so that a locale other than the default may be consulted.static final String NO_LABEL
JFaceResources.getString(IDialogLabelKeys.NO_LABEL_KEY)
so that a locale other than the default may be consulted.static final String NO_TO_ALL_LABEL
JFaceResources.getString(IDialogLabelKeys.NO_TO_ALL_LABEL_KEY)
so that a locale other than the default may be consulted.static final String YES_TO_ALL_LABEL
JFaceResources.getString(IDialogLabelKeys.YES_TO_ALL_LABEL_KEY)
so that a locale other than the default may be consulted.static final String SKIP_LABEL
JFaceResources.getString(IDialogLabelKeys.SKIP_LABEL_KEY)
so that a locale other than the default may be consulted.static final String STOP_LABEL
JFaceResources.getString(IDialogLabelKeys.STOP_LABEL_KEY)
so that a locale other than the default may be consulted.static final String ABORT_LABEL
JFaceResources.getString(IDialogLabelKeys.ABORT_LABEL_KEY)
so that a locale other than the default may be consulted.static final String RETRY_LABEL
JFaceResources.getString(IDialogLabelKeys.RETRY_LABEL_KEY)
so that a locale other than the default may be consulted.static final String IGNORE_LABEL
JFaceResources.getString(IDialogLabelKeys.IGNORE_LABEL_KEY)
so that a locale other than the default may be consulted.static final String PROCEED_LABEL
JFaceResources.getString(IDialogLabelKeys.PROCEED_LABEL_KEY)
so that a locale other than the default may be consulted.static final String OPEN_LABEL
JFaceResources.getString(IDialogLabelKeys.OPEN_LABEL_KEY)
so that a locale other than the default may be consulted.static final String CLOSE_LABEL
JFaceResources.getString(IDialogLabelKeys.CLOSE_LABEL_KEY)
so that a locale other than the default may be consulted.static final String SHOW_DETAILS_LABEL
JFaceResources.getString(IDialogLabelKeys.SHOW_DETAILS_LABEL_KEY)
so that a locale other than the default may be consulted.static final String HIDE_DETAILS_LABEL
JFaceResources.getString(IDialogLabelKeys.HIDE_DETAILS_LABEL_KEY)
so that a locale other than the default may be consulted.static final String BACK_LABEL
JFaceResources.getString(IDialogLabelKeys.BACK_LABEL_KEY)
so that a locale other than the default may be consulted.static final String NEXT_LABEL
JFaceResources.getString(IDialogLabelKeys.NEXT_LABEL_KEY)
so that a locale other than the default may be consulted.static final String FINISH_LABEL
JFaceResources.getString(IDialogLabelKeys.FINISH_LABEL_KEY)
so that a locale other than the default may be consulted.static final String HELP_LABEL
JFaceResources.getString(IDialogLabelKeys.HELP_LABEL_KEY)
so that a locale other than the default may be consulted.static final int VERTICAL_MARGIN
static final int VERTICAL_SPACING
static final int HORIZONTAL_MARGIN
static final int HORIZONTAL_SPACING
static final int BUTTON_BAR_HEIGHT
static final int LEFT_MARGIN
static final int BUTTON_MARGIN
@Deprecated static final int BUTTON_HEIGHT
static final int BUTTON_WIDTH
@Deprecated static final int INDENT
@Deprecated static final int SMALL_INDENT
static final int ENTRY_FIELD_WIDTH
static final int MINIMUM_MESSAGE_AREA_WIDTH
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.