Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Letter
Next Letter
Sample
Document
Index
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

validate() - Method in class java.awt.Component
Validates this component.
validate() - Method in class java.awt.Container
Validates this container and all of its subcomponents.
validatedContents - Variable in class java.awt.Component.BltBufferStrategy
Whether or not the drawing buffer has been recently restored from a lost state.
validatedContents - Variable in class java.awt.Component.FlipBufferStrategy
Whether or not the drawing buffer has been recently restored from a lost state.
validateTree() - Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
VALUE_ALPHA_INTERPOLATION_DEFAULT - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen by the implementation for a good tradeoff of performance vs.
VALUE_ALPHA_INTERPOLATION_QUALITY - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for precision and visual quality.
VALUE_ALPHA_INTERPOLATION_SPEED - Static variable in class java.awt.RenderingHints
Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for calculation speed.
VALUE_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done with a default antialiasing mode chosen by the implementation.
VALUE_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done without antialiasing.
VALUE_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Antialiasing hint value -- rendering is done with antialiasing.
VALUE_COLOR_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform color conversion calculations as chosen by the implementation to represent the best available tradeoff between performance and accuracy.
VALUE_COLOR_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform the color conversion calculations with the highest accuracy and visual quality.
VALUE_COLOR_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Color rendering hint value -- perform the fastest color conversion to the format of the output device.
VALUE_DITHER_DEFAULT - Static variable in class java.awt.RenderingHints
Dithering hint value -- use a default for dithering chosen by the implementation.
VALUE_DITHER_DISABLE - Static variable in class java.awt.RenderingHints
Dithering hint value -- do not dither when rendering geometry.
VALUE_DITHER_ENABLE - Static variable in class java.awt.RenderingHints
Dithering hint value -- dither when rendering geometry, if needed.
VALUE_FRACTIONALMETRICS_DEFAULT - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with accuracy chosen by the implementation.
VALUE_FRACTIONALMETRICS_OFF - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with advance widths rounded to pixel boundaries.
VALUE_FRACTIONALMETRICS_ON - Static variable in class java.awt.RenderingHints
Font fractional metrics hint value -- character glyphs are positioned with sub-pixel accuracy.
VALUE_INTERPOLATION_BICUBIC - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color samples of 9 nearby integer coordinate samples in the image are interpolated using a cubic function in both X and Y to produce a color sample.
VALUE_INTERPOLATION_BILINEAR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color samples of the 4 nearest neighboring integer coordinate samples in the image are interpolated linearly to produce a color sample.
VALUE_INTERPOLATION_NEAREST_NEIGHBOR - Static variable in class java.awt.RenderingHints
Interpolation hint value -- the color sample of the nearest neighboring integer coordinate sample in the image is used.
VALUE_RENDER_DEFAULT - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen by the implementation for a good tradeoff of performance vs.
VALUE_RENDER_QUALITY - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen with a preference for output quality.
VALUE_RENDER_SPEED - Static variable in class java.awt.RenderingHints
Rendering hint value -- rendering algorithms are chosen with a preference for output speed.
VALUE_STROKE_DEFAULT - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry may be modified or left pure depending on the tradeoffs in a given implementation.
VALUE_STROKE_NORMALIZE - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry should be normalized to improve uniformity or spacing of lines and overall aesthetics.
VALUE_STROKE_PURE - Static variable in class java.awt.RenderingHints
Stroke normalization control hint value -- geometry should be left unmodified and rendered with sub-pixel accuracy.
VALUE_TEXT_ANTIALIAS_DEFAULT - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done according to the RenderingHints.KEY_ANTIALIASING hint or a default chosen by the implementation.
VALUE_TEXT_ANTIALIAS_GASP - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is requested to use information in the font resource which specifies for each point size whether to apply RenderingHints.VALUE_TEXT_ANTIALIAS_ON or RenderingHints.VALUE_TEXT_ANTIALIAS_OFF.
VALUE_TEXT_ANTIALIAS_LCD_HBGR - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of B,G,R such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HBGR).
VALUE_TEXT_ANTIALIAS_LCD_HRGB - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of R,G,B such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HRGB).
VALUE_TEXT_ANTIALIAS_LCD_VBGR - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of B,G,R such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VBGR).
VALUE_TEXT_ANTIALIAS_LCD_VRGB - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of R,G,B such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VRGB).
VALUE_TEXT_ANTIALIAS_OFF - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done without any form of antialiasing.
VALUE_TEXT_ANTIALIAS_ON - Static variable in class java.awt.RenderingHints
Text antialiasing hint value -- text rendering is done with some form of antialiasing.
valueOf(String) - Static method in enum java.awt.Component.BaselineResizeBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Desktop.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Dialog.ModalExclusionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Dialog.ModalityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.TrayIcon.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.awt.Window.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum java.awt.Component.BaselineResizeBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Desktop.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Dialog.ModalExclusionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Dialog.ModalityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.GraphicsDevice.WindowTranslucency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.MultipleGradientPaint.ColorSpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.MultipleGradientPaint.CycleMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.awt.RenderingHints
Returns a Collection view of the values contained in this RenderinHints.
values() - Static method in enum java.awt.TrayIcon.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.awt.Window.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL - Static variable in interface java.awt.Adjustable
Indicates that the Adjustable has vertical orientation.
VERTICAL - Static variable in class java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL - Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VK_0 - Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1 - Static variable in class java.awt.event.KeyEvent
VK_2 - Static variable in class java.awt.event.KeyEvent
VK_3 - Static variable in class java.awt.event.KeyEvent
VK_4 - Static variable in class java.awt.event.KeyEvent
VK_5 - Static variable in class java.awt.event.KeyEvent
VK_6 - Static variable in class java.awt.event.KeyEvent
VK_7 - Static variable in class java.awt.event.KeyEvent
VK_8 - Static variable in class java.awt.event.KeyEvent
VK_9 - Static variable in class java.awt.event.KeyEvent
VK_A - Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT - Static variable in class java.awt.event.KeyEvent
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class java.awt.event.KeyEvent
VK_AGAIN - Static variable in class java.awt.event.KeyEvent
VK_ALL_CANDIDATES - Static variable in class java.awt.event.KeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class java.awt.event.KeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class java.awt.event.KeyEvent
VK_ALT_GRAPH - Static variable in class java.awt.event.KeyEvent
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class java.awt.event.KeyEvent
VK_ASTERISK - Static variable in class java.awt.event.KeyEvent
VK_AT - Static variable in class java.awt.event.KeyEvent
Constant for the "@" key.
VK_B - Static variable in class java.awt.event.KeyEvent
VK_BACK_QUOTE - Static variable in class java.awt.event.KeyEvent
VK_BACK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the back slash key, "\"
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
VK_BEGIN - Static variable in class java.awt.event.KeyEvent
Constant for the Begin key.
VK_BRACELEFT - Static variable in class java.awt.event.KeyEvent
VK_BRACERIGHT - Static variable in class java.awt.event.KeyEvent
VK_C - Static variable in class java.awt.event.KeyEvent
VK_CANCEL - Static variable in class java.awt.event.KeyEvent
VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
VK_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the close bracket key, "]"
VK_CODE_INPUT - Static variable in class java.awt.event.KeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class java.awt.event.KeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class java.awt.event.KeyEvent
Constant for the comma key, ","
VK_COMPOSE - Static variable in class java.awt.event.KeyEvent
Constant for the Compose function key.
VK_CONTEXT_MENU - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows Context Menu key.
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
VK_CONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Convert function key.
VK_COPY - Static variable in class java.awt.event.KeyEvent
VK_CUT - Static variable in class java.awt.event.KeyEvent
VK_D - Static variable in class java.awt.event.KeyEvent
VK_DEAD_ABOVEDOT - Static variable in class java.awt.event.KeyEvent
VK_DEAD_ABOVERING - Static variable in class java.awt.event.KeyEvent
VK_DEAD_ACUTE - Static variable in class java.awt.event.KeyEvent
VK_DEAD_BREVE - Static variable in class java.awt.event.KeyEvent
VK_DEAD_CARON - Static variable in class java.awt.event.KeyEvent
VK_DEAD_CEDILLA - Static variable in class java.awt.event.KeyEvent
VK_DEAD_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
VK_DEAD_DIAERESIS - Static variable in class java.awt.event.KeyEvent
VK_DEAD_DOUBLEACUTE - Static variable in class java.awt.event.KeyEvent
VK_DEAD_GRAVE - Static variable in class java.awt.event.KeyEvent
VK_DEAD_IOTA - Static variable in class java.awt.event.KeyEvent
VK_DEAD_MACRON - Static variable in class java.awt.event.KeyEvent
VK_DEAD_OGONEK - Static variable in class java.awt.event.KeyEvent
VK_DEAD_SEMIVOICED_SOUND - Static variable in class java.awt.event.KeyEvent
VK_DEAD_TILDE - Static variable in class java.awt.event.KeyEvent
VK_DEAD_VOICED_SOUND - Static variable in class java.awt.event.KeyEvent
VK_DECIMAL - Static variable in class java.awt.event.KeyEvent
VK_DELETE - Static variable in class java.awt.event.KeyEvent
VK_DIVIDE - Static variable in class java.awt.event.KeyEvent
VK_DOLLAR - Static variable in class java.awt.event.KeyEvent
Constant for the "$" key.
VK_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad down arrow key.
VK_E - Static variable in class java.awt.event.KeyEvent
VK_END - Static variable in class java.awt.event.KeyEvent
VK_ENTER - Static variable in class java.awt.event.KeyEvent
VK_EQUALS - Static variable in class java.awt.event.KeyEvent
Constant for the equals key, "="
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
VK_EURO_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the "!" key.
VK_F - Static variable in class java.awt.event.KeyEvent
VK_F1 - Static variable in class java.awt.event.KeyEvent
Constant for the F1 function key.
VK_F10 - Static variable in class java.awt.event.KeyEvent
Constant for the F10 function key.
VK_F11 - Static variable in class java.awt.event.KeyEvent
Constant for the F11 function key.
VK_F12 - Static variable in class java.awt.event.KeyEvent
Constant for the F12 function key.
VK_F13 - Static variable in class java.awt.event.KeyEvent
Constant for the F13 function key.
VK_F14 - Static variable in class java.awt.event.KeyEvent
Constant for the F14 function key.
VK_F15 - Static variable in class java.awt.event.KeyEvent
Constant for the F15 function key.
VK_F16 - Static variable in class java.awt.event.KeyEvent
Constant for the F16 function key.
VK_F17 - Static variable in class java.awt.event.KeyEvent
Constant for the F17 function key.
VK_F18 - Static variable in class java.awt.event.KeyEvent
Constant for the F18 function key.
VK_F19 - Static variable in class java.awt.event.KeyEvent
Constant for the F19 function key.
VK_F2 - Static variable in class java.awt.event.KeyEvent
Constant for the F2 function key.
VK_F20 - Static variable in class java.awt.event.KeyEvent
Constant for the F20 function key.
VK_F21 - Static variable in class java.awt.event.KeyEvent
Constant for the F21 function key.
VK_F22 - Static variable in class java.awt.event.KeyEvent
Constant for the F22 function key.
VK_F23 - Static variable in class java.awt.event.KeyEvent
Constant for the F23 function key.
VK_F24 - Static variable in class java.awt.event.KeyEvent
Constant for the F24 function key.
VK_F3 - Static variable in class java.awt.event.KeyEvent
Constant for the F3 function key.
VK_F4 - Static variable in class java.awt.event.KeyEvent
Constant for the F4 function key.
VK_F5 - Static variable in class java.awt.event.KeyEvent
Constant for the F5 function key.
VK_F6 - Static variable in class java.awt.event.KeyEvent
Constant for the F6 function key.
VK_F7 - Static variable in class java.awt.event.KeyEvent
Constant for the F7 function key.
VK_F8 - Static variable in class java.awt.event.KeyEvent
Constant for the F8 function key.
VK_F9 - Static variable in class java.awt.event.KeyEvent
Constant for the F9 function key.
VK_FINAL - Static variable in class java.awt.event.KeyEvent
VK_FIND - Static variable in class java.awt.event.KeyEvent
VK_FULL_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class java.awt.event.KeyEvent
VK_GREATER - Static variable in class java.awt.event.KeyEvent
VK_H - Static variable in class java.awt.event.KeyEvent
VK_HALF_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class java.awt.event.KeyEvent
VK_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Hiragana function key.
VK_HOME - Static variable in class java.awt.event.KeyEvent
VK_I - Static variable in class java.awt.event.KeyEvent
VK_INPUT_METHOD_ON_OFF - Static variable in class java.awt.event.KeyEvent
Constant for the input method on/off key.
VK_INSERT - Static variable in class java.awt.event.KeyEvent
VK_INVERTED_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class java.awt.event.KeyEvent
VK_JAPANESE_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Roman function key.
VK_K - Static variable in class java.awt.event.KeyEvent
VK_KANA - Static variable in class java.awt.event.KeyEvent
VK_KANA_LOCK - Static variable in class java.awt.event.KeyEvent
Constant for the locking Kana function key.
VK_KANJI - Static variable in class java.awt.event.KeyEvent
VK_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad down arrow key.
VK_KP_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad left arrow key.
VK_KP_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad right arrow key.
VK_KP_UP - Static variable in class java.awt.event.KeyEvent
Constant for the numeric keypad up arrow key.
VK_L - Static variable in class java.awt.event.KeyEvent
VK_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad left arrow key.
VK_LEFT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the "(" key.
VK_LESS - Static variable in class java.awt.event.KeyEvent
VK_M - Static variable in class java.awt.event.KeyEvent
VK_META - Static variable in class java.awt.event.KeyEvent
VK_MINUS - Static variable in class java.awt.event.KeyEvent
Constant for the minus key, "-"
VK_MODECHANGE - Static variable in class java.awt.event.KeyEvent
VK_MULTIPLY - Static variable in class java.awt.event.KeyEvent
VK_N - Static variable in class java.awt.event.KeyEvent
VK_NONCONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class java.awt.event.KeyEvent
VK_NUMBER_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD1 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD2 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD3 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD4 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD5 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD6 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD7 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD8 - Static variable in class java.awt.event.KeyEvent
VK_NUMPAD9 - Static variable in class java.awt.event.KeyEvent
VK_O - Static variable in class java.awt.event.KeyEvent
VK_OPEN_BRACKET - Static variable in class java.awt.event.KeyEvent
Constant for the open bracket key, "["
VK_P - Static variable in class java.awt.event.KeyEvent
VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
VK_PASTE - Static variable in class java.awt.event.KeyEvent
VK_PAUSE - Static variable in class java.awt.event.KeyEvent
VK_PERIOD - Static variable in class java.awt.event.KeyEvent
Constant for the period key, "."
VK_PLUS - Static variable in class java.awt.event.KeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class java.awt.event.KeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class java.awt.event.KeyEvent
VK_PROPS - Static variable in class java.awt.event.KeyEvent
VK_Q - Static variable in class java.awt.event.KeyEvent
VK_QUOTE - Static variable in class java.awt.event.KeyEvent
VK_QUOTEDBL - Static variable in class java.awt.event.KeyEvent
VK_R - Static variable in class java.awt.event.KeyEvent
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad right arrow key.
VK_RIGHT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class java.awt.event.KeyEvent
Constant for the Roman Characters function key.
VK_S - Static variable in class java.awt.event.KeyEvent
VK_SCROLL_LOCK - Static variable in class java.awt.event.KeyEvent
VK_SEMICOLON - Static variable in class java.awt.event.KeyEvent
Constant for the semicolon key, ";"
VK_SEPARATER - Static variable in class java.awt.event.KeyEvent
This constant is obsolete, and is included only for backwards compatibility.
VK_SEPARATOR - Static variable in class java.awt.event.KeyEvent
Constant for the Numpad Separator key.
VK_SHIFT - Static variable in class java.awt.event.KeyEvent
VK_SLASH - Static variable in class java.awt.event.KeyEvent
Constant for the forward slash key, "/"
VK_SPACE - Static variable in class java.awt.event.KeyEvent
VK_STOP - Static variable in class java.awt.event.KeyEvent
VK_SUBTRACT - Static variable in class java.awt.event.KeyEvent
VK_T - Static variable in class java.awt.event.KeyEvent
VK_TAB - Static variable in class java.awt.event.KeyEvent
VK_U - Static variable in class java.awt.event.KeyEvent
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
This value is used to indicate that the keyCode is unknown.
VK_UNDERSCORE - Static variable in class java.awt.event.KeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class java.awt.event.KeyEvent
VK_UP - Static variable in class java.awt.event.KeyEvent
Constant for the non-numpad up arrow key.
VK_V - Static variable in class java.awt.event.KeyEvent
VK_W - Static variable in class java.awt.event.KeyEvent
VK_WINDOWS - Static variable in class java.awt.event.KeyEvent
Constant for the Microsoft Windows "Windows" key.
VK_X - Static variable in class java.awt.event.KeyEvent
VK_Y - Static variable in class java.awt.event.KeyEvent
VK_Z - Static variable in class java.awt.event.KeyEvent
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge