All Packages  Class Hierarchy Index of Fields and Methods
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

valid(). Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
validate(). Method in class java.awt.Component
Ensures that this component has a valid layout.
validate(). Method in class java.awt.Container
Validates this container and all of its subcomponents.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
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. Variable in class java.sql.DriverPropertyInfo
"value" specifies the current value of the property, based on a combination of the information supplied to getPropertyInfo, the Java environment, and driver supplied default values.
valueOf(boolean). Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char). Static method in class java.lang.String
Returns the string representation of the char * argument.
valueOf(char[]). Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int). Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double). Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float). Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int). Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long). Static method in class java.math.BigDecimal
Returns a BigDecimal with the given value and a scale of zero.
valueOf(long). Static method in class java.math.BigInteger
Returns a BigInteger with the specified value.
valueOf(long). Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(long, int). Static method in class java.math.BigDecimal
Returns a BigDecimal with a value of (val/10**scale).
valueOf(Object). Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String). Static method in class java.sql.Date
Convert a string in JDBC date escape format to a Date value
valueOf(String). Static method in class java.lang.Double
Returns a new Double value initialized to the value represented by the specified String.
valueOf(String). Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String). Static method in class java.sql.Time
Convert a string in JDBC time escape format to a Time value
valueOf(String). Static method in class java.sql.Timestamp
Convert a string in JDBC timestamp escape format to a Timestamp value
valueOf(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
VARBINARY. Static variable in class java.sql.Types
VARCHAR. Static variable in class java.sql.Types
Vector(). Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VERBOSE. Static variable in class java.rmi.server.LogStream
VERIFY. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has been initialized for verification.
verify(byte[]). Method in class java.security.Signature
Verifies the passed-in signature.
VerifyError(). Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
versionColumnNotPseudo. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is NOT a pseudo column.
versionColumnPseudo. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is a pseudo column.
versionColumnUnknown. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - may or may not be pseudo column.
VERTICAL. Static variable in interface java.awt.Adjustable
The 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.
vetoableChange(PropertyChangeEvent). Method in interface java.beans.VetoableChangeListener
This method gets called when a constrained property is changed.
VetoableChangeSupport(Object). Constructor for class java.beans.VetoableChangeSupport
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
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
VK_ADD. Static variable in class java.awt.event.KeyEvent
VK_ALT. Static variable in class java.awt.event.KeyEvent
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
VK_BACK_SPACE. 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_CLEAR. Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_COMMA. Static variable in class java.awt.event.KeyEvent
VK_CONTROL. Static variable in class java.awt.event.KeyEvent
VK_CONVERT. Static variable in class java.awt.event.KeyEvent
VK_D. 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_DOWN. Static variable in class java.awt.event.KeyEvent
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
Virtual key codes.
VK_EQUALS. Static variable in class java.awt.event.KeyEvent
VK_ESCAPE. Static variable in class java.awt.event.KeyEvent
VK_F. Static variable in class java.awt.event.KeyEvent
VK_F1. Static variable in class java.awt.event.KeyEvent
VK_F10. Static variable in class java.awt.event.KeyEvent
VK_F11. Static variable in class java.awt.event.KeyEvent
VK_F12. Static variable in class java.awt.event.KeyEvent
VK_F2. Static variable in class java.awt.event.KeyEvent
VK_F3. Static variable in class java.awt.event.KeyEvent
VK_F4. Static variable in class java.awt.event.KeyEvent
VK_F5. Static variable in class java.awt.event.KeyEvent
VK_F6. Static variable in class java.awt.event.KeyEvent
VK_F7. Static variable in class java.awt.event.KeyEvent
VK_F8. Static variable in class java.awt.event.KeyEvent
VK_F9. Static variable in class java.awt.event.KeyEvent
VK_FINAL. Static variable in class java.awt.event.KeyEvent
for Asian Keyboard
VK_G. Static variable in class java.awt.event.KeyEvent
VK_H. Static variable in class java.awt.event.KeyEvent
VK_HELP. Static variable in class java.awt.event.KeyEvent
VK_HOME. Static variable in class java.awt.event.KeyEvent
VK_I. Static variable in class java.awt.event.KeyEvent
VK_INSERT. Static variable in class java.awt.event.KeyEvent
VK_J. Static variable in class java.awt.event.KeyEvent
VK_K. Static variable in class java.awt.event.KeyEvent
VK_KANA. Static variable in class java.awt.event.KeyEvent
VK_KANJI. Static variable in class java.awt.event.KeyEvent
VK_L. Static variable in class java.awt.event.KeyEvent
VK_LEFT. 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_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
VK_NUM_LOCK. Static variable in class java.awt.event.KeyEvent
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
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_PAUSE. Static variable in class java.awt.event.KeyEvent
VK_PERIOD. Static variable in class java.awt.event.KeyEvent
VK_PRINTSCREEN. 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_R. Static variable in class java.awt.event.KeyEvent
VK_RIGHT. Static variable in class java.awt.event.KeyEvent
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
VK_SEPARATER. Static variable in class java.awt.event.KeyEvent
VK_SHIFT. Static variable in class java.awt.event.KeyEvent
VK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_SPACE. 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
KEY_TYPED events do not have a defined keyCode.
VK_UP. Static variable in class java.awt.event.KeyEvent
VK_V. Static variable in class java.awt.event.KeyEvent
VK_W. Static variable in class java.awt.event.KeyEvent
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
VMID(). Constructor for class java.rmi.dgc.VMID
Create a new VMID.
VOLATILE. Static variable in class java.lang.reflect.Modifier

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
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature