- Y - Static variable in interface org.eclipse.e4.ui.workbench.UIEvents.Window
-
- y - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
-
- y - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
-
- y - Variable in class org.eclipse.swt.custom.CTabFolderEvent
-
The widget-relative, y coordinate of the chevron button
at the time of the event.
- y - Variable in class org.eclipse.swt.custom.PaintObjectEvent
-
the y location
- y - Variable in class org.eclipse.swt.dnd.DragSourceEvent
-
In dragStart, the y coordinate (relative to the control) of the
position the mouse went down to start the drag.
- y - Variable in class org.eclipse.swt.dnd.DropTargetEvent
-
The y-cordinate of the cursor relative to the Display
- y - Variable in class org.eclipse.swt.events.GestureEvent
-
The meaning of this field is dependent on the value of the detail
field
and the platform.
- y - Variable in class org.eclipse.swt.events.MenuDetectEvent
-
The display-relative y coordinate of the pointer
at the time the context menu trigger occurred.
- y - Variable in class org.eclipse.swt.events.MouseEvent
-
the widget-relative, y coordinate of the pointer
at the time the mouse button was pressed or released
- y - Variable in class org.eclipse.swt.events.PaintEvent
-
the y offset of the bounding rectangle of the
region that requires painting
- y - Variable in class org.eclipse.swt.events.SelectionEvent
-
The y location of selected area.
- y - Variable in class org.eclipse.swt.events.TouchEvent
-
The widget-relative y coordinate of the pointer
at the time the touch occurred.
- y - Variable in class org.eclipse.swt.graphics.ImageData
-
The y coordinate of the top left corner of the image
within the logical screen (this field corresponds to
the GIF89a Image Top Position value).
- y - Variable in class org.eclipse.swt.graphics.Point
-
the y coordinate of the point
- y - Variable in class org.eclipse.swt.graphics.Rectangle
-
the y coordinate of the rectangle
- y - Variable in class org.eclipse.swt.widgets.Event
-
depending on the event type, the y offset of the bounding
rectangle of the region that requires painting or the
widget-relative, y coordinate of the pointer at the
time the mouse button was pressed or released
- y - Variable in class org.eclipse.swt.widgets.Touch
-
The y location of the touch in TouchSource coordinates.
- yDirection - Variable in class org.eclipse.swt.events.GestureEvent
-
This field is valid when the detail
field is set to GESTURE_SWIPE
or GESTURE_PAN
.
- yDirection - Variable in class org.eclipse.swt.widgets.Event
-
If nonzero, a positive value indicates a swipe in the up direction,
and a negative value indicates a swipe in the down direction.
- YES - Static variable in class org.eclipse.swt.SWT
-
The MessageBox
style constant for YES button;
valid combinations are YES|NO, YES|NO|CANCEL
(value is 1<<6).
- YES - Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
-
Return code indicating the entity should be overwritten.
- YES - Static variable in interface org.eclipse.ui.ISaveablePart2
-
Standard return code constant (value 0) indicating that the part
needs to be saved.
- YES_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Button id for a "Yes" button (value 2).
- YES_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
The label for yes buttons.
- YES_LABEL_KEY - Static variable in interface org.eclipse.jface.dialogs.IDialogLabelKeys
-
The key used to retrieve the label for yes buttons.
- YES_NO_BUTTON_STYLE - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
-
Flag (value 8) indicating that the finish and cancel button should be named
yes and no.
- YES_TO_ALL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
Button id for a "Yes to All" button (value 4).
- YES_TO_ALL_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
-
The label for yes to all buttons.
- YES_TO_ALL_LABEL_KEY - Static variable in interface org.eclipse.jface.dialogs.IDialogLabelKeys
-
The key used to retrieve the label for yes to all buttons.
- YesNoCancelListSelectionDialog - Class in org.eclipse.ui.dialogs
-
Deprecated.
Providing Cancel in addition to Yes/No is confusing. It is better
to subclass the regular ListSelectionDialog, which uses
OK/Cancel, and provide a separate checkbox if necessary.
- YesNoCancelListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) - Constructor for class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
-
Deprecated.
see class comment
- yesPressed() - Method in class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
-
Deprecated.
Notifies that the yes button of this dialog has been pressed.
- yieldRule(IProgressMonitor) - Method in class org.eclipse.core.runtime.jobs.Job
-
Temporarily puts this
Job
back into
Job.WAITING
state and
relinquishes the job's scheduling rule so that any
Job.WAITING
jobs that
conflict with this job's scheduling rule have an opportunity to start.