JavaTM 2 Platform
Std. Ed. v1.4.2
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
 
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.
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.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
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_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.
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - class javax.xml.parsers.SAXParser.
Defines the API that wraps an XMLReader implementation class.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
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
 
SAXResult - class javax.xml.transform.sax.SAXResult.
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 javax.xml.transform.sax.SAXSource.
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 javax.xml.transform.sax.SAXTransformerFactory.
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.
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.
SCRIPT - Static variable in class javax.swing.text.html.HTML.Tag
 
SCROLLBAR - Static variable in class java.awt.SystemColor
The array index for the scrollbar system color.
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.
SCROLLING - Static variable in class javax.swing.text.html.HTML.Attribute
 
SCROLLS_ON_EXPAND_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for scrollsOnExpand.
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_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_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
 
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObejctStreamClass 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.
SDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
SEALED - Static variable in class java.util.jar.Attributes.Name
Name object for Sealed manifest attribute used for sealing.
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.
SECONDARY - Static variable in class java.text.Collator
Collator strength value.
SECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "secret key".
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.
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.
SELECT - Static variable in class javax.swing.text.html.HTML.Tag
 
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.
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
Indicates that the button has been selected.
SELECTED - Static variable in class javax.swing.text.html.HTML.Attribute
 
SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected converted text.
SELECTED_FILES_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies change in user's multiple-file selection.
SELECTED_FILE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies change in user's single-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_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the default highlight for selected raw text.
SELECTION - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that the current selection should be printed.
SELECTION_MODEL_PROPERTY - Static variable in class javax.swing.JColorChooser
The selection model property name.
SELECTION_MODEL_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for selectionModel.
SELECTION_MODE_PROPERTY - Static variable in class javax.swing.tree.DefaultTreeSelectionModel
Property name for selectionMode.
SELECTION_VALUES_PROPERTY - Static variable in class javax.swing.JOptionPane
Bound property name for selectionValues.
SENTENCE - Static variable in interface javax.accessibility.AccessibleText
Constant used to indicate that the part of the text that should be retrieved is a sentence.
SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.
SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Separate documents collated copies -- see above for further information.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Separate documents uncollated copies -- see above for further information.
SEPARATOR - Static variable in class javax.accessibility.AccessibleRole
An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SERVANT_RETENTION_POLICY_ID - interface org.omg.PortableServer.SERVANT_RETENTION_POLICY_ID.
org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java .
SERVICE_OFF_LINE - Static variable in class javax.print.attribute.standard.JobStateReason
The printer is off-line and accepting no jobs.
SET_OVERRIDE - Static variable in class org.omg.CORBA.SetOverrideType
The SetOverrideType constant for the enum value SET_OVERRIDE.
SEVERE - Static variable in class java.util.logging.Level
SEVERE is a message level indicating a serious failure.
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.
SHAPE - Static variable in class javax.swing.text.html.HTML.Attribute
 
SHAPES - Static variable in class javax.swing.text.html.HTML.Attribute
 
