- y - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
-
- 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.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.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
- 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_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.
- 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.