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 _

W

WAIT_CURSOR. Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR. Static variable in class java.awt.Frame
WANTS_INPUT_PROPERTY. Static variable in class java.awt.swing.JOptionPane
Bound property name for wantsInput.
WARNING_MESSAGE. Static variable in class java.awt.swing.JOptionPane
Used for warning messages.
WEDNESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
WEEK_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_MONTH field alignment.
WEEK_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_YEAR field alignment.
WEIGHT. Static variable in class java.awt.font.TextAttributeSet
The weight of the font.
WEIGHT_BOLD. Static variable in class java.awt.font.TextAttributeSet
The bold weight for the font.
WEIGHT_DEFAULT. Static variable in class java.awt.font.TextAttributeSet
The default weight if WEIGHT is unspecified.
WEIGHT_LIGHT. Static variable in class java.awt.font.TextAttributeSet
The light weight for the font.
WEST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
WEST. Static variable in class java.awt.BorderLayout
The west layout constraint (left side of container).
WEST. Static variable in interface java.awt.swing.SwingConstants
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT. Static variable in class java.awt.swing.JComponent
Constant used for registerKeyboardAction() which means that the comand should be invoked when the receiving component is an ancestor of the focused component or is itself the focused component.
WHEN_FOCUSED. Static variable in class java.awt.swing.JComponent
Constant used for registerKeyboardAction() which means that the command should be invoked when the component has the focus.
WHEN_IN_FOCUSED_WINDOW. Static variable in class java.awt.swing.JComponent
Constant used for registerKeyboardAction() which means that the command should be invoked when the receiving component is in the window that has the focus or is itself the focused component.
WHITESPACE. Static variable in class java.awt.font.GlyphMetrics
This value is added to the base code to indicate whitespace.
WIDTH. Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
WINDOW. Static variable in class java.awt.SystemColor
The array index for the window background color.
WINDOW. Static variable in class java.awt.accessibility.AccessibleRole
A top level window with no title or border.
WINDOW_ACTIVATED. Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER. Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED. Static variable in class java.awt.event.WindowEvent
The window closed event.
WINDOW_CLOSING. Static variable in class java.awt.event.WindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED. Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED. Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY. Static variable in class java.awt.Event
The user has asked the window manager to de-iconify the window.
WINDOW_DESTROY. Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
WINDOW_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE. Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST. Static variable in class java.awt.event.WindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED. Static variable in class java.awt.event.WindowEvent
The window iconified event.
WINDOW_ICONIFY. Static variable in class java.awt.Event
The user has asked the window manager to iconify the window.
WINDOW_LAST. Static variable in class java.awt.event.WindowEvent
The last number in the range of ids used for window events.
WINDOW_MOVED. Static variable in class java.awt.Event
The user has asked the window manager to move the window.
WINDOW_OPENED. Static variable in class java.awt.event.WindowEvent
The window opened event.
WINDOW_TEXT. Static variable in class java.awt.SystemColor
The array index for the window text color.
WIND_EVEN_ODD. Static variable in interface java.awt.geom.PathIterator
An even-odd winding rule for determining the interior of a path.
WIND_NON_ZERO. Static variable in interface java.awt.geom.PathIterator
A non-zero winding rule for determining the interior of a path.
WORD. Static variable in interface java.awt.accessibility.AccessibleText
Constant used to indicate that the part of text that should be retrieved is a word.
W_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR. Static variable in class java.awt.Frame
WeakReference class java.lang.ref.WeakReference.
Weak reference objects, for use in implementing canonicalizing mappings.
WeakReference(Object). Constructor for class java.lang.ref.WeakReference
Create a new weak reference that refers to the given object.
WeakReference(Object, ReferenceQueue). Constructor for class java.lang.ref.WeakReference
Create a new weak reference that refers to the given object and is registered with the given queue.
Window class java.awt.Window.
A Window object is a top-level window with no borders and no menubar.
Window(Frame). Constructor for class java.awt.Window
Constructs a new invisible window.
Window(Window). Constructor for class java.awt.Window
Constructs a new invisible window with the specified window as its owner.
WindowAdapter class java.awt.event.WindowAdapter.
An abstract adapter class for receiving window events.
WindowAdapter(). Constructor for class java.awt.event.WindowAdapter
WindowConstants interface java.awt.swing.WindowConstants.
WindowEvent class java.awt.event.WindowEvent.
A low-level event which indicates that a window has changed its status.
WindowEvent(Window, int). Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
WindowListener interface java.awt.event.WindowListener.
The listener interface for receiving window events.
WrappedPlainView class java.awt.swing.text.WrappedPlainView.
View of plain text (text with only one font and color) that does line-wrapping.
WrappedPlainView(Element). Constructor for class java.awt.swing.text.WrappedPlainView
WritableRaster class java.awt.image.WritableRaster.
This class provides methods for storing image data and inherits methods for retrieving image data from it's parent class Raster.
WritableRaster(SampleModel, Point). Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel.
WritableRaster(SampleModel, DataBuffer, Point). Constructor for class java.awt.image.WritableRaster
Constructs a WritableRaster with the given SampleModel and DataBuffer.
WritableRaster(SampleModel, DataBuffer, Rectangle, Point, WritableRaster). Constructor for class java.awt.image.WritableRaster
Constructs a WriteableRaster with the given SampleModel, DataBuffer, and parent.
WritableRenderedImage interface java.awt.image.WritableRenderedImage.
WriteableRenderedImage is a common interface for objects which contain or can produce image data which can be modified and/or written over.
WriteAbortedException exception java.io.WriteAbortedException.
WriteAbortedException(String, Exception). Constructor for class java.io.WriteAbortedException
A WriteAbortedException is thrown during a read when one of the ObjectStreamExceptions was thrown during writing.
Writer class java.io.Writer.
Abstract class for writing to character streams.
Writer(). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
WrongTransaction exception org.omg.CORBA.WrongTransaction.
The CORBA WrongTransaction user-defined exception.
wait(long). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long, int). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
waitForAll(). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForAll(long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long). Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForMemoryAdvice(int). Method in class java.lang.Runtime
Wait until the memory-advice level is different from level.
wantsInput. Variable in class java.awt.swing.JOptionPane
If true, a UI widget will be provided to the user to get input.
wasIcon(JInternalFrame). Method in class java.awt.swing.DefaultDesktopManager
wasNull(). Method in interface java.sql.ResultSet
A column may have the value of SQL NULL; wasNull reports whether the last column read had this special value.
wasNull(). Method in interface java.sql.SQLInput
wasNull(). Method in interface java.sql.CallableStatement
An OUT parameter may have the value of SQL NULL; wasNull reports whether the last value read has this special value.
weight. Variable in class java.awt.font.GlyphJustificationInfo
The weight of this glyph.
weightx. Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weighty. Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
when. Variable in class java.awt.Event
The time stamp.
white. Static variable in class java.awt.Color
The color white.
whitespaceChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
why. Variable in class org.omg.CosNaming.NamingContextPackage.NotFound
width. Variable in class java.awt.Dimension
The width dimension.
width. Variable in class java.awt.Rectangle
The width of the rectangle.
width. Variable in class java.awt.image.Raster
The width of the Raster.
width. Variable in class java.awt.image.SampleModel
Width of the region of image data that this SampleModel describes.
width. Variable in class java.awt.geom.Rectangle2D.Float
The width of the rectangle.
width. Variable in class java.awt.geom.Rectangle2D.Double
The width of the rectangle.
width. Variable in class java.awt.geom.RoundRectangle2D.Float
The width of the rectangle.
width. Variable in class java.awt.geom.RoundRectangle2D.Double
The width of the rectangle.
width. Variable in class java.awt.geom.Arc2D.Float
The overall width of the full ellipse (not considering the angular extents).
width. Variable in class java.awt.geom.Arc2D.Double
The overall width of the full ellipse (not considering the angular extents).
width. Variable in class java.awt.geom.Ellipse2D.Float
The overall width of the ellipse.
width. Variable in class java.awt.geom.Ellipse2D.Double
The overall width of the ellipse.
width. Variable in class java.awt.swing.SyntheticImage
width. Variable in class java.awt.swing.table.TableColumn
The width of the column
window. Static variable in class java.awt.SystemColor
The background color for windows.
windowActivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window is activated.
windowActivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is activated.
windowBorder. Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window has been closed.
windowClosed(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been closed.
windowClosing(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window is in the process of being closed.
windowClosing(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is in the process of being closed.
windowClosing(WindowEvent). Method in class java.awt.swing.JMenu.WinListener
Deselect the menu when the popup is closed from outside.
windowDeactivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window is de-activated.
windowDeactivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-activated.
windowDeiconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window is de-iconified.
windowDeiconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-iconified.
windowForComponent(Component). Static method in class java.awt.swing.SwingUtilities
Return aComponent's window
windowIconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window is iconified.
windowIconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is iconified.
windowInit(). Method in class java.awt.swing.JWindow
Called by the constructors to init the JWindow properly.
windowOpened(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent). Method in class java.awt.event.WindowAdapter
Invoked when a window has been opened.
windowOpened(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been opened.
windowText. Static variable in class java.awt.SystemColor
The text color for windows.
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
writableAction. Static variable in class java.awt.swing.text.DefaultEditorKit
Name of the action to set the editor into writeable mode.
write(int). Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(byte[], int, int). Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(int). Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(byte[], int, int). Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int). Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(byte[], int, int). Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
write(OutputStream). Method in class java.util.jar.Manifest
Writes the Manifest to the specified OutputStream.
write(int). Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]). Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int). Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int). Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]). Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int). Method in class java.io.Writer
Write a single character.
write(char[]). Method in class java.io.Writer
Write an array of characters.
write(char[], int, int). Method in class java.io.Writer
Write a portion of an array of characters.
write(String). Method in class java.io.Writer
Write a string.
write(String, int, int). Method in class java.io.Writer
Write a portion of a string.
write(int). Method in class java.io.OutputStreamWriter
Write a single character.
write(char[], int, int). Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int). Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int). Method in class java.io.ObjectOutputStream
Writes a byte.
write(byte[]). Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[], int, int). Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(ObjectOutput). Method in class java.io.ObjectOutputStream.PutField
Write the data and fields to the specified ObjectOutput stream.
write(int). Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int). Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int). Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int). Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]). Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int). Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int). Method in class java.io.FilterWriter
Write a single character.
write(char[], int, int). Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(String, int, int). Method in class java.io.FilterWriter
Write a portion of a string.
write(int). Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(char[], int, int). Method in class java.io.PipedWriter
Write a portion of an array of characters.
write(int). Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int). Method in class java.io.PrintWriter
Write a single character.
write(char[], int, int). Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[]). Method in class java.io.PrintWriter
Write an array of characters.
write(String, int, int). Method in class java.io.PrintWriter
Write a portion of a string.
write(String). Method in class java.io.PrintWriter
Write a string.
write(int). Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(byte[]). Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int). Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int). Method in class java.io.PrintStream
Write a byte, blocking if necessary.
write(byte[], int, int). Method in class java.io.PrintStream
Write a portion of a byte array, blocking if necessary.
write(int). Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]). Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int). Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(char[], int, int). Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(String, int, int). Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(int). Method in class java.io.BufferedWriter
Write a single character.
write(char[], int, int). Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(String, int, int). Method in class java.io.BufferedWriter
Write a portion of a String.
write(int). Method in interface java.io.ObjectOutput
Writes a byte.
write(byte[]). Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int). Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(int). Method in class java.io.StringWriter
Write a single character.
write(char[], int, int). Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String). Method in class java.io.StringWriter
Write a string.
write(String, int, int). Method in class java.io.StringWriter
Write a portion of a string.
write(Writer). Method in class java.awt.swing.text.JTextComponent
Stores the contents of the model into the given stream.
write(OutputStream, Document, int, int). Method in class java.awt.swing.text.EditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(Writer, Document, int, int). Method in class java.awt.swing.text.EditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(OutputStream, Document, int, int). Method in class java.awt.swing.text.DefaultEditorKit
Writes content from a document to the given stream in a format appropriate for this kind of content handler.
write(Writer, Document, int, int). Method in class java.awt.swing.text.DefaultEditorKit
Writes content from a document to the given stream as plain text.
write(OutputStream, Document, int, int). Method in class java.awt.swing.text.rtf.RTFEditorKit
Write content from a document to the given stream in a format appropriate for this kind of content handler.
write(Writer, Document, int, int). Method in class java.awt.swing.text.rtf.RTFEditorKit
Write content from a document to the given stream as plain text.
write(Writer, Document, int, int). Method in class java.awt.swing.text.html.HTMLEditorKit
Write content from a document to the given stream in a format appropriate for this kind of content handler.
write(int). Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified byte, and in any case writes the byte to the output stream.
write(byte[], int, int). Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified subarray, and in any case writes the subarray to the output stream.
write(ObjectOutput). Method in class java.rmi.server.ObjID
Marshal object id to output stream.
write(int). Method in class java.rmi.server.LogStream
Write a byte of data to the stream.
write(byte[], int, int). Method in class java.rmi.server.LogStream
Write a subarray of bytes.
write(DataOutput). Method in class java.rmi.server.UID
Write uid to output stream.
write(DataOutput). Method in class java.rmi.server.SocketType
Write descriptor to output stream.
write(OutputStream, Binding[]). Static method in class org.omg.CosNaming.BindingListHelper
write(OutputStream, NameComponent[]). Static method in class org.omg.CosNaming.NameHelper
write(OutputStream, String). Static method in class org.omg.CosNaming.IstringHelper
write(OutputStream, BindingIterator). Static method in class org.omg.CosNaming.BindingIteratorHelper
write(OutputStream, NameComponent). Static method in class org.omg.CosNaming.NameComponentHelper
write(OutputStream, BindingType). Static method in class org.omg.CosNaming.BindingTypeHelper
write(OutputStream, NamingContext). Static method in class org.omg.CosNaming.NamingContextHelper
write(OutputStream, Binding). Static method in class org.omg.CosNaming.BindingHelper
write(OutputStream, NotEmpty). Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
write(OutputStream, NotFound). Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
write(OutputStream, NotFoundReason). Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
write(OutputStream, CannotProceed). Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
write(OutputStream, InvalidName). Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
write(OutputStream, AlreadyBound). Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
writeArrayLocator(ArrayLocator). Method in interface java.sql.SQLOutput
Write a LOCATOR(<array>) to the stream.
writeAsciiStream(InputStream). Method in interface java.sql.SQLOutput
Return the next attribute to the stream as a stream of ASCII characters.
writeAttributeSet(ObjectOutputStream, AttributeSet). Static method in class java.awt.swing.text.StyleContext
Write a set of attributes to the given object stream for the purpose of serialization.
writeBigDecimal(BigDecimal). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a java.math.BigDecimal object.
writeBinaryStream(InputStream). Method in interface java.sql.SQLOutput
Return the next attribute to the stream as a stream of uninterpreted bytes.
writeBlobLocator(BlobLocator). Method in interface java.sql.SQLOutput
Write a LOCATOR(BLOB) to the stream.
writeBoolean(boolean). Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean). Method in class java.io.RandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeBoolean(boolean). Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java boolean.
writeByte(int). Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int). Method in class java.io.RandomAccessFile
Writes a byte to the file as a 1-byte value.
writeByte(int). Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(byte). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java byte.
writeBytes(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String). Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeBytes(String). Method in interface java.io.DataOutput
Writes a string to the output stream.
writeBytes(byte[]). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as an array of bytes.
writeChar(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int). Method in class java.io.RandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChar(int). Method in interface java.io.DataOutput
Writes a char value, wich is comprised of two bytes, to the output stream.
writeCharacterStream(Reader). Method in interface java.sql.SQLOutput
Return the next attribute to the stream as a stream of Unicode characters.
writeChars(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String). Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChars(String). Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChildren(ObjectOutputStream). Method in class java.beans.beancontext.BeanContextSupport
writeClobLocator(ClobLocator). Method in interface java.sql.SQLOutput
Write a LOCATOR(CLOB) to the stream.
writeDate(Date). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a java.sql.Date object.
writeDouble(double). Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double). Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeDouble(double). Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java double.
writeExternal(ObjectOutput). Method in class java.util.mime.MimeType
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeExternal(ObjectOutput). Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeFields(). Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(float). Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float). Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeFloat(float). Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java float.
writeInt(int). Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int). Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeInt(int). Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java int.
writeLock(). Method in class java.awt.swing.text.AbstractDocument
Acquires a lock to begin mutating the document this lock protects.
writeLong(long). Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long). Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeLong(long). Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java long.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(ObjectOutputStream). Method in class java.awt.datatransfer.DataFlavor
Serialize this DataFlavor
writeObject(SQLData). Method in interface java.sql.SQLOutput
Write to the stream the data contained in the given object, as a value of an SQL structured or distinct type.
writeObjectOverride(Object). Method in class java.io.ObjectOutputStream
This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
writeRef(Ref). Method in interface java.sql.SQLOutput
Write a REF(<structured-type>) to the stream.
writeReplace(). Method in interface java.io.Replaceable
Return an object to be written to the stream instead of this object.
writeSQL(SQLOutput). Method in interface java.sql.SQLData
Write this object to the given SQL data stream.
writeShort(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int). Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeShort(int). Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(short). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java short.
writeStreamHeader(). Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeString(String). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a Java String.
writeStructLocator(StructLocator). Method in interface java.sql.SQLOutput
Write a LOCATOR(<structured-type>) to the stream.
writeTime(Time). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a java.sql.Time object.
writeTimestamp(Timestamp). Method in interface java.sql.SQLOutput
Write the next attribute to the stream as a java.sql.Timestamp object.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer). Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUTF(String). Method in class java.io.ObjectOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeUTF(String). Method in class java.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeUTF(String). Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUnlock(). Method in class java.awt.swing.text.AbstractDocument
Releases the write lock held because the write operation is finished.
write_Object(Object). Method in class org.omg.CORBA.portable.OutputStream
write_Principal(Principal). Method in class org.omg.CORBA.portable.OutputStream
write_TypeCode(TypeCode). Method in class org.omg.CORBA.portable.OutputStream
write_any(Any). Method in class org.omg.CORBA.portable.OutputStream
write_boolean(boolean). Method in class org.omg.CORBA.portable.OutputStream
write_boolean_array(boolean[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_char(char). Method in class org.omg.CORBA.portable.OutputStream
write_char_array(char[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_double(double). Method in class org.omg.CORBA.portable.OutputStream
write_double_array(double[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_float(float). Method in class org.omg.CORBA.portable.OutputStream
write_float_array(float[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_long(int). Method in class org.omg.CORBA.portable.OutputStream
write_long_array(int[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_longlong(long). Method in class org.omg.CORBA.portable.OutputStream
write_longlong_array(long[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_octet(byte). Method in class org.omg.CORBA.portable.OutputStream
write_octet_array(byte[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_short(short). Method in class org.omg.CORBA.portable.OutputStream
write_short_array(short[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_string(String). Method in class org.omg.CORBA.portable.OutputStream
write_ulong(int). Method in class org.omg.CORBA.portable.OutputStream
write_ulong_array(int[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_ulonglong(long). Method in class org.omg.CORBA.portable.OutputStream
write_ulonglong_array(long[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_ushort(short). Method in class org.omg.CORBA.portable.OutputStream
write_ushort_array(short[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_value(OutputStream). Method in class org.omg.CORBA.Any
Writes out to the given output stream the typecode and value of this Any object.
write_wchar(char). Method in class org.omg.CORBA.portable.OutputStream
write_wchar_array(char[], int, int). Method in class org.omg.CORBA.portable.OutputStream
write_wstring(String). Method in class org.omg.CORBA.portable.OutputStream
written. Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.

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.