Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS
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 Z _

U

UID class java.rmi.server.UID.
Abstraction for creating identifiers that are unique with respect to the the host on which it is generated.
UID(). Constructor for class java.rmi.server.UID
Create a pure identifier that is unique with respect to the host on which it is generated.
UID(short). Constructor for class java.rmi.server.UID
Create a "well-known" ID.
UIDefaults class java.awt.swing.UIDefaults.
A table of defaults for Swing components.
UIDefaults(). Constructor for class java.awt.swing.UIDefaults
Create an empty defaults table.
UIDefaults(Object[]). Constructor for class java.awt.swing.UIDefaults
Create a defaults table initialized with the specified key/value pairs.
UIDefaults.ActiveValue interface java.awt.swing.UIDefaults.ActiveValue.
This class enables one to store an entry in the defaults table that's constructed each time it's looked up with one of the getXXX(key) methods.
UIDefaults.LazyValue interface java.awt.swing.UIDefaults.LazyValue.
This class enables one to store an entry in the defaults table that isn't constructed until the first time it's looked up with one of the getXXX(key) methods.
UIManager class java.awt.swing.UIManager.
This class keeps track of the current look and feel and its defaults.
UIManager(). Constructor for class java.awt.swing.UIManager
UIManager.LookAndFeelInfo class java.awt.swing.UIManager.LookAndFeelInfo.
Provide a little information about an installed LookAndFeel for the sake of configuring a menu or for initial application set up.
UIManager.LookAndFeelInfo(String, String). Constructor for class java.awt.swing.UIManager.LookAndFeelInfo
UK. Static variable in class java.util.Locale
Useful constant for country.
UNASSIGNED. Static variable in class java.lang.Character
UNDECIMBER. Static variable in class java.util.Calendar
Useful constant for month.
UNDEFINED_CONDITION. Static variable in class java.awt.swing.JComponent
Constant used by some of the apis to mean that no condition is defined.
UNDERLINE. Static variable in class java.awt.font.TextAttributeSet
Adorn the text with underlining.
UNDERLINE_LOW_DASHED. Static variable in class java.awt.font.TextAttributeSet
Single pixel dashed low underline.
UNDERLINE_LOW_DOTTED. Static variable in class java.awt.font.TextAttributeSet
Single pixel dotted low underline.
UNDERLINE_LOW_GRAY. Static variable in class java.awt.font.TextAttributeSet
Double pixel gray low underline.
UNDERLINE_LOW_ONE_PIXEL. Static variable in class java.awt.font.TextAttributeSet
Single pixel solid low underline.
UNDERLINE_LOW_TWO_PIXEL. Static variable in class java.awt.font.TextAttributeSet
Double pixel solid low underline.
UNDERLINE_OFF. Static variable in class java.awt.font.TextAttributeSet
No underline.
UNDERLINE_ON. Static variable in class java.awt.font.TextAttributeSet
Standard underline at the roman baseline for roman text, and below the decenders for other text.
UNIFORM_SCALE. Static variable in class java.awt.geom.AffineTransform
This flag bit indicates that the transform defined by this object performs a uniform scale in addition to the conversions indicated by other flag bits.
UNINITIALIZED. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has not yet been initialized.
UNINITIALIZED_VALUE. Static variable in class java.awt.swing.JOptionPane
Indicates that the user has not yet selected a value.
UNIT_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UNKNOWN. Static variable in class java.awt.accessibility.AccessibleRole
The object contains some Accessible information, but its role is not known.
UNKNOWN exception org.omg.CORBA.UNKNOWN.
The CORBA UNKNOWN exception, which is thrown when there is an error whose cause is unknown to the ORB.
UNKNOWN(). Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.
UNKNOWN(String). Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
UNKNOWN(int, CompletionStatus). Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified minor code and completion status.
UNKNOWN(String, int, CompletionStatus). Constructor for class org.omg.CORBA.UNKNOWN
Constructs an UNKNOWN exception with the specified description message, minor code, and completion status.
UNKNOWN_NUMBER_OF_PAGES. Static variable in interface java.awt.print.Pageable
If a Pageable implementation does not know the number of pages in its set, then this constant should be returned from the getNumberOfPages() method.
UNNECESSARY. Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT. Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected converted text.
UNSELECTED_RAW_TEXT_HIGHLIGHT. Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for unselected raw text.
UP. Static variable in class java.awt.Event
The Up Arrow key, a non-ASCII action key.
UPDATE. Static variable in class java.awt.event.PaintEvent
The update event type.
UPDATE. Static variable in class java.awt.swing.event.TableModelEvent
UPPERCASE_LETTER. Static variable in class java.lang.Character
UPPER_LEFT_CORNER. Static variable in interface java.awt.swing.ScrollPaneConstants
UPPER_RIGHT_CORNER. Static variable in interface java.awt.swing.ScrollPaneConstants
URL class java.net.URL.
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String). Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String). Constructor for class java.net.URL
Creates an absolute URL from the specified protocol name, host name, and file name.
URL(String). Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String). Constructor for class java.net.URL
Creates a URL by parsing the specification spec within a specified context.
URLClassLoader class java.net.URLClassLoader.
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[], ClassLoader). Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[]). Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLConnection class java.net.URLConnection.
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL). Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLEncoder class java.net.URLEncoder.
The class contains a utility method for converting a String into a MIME format called "x-www-form-urlencoded" format.
URLStreamHandler class java.net.URLStreamHandler.
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandlerFactory interface java.net.URLStreamHandlerFactory.
This interface defines a factory for URL stream protocol handlers.
US. Static variable in class java.util.Locale
Useful constant for country.
USE_ALL_BEANINFO. Static variable in class java.beans.Introspector
UTC(int, int, int, int, int, int). Static method in class java.util.Date
Determines the date and time based on the arguments.
UTFDataFormatException exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
UnavailableException exception javax.servlet.UnavailableException.
This exception indicates that a servlet is unavailable.
UnavailableException(Servlet, String). Constructor for class javax.servlet.UnavailableException
Constructs a new exception with the specified descriptive message, indicating that the servlet is permanently unavailable.
UnavailableException(int, Servlet, String). Constructor for class javax.servlet.UnavailableException
Constructs a new exception with the specified descriptive message, indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UndefinedProperty. Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
Underline. Static variable in class java.awt.swing.text.StyleConstants
Name of the underline attribute.
Underline. Static variable in class java.awt.swing.text.StyleConstants.CharacterConstants
Name of the underline attribute.
UndoManager class java.awt.swing.undo.UndoManager.
Concrete subclass of CompoundEdit which can serve as an UndoableEditListener, consolidating the UndoableEditEvents from a variety of sources, and undoing or redoing them one at a time.
UndoManager(). Constructor for class java.awt.swing.undo.UndoManager
UndoName. Static variable in class java.awt.swing.undo.AbstractUndoableEdit
String returned by getUndoPresentationName()
UndoableEdit interface java.awt.swing.undo.UndoableEdit.
An object representing an edit that has been done, and that can be undone and redone
UndoableEditEvent class java.awt.swing.event.UndoableEditEvent.
An event indicating that an undoable operation has happened.
UndoableEditEvent(Object, UndoableEdit). Constructor for class java.awt.swing.event.UndoableEditEvent
UndoableEditListener interface java.awt.swing.event.UndoableEditListener.
Interface implemented by a class interested in hearing about undoable operations.
UndoableEditSupport class java.awt.swing.undo.UndoableEditSupport.
UndoableEditSupport(). Constructor for class java.awt.swing.undo.UndoableEditSupport
UndoableEditSupport(Object). Constructor for class java.awt.swing.undo.UndoableEditSupport
UnexpectedException exception java.rmi.UnexpectedException.
UnexpectedException(String). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description.
UnexpectedException(String, Exception). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description, and detail exception.
UnicastRemoteObject class java.rmi.server.UnicastRemoteObject.
The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.
UnicastRemoteObject(). Constructor for class java.rmi.server.UnicastRemoteObject
Create and export a new UnicastRemoteObject object using an anonymous port.
UnicastRemoteObject(int). Constructor for class java.rmi.server.UnicastRemoteObject
Create and export a new UnicastRemoteObject object using the particular supplied port.
UnicastRemoteObject(int, SocketType). Constructor for class java.rmi.server.UnicastRemoteObject
Create and export a new UnicastRemoteObject object using the particular supplied port and socket type.
UnionDef interface org.omg.CORBA.UnionDef.
UnionMember class org.omg.CORBA.UnionMember.
UnionMember(). Constructor for class org.omg.CORBA.UnionMember
UnionMember(String, Any, TypeCode, IDLType). Constructor for class org.omg.CORBA.UnionMember
UnknownError error java.lang.UnknownError.
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError(). Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String). Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownGroupException exception java.rmi.activation.UnknownGroupException.
UnknownGroupException(String). Constructor for class java.rmi.activation.UnknownGroupException
Create a new UnknownGroupException with a description.
UnknownHostException exception java.net.UnknownHostException.
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException(). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException exception java.rmi.UnknownHostException.
UnknownHostException(String). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description.
UnknownHostException(String, Exception). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description and detail exception.
UnknownObjectException exception java.rmi.activation.UnknownObjectException.
UnknownObjectException(String). Constructor for class java.rmi.activation.UnknownObjectException
Create a new UnknownObjectException with a description.
UnknownServiceException exception java.net.UnknownServiceException.
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException(). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
UnknownUserException exception org.omg.CORBA.UnknownUserException.
A class that contains user exceptions returned by the server.
UnknownUserException(). Constructor for class org.omg.CORBA.UnknownUserException
Constructs an UnknownUserException object.
UnknownUserException(Any). Constructor for class org.omg.CORBA.UnknownUserException
Constructs an UnknownUserException object that contains the given Any object.
UnmarshalException exception java.rmi.UnmarshalException.
UnmarshalException(String). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string.
UnmarshalException(String, Exception). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string and an exception.
UnrecoverableKeyException exception java.security.UnrecoverableKeyException.
This exception is thrown if a key in the key store cannot be recovered.
UnrecoverableKeyException(). Constructor for class java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String). Constructor for class java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
Unreferenced interface java.rmi.server.Unreferenced.
A remote object should implement this interface to receive notification when there are no more remote references to it.
UnresolvedPermission class java.security.UnresolvedPermission.
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
UnsatisfiedLinkError error java.lang.UnsatisfiedLinkError.
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError(). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedEncodingException exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported
UnsupportedEncodingException(). Constructor for class java.io.UnsupportedEncodingException
no detailed message
UnsupportedEncodingException(String). Constructor for class java.io.UnsupportedEncodingException
detailed message
UnsupportedFlavorException exception java.awt.datatransfer.UnsupportedFlavorException.
Signals that the requested data is not supported in this flavor.
UnsupportedFlavorException(DataFlavor). Constructor for class java.awt.datatransfer.UnsupportedFlavorException
Constructs an UnsupportedFlavorException.
UnsupportedLookAndFeelException exception java.awt.swing.UnsupportedLookAndFeelException.
An exception that indicates the request look & feel management classes are not present on the user's system.
UnsupportedLookAndFeelException(String). Constructor for class java.awt.swing.UnsupportedLookAndFeelException
UnsupportedOperationException exception java.lang.UnsupportedOperationException.
Thrown by an Object to indicate that it does not support the requested operation.
UnsupportedOperationException(). Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String). Constructor for class java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UserException exception org.omg.CORBA.UserException.
The root class for CORBA IDL-defined user exceptions.
UserException(). Constructor for class org.omg.CORBA.UserException
Constructs a UserException object.
Utilities class java.awt.swing.text.Utilities.
A collection of methods to deal with various text related activities.
ui. Variable in class java.awt.swing.JComponent
unbind(String). Static method in class java.rmi.Naming
Unbind the name.
unbind(String). Method in interface java.rmi.registry.Registry
Unbind the name.
unbind(NameComponent[]). Method in interface org.omg.CosNaming.NamingContext
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
undo(). Method in class java.awt.swing.undo.AbstractUndoableEdit
Throws CannotUndoException if canUndo() returns false.
undo(). Method in class java.awt.swing.undo.StateEdit
Tells the edited object to apply the state prior to the edit
undo(). Method in interface java.awt.swing.undo.UndoableEdit
Undo the edit that was made.
undo(). Method in class java.awt.swing.undo.CompoundEdit
Sends undo() to all contained UndoableEdits in the reverse of the order in which they were added.
undo(). Method in class java.awt.swing.undo.UndoManager
If this UndoManager is inProgress, undo the last significant UndoableEdit before indexOfNextAdd, and all insignificant edits back to it.
undo(). Method in class java.awt.swing.text.AbstractDocument.DefaultDocumentEvent
Undoes a change.
undo(). Method in class java.awt.swing.text.AbstractDocument.ElementEdit
Undoes a change.
undoOrRedo(). Method in class java.awt.swing.undo.UndoManager
Undo or redo as appropriate.
undoRedoName. Variable in class java.awt.swing.undo.StateEdit
The undo/redo presentation name
undoTo(UndoableEdit). Method in class java.awt.swing.undo.UndoManager
Undoes all changes from indexOfNextAdd to edit.
undoableEditHappened(UndoableEditEvent). Method in class java.awt.swing.undo.UndoManager
Called by the UndoabledEdit sources this UndoManager listens to.
undoableEditHappened(UndoableEditEvent). Method in interface java.awt.swing.event.UndoableEditListener
An undoable edit happened
unexportObject(Remote, boolean). Static method in class java.rmi.server.RemoteServer
Remove the remote object, obj, from the RMI runtime.
uninitialize(). Method in class java.awt.swing.LookAndFeel
UIManager.setLookAndFeel calls this method just before we're replaced by a new default look and feel.
uninstallBorder(JComponent). Static method in class java.awt.swing.LookAndFeel
Convenience method for un-installing a component's default border on the specified component if the border is currently an instance of UIResource.
uninstallChooserPanel(). Method in class java.awt.swing.ColorChooserPanel
This get called when the panel is removed from the chooser.
uninstallDefaults(JComponent). Method in class java.awt.swing.text.DefaultTextUI
Sets the component properties that haven't been explicitly overriden to null.
uninstallListeners(JComponent). Method in class java.awt.swing.text.DefaultTextUI
uninstallUI(JComponent). Method in class java.awt.swing.text.DefaultTextUI
Deinstalls the UI for a component.
union(Rectangle). Method in class java.awt.Rectangle
Computes the union of this rectangle with the specified rectangle.
union(Rectangle2D, Rectangle2D, Rectangle2D). Static method in class java.awt.geom.Rectangle2D
Union the pair of Rectangles and put the result into the indicated destination Rectangle2D object.
unitIncrement. Variable in class java.awt.swing.JScrollBar
unmodifiableCollection(Collection). Static method in class java.util.Collections
Returns an unmodifiable view of the specified Collection.
unmodifiableList(List). Static method in class java.util.Collections
Returns an unmodifiable view of the specified List.
unmodifiableMap(Map). Static method in class java.util.Collections
Returns an unmodifiable view of the specified Map.
unmodifiableSet(Set). Static method in class java.util.Collections
Returns an unmodifiable view of the specified Set.
unmodifiableSortedMap(SortedMap). Static method in class java.util.Collections
Returns an unmodifiable view of the specified SortedMap.
unmodifiableSortedSet(SortedSet). Static method in class java.util.Collections
Returns an unmodifiable view of the specified SortedSet.
unobserveHint(Object). Method in class java.awt.image.renderable.RenderContext
Removes a hint from the hintsObserved Hashtable.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int). Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]). Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int). Method in class java.io.PushbackReader
Push back a single character.
unread(char[], int, int). Method in class java.io.PushbackReader
Push back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]). Method in class java.io.PushbackReader
Push back an array of characters by copying it to the front of the pushback buffer.
unreferenced(). Method in interface java.rmi.server.Unreferenced
Called when there are no current references to this remote object.
unregister(ActivationID). Static method in class java.rmi.activation.Activatable
Revokes previous registration for the activation descriptor associated with id.
unregisterComponent(JComponent). Method in class java.awt.swing.ToolTipManager
unregisterGroup(ActivationGroupID). Method in interface java.rmi.activation.ActivationSystem
Remove the activation group.
unregisterKeyboardAction(KeyStroke). Method in class java.awt.swing.JComponent
Unregister a keyboard action.
unregisterObject(ActivationID). Method in interface java.rmi.activation.ActivationSystem
Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.
upAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically upward one position.
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(int). Method in class java.util.zip.Adler32
Updates checksum with specified byte.
update(byte[], int, int). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[]). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified byte.
update(byte[], int, int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[]). Method in class java.util.zip.CRC32
Updates checksum with specified array of bytes.
update(int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(byte[], int, int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(Graphics). Method in class java.awt.Component
Updates this component.
update(Graphics). Method in class java.awt.Container
Updates the container.
update(Graphics). Method in class java.awt.swing.JFrame
Just calls paint(g).
update(Graphics). Method in class java.awt.swing.JComponent
Calls paint(g).
update(Graphics). Method in class java.awt.swing.JDialog
Just calls paint(g).
update(Graphics). Method in class java.awt.swing.JApplet
Just calls paint(g).
update(Graphics). Method in class java.awt.swing.JProgressBar
Overridden to call paint without filling the background.
update(Graphics). Method in class java.awt.swing.CellRendererPane
Shouldn't be called.
update(byte). Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int). Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]). Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte). Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]). Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int). Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
updateAsciiStream(int, InputStream, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateAsciiStream(String, InputStream, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateAutoscroll(Point). Method in class java.awt.dnd.DropTarget
update autoscrolling with current cursor locn
updateBigDecimal(int, BigDecimal). Method in interface java.sql.ResultSet
JDBC 2.0
updateBigDecimal(String, BigDecimal). Method in interface java.sql.ResultSet
JDBC 2.0
updateBinaryStream(int, InputStream, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateBinaryStream(String, InputStream, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateBoolean(int, boolean). Method in interface java.sql.ResultSet
JDBC 2.0
updateBoolean(String, boolean). Method in interface java.sql.ResultSet
JDBC 2.0
updateByte(int, byte). Method in interface java.sql.ResultSet
JDBC 2.0
updateByte(String, byte). Method in interface java.sql.ResultSet
JDBC 2.0
updateBytes(int, byte[]). Method in interface java.sql.ResultSet
JDBC 2.0
updateBytes(String, byte[]). Method in interface java.sql.ResultSet
JDBC 2.0
updateCharacterStream(int, Reader, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateCharacterStream(String, Reader, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateComponentTreeUI(Component). Static method in class java.awt.swing.SwingUtilities
A simple minded look and feel change: ask each node in the tree to updateUI(), i.e.
updateDate(int, Date). Method in interface java.sql.ResultSet
JDBC 2.0
updateDate(String, Date). Method in interface java.sql.ResultSet
JDBC 2.0
updateDouble(int, double). Method in interface java.sql.ResultSet
JDBC 2.0
updateDouble(String, double). Method in interface java.sql.ResultSet
JDBC 2.0
updateFloat(int, float). Method in interface java.sql.ResultSet
JDBC 2.0
updateFloat(String, float). Method in interface java.sql.ResultSet
JDBC 2.0
updateInt(int, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateInt(String, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateLabelUIs(). Method in class java.awt.swing.JSlider
Called internally to replace the label UIs with the latest versions from the UIFactory when the UIFactory notifies us via updateUI that the L&F has changed.
updateLeadIndex(). Method in class java.awt.swing.tree.DefaultTreeSelectionModel
Updates the leadIndex instance variable.
updateLevel. Variable in class java.awt.swing.undo.UndoableEditSupport
updateLong(int, long). Method in interface java.sql.ResultSet
JDBC 2.0
updateLong(String, long). Method in interface java.sql.ResultSet
JDBC 2.0
updateNull(int). Method in interface java.sql.ResultSet
JDBC 2.0
updateNull(String). Method in interface java.sql.ResultSet
JDBC 2.0
updateObject(int, Object, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateObject(int, Object). Method in interface java.sql.ResultSet
JDBC 2.0
updateObject(String, Object, int). Method in interface java.sql.ResultSet
JDBC 2.0
updateObject(String, Object). Method in interface java.sql.ResultSet
JDBC 2.0
updateRow(). Method in interface java.sql.ResultSet
JDBC 2.0 Update the underlying database with the new contents of the current row.
updateShort(int, short). Method in interface java.sql.ResultSet
JDBC 2.0
updateShort(String, short). Method in interface java.sql.ResultSet
JDBC 2.0
updateString(int, String). Method in interface java.sql.ResultSet
JDBC 2.0
updateString(String, String). Method in interface java.sql.ResultSet
JDBC 2.0
updateTableInRealTime. Variable in class java.awt.swing.table.JTableHeader
If this flag is true, then the header will repaint the table as a column is dragged or resized.
updateTime(int, Time). Method in interface java.sql.ResultSet
JDBC 2.0
updateTime(String, Time). Method in interface java.sql.ResultSet
JDBC 2.0
updateTimestamp(int, Timestamp). Method in interface java.sql.ResultSet
JDBC 2.0
updateTimestamp(String, Timestamp). Method in interface java.sql.ResultSet
JDBC 2.0
updateUI(). Method in class java.awt.swing.JComponent
Resets the UI property to a value from the current look and feel.
updateUI(). Method in class java.awt.swing.JTabbedPane
Notification from the UIManager that the L&F has changed.
updateUI(). Method in class java.awt.swing.AbstractButton
Gets a new UI object from the default UIFactory.
updateUI(). Method in class java.awt.swing.JToggleButton
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JTable
Notification from the UIManager that the L&F has changed.
updateUI(). Method in class java.awt.swing.JButton
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JPanel
PENDING(jeff) - this should be done in BasicPanelUI
updateUI(). Method in class java.awt.swing.JMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JRadioButtonMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JCheckBox
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JLabel
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JSplitPane
Called to replace the UI with the latest version from the default UIFactory.
updateUI(). Method in class java.awt.swing.JToolTip
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JDesktopPane
Called to replace the UI with the latest version from the default UIFactory.
updateUI(). Method in class java.awt.swing.JSlider
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JList
Set the UI property with the "ListUI" from the current default UIFactory.
updateUI(). Method in class java.awt.swing.JInternalFrame
updateUI(). Method in class java.awt.swing.JInternalFrame.JDesktopIcon
Called to replace the UI with the latest version from the default UIFactory.
updateUI(). Method in class java.awt.swing.JMenu
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JScrollPane
updateUI(). Method in class java.awt.swing.JScrollBar
updateUI(). Method in class java.awt.swing.JPopupMenu
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JToolBar
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JTree
Notification from the UIManager that the L&F has changed.
updateUI(). Method in class java.awt.swing.JSeparator
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JOptionPane
Notification from the UIManager that the L&F has changed.
updateUI(). Method in class java.awt.swing.JProgressBar
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JComboBox
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JMenuBar
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JCheckBoxMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.JRadioButton
Notification from the UIFactory that the L&F has changed.
updateUI(). Method in class java.awt.swing.text.JTextComponent
Reloads the pluggable UI.
updateUI(). Method in class java.awt.swing.table.JTableHeader
updateUI(). Method in class java.awt.swing.table.DefaultTableCellRenderer
updateUndoPositions(Vector). Method in class java.awt.swing.text.StringContent
For all the UndoPosRef instances in positions the location is reset.
upperLeft. Variable in class java.awt.swing.ScrollPaneLayout
upperRight. Variable in class java.awt.swing.ScrollPaneLayout
url. Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
useCaches. Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime(). Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
useDaylightTime(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useProtocolVersion(int). Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.

This routine provides a hook to enable the current version of Serialization to write in a format that is backwards compatible to a previous version of the stream format.

Every effort will be made to avoid introducing additional backwards incompatibilities; however, sometimes there is no other alternative.

userObject. Variable in class java.awt.swing.tree.DefaultMutableTreeNode
optional user object
usesLocalFilePerTable(). Method in interface java.sql.DatabaseMetaData
Does the database use a file for each table?
usesLocalFiles(). Method in interface java.sql.DatabaseMetaData
Does the database store tables in a local file?
usesShiftModifier(). Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
usingProxy(). Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.

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 Z _
Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.