SHIFT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Shift key extended modifier constant.
SHIFT_MASK - Static variable in class java.awt.Event
This flag indicates that the Shift key was down when the event occurred.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
The shift modifier.
SHIFT_MASK - Static variable in class java.awt.event.InputEvent
The Shift key modifier constant.
SHORT - Static variable in class java.text.DateFormat
Constant for short style pattern.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_DESCRIPTION - Static variable in interface javax.swing.Action
The key used for storing a short description for the action, used for tooltip text.
SHOWING - Static variable in class javax.accessibility.AccessibleState
Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible.
SHOWING_CHANGED - Static variable in class java.awt.event.HierarchyEvent
Indicates that the HIERARCHY_CHANGED event was generated due to a change in the showing state of the hierarchy.
SHOWS_ROOT_HANDLES_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for showsRootHandles.
SHUTDOWN - Static variable in class javax.print.attribute.standard.PrinterStateReason
Someone has removed a printer from service, and the device may be powered down or physically removed.
SIDE - Static variable in class javax.print.attribute.standard.MediaTray
The side input tray.
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the sign field.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Signature-Version manifest attribute used when signing JAR files.
SILENT - Static variable in class java.rmi.server.LogStream
Deprecated. log level constant (no logging).
SIMPLE_SCROLL_MODE - Static variable in class javax.swing.JViewport
This mode uses the very simple method of redrawing the entire contents of the scrollpane each time it is scrolled.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
SIMPLIFIED_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Simplified Chinese, including a subset of the CJK unified ideographs as well as Simplified Chinese Han characters that may be defined as surrogate characters.
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.
SINGLE_DOCUMENT - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Single document -- see above for further information.
SINGLE_DOCUMENT_NEW_SHEET - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Single document new sheet -- see above for further information.
SINGLE_INTERVAL_SELECTION - Static variable in interface javax.swing.ListSelectionModel
A value for the selectionMode property: select one contiguous range of indices at a time.
SINGLE_LINE - Static variable in class javax.accessibility.AccessibleState
Indicates this (text) object can contain only a single line of text
SINGLE_SELECTION - Static variable in interface javax.swing.ListSelectionModel
A value for the selectionMode property: select one list index at a time.
SINGLE_THREAD_MODEL - Static variable in class org.omg.PortableServer.ThreadPolicyValue
 
SINGLE_TREE_SELECTION - Static variable in interface javax.swing.tree.TreeSelectionModel
Selection can only contain one path at a time.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SIZE - Static variable in class java.awt.font.TextAttribute
Attribute key for the font size.
SIZE - Static variable in class javax.swing.text.html.HTML.Attribute
 
SIZE_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
SLIDER - Static variable in class javax.accessibility.AccessibleRole
An object that allows the user to select from a bounded range.
SLIDER_FILL - Variable in class javax.swing.plaf.metal.MetalSliderUI
 
SMALL - Static variable in class javax.swing.text.html.HTML.Tag
 
SMALLINT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SMALL_ICON - Static variable in interface javax.swing.Action
The key used for storing a small icon for the action, used for toolbar buttons.
SMPTE_24 - Static variable in class javax.sound.midi.Sequence
The SMPTE-based timing type with 24 frames per second (resolution is expressed in ticks per frame).
SMPTE_25 - Static variable in class javax.sound.midi.Sequence
The SMPTE-based timing type with 25 frames per second (resolution is expressed in ticks per frame).
SMPTE_30 - Static variable in class javax.sound.midi.Sequence
The SMPTE-based timing type with 30 frames per second (resolution is expressed in ticks per frame).
SMPTE_30DROP - Static variable in class javax.sound.midi.Sequence
The SMPTE-based timing type with 29.97 frames per second (resolution is expressed in ticks per frame).
SND - Static variable in class javax.sound.sampled.AudioFileFormat.Type
Specifies a SND file.
SOMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that more pixels needed for drawing a scaled variation of the image are available.
SONG_POSITION_POINTER - Static variable in class javax.sound.midi.ShortMessage
Status byte for Song Position Pointer message (0xF2, or 242).
SONG_SELECT - Static variable in class javax.sound.midi.ShortMessage
Status byte for MIDI Song Select message (0xF3, or 243).
SOUTH - Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class javax.swing.SpringLayout
Specifies the bottom edge of a component's bounding rectangle.
SOUTH - Static variable in interface javax.swing.SwingConstants
Compass-direction south (down).
SOUTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-right corner of its display area.
SOUTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-left corner of its display area.
SOUTH_EAST - Static variable in interface javax.swing.SwingConstants
Compass-direction south-east (lower right).
SOUTH_WEST - Static variable in interface javax.swing.SwingConstants
Compass-direction south-west (lower left).
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SPAN - Static variable in class javax.swing.text.html.HTML.Tag
 
