A B C D E F G H I J K L M N O P Q R S T U V W X Y

V

VERTICAL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 1<<9).
VERTICAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int).
VERTICAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the vertical center of the cell.
VERTICAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the bottom of the cell.
VERTICAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically.
VK_ALWAYS_OFF - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating keyboard should always be hidden
VK_ALWAYS_ON - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating keyboard should always be visible
VK_NORMAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
virtual keyboard hint indicating normal show and hide operation
V_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical scrollbar behavior (value is 1<<9).
Verify - Static variable in class org.eclipse.swt.SWT
The verify event type (value is 25).
VerifyEvent - class org.eclipse.swt.events.VerifyEvent.
Instances of this class are sent as a result of widgets handling keyboard events
VerifyEvent(Event) - Constructor for class org.eclipse.swt.events.VerifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
VerifyListener - interface org.eclipse.swt.events.VerifyListener.
Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
verifyText(VerifyEvent) - Method in interface org.eclipse.swt.events.VerifyListener
Sent when the text is about to be modified.
verticalAlignment - Variable in class org.eclipse.swt.layout.GridData
verticalAlignment specifies how controls will be positioned vertically within a cell.
verticalIndent - Variable in class org.eclipse.swt.layout.GridData
verticalIndent specifies the number of pixels of indentation that will be placed along the top side of the cell.
verticalSpacing - Variable in class org.eclipse.swt.layout.GridLayout
verticalSpacing specifies the number of pixels between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpan - Variable in class org.eclipse.swt.layout.GridData
verticalSpan specifies the number of row cells that the control will take up.

A B C D E F G H I J K L M N O P Q R S T U V W X Y