Index of all Fields and Methods Packages Classes   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.Frame
sameFile(URL). Method in class java.net.URL
Compares two URLs, excluding the "ref" fields: sameFile is true if the true references the same remote object, but not necessarily the same subpiece of that object.
SAVE. Static variable in class java.awt.FileDialog
The file save variable.
save(OutputStream, String). Method in class java.util.Properties
Save properties to an OutputStream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The absolute scroll event.
SCROLL_LINE_DOWN. Static variable in class java.awt.Event
The line down scroll event.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The line up scroll event.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The page down scroll event.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The page up scroll event.
Scrollbar(). Constructor for class java.awt.Scrollbar
Constructs a new vertical Scrollbar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation, value, page size, and minumum and maximum values.
SE_RESIZE_CURSOR. Static variable in class java.awt.Frame
search(Object). Method in class java.util.Stack
Sees if an object is on the stack.
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 to the specified absolute position.
select(int). Method in class java.awt.Choice
Selects the item with the specified postion.
select(int). Method in interface java.awt.peer.ChoicePeer
select(int). Method in class java.awt.List
Selects the item at the specified index.
select(int). Method in interface java.awt.peer.ListPeer
select(int, int). Method in class java.awt.TextComponent
Selects the text found between the specified start and end locations.
select(int, int). Method in interface java.awt.peer.TextComponentPeer
select(String). Method in class java.awt.Choice
Selects the item with the specified String.
selectAll(). Method in class java.awt.TextComponent
Selects all the text in the TextComponent.
send(DatagramPacket). Method in class java.net.DatagramSocket
Sends Datagram Packet to the destination address
separator. Static variable in class java.io.File
The system dependent file separator String.
separatorChar. Static variable in class java.io.File
The system dependent file separator character.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the specified list.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the two specified input streams.
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, binds it to the specified local port and listens to it.
set(int). Method in class java.util.BitSet
Sets a bit.
set(String, String, int, String, String). Method in class java.net.URL
Sets the fields of the URL.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAlignment(int). Method in interface java.awt.peer.LabelPeer
setAllowUserInteraction(boolean). Method in class java.net.URLConnection
Some URL connections occasionally need to to interactions with the user.
setBackground(Color). Method in class java.awt.Component
Sets the background color.
setBackground(Color). Method in interface java.awt.peer.ComponentPeer
setBreakpointLine(int). Method in class sun.tools.debug.RemoteClass
Set a breakpoint at a specified source line number in a class.
setBreakpointMethod(RemoteField). Method in class sun.tools.debug.RemoteClass
Set a breakpoint at the first line of a class method.
setChanged(). Method in class java.util.Observable
Sets a flag to note an observable change.
setCharAt(int, char). Method in class java.lang.StringBuffer
Changes the character at the specified index to be ch.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets the CheckboxGroup to the specified group.
setCheckboxGroup(CheckboxGroup). Method in interface java.awt.peer.CheckboxPeer
setColor(Color). Method in class java.awt.Graphics
Sets the 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.
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component.
setContentHandlerFactory(ContentHandlerFactory). Static method in class java.net.URLConnection
Sets the ContentHandler factory.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
Sets the current choice to the specified Checkbox.
setCurrentFrameIndex(int). Method in class sun.tools.debug.RemoteThread
Set the current stackframe index
setCursor(int). Method in class java.awt.Frame
Set the cursor image to a predefined cursor.
setCursor(int). Method in interface java.awt.peer.FramePeer
setDaemon(boolean). Method in class java.lang.Thread
Marks this Thread as a daemon Thread or a user Thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this group.
setDate(int). Method in class java.util.Date
Sets the date.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets/gets the default value of the allowUserInteraction flag.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets/gets the default value of a general request property.
setDefaultUseCaches(boolean). Method in class java.net.URLConnection
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.
setDirectory(String). Method in class java.awt.FileDialog
Set the directory of the Dialog to the specified directory.
setDirectory(String). Method in interface java.awt.peer.FileDialogPeer
setDoInput(boolean). Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
setDoOutput(boolean). Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
setEchoCharacter(char). Method in class java.awt.TextField
Sets the echo character for this TextField.
setEchoCharacter(char). Method in interface java.awt.peer.TextFieldPeer
setEditable(boolean). Method in class java.awt.TextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setEditable(boolean). Method in interface java.awt.peer.TextComponentPeer
setElementAt(Object, int). Method in class java.util.Vector
Sets the element at the specified index to be the specified object.
setFile(String). Method in class java.awt.FileDialog
Sets the file for this dialog to the specified file.
setFile(String). Method in interface java.awt.peer.FileDialogPeer
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filter for this dialog to the specified filter.
setFilenameFilter(FilenameFilter). Method in interface java.awt.peer.FileDialogPeer
setFont(Font). Method in class java.awt.Component
Sets the font of the component.
setFont(Font). Method in interface java.awt.peer.ComponentPeer
setFont(Font). Method in class java.awt.Graphics
Sets the font for all subsequent text-drawing operations.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this MenuItem to the specified font.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color.
setForeground(Color). Method in interface java.awt.peer.ComponentPeer
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu to the specified menu on the menu bar.
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.util.Date
Sets the hours.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this Frame is iconized.
setIconImage(Image). Method in interface java.awt.peer.FramePeer
setIfModifiedSince(long). Method in class java.net.URLConnection
Some protocols support skipping fetching unless the object is newer than some amount of time.
setLabel(String). Method in class java.awt.Button
Sets the button with the specified label.
setLabel(String). Method in interface java.awt.peer.ButtonPeer
setLabel(String). Method in class java.awt.Checkbox
Sets the button with the specified label.
setLabel(String). Method in interface java.awt.peer.CheckboxPeer
setLabel(String). Method in class java.awt.MenuItem
Sets the label to be the specified label.
setLabel(String). Method in interface java.awt.peer.MenuItemPeer
setLayout(LayoutManager). Method in class java.awt.Container
Sets the layout manager for this container.
setLength(int). Method in class java.lang.StringBuffer
Sets the length of the String.
setLineIncrement(int). Method in class java.awt.Scrollbar
Sets the line increment for this scrollbar.
setLineIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the current line number.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menubar for this Frame to the specified menubar.
setMenuBar(MenuBar). Method in interface java.awt.peer.FramePeer
setMinutes(int). Method in class java.util.Date
Sets the minutes.
setMonth(int). Method in class java.util.Date
Sets the month.
setMultipleSelections(boolean). Method in class java.awt.List
Sets whether this list should allow multiple selections or not.
setMultipleSelections(boolean). Method in interface java.awt.peer.ListPeer
setName(String). Method in class java.lang.Thread
Sets the Thread's name.
setPageIncrement(int). Method in class java.awt.Scrollbar
Sets the page increment for this scrollbar.
setPageIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setPaintMode(). Method in class java.awt.Graphics
Sets the paint mode to overwrite the destination with the current color.
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.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.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.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.
setPriority(int). Method in class java.lang.Thread
Sets the Thread's priority.
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(Properties). Static method in class java.lang.System
Sets the System properties to the specified properties.
setRequestProperty(String, String). Method in class java.net.URLConnection
Sets/gets a general request property.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in interface java.awt.peer.DialogPeer
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag.
setResizable(boolean). Method in interface java.awt.peer.FramePeer
setSeconds(int). Method in class java.util.Date
Sets the seconds.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
setSeed(long). Method in class java.util.Random
Sets the seed of the random number generator using a single long seed.
setSize(int). Method in class java.util.Vector
Sets the size of the vector.
setSocketFactory(SocketImplFactory). Static method in class java.net.ServerSocket
Sets the system's server SocketImplFactory.
setSocketImplFactory(SocketImplFactory). Static method in class java.net.Socket
Sets the system's client SocketImplFactory.
setSourcePath(String). Method in class sun.tools.debug.RemoteDebugger
Specify the list of paths to use when searching for a source file.
setState(boolean). Method in class java.awt.Checkbox
Sets the Checkbox to the specifed boolean state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets the state of this MenuItem if it is a Checkbox.
setState(boolean). Method in interface java.awt.peer.CheckboxMenuItemPeer
setState(boolean). Method in interface java.awt.peer.CheckboxPeer
setStub(AppletStub). Method in class java.applet.Applet
Sets the applet stub.
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in interface java.awt.peer.LabelPeer
setText(String). Method in class java.awt.TextComponent
Sets the text of this TextComponent to the specified text.
setText(String). Method in interface java.awt.peer.TextComponentPeer
setTime(long). Method in class java.util.Date
Sets the time.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in interface java.awt.peer.DialogPeer
setTitle(String). Method in class java.awt.Frame
Sets the title for this Frame to the specified title.
setTitle(String). Method in interface java.awt.peer.FramePeer
setURL(URL, String, String, int, String, String). Method in class java.net.URLStreamHandler
Calls the (protected) set method out of the URL given.
setURLStreamHandlerFactory(URLStreamHandlerFactory). Static method in class java.net.URL
Sets the URLStreamHandler factory.
setUseCaches(boolean). Method in class java.net.URLConnection
Some protocols do caching of documents.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this Scrollbar to the specified value.
setValue(int). Method in interface java.awt.peer.ScrollbarPeer
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values for this Scrollbar.
setValues(int, int, int, int). Method in interface java.awt.peer.ScrollbarPeer
setXORMode(Color). Method in class java.awt.Graphics
Sets the paint mode to alternate between the current color and the new specified color.
setYear(int). Method in class java.util.Date
Sets the year.
SHIFT_MASK. Static variable in class java.awt.Event
The shift modifier constant.
shiftDown(). Method in class java.awt.Event
Checks if the shift key is down.
show(). Method in class java.awt.Component
Shows the component.
show(). Method in interface java.awt.peer.ComponentPeer
show(). Method in class java.awt.Window
Shows the Window.
show(boolean). Method in class java.awt.Component
Conditionally shows the component.
show(Container, String). Method in class java.awt.CardLayout
Flips to the specified component name in the specified container.
showDocument(URL). Method in interface java.applet.AppletContext
Shows a new document.
showDocument(URL, String). Method in interface java.applet.AppletContext
Show a new document in a target window or frame.
showStatus(String). Method in class java.applet.Applet
Shows a status message in the applet's context.
showStatus(String). Method in interface java.applet.AppletContext
Show a status string.
sin(double). Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
SINGLEFRAME. Static variable in interface java.awt.image.ImageConsumer
The image contain a single static image.
SINGLEFRAMEDONE. Static variable in interface java.awt.image.ImageConsumer
One frame of the image is complete but there are more frames to be delivered.
SINGLEPASS. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
size. Variable in class java.awt.Font
The point size of this font.
size(). Method in class java.util.BitSet
Calculates and returns the set's size
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.awt.Component
Returns the current size of this component.
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written.
size(). Method in class java.util.Dictionary
Returns the number of elements contained within the Dictionary.
size(). Method in class java.util.Hashtable
Returns the number of elements contained in the hashtable.
size(). Method in class java.util.Vector
Returns the number of elements in the vector.
skip(long). Method in class java.io.BufferedInputStream
Skips n bytes of input.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FileInputStream
Skips n bytes of input.
skip(long). Method in class java.io.FilterInputStream
Skips bytes of input.
skip(long). Method in class java.io.InputStream
Skips n bytes of input.
skip(long). Method in class java.io.LineNumberInputStream
Skips n bytes of input.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input.
skipBytes(int). Method in interface java.io.DataInput
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.DataInputStream
Skips bytes, blocks until all bytes are skipped.
skipBytes(int). Method in class java.io.RandomAccessFile
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C++ style( // ) comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
If the flag is true, recognize C style( /* ) comments.
sleep(long). Static method in class java.lang.Thread
Causes the currently executing Thread to sleep for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Sleep, in milliseconds and additional nanosecond.
Socket(InetAddress, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified address on the specified port.
Socket(InetAddress, int, boolean). Constructor for class java.net.Socket
Creates a socket and connects it to the specified address on the specified port.
Socket(String, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port on the specified host.
Socket(String, int, boolean). Constructor for class java.net.Socket
Creates a socket and connects it to the specified port on the specified host.
SocketException(). Constructor for class java.net.SocketException
Constructs a new SocketException with no detail message.
SocketException(String). Constructor for class java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketImpl(). Constructor for class java.net.SocketImpl
SOMEBITS. Static variable in interface java.awt.image.ImageObserver
More pixels needed for drawing a scaled variation of the image are available.
SOUTH. Static variable in class java.awt.GridBagConstraints
SOUTHEAST. Static variable in class java.awt.GridBagConstraints
SOUTHWEST. Static variable in class java.awt.GridBagConstraints
sqrt(double). Static method in class java.lang.Math
Returns the square root of a.
Stack(). Constructor for class java.util.Stack
StackFrame(). Constructor for class sun.tools.debug.StackFrame
StackOverflowError(). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
start(). Method in class java.applet.Applet
Called to start the applet.
start(). Method in class java.lang.Thread
Starts this Thread.
startProduction(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately starts delivery of the image data through the ImageConsumer interface.
startProduction(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method both registers the given ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which may have already been registered with the producer.
startProduction(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately start delivery of the image data through the ImageConsumer interface.
startsWith(String). Method in class java.lang.String
Determines whether this String starts with some prefix.
startsWith(String, int). Method in class java.lang.String
Determines whether this String starts with some prefix.
STATICIMAGEDONE. Static variable in interface java.awt.image.ImageConsumer
The image is complete and there are no more pixels or frames to be delivered.
status(). Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
statusAll(boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media being tracked.
statusID(int, boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media with a given ID.
step(boolean). Method in class sun.tools.debug.RemoteThread
Continue execution of this thread to the next instruction or line.
stop(). Method in class java.applet.Applet
Called to stop the applet.
stop(). Method in interface java.applet.AudioClip
Stops playing the clip.
stop(). Method in class sun.tools.debug.RemoteThread
Stop the remote thread.
stop(). Method in class sun.tools.debug.RemoteThreadGroup
Stop the remote threadgroup.
stop(). Method in class java.lang.Thread
Stops a Thread by tossing an object.
stop(). Method in class java.lang.ThreadGroup
Stops all the Threads in this Thread group and all of its sub groups.
stop(Throwable). Method in class java.lang.Thread
Stops a Thread by tossing an object.
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
String(). Constructor for class java.lang.String
Constructs a new empty String.
String(byte[], int). Constructor for class java.lang.String
Constructs a new String whose value is the specified array of bytes.
String(byte[], int, int, int). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified sub array of bytes.
String(char[]). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified array of characters.
String(char[], int, int). Constructor for class java.lang.String
Constructs a new String whose initial value is the specified sub array of characters.
String(String). Constructor for class java.lang.String
Constructs a new String that is a copy of the specified String.
String(StringBuffer). Constructor for class java.lang.String
Construct a new string whose value is the current contents of the given string buffer
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs an empty String buffer.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs an empty String buffer with the specified initial length.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a String buffer with the specified initial value.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates an StringBufferInputStream from the specified array of bytes.
StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException initialized with the specified index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringTokenizer(String). Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the default delimiter set (which is " \t\n\r").
StringTokenizer(String, String). Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
StringTokenizer(String, String, boolean). Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
stringWidth(String). Method in class java.awt.FontMetrics
Returns the width of the specified String in this Font.
style. Variable in class java.awt.Font
The style of the font.
substituteColorModel(ColorModel, ColorModel). Method in class java.awt.image.RGBImageFilter
Registers two ColorModel objects for substitution.
substring(int). Method in class java.lang.String
Returns the substring of this String.
substring(int, int). Method in class java.lang.String
Returns the substring of a String.
suspend(). Method in class sun.tools.debug.RemoteThread
Suspend execution of this thread.
suspend(). Method in class java.lang.Thread
Suspends this Thread's execution.
suspend(). Method in class java.lang.ThreadGroup
Suspends all the Threads in this Thread group and all of its sub groups.
sval. Variable in class java.io.StreamTokenizer
The Stream value.
SW_RESIZE_CURSOR. Static variable in class java.awt.Frame
sync(). Method in class java.awt.Toolkit
Syncs the graphics state; useful when doing animation.