站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档

"S" Fields and Methods - JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档

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 Z

S

S_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR. Static variable in class java.awt.Frame
sameFile(URL). Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
SATURDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SAVE. Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file to which to write.
save(ObjectOutputStream, String, EventListener). Static method in class java.awt.AWTEventMulticaster
save(OutputStream, String). Method in class java.util.Properties
Stores this property list to the specified output stream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster
scale(). Method in class java.math.BigDecimal
Returns the scale of this number.
SCALE_AREA_AVERAGING. Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT. Static variable in class java.awt.Image
Use the default image-scaling algorithm.
SCALE_FAST. Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE. Static variable in class java.awt.Image
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
SCALE_SMOOTH. Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The user has moved the bubble (thumb) in a scroll bar, moving to an "absolute" position, rather than to an offset from the last postion.
SCROLL_BEGIN. Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END. Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN. Static variable in class java.awt.Event
The user has activated the line down area of a scroll bar.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The user has activated the line up area of a scroll bar.
SCROLL_LOCK. Static variable in class java.awt.Event
The Scroll Lock key, a non-ASCII action key.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The user has activated the page down area of a scroll bar.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The user has activated the page up area of a scroll bar.
SCROLLBAR. Static variable in class java.awt.SystemColor
The array index for the scrollbar background color.
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
Scrollbar(). Constructor for class java.awt.Scrollbar
Constructs a new vertical scroll bar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation, initial value, page size, and minimum and maximum values.
SCROLLBARS_ALWAYS. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH. Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY. Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE. Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY. Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
ScrollPane(). Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int). Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
SE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR. Static variable in class java.awt.Frame
search(Object). Method in class java.util.Stack
Returns where an object is on this stack.
SECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
SECOND_FIELD. Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECONDARY. Static variable in class java.text.Collator
Collator strength value.
secondaryOrder(int). Static method in class java.text.CollationElementIterator
Get the secondary order of a collation order.
SecureRandom(). Constructor for class java.security.SecureRandom
This empty constructor automatically seeds the generator.
SecureRandom(byte[]). Constructor for class java.security.SecureRandom
This constructor uses a user-provided seed in preference to the self-seeding algorithm referred to in the empty constructor description.
SecurityException(). Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String). Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager(). Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long). Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
select(int). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item at the specified position.
select(int). Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
select(int, int). Method in class java.awt.TextComponent
Selects the text between the specified start and end positions.
select(String). Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item whose name is equal to the specified string.
selectAll(). Method in class java.awt.TextComponent
Selects all the text in this text component.
SELECTED. Static variable in class java.awt.event.ItemEvent
The item selected state change type.
send(DatagramPacket). Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket). Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte). Method in class java.net.MulticastSocket
Sends a datagram packet to the destination, with a TTL (time- to-live) other than the default for the socket.
separator. Static variable in class java.io.File
The system-dependent path separator string.
separatorChar. Static variable in class java.io.File
The system-dependent path separator character.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to the specified enumeration of input streams.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to read first from the input stream s1, and then from the input stream s2.
ServerCloneException(String). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string
ServerCloneException(String, Exception). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string, and the exception specified.
ServerError(String, Error). Constructor for class java.rmi.ServerError
Create a new "server error" exception with the string and the specified exception.
ServerException(String). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string.
ServerException(String, Exception). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string and an exception.
ServerNotActiveException(). Constructor for class java.rmi.server.ServerNotActiveException
Create a new exception.
ServerNotActiveException(String). Constructor for class java.rmi.server.ServerNotActiveException
ServerRuntimeException(String, Exception). Constructor for class java.rmi.ServerRuntimeException
Create a new runtime exception with the strings and the specified exception.
ServerSocket(int). Constructor for class java.net.ServerSocket
Creates a server socket on a specified port.
ServerSocket(int, int). Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number.
ServerSocket(int, int, InetAddress). Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
set(int). Method in class java.util.BitSet
Sets a bit.
set(int, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(Object, int, Object). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object). Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(String, String, int, String, String). Method in class java.net.URL
Sets the fields of the URL.
setActionCommand(String). Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setAddress(InetAddress). Method in class java.net.DatagramPacket
setAlignment(int). Method in class java.awt.FlowLayout
Sets the alignment for this layout.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAllowUserInteraction(boolean). Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAmPmStrings(String[]). Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAnimated(boolean). Method in class java.awt.image.MemoryImageSource
Change this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setAsciiStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAsText(String). Method in interface java.beans.PropertyEditor
Set the property value by parsing a given String.
setAsText(String). Method in class java.beans.PropertyEditorSupport
Set the property value by parsing a given String.
setAutoCommit(boolean). Method in interface java.sql.Connection
If a connection is in auto-commit mode, then all its SQL statements will be executed and committed as individual transactions.
setBackground(Color). Method in class java.awt.Component
Sets the background color of this component.
setBeanInfoSearchPath(String[]). Static method in class java.beans.Introspector
Change the list of package names that will be used for finding BeanInfo classes.
setBigDecimal(int, BigDecimal). Method in interface java.sql.PreparedStatement
Set a parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBit(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this number with the designated bit set.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBoolean(int, boolean). Method in interface java.sql.PreparedStatement
Set a parameter to a Java boolean value.
setBoolean(Object, boolean). Method in class java.lang.reflect.Field
Set the value of a field as a boolean on specified object.
setBoolean(Object, int, boolean). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBound(boolean). Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
setBounds(int, int, int, int). Method in class java.awt.Component
Moves and resizes this component.
setBounds(int, int, int, int). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to the specified values for x, y, width, and height.
setBounds(Rectangle). Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(Rectangle). Method in class java.awt.Rectangle
Sets the bounding rectangle of this rectangle to match the specified rectangle.
setByte(int, byte). Method in interface java.sql.PreparedStatement
Set a parameter to a Java byte value.
setByte(Object, byte). Method in class java.lang.reflect.Field
Set the value of a field as a byte on specified object.
setByte(Object, int, byte). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBytes(int, byte[]). Method in interface java.sql.PreparedStatement
Set a parameter to a Java array of bytes.
setCalendar(Calendar). Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCaretPosition(int). Method in class java.awt.TextComponent
Sets the position of the text insertion caret for this text component.
setCatalog(String). Method in interface java.sql.Connection
A sub-space of this Connection's database may be selected by setting a catalog name.
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setChar(Object, char). Method in class java.lang.reflect.Field
Set the value of a field as a char on specified object.
setChar(Object, int, char). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets this check box's group to be the specified check box group.
setChoices(double[], String[]). Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setClip(int, int, int, int). Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape). Method in class java.awt.Graphics
Sets the current clipping area to an arbitrary clip shape.
setColor(Color). Method in class java.awt.Graphics
Sets this graphics context's current color to the specified color.
setColorModel(ColorModel). Method in interface java.awt.image.ImageConsumer
The ColorModel object used for the majority of the pixels reported using the setPixels method calls.
setColorModel(ColorModel). Method in class java.awt.image.ImageFilter
Filter the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel). Method in class java.awt.image.PixelGrabber
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setColorModel(ColorModel). Method in class java.awt.image.RGBImageFilter
If the ColorModel is an IndexColorModel, and the subclass has set the canFilterIndexColorModel flag to true, we substitute a filtered version of the color model here and wherever that original ColorModel object appears in the setPixels methods.
setColumns(int). Method in class java.awt.GridLayout
Sets the number of columns in this layout to the specified value.
setColumns(int). Method in class java.awt.TextArea
Sets the number of columns for this text area.
setColumns(int). Method in class java.awt.TextField
Sets the number of columns in this text field.
setComment(String). Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String). Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setConstrained(boolean). Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setContentHandlerFactory(ContentHandlerFactory). Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContents(Transferable, ClipboardOwner). Method in class java.awt.datatransfer.Clipboard
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.
setCrc(long). Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(Cursor). Method in class java.awt.Container
Set the cursor image to a predefined cursor.
setCursor(Cursor). Method in class java.awt.Window
Set the cursor image to a predefined cursor.
setCursor(int). Method in class java.awt.Frame
setCursorName(String). Method in interface java.sql.Statement
setCursorname defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDaemon(boolean). Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[]). Method in class java.net.DatagramPacket
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
setDate(int). Method in class java.sql.Time
Sets the day of the month of this date to the specified value.
setDate(int, Date). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Date value.
setDateFormatSymbols(DateFormatSymbols). Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalFormatSymbols(DecimalFormatSymbols). Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char). Method in class java.text.DecimalFormatSymbols
setDecimalSeparatorAlwaysShown(boolean). Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDecomposition(int). Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets time zone to using the given TimeZone.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets the default value of a general request property.
setDefaultStream(PrintStream). Static method in class java.rmi.server.LogStream
Set the default stream for new logs.
setDefaultUseCaches(boolean). Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDesignTime(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an application builder environment.
setDictionary(byte[]). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char). Method in class java.text.DecimalFormatSymbols
setDimensions(int, int). Method in class java.awt.image.CropImageFilter
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer.
setDimensions(int, int). Method in interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDimensions(int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int). Method in class java.awt.image.PixelGrabber
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setDimensions(int, int). Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDirectory(String). Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDisplayName(String). Method in class java.beans.FeatureDescriptor
setDoInput(boolean). Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean). Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(int, double). Method in interface java.sql.PreparedStatement
Set a parameter to a Java double value.
setDouble(Object, double). Method in class java.lang.reflect.Field
Set the value of a field as a double on specified object.
setDouble(Object, int, double). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char). Method in class java.awt.TextField
setEditable(boolean). Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setEditorSearchPath(String[]). Static method in class java.beans.PropertyEditorManager
Change the list of package names that will be used for finding property editors.
setElementAt(Object, int). Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean). Method in class java.awt.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean). Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEndRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEras(String[]). Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream). Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError(). Method in class java.io.PrintStream
Indicate that an error has occurred.
setError(). Method in class java.io.PrintWriter
Indicate that an error has occurred.
setEscapeProcessing(boolean). Method in interface java.sql.Statement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setExpert(boolean). Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setExtra(byte[]). Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFailureHandler(RMIFailureHandler). Static method in class java.rmi.server.RMISocketFactory
Set the failure handler to be called by the RMI runtime if socket creation fails.
setFile(String). Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filename filter for this file dialog window to the specified filter.
setFileNameMap(FileNameMap). Static method in class java.net.URLConnection
Sets the FileNameMap.
setFirstDayOfWeek(int). Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFloat(int, float). Method in interface java.sql.PreparedStatement
Set a parameter to a Java float value.
setFloat(Object, float). Method in class java.lang.reflect.Field
Set the value of a field as a float on specified object.
setFloat(Object, int, float). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFollowRedirects(boolean). Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font). Method in class java.awt.Component
Sets the font of this component.
setFont(Font). Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color of this component.
setFormat(int, Format). Method in class java.text.MessageFormat
Sets formats individually to use on parameters.
setFormats(Format[]). Method in class java.text.MessageFormat
Sets formats to use on parameters.
setFullBufferUpdates(boolean). Method in class java.awt.image.MemoryImageSource
Specify whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char). Method in class java.text.DecimalFormatSymbols
setGroupingSize(int). Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean). Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setGuiAvailable(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an environment where GUI interaction is available.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu on this menu bar to be the specified menu.
setHgap(int). Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHidden(boolean). Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setHints(int). Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
setHints(int). Method in interface java.awt.image.ImageConsumer
The ImageProducer can deliver the pixels in any order, but the ImageConsumer may be able to scale or convert the pixels to the destination ColorModel more efficiently or with higher quality if it knows some information about how the pixels will be delivered up front.
setHints(int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setHints method of the ImageConsumer interface.
setHints(int). Method in class java.awt.image.PixelGrabber
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setHours(int). Method in class java.sql.Date
Sets the hour of this date to the specified value.
setHours(int). Method in class java.util.Date
Sets the hour of this date to the specified value.
setHumanPresentableName(String). Method in class java.awt.datatransfer.DataFlavor
Sets the human presentable name for the data format that this DataFlavor represents.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this frame is iconized.
setID(String). Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long). Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIn(InputStream). Static method in class java.lang.System
Reassigns the "standard" input stream.
setInDefaultEventSet(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as being in the "default" set (or not).
setIndex(int). Method in interface java.text.CharacterIterator
Set the position to the specified position in the text and return that character.
setIndex(int). Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int). Method in class java.text.StringCharacterIterator
Set the position to specified position in the text and return that character.
setInfinity(String). Method in class java.text.DecimalFormatSymbols
setInfo(String). Method in class java.security.Identity
Specifies a general information string for this identity.
setInput(byte[]). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[], int, int). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInt(int, int). Method in interface java.sql.PreparedStatement
Set a parameter to a Java int value.
setInt(Object, int). Method in class java.lang.reflect.Field
Set the value of a field as an int on specified object.
setInt(Object, int, int). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInterface(InetAddress). Method in class java.net.MulticastSocket
Set the outgoing network interface for multicast packets on this socket, to other than the system default.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setKeyPair(KeyPair). Method in class java.security.Signer
Sets the key pair (public key and private key) for this signer.
setLabel(String). Method in class java.awt.Button
Sets the button's label to be the specified string.
setLabel(String). Method in class java.awt.Checkbox
Sets this check box's label to be the string argument.
setLabel(String). Method in class java.awt.MenuItem
Sets the label for this menu item to the specified label.
setLayout(LayoutManager). Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLength(int). Method in class java.net.DatagramPacket
setLength(int). Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLenient(boolean). Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLenient(boolean). Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLevel(int). Method in class java.util.zip.Deflater
Sets the current compression level to the specified value.
setLevel(int). Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLineIncrement(int). Method in class java.awt.Scrollbar
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the line number to the specified argument.
setLineNumber(int). Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale). Method in class java.awt.Component
Sets the locale of this component.
setLocale(Locale). Method in class java.text.MessageFormat
Constructs with the specified pattern and formats for the arguments in that pattern.
setLocalPatternChars(String). Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocation(int, int). Method in class java.awt.Component
Moves this component to a new location.
setLocation(int, int). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(int, int). Method in class java.awt.Rectangle
Moves the rectangle to the specified location.
setLocation(Point). Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point). Method in class java.awt.Point
Sets the location of the point to the specificed location.
setLocation(Point). Method in class java.awt.Rectangle
Moves the rectangle to the specified location.
setLog(OutputStream). Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setLoginTimeout(int). Static method in class java.sql.DriverManager
Set the maximum time in seconds that all drivers can wait when attempting to log in to a database.
setLogStream(PrintStream). Static method in class java.sql.DriverManager
Set the logging/tracing PrintStream that is used by the DriverManager and all drivers.
setLong(int, long). Method in interface java.sql.PreparedStatement
Set a parameter to a Java long value.
setLong(Object, int, long). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long). Method in class java.lang.reflect.Field
Set the value of a field as a long on specified object.
setMaxFieldSize(int). Method in interface java.sql.Statement
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaximumFractionDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMaxRows(int). Method in interface java.sql.Statement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menu bar for this frame to the specified menu bar.
setMessageDigest(MessageDigest). Method in class java.security.DigestInputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest). Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMethod(int). Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int). Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMinimalDaysInFirstWeek(int). Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimum(int). Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinimumFractionDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char). Method in class java.text.DecimalFormatSymbols
setMinutes(int). Method in class java.sql.Date
Sets the minutes of this date to the specified value.
setMinutes(int). Method in class java.util.Date
Sets the minutes of this date to the specified value.
setModal(boolean). Method in class java.awt.Dialog
Specifies whether this dialog is modal.
setMode(int). Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int). Method in class java.awt.event.KeyEvent
Change the modifiers for a KeyEvent.
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
setMonth(int). Method in class java.sql.Time
Sets the month of this date to the specified value.
setMonths(String[]). Method in class java.text.DateFormatSymbols
Sets month strings.
setMultipleMode(boolean). Method in class java.awt.List
Sets the flag that determines whether this list allows multiple selections.
setMultipleSelections(boolean). Method in class java.awt.List
setMultiplier(int). Method in class java.text.DecimalFormat
Set the multiplier for use in percent, permill, etc.
setName(Principal, String). Method in interface java.security.acl.Acl
Sets the name of this ACL.
setName(String). Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String). Method in class java.beans.FeatureDescriptor
setName(String). Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setName(String). Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNaN(String). Method in class java.text.DecimalFormatSymbols
setNanos(int). Method in class java.sql.Timestamp
Set the Timestamp's nanos value
setNegativePermissions(). Method in interface java.security.acl.AclEntry
Sets this ACL entry to be a negative one.
setNegativePrefix(String). Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setNextException(SQLException). Method in class java.sql.SQLException
Add an SQLException to the end of the chain.
setNextWarning(SQLWarning). Method in class java.sql.SQLWarning
Add an SQLWarning to the end of the chain.
setNull(int, int). Method in interface java.sql.PreparedStatement
Set a parameter to SQL NULL.
setNumberFormat(NumberFormat). Method in class java.text.DateFormat
Allows you to set the number formatter.
setObject(int, Object). Method in interface java.sql.PreparedStatement

Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.

setObject(int, Object, int). Method in interface java.sql.PreparedStatement
This method is like setObject above, but assumes a scale of zero.
setObject(int, Object, int, int). Method in interface java.sql.PreparedStatement

Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.

setObject(Object). Method in interface java.beans.Customizer
Set the object to be customized.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutputStream(OutputStream). Method in class java.rmi.server.LogStream
Set the stream to which output from this log is sent.
setPageIncrement(int). Method in class java.awt.Scrollbar
setPaintMode(). Method in class java.awt.Graphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setParameter(String, Object). Method in class java.security.Signature
Sets the specified algorithm parameter to the specified value.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setParseIntegerOnly(boolean). Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPatternSeparator(char). Method in class java.text.DecimalFormatSymbols
setPercent(char). Method in class java.text.DecimalFormatSymbols
setPerMill(char). Method in class java.text.DecimalFormatSymbols
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.CropImageFilter
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.CropImageFilter
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel, otherwise converts the buffer of integer pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one by one.
setPort(int). Method in class java.net.DatagramPacket
setPositivePrefix(String). Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setPrincipal(Principal). Method in interface java.security.acl.AclEntry
Specifies the principal for which permissions are granted or denied by this ACL entry.
setPriority(int). Method in class java.lang.Thread
Changes the priority of this thread.
setPropagationId(Object). Method in class java.beans.PropertyChangeEvent
setProperties(Hashtable). Method in class java.awt.image.CropImageFilter
Passes along the properties from the source object after adding a property indicating the cropped region.
setProperties(Hashtable). Method in interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setProperties(Hashtable). Method in class java.awt.image.ImageFilter
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
setProperties(Hashtable). Method in class java.awt.image.PixelGrabber
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setProperties(Hashtable). Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Properties). Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String). Static method in class java.security.Security
Sets a security property.
setPropertyEditorClass(Class). Method in class java.beans.PropertyDescriptor
Normally PropertyEditors will be found using the PropertyEditorManager.
setPublicKey(PublicKey). Method in class java.security.Identity
Sets this identity's public key.
setQueryTimeout(int). Method in interface java.sql.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setRawOffset(int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int). Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setReadOnly(boolean). Method in interface java.sql.Connection
You can put a connection in read-only mode as a hint to enable database optimizations.
setRef(RemoteStub, RemoteRef). Static method in class java.rmi.server.RemoteStub
setRequestMethod(String). Method in class java.net.HttpURLConnection
Set the method for the URL request, one of:
  • GET
  • POST
  • HEAD
  • OPTIONS
  • PUT
  • DELETE
  • TRACE
