Java™ Platform
Standard Ed. 6
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 - Static variable in class javax.swing.text.html.HTML.Tag
 
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
Deprecated. replaced by Cursor.S_RESIZE_CURSOR.
SAAJMetaFactory - Class in javax.xml.soap
The access point for the implementation classes of the factories defined in the SAAJ API.
SAAJMetaFactory() - Constructor for class javax.xml.soap.SAAJMetaFactory
 
SAAJResult - Class in javax.xml.soap
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
SAAJResult() - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol.
SAAJResult(String) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the specified protocol.
SAAJResult(SOAPMessage) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will write the results into the SOAPPart of the supplied SOAPMessage.
SAAJResult(SOAPElement) - Constructor for class javax.xml.soap.SAAJResult
Creates a SAAJResult that will write the results as a child node of the SOAPElement specified.
SADDLE_STITCH - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples (wire stitches) along the middle fold.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
SAMP - Static variable in class javax.swing.text.html.HTML.Tag
 
SAMPLE_RATE - Static variable in class javax.sound.sampled.FloatControl.Type
Represents a control that changes the sample rate of audio playback.
sampleModel - Variable in class java.awt.image.Raster
The SampleModel that describes how pixels from this Raster are stored in the DataBuffer.
SampleModel - Class in java.awt.image
This abstract class defines an interface for extracting samples of pixels in an image.
SampleModel(int, int, int, int) - Constructor for class java.awt.image.SampleModel
Constructs a SampleModel with the specified parameters.
sampleModel - Variable in class javax.imageio.ImageTypeSpecifier
A SampleModel to be used as a prototype.
sampleModelTranslateX - Variable in class java.awt.image.Raster
The X translation from the coordinate space of the Raster's SampleModel to that of the Raster.
sampleModelTranslateY - Variable in class java.awt.image.Raster
The Y translation from the coordinate space of the Raster's SampleModel to that of the Raster.
sampleRate - Variable in class javax.sound.sampled.AudioFormat
The number of samples played or recorded per second, for sounds that have this format.
sampleSizeInBits - Variable in class javax.sound.sampled.AudioFormat
The number of bits in each sample of a sound that has this format.
SANS_SERIF - Static variable in class java.awt.Font
A String constant for the canonical family name of the logical font "SansSerif".
Sasl - Class in javax.security.sasl
A static class for creating SASL clients and servers.
SaslClient - Interface in javax.security.sasl
Performs SASL authentication as a client.
SaslClientFactory - Interface in javax.security.sasl
An interface for creating instances of SaslClient.
SaslException - Exception in javax.security.sasl
This class represents an error that has occurred when using SASL.
SaslException() - Constructor for exception javax.security.sasl.SaslException
Constructs a new instance of SaslException.
SaslException(String) - Constructor for exception javax.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message.
SaslException(String, Throwable) - Constructor for exception javax.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message and a root exception.
SaslServer - Interface in javax.security.sasl
Performs SASL authentication as a server.
SaslServerFactory - Interface in javax.security.sasl
An interface for creating instances of SaslServer.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
save(ObjectOutputStream, String, EventListener) - Static method in class java.awt.AWTEventMulticaster
 
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(OutputStream, String) - Method in class java.util.Properties
Deprecated. This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
SAVE_DIALOG - Static variable in class javax.swing.JFileChooser
Type value indicating that the JFileChooser supports a "Save" file operation.
SAVE_FILE - Static variable in class java.awt.Event
A file saving event.
saveButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
saveButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
saveButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveInternal(ObjectOutputStream, String) - Method in class java.awt.AWTEventMulticaster
 