SPEAKER - Static variable in class javax.sound.sampled.Port.Info
A type of port that sends audio to a built-in speaker or a speaker jack.
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SPECIAL_SYSTEM_EXCLUSIVE - Static variable in class javax.sound.midi.SysexMessage
Status byte for Special System Exclusive message (0xF7, or 247), which is used in MIDI files.
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Title manifest attribute used for package versioning.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Vendor manifest attribute used for package versioning.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Specification-Version manifest attribute used for package versioning.
SPIN_BOX - Static variable in class javax.accessibility.AccessibleRole
A SPIN_BOX is a simple spinner component and its main use is for simple numbers.
SPLIT_PANE - Static variable in class javax.accessibility.AccessibleRole
A specialized panel that presents two other panels at the same time.
SPOOL_AREA_FULL - Static variable in class javax.print.attribute.standard.PrinterStateReason
The limit of persistent storage allocated for spooling has been reached.
SQLData - interface java.sql.SQLData.
The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
SQLException - exception java.sql.SQLException.
An exception that provides information on a database access error or other errors.
SQLException(String, String, int) - Constructor for class java.sql.SQLException
Constructs a fully-specified SQLException object.
SQLException(String, String) - Constructor for class java.sql.SQLException
Constructs an SQLException object with the given reason and SQLState; the vendorCode field defaults to 0.
SQLException(String) - Constructor for class java.sql.SQLException
Constructs an SQLException object with a reason; the SQLState field defaults to null, and the vendorCode field defaults to 0.
SQLException() - Constructor for class java.sql.SQLException
Constructs an SQLException object; the reason field defaults to null, the SQLState field defaults to null, and the vendorCode field defaults to 0.
SQLInput - interface java.sql.SQLInput.
An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
SQLOutput - interface java.sql.SQLOutput.
The output stream for writing the attributes of a user-defined type back to the database.
SQLPermission - class java.sql.SQLPermission.
The permission for which the SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream (deprecated) method.
SQLPermission(String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
Creates a new SQLPermission object with the specified name.
SQLWarning - exception java.sql.SQLWarning.
An exception that provides information on database access warnings.
SQLWarning(String, String, int) - Constructor for class java.sql.SQLWarning
Constructs a fully-specified SQLWarning object initialized with the given values.
SQLWarning(String, String) - Constructor for class java.sql.SQLWarning
Constructs an SQLWarning object with the given reason and SQLState; the vendorCode defaults to 0.
SQLWarning(String) - Constructor for class java.sql.SQLWarning
Constructs an SQLWarning object with the given value for a reason; SQLstate defaults to null, and vendorCode defaults to 0.
SQLWarning() - Constructor for class java.sql.SQLWarning
Constructs a default SQLWarning object.
SRC - Static variable in class java.awt.AlphaComposite
Porter-Duff Source rule.
SRC - Static variable in class javax.swing.text.html.HTML.Attribute
 
SRC_ATOP - Static variable in class java.awt.AlphaComposite
Porter-Duff Source Atop Destination rule.
SRC_IN - Static variable in class java.awt.AlphaComposite
Porter-Duff Source In Destination rule.
SRC_OUT - Static variable in class java.awt.AlphaComposite
Porter-Duff Source Held Out By Destination rule.
SRC_OVER - Static variable in class java.awt.AlphaComposite
Porter-Duff Source Over Destination rule.
SSLContext - class javax.net.ssl.SSLContext.
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories.
SSLContext(SSLContextSpi, Provider, String) - Constructor for class javax.net.ssl.SSLContext
Creates an SSLContext object.
SSLContextSpi - class javax.net.ssl.SSLContextSpi.
This class defines the Service Provider Interface (SPI) for the SSLContext class.
SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
 
SSLException - exception javax.net.ssl.SSLException.
Indicates some kind of error detected by an SSL subsystem.
SSLException(String) - Constructor for class javax.net.ssl.SSLException
Constructs an exception reporting an error found by an SSL subsystem.
SSLHandshakeException - exception javax.net.ssl.SSLHandshakeException.
Indicates that the client and server could not negotiate the desired level of security.
SSLHandshakeException(String) - Constructor for class javax.net.ssl.SSLHandshakeException
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
SSLKeyException - exception javax.net.ssl.SSLKeyException.
Reports a bad SSL key.
SSLKeyException(String) - Constructor for class javax.net.ssl.SSLKeyException
Constructs an exception reporting a key management error found by an SSL subsystem.
SSLPeerUnverifiedException - exception javax.net.ssl.SSLPeerUnverifiedException.
Indicates that the peer's identity has not been verified.
SSLPeerUnverifiedException(String) - Constructor for class javax.net.ssl.SSLPeerUnverifiedException
Constructs an exception reporting that the SSL peer's identity has not been verifiied.
SSLPermission - class javax.net.ssl.SSLPermission.
This class is for various network permissions.
SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission with the specified name.
SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission object with the specified name.
SSLProtocolException - exception javax.net.ssl.SSLProtocolException.
Reports an error in the operation of the SSL protocol.
SSLProtocolException(String) - Constructor for class javax.net.ssl.SSLProtocolException
Constructs an exception reporting an SSL protocol error detected by an SSL subsystem.
SSLServerSocket - class javax.net.ssl.SSLServerSocket.
This class extends ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocketFactory - class javax.net.ssl.SSLServerSocketFactory.
SSLServerSocketFactorys create SSLServerSockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
Constructor is used only by subclasses.
SSLSession - interface javax.net.ssl.SSLSession.
In SSL, sessions are used to describe an ongoing relationship between two entities.
SSLSessionBindingEvent - class javax.net.ssl.SSLSessionBindingEvent.
This event is propagated to a SSLSessionBindingListener.
SSLSessionBindingEvent(SSLSession, String) - Constructor for class javax.net.ssl.SSLSessionBindingEvent
Constructs a new SSLSessionBindingEvent.
SSLSessionBindingListener - interface javax.net.ssl.SSLSessionBindingListener.
This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession.
SSLSessionContext - interface javax.net.ssl.SSLSessionContext.
A SSLSessionContext represents a set of SSLSessions associated with a single entity.
SSLSocket - class javax.net.ssl.SSLSocket.
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocketFactory - class javax.net.ssl.SSLSocketFactory.
SSLSocketFactorys create SSLSockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
 
STANDALONE - Static variable in class javax.xml.transform.OutputKeys
standalone = "yes" | "no".
STANDARD - Static variable in class java.awt.font.GlyphMetrics
Indicates a glyph that represents a single standard character.
STANDARD - Static variable in class javax.print.attribute.standard.JobSheets
One or more site specific standard job sheets are printed.
STANDARD_INPUT_TYPE - Static variable in class javax.imageio.spi.ImageReaderSpi
A single-element array, initially containing ImageInputStream.class, to be returned from getInputTypes.
STANDARD_OUTPUT_TYPE - Static variable in class javax.imageio.spi.ImageWriterSpi
A single-element array, initially containing ImageInputStream.class, to be returned from getInputTypes.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
STANDBY - Static variable in class javax.swing.text.html.HTML.Attribute
 
STAPLE - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples.
STAPLE_BOTTOM_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples in the bottom left corner.
STAPLE_BOTTOM_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples in the bottom right corner.
STAPLE_DUAL_BOTTOM - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document (see above).
STAPLE_DUAL_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document (see above).
STAPLE_DUAL_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document (see above).
STAPLE_DUAL_TOP - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document (see above).
STAPLE_TOP_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples in the top left corner.
STAPLE_TOP_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Bind the document(s) with one or more staples in the top right corner.
START - Static variable in class javax.sound.midi.ShortMessage
Status byte for Start message (0xFA, or 250).
START - Static variable in class javax.sound.sampled.LineEvent.Type
A type of event that is sent when a line begins to engage in active input or output of audio data in response to a start request.
START - Static variable in class javax.swing.text.html.HTML.Attribute
 
STARTTAG - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
STATEMENT - Static variable in class java.awt.PageAttributes.MediaType
An alias for INVOICE.
STATE_FACTORIES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of state factories to use.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
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_BAR - Static variable in class javax.accessibility.AccessibleRole
A STATUS_BAR is an simple component that can contain multiple labels of status information to the user.
STOP - Static variable in class javax.sound.midi.ShortMessage
Status byte for Stop message (0xFC, or 252).
STOP - Static variable in class javax.sound.sampled.LineEvent.Type
A type of event that is sent when a line ceases active input or output of audio data in response to a stop request, or because the end of media has been reached.
STOPPED - Static variable in class javax.print.attribute.standard.PrinterState
Indicates that no jobs can be processed and intervention is required.
STOPPED_PARTLY - Static variable in class javax.print.attribute.standard.PrinterStateReason
When a printer controls more than one output device, this reason indicates that one or more output devices are stopped.
STOPPING - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer is in the process of stopping the device and will be stopped in a while.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
STRIKE - Static variable in class javax.swing.text.html.HTML.Tag
 
STRIKETHROUGH - Static variable in class java.awt.font.TextAttribute
Attribute key for the strikethrough adornment.
STRIKETHROUGH_ON - Static variable in class java.awt.font.TextAttribute
A single strikethrough.
STROKE - Static variable in class java.awt.font.ShapeGraphicAttribute
A key indicating the shape should be stroked with a 1-pixel wide stroke.
STRONG - Static variable in class javax.swing.text.html.HTML.Tag
 
STRUCT - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
STYLE - Static variable in class javax.swing.text.html.HTML.Attribute
 
STYLE - Static variable in class javax.swing.text.html.HTML.Tag
 
SUB - Static variable in class javax.swing.text.html.HTML.Tag
 
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
SUBMISSION_INTERRUPTED - Static variable in class javax.print.attribute.standard.JobStateReason
The job was not completely submitted for some unforeseen reason.
SUBMIT - Static variable in class javax.swing.text.html.FormView
Deprecated. As of 1.3, value now comes from UIManager property FormView.submitButtonText
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
SUBTREE_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search the entire subtree rooted at the named object.
SUBTREE_SCOPE - Static variable in interface javax.naming.event.EventContext
Constant for expressing interest in events concerning objects in the subtree of the object named by the target, including the object named by the target.
SUCCESSFUL - interface org.omg.PortableInterceptor.SUCCESSFUL.
org/omg/PortableInterceptor/SUCCESSFUL.java .
SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
The constant indicating that a batch statement executed successfully but that no count of the number of rows it affected is available.
SUFFICIENT - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
Sufficient LoginModule.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUP - Static variable in class javax.swing.text.html.HTML.Tag
 
SUPERSCRIPT - Static variable in class java.awt.font.TextAttribute
Attribute key for super and subscripting.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SUPERSCRIPT_SUB - Static variable in class java.awt.font.TextAttribute
Standard subscript.
SUPERSCRIPT_SUPER - Static variable in class java.awt.font.TextAttribute
Standard superscript.
SUPPORTED - Static variable in class javax.print.attribute.standard.ColorSupported
The printer is capable of some type of color printing, such as highlight color or full process color.
SURROGATE - Static variable in class java.lang.Character
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SWAP_COLORS - Static variable in class java.awt.font.TextAttribute
Attribute key for swapping foreground and background Paints (or Colors).
SWAP_COLORS_ON - Static variable in class java.awt.font.TextAttribute
Swap foreground and background.
SWING_COMPONENT - Static variable in class javax.accessibility.AccessibleRole
A Swing component, but nothing else is known about it.
SW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.SW_RESIZE_CURSOR.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
SYNC_WITH_TRANSPORT - interface org.omg.Messaging.SYNC_WITH_TRANSPORT.
org/omg/Messaging/SYNC_WITH_TRANSPORT.java .
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal string is specified.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
SYSTEM - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
SYSTEM_EXCEPTION - interface org.omg.PortableInterceptor.SYSTEM_EXCEPTION.
org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java .
SYSTEM_EXCLUSIVE - Static variable in class javax.sound.midi.SysexMessage
Status byte for System Exclusive message (0xF0, or 240).
SYSTEM_ID - Static variable in class org.omg.PortableServer.IdAssignmentPolicyValue
 
SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
The port to lookup the activation system.
SYSTEM_RESET - Static variable in class javax.sound.midi.ShortMessage
Status byte for System Reset message (0xFF, or 255).
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.
SampleModel - class java.awt.image.SampleModel.
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.
Savepoint - interface java.sql.Savepoint.
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
ScatteringByteChannel - interface java.nio.channels.ScatteringByteChannel.
A channel that can read bytes into a sequence of buffers.
SchemaViolationException - exception javax.naming.directory.SchemaViolationException.
This exception is thrown when a method in some ways violates the schema.
SchemaViolationException() - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException.
SchemaViolationException(String) - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException using the explanation supplied.
ScrollBarUI - class javax.swing.plaf.ScrollBarUI.
Pluggable look and feel interface for JScrollBar.
ScrollBarUI() - Constructor for class javax.swing.plaf.ScrollBarUI
 
ScrollPane - class java.awt.ScrollPane.
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.AccessibleAWTScrollPane - class java.awt.ScrollPane.AccessibleAWTScrollPane.
This class implements accessibility support for the ScrollPane class.
ScrollPane.AccessibleAWTScrollPane() - Constructor for class java.awt.ScrollPane.AccessibleAWTScrollPane
 
ScrollPaneAdjustable - class java.awt.ScrollPaneAdjustable.
This class represents the state of a horizontal or vertical scrollbar of a ScrollPane.
ScrollPaneConstants - interface javax.swing.ScrollPaneConstants.
Constants used with the JScrollPane component.
ScrollPaneLayout - class javax.swing.ScrollPaneLayout.
The layout manager used by JScrollPane.
ScrollPaneLayout() - Constructor for class javax.swing.ScrollPaneLayout
 
ScrollPaneLayout.UIResource - class javax.swing.ScrollPaneLayout.UIResource.
The UI resource version of ScrollPaneLayout.
ScrollPaneLayout.UIResource() - Constructor for class javax.swing.ScrollPaneLayout.UIResource
 
ScrollPaneUI - class javax.swing.plaf.ScrollPaneUI.
Pluggable look and feel interface for JScrollPane.
ScrollPaneUI() - Constructor for class javax.swing.plaf.ScrollPaneUI
 
Scrollable - interface javax.swing.Scrollable.
An interface that provides information to a scrolling container like JScrollPane.
Scrollbar - class java.awt.Scrollbar.
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.AccessibleAWTScrollBar - class java.awt.Scrollbar.AccessibleAWTScrollBar.
This class implements accessibility support for the Scrollbar class.
Scrollbar.AccessibleAWTScrollBar() - Constructor for class java.awt.Scrollbar.AccessibleAWTScrollBar
 
SealedObject - class javax.crypto.SealedObject.
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.
SearchControls - class javax.naming.directory.SearchControls.
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 javax.naming.directory.SearchResult.
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.
SecretKey - interface javax.crypto.SecretKey.
A secret (symmetric) key.
SecretKeyFactory - class javax.crypto.SecretKeyFactory.
This class represents a factory for secret keys.
SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
Creates a SecretKeyFactory object.
SecretKeyFactorySpi - class javax.crypto.SecretKeyFactorySpi.
This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class.
SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
 
SecretKeySpec - class javax.crypto.spec.SecretKeySpec.
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).
SecureClassLoader - class java.security.SecureClassLoader.
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 java.security.SecureRandom.
This class provides a cryptographically strong pseudo-random number generator (PRNG).
SecureRandom() - Constructor for class java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
By using this constructor, the caller obtains a SecureRandom object containing the implementation from the highest-priority installed provider that has a SecureRandom implementation.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
Creates a SecureRandom object.
SecureRandomSpi - class java.security.SecureRandomSpi.
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
 
Security - class java.security.Security.
This class centralizes all security properties and common security methods.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
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 - class java.lang.SecurityManager.
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 java.security.SecurityPermission.
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.
Segment - class javax.swing.text.Segment.
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.
SelectableChannel - class java.nio.channels.SelectableChannel.
A channel that can be multiplexed via a Selector.
SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
Initializes a n