are legal, subject to protocol restrictions.
setRequestProperty(String, String). Method in class java.net.URLConnection
Sets the general request property.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag, which determines whether this frame is resizable.
setRows(int). Method in class java.awt.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(int). Method in class java.awt.TextArea
Sets the number of rows for this text area.
setScale(int). Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is exactly equal to this number's.
setScale(int, int). Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose integer value is determined by multiplying or dividing this BigDecimal's integer value by the appropriate power of ten to maintain the overall value.
setScrollPosition(int, int). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(Point). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeconds(int). Method in class java.sql.Date
Sets the seconds of this date to the specified value.
setSeconds(int). Method in class java.util.Date
Sets the seconds of this date to the specified value.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
setSeed(byte[]). Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long). Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSeed(long). Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSelectedCheckbox(Checkbox). Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectionEnd(int). Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int). Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setShort(int, short). Method in interface java.sql.PreparedStatement
Set a parameter to a Java short value.
setShort(Object, int, short). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short). Method in class java.lang.reflect.Field
Set the value of a field as a short on specified object.
setShortcut(MenuShortcut). Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setShortDescription(String). Method in class java.beans.FeatureDescriptor
You can associate a short descriptive string with a feature.
setShortMonths(String[]). Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]). Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(Dimension). Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(Dimension). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Sets the size of this rectangle to match the specified dimension.
setSize(int). Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int). Method in class java.awt.Component
Resizes this component so that it has width width and height.
setSize(int, int). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height.
setSize(int, int). Method in class java.awt.Rectangle
Sets the size of this rectangle to the specified width and height.
setSize(long). Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketFactory(RMISocketFactory). Static method in class java.rmi.server.RMISocketFactory
Set the socket factory from which RMI gets sockets.
setSocketFactory(SocketImplFactory). Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory). Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int). Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time.
setSoTimeout(int). Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStartRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartYear(int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(boolean). Method in class java.awt.Checkbox
Sets the state of this check box to the specified state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specifed state.
setStrategy(int). Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStrength(int). Method in class java.text.Collator
Sets this Collator's strength property.
setString(int, String). Method in interface java.sql.PreparedStatement
Set a parameter to a Java String value.
setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setSystemScope(IdentityScope). Static method in class java.security.IdentityScope
Sets the system's identity scope.
setTcpNoDelay(boolean). Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(CharacterIterator). Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String). Method in class java.text.BreakIterator
Set a new text string to be scanned.
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setTime(Date). Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(int, Time). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(long). Method in class java.sql.Date
Set a Date using a milliseconds time value
setTime(long). Method in class java.util.Date
Sets this date to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
setTime(long). Method in class java.sql.Time
Set a Time using a milliseconds time value
setTime(long). Method in class java.util.zip.ZipEntry
Sets the modification time of the entry.
setTimeInMillis(long). Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimestamp(int, Timestamp). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimeZone(TimeZone). Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone). Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in class java.awt.Frame
Sets the title for this frame to the specified title.
setTransactionIsolation(int). Method in interface java.sql.Connection
You can call this method to try to change the transaction isolation level using one of the TRANSACTION_* values.
setTTL(byte). Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTTL(byte). Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this socket.
setUnicast(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as unicast (or not).
setUnicodeStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
setUpdateRect(Rectangle). Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setURL(URL, String, String, int, String, String). Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory). Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean). Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(Object). Method in interface java.beans.PropertyEditor
Set (or change) the object that is to be edited.
setValue(Object). Method in class java.beans.PropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(String, Object). Method in class java.beans.FeatureDescriptor
Associate a named attribute with this feature.
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar.
setVgap(int). Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVisible(boolean). Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.