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.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.graphics.Rectangle
the y coordinate of the rectangle
y -
Variable in class org.eclipse.swt.graphics.Point
the y coordinate of the point
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.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
MessageBox style constant for YES button.
YES -
Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
Return code indicating the entity should be overwritten.
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.