Savepoint - Interface in java.sql
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object needs to have the method saveChanges called on it.
SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException() - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - Class in javax.xml.parsers
Defines the API that wraps an XMLReader implementation class.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Protected constructor to prevent instaniation.
SAXParserFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
Protected constructor to force use of SAXParserFactory.newInstance().
SAXResult - Class in javax.xml.transform.sax
Acts as an holder for a transformation Result.
SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
Zero-argument default constructor.
SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
Create a SAXResult that targets a SAX2 ContentHandler.
SAXSource - Class in javax.xml.transform.sax
Acts as an holder for SAX-style Source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Zero-argument default constructor.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using an XMLReader and a SAX InputSource.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Create a SAXSource, using a SAX InputSource.
SAXTransformerFactory - Class in javax.xml.transform.sax
This class extends TransformerFactory to provide SAX-specific factory methods.
SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
The default constructor is protected on purpose.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scalb(double, int) - Static method in class java.lang.Math
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalb(double, int) - Static method in class java.lang.StrictMath
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.StrictMath
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scale(double, double) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a scaling transformation.
scale(double, double) - Method in class java.awt.Graphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
scale(Spring, float) - Static method in class javax.swing.Spring
Returns a spring whose minimum, preferred, maximum and value properties are each multiples of the properties of the argument spring, s.
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.
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scan(Iterable<? extends Element>, P) - Method in class javax.lang.model.util.ElementScanner6
Iterates over the given elements and calls scan(Element, P) on each one.
scan(Element, P) - Method in class javax.lang.model.util.ElementScanner6
Processes an element by calling e.accept(this, p); this method may be overridden by subclasses.
scan(Element) - Method in class javax.lang.model.util.ElementScanner6
Convenience method equivalent to v.scan(e, null).
scanForPlugins() - Static method in class javax.imageio.ImageIO
Scans for plug-ins on the application class path, loads their service provider classes, and registers a service provider instance for each one found with the IIORegistry.
scanlineStride - Variable in class java.awt.image.ComponentSampleModel
Line stride (in data array elements) of the region of image data described by this ComponentSampleModel.
Scanner - Class in java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(Readable) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(InputStream) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(File) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
ScatteringByteChannel - Interface in java.nio.channels
A channel that can read bytes into a sequence of buffers.
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - Class in java.util.concurrent
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
Schema - Class in javax.xml.validation
Immutable in-memory representation of grammar.
Schema() - Constructor for class javax.xml.validation.Schema
Constructor for the derived class.
SCHEMA_SYSTEM_ID - Static variable in interface javax.sql.rowset.WebRowSet
The URL for the XML Schema definition file that defines the XML tags and their valid values for a WebRowSet implementation.
SchemaFactory - Class in javax.xml.validation
Factory that creates Schema objects. Entry-point to the validation API.
SchemaFactory() - Constructor for class javax.xml.validation.SchemaFactory
Constructor for derived classes.
SchemaFactoryLoader - Class in javax.xml.validation
Factory that creates SchemaFactory.
SchemaFactoryLoader() - Constructor for class javax.xml.validation.SchemaFactoryLoader
A do-nothing constructor.
SchemaOutputResolver - Class in javax.xml.bind
Controls where a JAXB implementation puts the generates schema files.
SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
 
SchemaViolationException - Exception in javax.naming.directory
This exception is thrown when a method in some ways violates the schema.
SchemaViolationException() - Constructor for exception javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException.
SchemaViolationException(String) - Constructor for exception javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException using the explanation supplied.
scope - Variable in class javax.xml.bind.JAXBElement
Scope of xml element declaration representing this xml element instance.
SCRIPT - Static variable in class javax.swing.text.html.HTML.Tag
 
ScriptContext - Interface in javax.script
The interface whose implementing classes are used to connect Script Engines with objects, such as scoped Bindings, in hosting applications.
ScriptEngine - Interface in javax.script
ScriptEngine is the fundamental interface whose methods must be fully functional in every implementation of this specification.
ScriptEngineFactory - Interface in javax.script
ScriptEngineFactory is used to describe and instantiate ScriptEngines.
ScriptEngineManager - Class in javax.script
The ScriptEngineManager implements a discovery and instantiation mechanism for ScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by the Manager.
ScriptEngineManager() - Constructor for class javax.script.ScriptEngineManager
If the thread context ClassLoader can be accessed by the caller, then the effect of calling this constructor is the same as calling ScriptEngineManager(Thread.currentThread().getContextClassLoader()).
ScriptEngineManager(ClassLoader) - Constructor for class javax.script.ScriptEngineManager
This constructor loads the implementations of ScriptEngineFactory visible to the given ClassLoader using the service provider mechanism.

If loader is null, the script engine factories that are bundled with the platform and that are in the usual extension directories (installed extensions) are loaded.
ScriptException - Exception in javax.script
The generic Exception class for the Scripting APIs.
ScriptException(String) - Constructor for exception javax.script.ScriptException
Creates a ScriptException with a String to be used in its message.
ScriptException(Exception) - Constructor for exception javax.script.ScriptException
Creates a ScriptException wrapping an Exception thrown by an underlying interpreter.
ScriptException(String, String, int) - Constructor for exception javax.script.ScriptException
Creates a ScriptException with message, filename and linenumber to be used in error messages.
ScriptException(String, String, int, int) - Constructor for exception javax.script.ScriptException
ScriptException constructor specifying message, filename, line number and column number.
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_BAR - Static variable in class javax.accessibility.AccessibleRole
An object usually used to allow a user to incrementally view a large amount of data.
SCROLL_BAR - Static variable in class javax.swing.plaf.synth.Region
ScrollBar region.
SCROLL_BAR_THUMB - Static variable in class javax.swing.plaf.synth.Region
Thumb of the ScrollBar.
SCROLL_BAR_TRACK - Static variable in class javax.swing.plaf.synth.Region
Track of the ScrollBar.
SCROLL_BEGIN - Static variable in class java.awt.Event
The scroll begin event.
SCROLL_DOWN - Static variable in class javax.swing.plaf.basic.BasicComboPopup
 
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.
SCROLL_PANE - Static variable in class javax.accessibility.AccessibleRole
An object that allows a user to incrementally view a large amount of information.
SCROLL_PANE - Static variable in class javax.swing.plaf.synth.Region
ScrollPane region.
SCROLL_TAB_LAYOUT - Static variable in class javax.swing.JTabbedPane
Tab layout policy for providing a subset of available tabs when all the tabs will not fit within a single run.
SCROLL_UP - Static variable in class javax.swing.plaf.basic.BasicComboPopup
 
Scrollable - Interface in javax.swing
An interface that provides information to a scrolling container like JScrollPane.
Scrollbar - Class in java.awt
The Scrollbar class embodies a scroll bar, a familiar user-interface object.
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, visible amount, and minimum and maximum values.
SCROLLBAR - Static variable in class java.awt.SystemColor
The array index for the SystemColor.scrollbar system color.
scrollbar - Static variable in class java.awt.SystemColor
The color rendered for the background of scrollbars.
scrollbar - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
scrollBar - Variable in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
ScrollBar that is being adjusted.
Scrollbar.AccessibleAWTScrollBar - Class in java.awt
This class implements accessibility support for the Scrollbar class.
Scrollbar.AccessibleAWTScrollBar() - Constructor for class java.awt.Scrollbar.AccessibleAWTScrollBar
 
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.
ScrollBarUI - Class in javax.swing.plaf
Pluggable look and feel interface for JScrollBar.
ScrollBarUI() - Constructor for class javax.swing.plaf.ScrollBarUI
 
scrollBarWidth - Variable in class javax.swing.plaf.metal.MetalScrollBarUI
 
scrollByBlock(int) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
scrollByBlock(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
scrollByUnit(int) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
 
scrollByUnit(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
 
scrollDirection - Variable in class javax.swing.plaf.basic.BasicComboPopup
 
scrollDueToClickInTrack(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
This function is called when a mousePressed was detected in the track, not in the thumb.
scrollDueToClickInTrack(int) - Method in class javax.swing.plaf.metal.MetalSliderUI
 
scroller - Variable in class javax.swing.plaf.basic.BasicComboPopup
This protected field is implementation specific.
SCROLLING - Static variable in class javax.swing.text.html.HTML.Attribute
 
scrollListener - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
scrollListener - Variable in class javax.swing.plaf.basic.BasicSliderUI
 
ScrollPane - Class in java.awt
A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
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.
scrollpane - Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
 
ScrollPane.AccessibleAWTScrollPane - Class in java.awt
This class implements accessibility support for the ScrollPane class.
ScrollPane.AccessibleAWTScrollPane() - Constructor for class java.awt.ScrollPane.AccessibleAWTScrollPane
 
ScrollPaneAdjustable - Class in java.awt
This class represents the state of a horizontal or vertical scrollbar of a ScrollPane.
ScrollPaneConstants - Interface in javax.swing
Constants used with the JScrollPane component.
ScrollPaneLayout - Class in javax.swing
The layout manager used by JScrollPane.
ScrollPaneLayout() - Constructor for class javax.swing.ScrollPaneLayout
 
ScrollPaneLayout.UIResource - Class in javax.swing
The UI resource version of ScrollPaneLayout.
ScrollPaneLayout.UIResource() - Constructor for class javax.swing.ScrollPaneLayout.UIResource
 
ScrollPaneUI - Class in javax.swing.plaf
Pluggable look and feel interface for JScrollPane.
ScrollPaneUI() - Constructor for class javax.swing.plaf.ScrollPaneUI
 
scrollPathToVisible(TreePath) - Method in class javax.swing.JTree
Makes sure all the path components in path are expanded (except for the last path component) and scrolls so that the node identified by the path is displayed.
scrollRectToVisible(Rectangle) - Method in class javax.swing.JComponent
Forwards the scrollRectToVisible() message to the JComponent's parent.
scrollRectToVisible(Rectangle) - Method in class javax.swing.JTextField
Scrolls the field left or right.
scrollRectToVisible(Rectangle) - Method in class javax.swing.JViewport
Scrolls the view so that Rectangle within the view becomes visible.
scrollRowToVisible(int) - Method in class javax.swing.JTree
Scrolls the item identified by row until it is displayed.
SCROLLS_ON_EXPAND_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for scrollsOnExpand.
scrollsOnExpand - Variable in class javax.swing.JTree
If true, when a node is expanded, as many of the descendants are scrolled to be visible.
scrollTimer - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
scrollTimer - Variable in class javax.swing.plaf.basic.BasicSliderUI
 
scrollToReference(String) - Method in class javax.swing.JEditorPane
Scrolls the view to the given reference location (that is, the value returned by the UL.getRef method for the URL being displayed).
scrollUnderway - Variable in class javax.swing.JViewport
The scrollUnderway flag is used for components like JList.
SDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
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
Deprecated. replaced by Cursor.SE_RESIZE_CURSOR.
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
SealedObject - Class in javax.crypto
This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.
SealedObject(Serializable, Cipher) - Constructor for class javax.crypto.SealedObject
Constructs a SealedObject from any Serializable object.
SealedObject(SealedObject) - Constructor for class javax.crypto.SealedObject
Constructs a SealedObject object from the passed-in SealedObject.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
search(Name, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
search(String, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
 
search(String, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(String, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
SearchControls - Class in javax.naming.directory
This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
SearchControls() - Constructor for class javax.naming.directory.SearchControls
Constructs a search constraints using defaults.
SearchControls(int, long, int, String[], boolean, boolean) - Constructor for class javax.naming.directory.SearchControls
Constructs a search constraints using arguments.
SearchResult - Class in javax.naming.directory
This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
SearchResult(String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes.
SearchResult(String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
SearchResult(String, String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, and its attributes.
SearchResult(String, String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
SECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the second field.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
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
Return the secondary component of a collation element.
SECONDS - Static variable in class javax.xml.datatype.DatatypeConstants
A constant that represents the seconds field.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "secret key".
SecretKey - Interface in javax.crypto
A secret (symmetric) key.
SecretKeyFactory - Class in javax.crypto
This class represents a factory for secret keys.
SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
Creates a SecretKeyFactory object.
SecretKeyFactorySpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class.
SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
 
SecretKeySpec - Class in javax.crypto.spec
This class specifies a secret key in a provider-independent fashion.
SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array.
SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array, using the first len bytes of key, starting at offset inclusive.
SectionElementName - Static variable in class javax.swing.text.AbstractDocument
Name of elements used to hold sections (lines/paragraphs).
SecureCacheResponse - Class in java.net
Represents a cache response originally retrieved through secure means, such as TLS.
SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
 
SecureClassLoader - Class in java.security
This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the specified parent class loader for delegation.
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
Creates a new SecureClassLoader using the default parent class loader for delegation.
SecureRandom - Class in java.security
This class provides a cryptographically strong random number generator (RNG).
SecureRandom() - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
 
Security - Class in java.security
This class centralizes all security properties and common security methods.
SECURITY_AUTHENTICATION - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security level to use.
SECURITY_CREDENTIALS - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the credentials of the principal for authenticating the caller to the service.
SECURITY_PRINCIPAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the identity of the principal for authenticating the caller to the service.
SECURITY_PROTOCOL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security protocol to use.
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - Class in java.security
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
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.
seek(long) - Method in class javax.imageio.stream.FileCacheImageOutputStream
Sets the current stream position and resets the bit offset to 0.
seek(long) - Method in class javax.imageio.stream.FileImageInputStream
 
seek(long) - Method in class javax.imageio.stream.FileImageOutputStream
Sets the current stream position and resets the bit offset to 0.
seek(long) - Method in interface javax.imageio.stream.ImageInputStream
Sets the current stream position to the desired location.
seek(long) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
seek(int) - Method in interface org.omg.CORBA.DynAny
Deprecated. Moves the internal pointer to the given index.
seek(int) - Method in class org.omg.DynamicAny._DynAnyStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynArrayStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynEnumStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynFixedStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynSequenceStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynStructStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynUnionStub
Sets the current position to index.
seek(int) - Method in class org.omg.DynamicAny._DynValueStub
Sets the current position to index.
seek(int) - Method in interface org.omg.DynamicAny.DynAnyOperations
Sets the current position to index.
seekForwardOnly - Variable in class javax.imageio.ImageReader
true if the current input source has been marked as allowing only forward seeking by setInput.
SEG_CLOSE - Static variable in interface java.awt.geom.PathIterator
The segment type constant that specifies that the preceding subpath should be closed by appending a line segment back to the point corresponding to the most recent SEG_MOVETO.
SEG_CUBICTO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for the set of 3 points that specify a cubic parametric curve to be drawn from the most recently specified point.
SEG_LINETO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for a point that specifies the end point of a line to be drawn from the most recently specified point.
SEG_MOVETO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for a point that specifies the starting location for a new subpath.
SEG_QUADTO - Static variable in interface java.awt.geom.PathIterator
The segment type constant for the pair of points that specify a quadratic parametric curve to be drawn from the most recently specified point.
Segment - Class in javax.swing.text
A segment of a character array representing a fragment of text.
Segment() - Constructor for class javax.swing.text.Segment
Creates a new segment.
Segment(char[], int, int) - Constructor for class javax.swing.text.Segment
Creates a new segment referring to an existing array.
SEGMENT_LIMIT - Static variable in interface java.util.jar.Pack200.Packer
This property is a numeral giving the estimated target size N (in bytes) of each archive segment.
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(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.
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(URI) - Method in class java.net.ProxySelector
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.
select(long) - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
select() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
SELECT - Static variable in class javax.swing.text.html.HTML.Tag
 
select(int, int) - Method in class javax.swing.text.JTextComponent
Selects the text between the specified start and end positions.
select(KeyInfo, KeySelector.Purpose, AlgorithmMethod, XMLCryptoContext) - Method in class javax.xml.crypto.KeySelector
Attempts to find a key that satisfies the specified constraints.
SELECTABLE - Static variable in class javax.accessibility.AccessibleState
Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that can be selected.
SelectableChannel - Class in java.nio.channels
A channel that can be multiplexed via a Selector.
SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
Initializes a new instance of this class.
selectAdjacentRunTab(int, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
selectAll() - Method in class java.awt.TextComponent
Selects all the text in this text component.
selectAll() - Method in interface javax.swing.ComboBoxEditor
Ask the editor to start editing and to select everything
selectAll() - Method in class javax.swing.JTable
Selects all rows, columns, and cells in the table.
selectAll() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
 
selectAll() - Method in class javax.swing.text.JTextComponent
Selects all the text in the TextComponent.
selectAllAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Causes every child of the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in interface javax.accessibility.AccessibleSelection
Causes every child of the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
Causes every child of the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
Normally causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Normally causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
 
selectAllAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
Causes every child of the object to be selected, but only if the JTable supports multiple selections, and if individual cell selection is enabled.
selectAllAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for selecting the entire document
selectBestTextFlavor(DataFlavor[]) - Static method in class java.awt.datatransfer.DataFlavor
Selects the best text DataFlavor from an array of DataFlavors.
selectColor - Variable in class javax.swing.plaf.metal.MetalButtonUI
 
selectColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI
 
selectColor - Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
 
selectColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI
 
selectContent(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
Writes out the content of the SELECT form element.
SELECTED - Static variable in class java.awt.event.ItemEvent
This state-change value indicates that an item was selected.
SELECTED - Static variable in class javax.accessibility.AccessibleState
Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that has been selected.
SELECTED - Static variable in class javax.swing.DefaultButtonModel
Identifies the "selected" bit in the bitmask, which indicates that the button has been selected.
SELECTED - Static variable in interface javax.swing.plaf.synth.SynthConstants
Indicates the region is selected.
SELECTED - Static variable in class javax.swing.text.html.HTML.Attribute
 
selected - Variable in class javax.swing.tree.DefaultTreeCellRenderer
Is the value currently selected.
SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected converted text.
SELECTED_FILE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies change in user's single-file selection.
SELECTED_FILES_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies change in user's multiple-file selection.
SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Identifies a change to the icon used when the button has been selected.
SELECTED_KEY - Static variable in interface javax.swing.Action
The key used for storing a Boolean that corresponds to the selected state.
SELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected raw text.
selectedItemChanged() - Method in class javax.swing.JComboBox
This protected method is implementation specific.
selectedItemReminder - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
selectedKeys() - Method in class java.nio.channels.Selector
Returns this selector's selected-key set.
selectedRun - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
selectedTabPadInsets - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
selectedTextColor - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
selectedTitleColor - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
selectFrame(boolean) - Method in class javax.swing.JDesktopPane
Selects the next JInternalFrame in this desktop pane.
selectHighlight - Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
 
selectInitialValue() - Method in class javax.swing.JOptionPane
Requests that the initial value be selected, which will set focus to the initial value.
selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
If inputComponent is non-null, the focus is requested on that, otherwise request focus on the default value
selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
Invokes the selectInitialValue method on each UI handled by this object.
selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.OptionPaneUI
Requests the component representing the default value to have focus.
selectInputMethod(Locale) - Method in class java.awt.im.