aicas logo Jamaica 3.4 release 8
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

S

S_RESIZE_CURSOR - Static variable in class java.awt.Cursor
Cursor used over S edge of window decorations.
S_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. Use Cursor.S_RESIZE_CURSOR instead.
SADDLE_STITCH - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples along the middle fold.
sameFile(URL) - Method in class java.net.URL
Tests whether or not another URL refers to the same "file" as this one.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compares two URLs, excluding the fragment component
sameValue(Object, Object) - Method in interface org.relaxng.datatype.Datatype
Tests the equality of two value objects which were originally created by the createValue method of this object.
SAMPLE_RATE - Static variable in class javax.sound.sampled.FloatControl.Type
Control the sample rate.
sampleModel - Variable in class java.awt.image.Raster
The sample model used to access the pixel values.
SampleModel - Class in java.awt.image
A SampleModel is used to access pixel data from a DataBuffer.
SampleModel(int, int, int, int) - Constructor for class java.awt.image.SampleModel
Creates a new sample model with the specified attributes.
sampleModelTranslateX - Variable in class java.awt.image.Raster
 
sampleModelTranslateY - Variable in class java.awt.image.Raster
 
sampleRate - Variable in class javax.sound.sampled.AudioFormat
The number of samples per second.
sampleSizeInBits - Variable in class javax.sound.sampled.AudioFormat
The number of bits in each sample.
SANS_SERIF - Static variable in class java.awt.Font
 
Sasl - Class in javax.security.sasl
A static class for creating SASL clients and servers.
saslBind(LdapClient, Connection, String, String, Object, String, Hashtable, Control[]) - Static method in class com.sun.jndi.ldap.sasl.LdapSasl
Performs SASL bind.
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.
SaslInputStream - Class in com.sun.jndi.ldap.sasl
This class is used by clients of Java SASL that need to create an input stream that uses SaslClient's unwrap() method to decode the SASL buffers sent by the SASL server.
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
Constant representing Saturday.
save(ObjectOutputStream, String, EventListener) - Static method in class java.awt.AWTEventMulticaster
Saves a Serializable listener chain to a serialization stream.
SAVE - Static variable in class java.awt.FileDialog
Indicates that the purpose of the dialog is for saving a file.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated. use Properties.store(OutputStream, String) instead
SAVE_FILE - Static variable in class java.awt.Event
 
saveInternal(ObjectOutputStream, String) - Method in class java.awt.AWTEventMulticaster
Saves all Serializable listeners to a serialization stream.
Savepoint - Interface in java.sql
 
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
Convenience class for using or accessing a SAX version 1 or 2 parser.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - Class in javax.xml.parsers
Factory for obtaining SAX parsers.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
SAXResult - Class in javax.xml.transform.sax
Specifies SAX handlers to be used as a result sink during a transformation.
SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
Default constructor.
SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
Constructor specifying a content handler.
SAXSource - Class in javax.xml.transform.sax
Specifies a SAX XML source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Default constructor.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Constructor with a SAX parser and input source.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Constructor with an input source.
SAXTransformerFactory - Class in javax.xml.transform.sax
Specialized transformer factory with support for SAX-specific factory methods.
SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
 
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that externalizable data is written in block data mode.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is an enum constant.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is externalizable.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is serializeable.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class defines the writeObject method.
scalb(double, int) - Static method in class sun.misc.FpUtils
Return d × 2scale_factor 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 sun.misc.FpUtils
Return f × 2scale_factor 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.Graphics2D
 
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
SCALE_AREA_AVERAGING - Static variable in class java.awt.Image
Constant indicating that the area averaging scaling algorithm should be used.
SCALE_DEFAULT - Static variable in class java.awt.Image
Constant indicating that the default scaling algorithm should be used.
SCALE_FAST - Static variable in class java.awt.Image
Constant indicating that a fast scaling algorithm should be used.
SCALE_REPLICATE - Static variable in class java.awt.Image
Constant indicating that the ReplicateScaleFilter class algorithm should be used for scaling.
SCALE_SMOOTH - Static variable in class java.awt.Image
Constant indicating that a smooth scaling algorithm should be used.
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scanlineStride - Variable in class java.awt.image.ComponentSampleModel
The number of data elements between a sample in one row and the corresponding sample in the next row.
ScatteringByteChannel - Interface in java.nio.channels
 
Schedulable - Interface in javax.realtime
Jamaica Realtime Specification for Java class Schedulable.
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.
schedulePeriodic() - Method in class javax.realtime.RealtimeThread
schedulePeriodic resumes the execution of a periodic thread, i.e., unblocks waitForNextPeriod.
Scheduler - Class in com.aicas.jamaica.lang
Scheduler provides access to the Jamaica Scheduler.
Scheduler() - Constructor for class com.aicas.jamaica.lang.Scheduler
 
Scheduler - Class in javax.realtime
Jamaica Realtime Specification for Java class Scheduler.
Scheduler() - Constructor for class javax.realtime.Scheduler
Constructor to be called by sub-classes of this to initialize the Scheduler.
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
 
SchedulingParameters - Class in javax.realtime
Jamaica Realtime Specification for Java class SchedulingParameters.
SchedulingParameters() - Constructor for class javax.realtime.SchedulingParameters
Constructor to create SchedulingParameter that are not associated with any schedulable object.
Schema - Class in javax.xml.validation
An immutable grammar.
Schema() - Constructor for class javax.xml.validation.Schema
 
SchemaFactory - Class in javax.xml.validation
Factory for obtaining schemata.
SchemaFactory() - Constructor for class javax.xml.validation.SchemaFactory
 
SchemaFactoryLoader - Class in javax.xml.validation
API compatibility class.
SchemaFactoryLoader() - Constructor for class javax.xml.validation.SchemaFactoryLoader
 
SchemaViolationException - Exception in javax.naming.directory
 
SchemaViolationException() - Constructor for exception javax.naming.directory.SchemaViolationException
 
SchemaViolationException(String) - Constructor for exception javax.naming.directory.SchemaViolationException
 
scheme - Variable in class com.sun.jndi.toolkit.url.Uri
 
Scope - Interface in sun.reflect.generics.scope
 
ScopedCycleException - Exception in javax.realtime
Jamaica Realtime Specification for Java class ScopedCycleException.
ScopedCycleException() - Constructor for exception javax.realtime.ScopedCycleException
Constructor of this exception without detail message.
ScopedCycleException(String) - Constructor for exception javax.realtime.ScopedCycleException
Constructor of this exception with detail message.
ScopedMemory - Class in javax.realtime
Jamaica Realtime Specification for Java class ScopedMemory A memory area of this type enables region-based memory allocation, i.e., objects allocated in ScopedMemory have a lifetime that ends abruptly when the last schedulable object leaves this memory area.
ScopedMemory(long) - Constructor for class javax.realtime.ScopedMemory
Constructor to create an instance of ScopedMemory with the given initial size.
ScopedMemory(long, Runnable) - Constructor for class javax.realtime.ScopedMemory
Constructor to create an instance of ScopedMemory with the given initial size and default logic.
ScopedMemory(SizeEstimator) - Constructor for class javax.realtime.ScopedMemory
Constructor to create an instance of ScopedMemory with the given initial size.
ScopedMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.ScopedMemory
Constructor to create an instance of ScopedMemory with the given initial size and default logic.
SCROLL_ABSOLUTE - Static variable in class java.awt.Event
 
SCROLL_BEGIN - Static variable in class java.awt.Event
 
SCROLL_END - Static variable in class java.awt.Event
 
SCROLL_LINE_DOWN - Static variable in class java.awt.Event
 
SCROLL_LINE_UP - Static variable in class java.awt.Event
 
SCROLL_LOCK - Static variable in class java.awt.Event
 
SCROLL_PAGE_DOWN - Static variable in class java.awt.Event
 
SCROLL_PAGE_UP - Static variable in class java.awt.Event
 
Scrollbar - Class in java.awt
This class implements a scrollbar widget.
Scrollbar() - Constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with a vertical orientation and default values for all other parameters.
Scrollbar(int) - Constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with the specified orientation and default values for all other parameters.
Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with the specified parameters.
SCROLLBAR - Static variable in class java.awt.SystemColor
Array index of the scrollbar background color.
scrollbar - Static variable in class java.awt.SystemColor
The scrollbar color.
Scrollbar.AccessibleAWTScrollBar - Class in java.awt
This class provides accessibility support for the scrollbar.
Scrollbar.AccessibleAWTScrollBar() - Constructor for class java.awt.Scrollbar.AccessibleAWTScrollBar
 
SCROLLBARS_ALWAYS - Static variable in class java.awt.ScrollPane
Constant indicating that scrollbars are always displayed in this window.
SCROLLBARS_AS_NEEDED - Static variable in class java.awt.ScrollPane
Constant indicating that scrollbars are created as needed in this windows.
SCROLLBARS_BOTH - Static variable in class java.awt.TextArea
Display both horiztonal and vertical scroll bars.
SCROLLBARS_HORIZONTAL_ONLY - Static variable in class java.awt.TextArea
Display horizatonal scroll bar only.
SCROLLBARS_NEVER - Static variable in class java.awt.ScrollPane
Constant indicating that scrollbars are never displayed in this window.
SCROLLBARS_NONE - Static variable in class java.awt.TextArea
Do not display scrollbars.
SCROLLBARS_VERTICAL_ONLY - Static variable in class java.awt.TextArea
Display vertical scroll bar only.
ScrollPane - Class in java.awt
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window.
ScrollPane() - Constructor for class java.awt.ScrollPane
Initializes a new instance of ScrollPane with a default scrollbar policy of SCROLLBARS_AS_NEEDED.
ScrollPane(int) - Constructor for class java.awt.ScrollPane
Initializes a new instance of ScrollPane with the specified scrollbar policy.
ScrollPane.AccessibleAWTScrollPane - Class in java.awt
 
ScrollPane.AccessibleAWTScrollPane() - Constructor for class java.awt.ScrollPane.AccessibleAWTScrollPane
 
ScrollPaneAdjustable - Class in java.awt
Need this class since the serialization spec for ScrollPane uses it.
SE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
Cursor used over SE corner of window decorations.
SE_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. Use Cursor.SE_RESIZE_CURSOR instead.
SEALED - Static variable in class java.util.jar.Attributes.Name
Package sealing - whether (all) package(s) is(/are) sealed.
SealedObject - Class in javax.crypto
This class allows any Serializable object to be stored in an encrypted form.
SealedObject(Serializable, Cipher) - Constructor for class javax.crypto.SealedObject
Create a new sealed object from a Serializable object and a cipher.
SealedObject(SealedObject) - Constructor for class javax.crypto.SealedObject
Create a new sealed object from another sealed object.
search(String, Attributes) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(Name, Attributes) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(String, Attributes, String[]) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(Name, Attributes, String[]) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(String, String, SearchControls) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(Name, String, SearchControls) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(String, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(Name, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
 
search(DirContext, Attributes, String[]) - Static method in class com.sun.jndi.toolkit.dir.DirSearch
 
search(DirContext, String, SearchControls) - Static method in class com.sun.jndi.toolkit.dir.DirSearch
 
search(DirContext, String, Object[], SearchControls) - Static method in class com.sun.jndi.toolkit.dir.DirSearch
 
search(String, Attributes) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(Name, Attributes) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(String, Attributes, String[]) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(Name, Attributes, String[]) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(Name, String, SearchControls) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(Name, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(String, String, SearchControls) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(String, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
search(String, Attributes) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(Name, Attributes) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(String, Attributes, String[]) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(Name, Attributes, String[]) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(String, String, SearchControls) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(Name, String, SearchControls) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(String, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(Name, String, Object[], SearchControls) - Method in class com.sun.jndi.toolkit.url.GenericURLDirContext
 
search(String, Attributes) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(Name, Attributes) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(String, Attributes, String[]) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(Name, Attributes, String[]) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(String, String, SearchControls) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(Name, String, SearchControls) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(String, String, Object[], SearchControls) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(Name, String, Object[], SearchControls) - Method in class com.sun.jndi.url.ldap.ldapURLContext
 
search(Object) - Method in class java.util.Stack
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
search(Name, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
 
search(String, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
 
search(Name, Attributes) - Method in interface javax.naming.directory.DirContext
 
search(String, Attributes) - Method in interface javax.naming.directory.DirContext
 
search(Name, String, SearchControls) - Method in interface javax.naming.directory.DirContext
 
search(String, String, SearchControls) - Method in interface javax.naming.directory.DirContext
 
search(Name, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
 
search(String, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
 
search(Name, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
 
search(String, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
search(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(String, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(Name, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
search(String, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
 
SearchControls - Class in javax.naming.directory
 
SearchControls() - Constructor for class javax.naming.directory.SearchControls
 
SearchControls(int, long, int, String[], boolean, boolean) - Constructor for class javax.naming.directory.SearchControls
 
SearchFilter - Class in com.sun.jndi.toolkit.dir
A class for parsing LDAP search filters (defined in RFC 1960, 2254)
SearchFilter(String) - Constructor for class com.sun.jndi.toolkit.dir.SearchFilter
 
SearchResult - Class in javax.naming.directory
 
SearchResult(String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
 
SearchResult(String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
 
SearchResult(String, String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
 
SearchResult(String, String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
 
SECOND - Static variable in class java.text.DateFormat.Field
 
SECOND - Static variable in class java.util.Calendar
Constant representing the second time field.
SECOND_FIELD - Static variable in class java.text.DateFormat
Represents the position of the second pattern character in the array of localized pattern characters.
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
Constant that represents the seconds field.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant for when the key to be unwrapped is a secret key.
SecretKey - Interface in javax.crypto
A secret key for symmetric cryptography.
SecretKeyFactory - Class in javax.crypto
A secret key factory translates SecretKey objects to and from KeySpec objects, and can translate between different vendors' representations of SecretKey objects (for security or semantics; whichever applies).
SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
Create a new secret key factory.
SecretKeyFactorySpi - Class in javax.crypto
The Service Provider Interface (SPI) for the SecretKeyFactory class.
SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
Create a new secret key factory SPI.
SecretKeySpec - Class in javax.crypto.spec
This is a simple wrapper around a raw byte array, for ciphers that do not require any key parameters other than the bytes themselves.
SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
Create a new secret key spec from an entire byte array.
SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
Create a new secret key spec from part of a byte array.
SecureClassLoader - Class in java.security
A Secure Class Loader for loading classes with additional support for specifying code source and permissions when they are retrieved by the system policy handler.
SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
 
SecureClassLoader() - Constructor for class java.security.SecureClassLoader
 
SecureRandom - Class in java.security
An interface to a cryptographically secure pseudo-random number generator (PRNG).
SecureRandom() - Constructor for class java.security.SecureRandom
Default constructor for SecureRandom.
SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
A constructor for SecureRandom.
SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
A constructor for SecureRandom.
SecureRandomSpi - Class in java.security
SecureRandomSpi is the Service Provider Interface for SecureRandom providers.
SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
Default Constructor for 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
 
SECURITY_CREDENTIALS - Static variable in interface javax.naming.Context
 
SECURITY_PRINCIPAL - Static variable in interface javax.naming.Context
 
SECURITY_PROTOCOL - Static variable in interface javax.naming.Context
 
SecurityException - Exception in java.lang
SecurityException is a runtime exception thrown by a security manager if a requested permission is not granted.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructor for a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructor for a SecurityException with given detail message.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Constructor for a SecurityException with given cause and detail message set to ex.toString().
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Constructor for a SecurityException with given detail message and cause.
SecurityManager - Class in java.lang
SecurityManager is a class you can extend to create your own Java security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Construct a new security manager.
SecurityPermission - Class in java.security
This class provides a mechanism for specified named permissions related to the Java security framework.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Create a new instance with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Create a new instance with the specified name.
seek(long) - Method in class java.io.RandomAccessFile
This method sets the current file position to the specified offset from the beginning of the file.
seek(int) - Method in interface org.omg.CORBA.DynAny
Moves the internal pointer, described in the DynAny.current_component(), to the given position.
seek(int) - Method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
seek(int) - Method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
seek(int) - Method in interface org.omg.DynamicAny.DynAnyOperations
Moves the internal pointer, described in the current_component, to the given position.
segv() - Static method in class com.aicas.jamaica.util.POSIXSignalTrigger
generates segfault.
select(int) - Method in class java.awt.Choice
Forces the item at the specified index to be selected.
select(String) - Method in class java.awt.Choice
Forces the named item to be selected.
select(int) - Method in class java.awt.List
Makes the item at the specified index selected.
select(int, int) - Method in class java.awt.TextComponent
This method sets the selected text range to the text between the specified start and end positions.
select() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
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 interface org.w3c.dom.html2.HTMLInputElement
Select the contents of the text area.
select() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Select the contents of the TEXTAREA.
SelectableChannel - Class in java.nio.channels
 
SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
Initializes the channel.
selectAll() - Method in class java.awt.TextComponent
Selects all of the text in the component.
selectAllAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
 
selectAllAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Selects all Accessible children of this component which it is possible to select.
selectAttributes(Attributes, String[]) - Static method in class com.sun.jndi.toolkit.dir.SearchFilter
 
SELECTED - Static variable in class java.awt.event.ItemEvent
This type indicates that the item was selected.
selectedKeys() - Method in class java.nio.channels.Selector
Returns this selector's selected-key set.
SELECTION - Static variable in class java.awt.JobAttributes.DefaultSelectionType
 
SelectionKey - Class in java.nio.channels
 
SelectionKey() - Constructor for class java.nio.channels.SelectionKey
Initializes the selection key.
selectNode(Node) - Method in interface org.w3c.dom.ranges.Range
Select a node and its contents
selectNodeContents(Node) - Method in interface org.w3c.dom.ranges.Range
Select the contents within a node
selectNow() - Method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
selector() - Method in class java.nio.channels.SelectionKey
Returns the selector for which this key was created.
Selector - Class in java.nio.channels
 
Selector() - Constructor for class java.nio.channels.Selector
Initializes the selector.
SelectorProvider - Class in java.nio.channels.spi
 
SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
Initializes the selector provider.
Semaphore - Class in java.util.concurrent
A counting semaphore.
Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and the given fairness setting.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends the specified packet.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Transmits the specified packet of data to the network.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Deprecated.  
send(ByteBuffer, SocketAddress) - Method in class java.nio.channels.DatagramChannel
Sends a datagram via this channel.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
 
send(MidiMessage, long) - Method in interface javax.sound.midi.Receiver
Send a MIDI message and timestamp.
send_deferred() - Method in class org.omg.CORBA.Request
Send a request without suspending the current thread.
send_exception(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
ORB calls this method if the exception has been throw during the request processing.
send_multiple_requests_deferred(Request[]) - Method in class org.omg.CORBA.ORB
Send multiple prepared requests expecting to get a reply.
send_multiple_requests_oneway(Request[]) - Method in class org.omg.CORBA.ORB
Send multiple prepared requests one way, do not caring about the answer.
send_oneway() - Method in class org.omg.CORBA.Request
Send a request and forget about it, not waiting for a response.
send_other(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
ORB normally calls this method if the request has been forwarded.
send_poll(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
This method is called by if ORB uses the Time- Independent Invocation (TII) polling.
send_reply(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
ORB calls this method after the target operation has been invoked and before the reply is returned to the client.
send_request(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
ORB calls this method before sending the request to the server.
sending_exception() - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
Get the exception to be returned to the client.
sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
Allows the server to use the delegate to send a notification.
sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
Performs delivery of the notification.
sendUrgentData(int) - Method in class java.net.Socket
Sends urgent data through the socket
sendUrgentData(int) - Method in class java.net.SocketImpl
Sends one byte of urgent data to the socket.
SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
 
SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as collated copies.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
 
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as uncollated copies.
separator - Static variable in class java.io.File
This is the path separator string for the current host.
separatorChar - Static variable in class java.io.File
This is the first character of the file separator string.
SEPTEMBER - Static variable in class java.util.Calendar
Constant representing September.
SEPTEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
Value for September.
Sequence - Class in javax.sound.midi
Objects of this type represent sequences of MIDI messages that can be played back by a Sequencer.
Sequence(float, int) - Constructor for class javax.sound.midi.Sequence
Create a MIDI sequence object with no initial tracks.
Sequence(float, int, int) - Constructor for class javax.sound.midi.Sequence
Create a MIDI seqence object.
SequenceInputStream - Class in java.io
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that obtains its list of subordinate InputStreams from the specified Enumeration
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that will read the two specified subordinate InputStreams in sequence.
Sequencer - Interface in javax.sound.midi
A Sequencer object plays MIDI sequences described as Sequence objects.
Sequencer.SyncMode - Class in javax.sound.midi
A SyncMode object represents the mechanism by which a MIDI sequencer synchronizes time with a master or slave device.
Sequencer.SyncMode(String) - Constructor for class javax.sound.midi.Sequencer.SyncMode
Create a new SyncMode object
serializable - Variable in class java.beans.beancontext.BeanContextServicesSupport
The number of serializable service providers.
Serializable - Interface in java.io
This interface has no methods.
SerializablePermission - Class in java.io
This class models permissions related to serialization.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
This method initializes a new instance of SerializablePermission that has the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
This method initializes a new instance of SerializablePermission that has the specified name and action list.
serialize(ObjectOutputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
Writes the items in the collection to the specified output stream.
SERIALIZE_ERR - Static variable in exception org.w3c.dom.ls.LSException
If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.
serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
Indicates compatibility with JDK 1.1
serialVersionUID - Static variable in interface java.rmi.server.ServerRef
 
serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateCrtKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPrivateKey
 
serialVersionUID - Static variable in interface java.security.interfaces.RSAPublicKey
 
serialVersionUID - Static variable in interface java.security.Key
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.PrivateKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface java.security.PublicKey
The version identifier used for serialization.
serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPrivateKey
Compatible with JDK1.4.
serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPublicKey
Compatible with JDK1.4.
serialVersionUID - Static variable in interface javax.crypto.interfaces.PBEKey
Compatible with JDK1.4.
serialVersionUID - Static variable in interface javax.crypto.SecretKey
 
serialVersionUID - Static variable in interface javax.naming.directory.Attribute
 
serialVersionUID - Static variable in interface javax.naming.Name
 
SERIF - Static variable in class java.awt.Font
 
servant - Variable in class org.omg.CORBA.portable.ServantObject
The real servant, that can be casted to the expected type, later invoking the methods directly.
Servant - Class in org.omg.PortableServer
The servant is responsible for handling the method invocation on the target object.
Servant() - Constructor for class org.omg.PortableServer.Servant
 
servant_postinvoke(Object, ServantObject) - Method in class org.omg.CORBA.portable.Delegate
This method is always called after invoking the operation on the local servant.
servant_preinvoke(Object, String, Class) - Method in class org.omg.CORBA.portable.Delegate
Returns a servant that should be used for this request.
SERVANT_RETENTION_POLICY_ID - Interface in org.omg.PortableServer
Holds an integer ServantRetentionPolicy identifier.
servant_to_id(Servant) - Method in interface org.omg.PortableServer.POAOperations
Returns the id of the object, served by the given servant.
servant_to_reference(Servant) - Method in interface org.omg.PortableServer.POAOperations
Converts the given servant to the object reference.
ServantActivator - Interface in org.omg.PortableServer
The POA, that has the RETAIN policy uses servant managers that are ServantActivators.
ServantActivatorHelper - Class in org.omg.PortableServer
The helper operations for the CORBA object ServantActivator.
ServantActivatorHelper() - Constructor for class org.omg.PortableServer.ServantActivatorHelper
 
ServantActivatorOperations - Interface in org.omg.PortableServer
Defines the operations, applicable to the ServantActivator.
ServantActivatorPOA - Class in org.omg.PortableServer
This ServantActivator stub is an optional base for the servant activators.
ServantActivatorPOA() - Constructor for class org.omg.PortableServer.ServantActivatorPOA
 
ServantAlreadyActive - Exception in org.omg.PortableServer.POAPackage
Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active.
ServantAlreadyActive() - Constructor for exception org.omg.PortableServer.POAPackage.ServantAlreadyActive
Create ServantAlreadyActive with no explaining message.
ServantAlreadyActive(String) - Constructor for exception org.omg.PortableServer.POAPackage.ServantAlreadyActive
Create the ServantAlreadyActive with explaining message.
ServantAlreadyActiveHelper - Class in org.omg.PortableServer.POAPackage
The helper operations for the exception ServantAlreadyActive.
ServantAlreadyActiveHelper() - Constructor for class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
 
ServantLocator - Interface in org.omg.PortableServer
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLoacators.
ServantLocatorHelper - Class in org.omg.PortableServer
The helper operations for the CORBA object ServantLocator.
ServantLocatorHelper() - Constructor for class org.omg.PortableServer.ServantLocatorHelper
 
ServantLocatorOperations - Interface in org.omg.PortableServer
Defines the operations, applicable to the ServantLocator.
ServantLocatorPOA - Class in org.omg.PortableServer
The ServantLocator stub is an optional base for the servant locators.
ServantLocatorPOA() - Constructor for class org.omg.PortableServer.ServantLocatorPOA
 
ServantManager - Interface in org.omg.PortableServer
A servant manager is associated with POA and provide possibility to activate objects on demand.
ServantManagerOperations - Interface in org.omg.PortableServer
This interface would define the operations, applicable to the ServantManager.
ServantNotActive - Exception in org.omg.PortableServer.POAPackage
Raised in several cases when the operation would be applicable to the activated servant, but the current object is not active.
ServantNotActive() - Constructor for exception org.omg.PortableServer.POAPackage.ServantNotActive
Create ServantNotActive with no explaining message.
ServantNotActive(String) - Constructor for exception org.omg.PortableServer.POAPackage.ServantNotActive
Create the ServantNotActive with explaining message.
ServantNotActiveHelper - Class in org.omg.PortableServer.POAPackage
The helper operations for the exception ServantNotActive.
ServantNotActiveHelper() - Constructor for class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
 
ServantObject - Class in org.omg.CORBA.portable
Together with supporting methods in ObjectImpl and Delegate, provides mechanism for direct calls of clients, running on the same virtual machine (collocated).
ServantObject() - Constructor for class org.omg.CORBA.portable.ServantObject
 
ServantRetentionPolicy - Interface in org.omg.PortableServer
Specifies if the active servants should be retained in the Active Object Map.
ServantRetentionPolicyOperations - Interface in org.omg.PortableServer
Defines the operations, applicable to the ServantRetentionPolicy.
ServantRetentionPolicyValue - Class in org.omg.PortableServer
Specifies the servant retention policy.
ServantRetentionPolicyValue(int) - Constructor for class org.omg.PortableServer.ServantRetentionPolicyValue
Normally, no new instances are required, so the constructor is protected.
SERVER_AUTH - Static variable in class javax.security.sasl.Sasl
The name of a property that specifies whether the server must authenticate to the client.
server_id() - Method in interface org.omg.PortableInterceptor.ObjectReferenceTemplate
Get the server id of of this adapter.
server_id() - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
Returs the id of the server that is handling the current request.
ServerCloneException - Exception in java.rmi.server
Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.
ServerCloneException(String) - Constructor for exception java.rmi.server.ServerCloneException
Create an exception with a message.
ServerCloneException(String, Exception) - Constructor for exception java.rmi.server.ServerCloneException
Create an exception with a message and a cause.
serverCreds - Variable in class com.sun.jndi.ldap.LdapResult
 
ServerError - Exception in java.rmi
Wraps any error thrown while processing the server of a remote call.
ServerError(String, Error) - Constructor for exception java.rmi.ServerError
Create an exception with a message and a cause.
ServerException - Exception in java.rmi
Wraps any exception thrown while processing the server of a remote call.
ServerException(String) - Constructor for exception java.rmi.ServerException
Create an exception with a message.
ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
Create an exception with a message and a cause.
ServerIdHelper - Class in org.omg.PortableInterceptor
The Server Id is defined in OMG specification just as a narrow (not wide) string.
ServerIdHelper() - Constructor for class org.omg.PortableInterceptor.ServerIdHelper
 
ServerNotActiveException - Exception in java.rmi.server
Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.
ServerNotActiveException() - Constructor for exception java.rmi.server.ServerNotActiveException
Create an exception with no message.
ServerNotActiveException(String) - Constructor for exception java.rmi.server.ServerNotActiveException
Create an exception with a message.
ServerRef - Interface in java.rmi.server
 
ServerRequest - Class in org.omg.CORBA
This class was expected to be part of the dynamic skeleton interface, but it is almost never used in the code, generated by IDL to java compiler.
ServerRequest() - Constructor for class org.omg.CORBA.ServerRequest
 
ServerRequestInfo - Interface in org.omg.PortableInterceptor
Provides request information, accessible for the ServerRequestInterceptor.
ServerRequestInfoOperations - Interface in org.omg.PortableInterceptor
Provides request information, accessible for the ClientRequestInterceptor.
ServerRequestInterceptor - Interface in org.omg.PortableInterceptor
A server side request interceptor that is notified on various request processing steps on a server side.
ServerRequestInterceptorOperations - Interface in org.omg.PortableInterceptor
Defines operations, applicable to the server side request interceptor.
ServerRuntimeException - Exception in java.rmi
Deprecated. no replacement
ServerRuntimeException(String, Exception) - Constructor for exception java.rmi.ServerRuntimeException
Deprecated. no longer needed
ServerSocket - Class in java.net
This class models server side sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Constructor that simply sets the implementation.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocketChannel - Class in java.nio.channels
 
ServerSocketChannel(SelectorProvider) - Constructor for class java.nio.channels.ServerSocketChannel
Initializes this channel.
ServerSocketFactory - Class in javax.net
A factory for server sockets.
ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
Default 0-argument constructor.
service_detail - Variable in class org.omg.CORBA.ServiceDetail
The binary data, defining the information.
service_detail_type - Variable in class org.omg.CORBA.ServiceDetail
The type of the information, defined by this detail.
service_details - Variable in class org.omg.CORBA.ServiceInformation
The array of service details, defining the various aspects of this service.
SERVICE_OFF_LINE - Static variable in class javax.print.attribute.standard.JobStateReason
The printer is offline and therefore is not accepting jobs.
service_options - Variable in class org.omg.CORBA.ServiceInformation
The array, defining various options of this service.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
Called by BeanContextServices whenever a service is made available.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface java.beans.beancontext.BeanContextServicesListener
Called by BeanContextServices whenever a service is made available.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
 
serviceClass - Variable in class java.beans.beancontext.BeanContextServiceAvailableEvent
The Class representing the service which is now available.
serviceClass - Variable in class java.beans.beancontext.BeanContextServiceRevokedEvent
The Class representing the service which is now available.
ServiceConfigurationError - Error in java.util
Error thrown when something goes wrong while loading a service provider.
ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message.
ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message and cause.
ServiceContext - Class in org.omg.IOP
The ServiceContext structure contains the service data, being passed in the CORBA message.
ServiceContext() - Constructor for class org.omg.IOP.ServiceContext
Create the unitialised instance, assigning to the all fields java default values.
ServiceContext(int, byte[]) - Constructor for class org.omg.IOP.ServiceContext
Create the instance, initialising the fields to the given values.
ServiceContextHelper - Class in org.omg.IOP
A helper operations for the structure ServiceContext.
ServiceContextHelper() - Constructor for class org.omg.IOP.ServiceContextHelper
 
ServiceContextHolder - Class in org.omg.IOP
A holder for the structure ServiceContext.
ServiceContextHolder() - Constructor for class org.omg.IOP.ServiceContextHolder
Create the unitialised instance, leaving the value field with default null value.
ServiceContextHolder(ServiceContext) - Constructor for class org.omg.IOP.ServiceContextHolder
Create the initialised instance.
ServiceContextListHelper - Class in org.omg.IOP
The helper operations for the CORBA object ServiceContext[].
ServiceContextListHelper() - Constructor for class org.omg.IOP.ServiceContextListHelper
 
ServiceContextListHolder - Class in org.omg.IOP
A holder for the sequence of the ServiceContexts.
ServiceContextListHolder() - Constructor for class org.omg.IOP.ServiceContextListHolder
Create the unitialised instance, leaving the value field with default null value.
ServiceContextListHolder(ServiceContext[]) - Constructor for class org.omg.IOP.ServiceContextListHolder
Create the initialised instance.
ServiceDetail - Class in org.omg.CORBA
An object, representing one of the additional details about the particular ORB service.
ServiceDetail() - Constructor for class org.omg.CORBA.ServiceDetail
Create an unitialised instance.
ServiceDetail(int, byte[]) - Constructor for class org.omg.CORBA.ServiceDetail
Create the instance of the service detail, initialising its fields to the given values.
ServiceDetailHelper - Class in org.omg.CORBA
The helper operations on the Service Detail.
ServiceDetailHelper() - Constructor for class org.omg.CORBA.ServiceDetailHelper
 
ServiceIdHelper - Class in org.omg.IOP
A helper operations for a context service id.
ServiceIdHelper() - Constructor for class org.omg.IOP.ServiceIdHelper
 
ServiceInformation - Class in org.omg.CORBA
Stores information about the CORBA service, available from some ORB.
ServiceInformation() - Constructor for class org.omg.CORBA.ServiceInformation
Create an unitialised instance of the service information.
ServiceInformation(int[], ServiceDetail[]) - Constructor for class org.omg.CORBA.ServiceInformation
Create an instance of the service information, intialised with the passed values.
ServiceInformationHelper - Class in org.omg.CORBA
Helper operations for the service information.
ServiceInformationHelper() - Constructor for class org.omg.CORBA.ServiceInformationHelper
 
ServiceInformationHolder - Class in org.omg.CORBA
A holder for the service information.
ServiceInformationHolder() - Constructor for class org.omg.CORBA.ServiceInformationHolder
Create an unitialised instance.
ServiceInformationHolder(ServiceInformation) - Constructor for class org.omg.CORBA.ServiceInformationHolder
Create the instance where the stored service information s intialised into the given value.
ServiceLoader<S> - Class in java.util
A simple service-provider loading facility.
ServiceNotFoundException - Exception in javax.management
Thrown when a requested service is unsupported.
ServiceNotFoundException() - Constructor for exception javax.management.ServiceNotFoundException
Constructs a new ServiceNotFoundException.
ServiceNotFoundException(String) - Constructor for exception javax.management.ServiceNotFoundException
Constructs a new ServiceNotFoundException with the specified message.
ServicePermission - Class in javax.security.auth.kerberos
This represents permission to access to a Kerberos service principal.
ServicePermission(String, String) - Constructor for class javax.security.auth.kerberos.ServicePermission
Create a new service permission with the indicated name and actions.
serviceProvider - Variable in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
Called by BeanContextServices.revokeService() to indicate that a service has been revoked.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface java.beans.beancontext.BeanContextServiceRevokedListener
Called by BeanContextServices.revokeService() to indicate that a service has been revoked.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
 
services - Variable in class java.beans.beancontext.BeanContextServicesSupport
A map of registered services, linking the service class to its associated BeanContextServicesSupport.BCSSServiceProvider.
ServiceUI - Class in javax.print
ServiceUI provides a method to create a graphical print dialog.
ServiceUI() - Constructor for class javax.print.ServiceUI
Default constructor.
ServiceUIFactory - Class in javax.print
ServiceUIFactory enables print services to provide additional user interface dialogs.
ServiceUIFactory() - Constructor for class javax.print.ServiceUIFactory
Constructs a ServiceUIFactory object.
ServiceUnavailableException - Exception in javax.naming
 
ServiceUnavailableException() - Constructor for exception javax.naming.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception javax.naming.ServiceUnavailableException
 
set(int, int, int, int) - Method in class java.awt.Insets
Set the contents of this Insets object to the specified values.
set(JobAttributes) - Method in class java.awt.JobAttributes
 
set(PageAttributes) - Method in class java.awt.PageAttributes
 
set(Object, int, Object) - Static method in class java.lang.reflect.Array
set sets an array element to a a given value.
set(Object, Object) - Method in class java.lang.reflect.Field
set sets the value of this field.
set(T) - Method in class java.lang.ThreadLocal
set sets the current thread's value of this thread local variable to the given value.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the specified fields of the URL.
set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
Sets the specified fields of the URL.
set(int, E) - Method in class java.util.AbstractList
Replace an element of this list with another object (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replace an element of this list with another object (optional operation).
set(int, E) - Method in class java.util.ArrayList
Sets the element at the specified index.
set(int) - Method in class java.util.BitSet
Add the integer bitIndex to this set.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, and date
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Unconditionally sets to the given value.
set(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Sets to the given value.
set(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Sets the element at position i to the given value.
set(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(long) - Method in class java.util.concurrent.atomic.AtomicLong
Sets to the given value.
set(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Sets the element at position i to the given value.
set(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Unconditionally sets the value of both the reference and mark.
set(V) - Method in class java.util.concurrent.atomic.AtomicReference
Sets to the given value.
set(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Sets the element at position i to the given value.
set(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Unconditionally sets the value of both the reference and stamp.
set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Sets the element at the specified index.
set(V) - Method in class java.util.concurrent.FutureTask
Sets the result of this Future to the given value unless this future has already been set or has been cancelled.
set(int, T) - Method in class java.util.LinkedList
Replace the element at the given location in the list.
set(int, E) - Method in interface java.util.List
Replace an element of this list with another object (optional operation).
set(E) - Method in interface java.util.ListIterator
Replace the element last returned by a call to next or previous with a given object (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicates.
set(int, T) - Method in class java.util.Vector
Puts element into the Vector at position index and returns the Object that previously occupied that position.
set(int, Attribute) - Method in class javax.management.AttributeList
Replaces the attribute at the specified index with the one supplied.
set(int, Object) - Method in interface javax.naming.directory.Attribute
 
set(int, Object) - Method in class javax.naming.directory.BasicAttribute
 
set(Date) - Method in class javax.realtime.AbsoluteTime
set sets the time represented by this to the time represented by an instance of Date.
set(HighResolutionTime) - Method in class javax.realtime.HighResolutionTime
set sets this time to the time specified by time. time must be of the same class as this.
set(long) - Method in class javax.realtime.HighResolutionTime
set sets the milliseconds value of this object to millis.
set(long, int) - Method in class javax.realtime.HighResolutionTime
set sets the milliseconds and nanoseconds value of this object to millis and nanos.
set(long, int) - Method in class javax.realtime.RationalTime
Deprecated. set sets the milliseconds and nanoseconds value of this object to millis and nanos.
set(UnicodeSet) - Method in class sun.text.normalizer.UnicodeSet
Make this object represent the same set as other.
set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
Sets the start of the century used for two digit years.
set_as_default() - Method in interface org.omg.CORBA.DynUnion
Checks if the discriminator of this union has been assigned a valid default value.
set_as_default(boolean) - Method in interface org.omg.CORBA.DynUnion
Determines if the discriminator of this union gets assigned a valid default value.
set_as_string(String) - Method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
set_as_string(String) - Method in interface org.omg.DynamicAny.DynEnumOperations
Set the current enumeration value, as string.
set_as_ulong(int) - Method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
set_as_ulong(int) - Method in interface org.omg.DynamicAny.DynEnumOperations
Set the current enumeration value, as int.
set_boxed_value(Any) - Method in interface org.omg.DynamicAny.DynValueBoxOperations
Set the value of the "box" as Any.
set_boxed_value_as_dyn_any(DynAny) - Method in interface org.omg.DynamicAny.DynValueBoxOperations
Set the value of the "box" from DynAny.
set_delegate(Object) - Method in class org.omg.CORBA_2_3.ORB
This method is called by RMI-IIOP javax.rmi.Tie#orb(ORB), passing this as parameter.
set_discriminator(DynAny) - Method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
set_discriminator(DynAny) - Method in interface org.omg.DynamicAny.DynUnionOperations
Set the value of discriminator, activating the member variant that is consistent with the discriminator value.
set_elements(Any[]) - Method in interface org.omg.CORBA.DynArray
Set the elements from of the enclosed array of Anys.
set_elements(Any[]) - Method in interface org.omg.CORBA.DynSequence
Set the elements from of the enclosed array of Anys.
set_elements(Any[]) - Method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynArray methods is not possible.
set_elements(Any[]) - Method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
set_elements(Any[]) - Method in interface org.omg.DynamicAny.DynArrayOperations
Sets the array.
set_elements(Any[]) - Method in interface org.omg.DynamicAny.DynSequenceOperations
Sets the sequence elements from the array.
set_elements_as_dyn_any(DynAny[]) - Method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynArray methods is not possible.
set_elements_as_dyn_any(DynAny[]) - Method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
set_elements_as_dyn_any(DynAny[]) - Method in interface org.omg.DynamicAny.DynArrayOperations
Sets the array.
set_elements_as_dyn_any(DynAny[]) - Method in interface org.omg.DynamicAny.DynSequenceOperations
Sets the sequence elements from the array.
set_exception(Any) - Method in class org.omg.CORBA.ServerRequest
Should set the exception that has been thrown during the method invocation.
set_length(int) - Method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
set_length(int) - Method in interface org.omg.DynamicAny.DynSequenceOperations
Set the length of the sequence.
set_members(NameValuePair[]) - Method in interface org.omg.CORBA.DynStruct
Set all fields of this structure by name.
set_members(NameValuePair[]) - Method in interface org.omg.CORBA.DynValue
Set all members for the enclosed value type object.
set_members(NameValuePair[]) - Method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
set_members(NameValuePair[]) - Method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_members(NameValuePair[]) - Method in interface org.omg.DynamicAny.DynStructOperations
Set the structure contend from the array, where each member defines the name and value of the structure field.
set_members(NameValuePair[]) - Method in interface org.omg.DynamicAny.DynValueOperations
Set all members from the array of the named Any's.
set_members_as_dyn_any(NameDynAnyPair[]) - Method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
set_members_as_dyn_any(NameDynAnyPair[]) - Method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_members_as_dyn_any(NameDynAnyPair[]) - Method in interface org.omg.DynamicAny.DynStructOperations
Set the structure contend from the array, where each member defines the name and value of the structure field.
set_members_as_dyn_any(NameDynAnyPair[]) - Method in interface org.omg.DynamicAny.DynValueOperations
Set all members from the array of the named Any's.
SET_NAME - Static variable in class com.aicas.jamaica.lang.Scheduler
Set name of a thread Arguments - the name ASCII characters
set_one_value(String, Any) - Method in class org.omg.CORBA.Context
Set a property.
SET_OVERRIDE - Static variable in class org.omg.CORBA.SetOverrideType
Replace the new existing policies by the new policies.
set_parameters(String[], Properties) - Method in class org.omg.CORBA.ORB
Set the ORB parameters.
set_parameters(Applet, Properties) - Method in class org.omg.CORBA.ORB
Set the ORB parameters.
set_policy_override(Object, Policy[], SetOverrideType) - Method in class org.omg.CORBA.portable.Delegate
Returns a new object with the new policies either replacing or extending the current policies, depending on the second parameter.
set_result(Any) - Method in class org.omg.CORBA.ServerRequest
Should specify the return value for the call.
set_return_type(TypeCode) - Method in class org.omg.CORBA.Request
Set the return type.
set_servant(Servant) - Method in interface org.omg.PortableServer.POAOperations
Sets the default servant for this POA.
set_servant_manager(ServantManager) - Method in interface org.omg.PortableServer.POAOperations
Set a servant manager for this POA.
set_slot(int, Any) - Method in interface org.omg.PortableInterceptor.CurrentOperations
Sets data for the slot with the given slot_id.
set_slot(int, Any) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
Allows the interceptor to set a slot in the PortableInterceptor.Current that is in the scope of the request.
SET_TIME - Static variable in class com.aicas.jamaica.lang.Scheduler
Set the time of the current entry Arguments - the high 32 bits of the time.
set_to_default_member() - Method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
set_to_default_member() - Method in interface org.omg.DynamicAny.DynUnionOperations
Set the discriminator to default value.
set_to_no_active_member() - Method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
set_to_no_active_member() - Method in interface org.omg.DynamicAny.DynUnionOperations
Set the discriminator to value that does not correspond any content variant (any union case label).
set_to_null() - Method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_to_null() - Method in interface org.omg.DynamicAny.DynValueCommon
Set the value of this DynAny to CORBA null.
set_to_null() - Method in interface org.omg.DynamicAny.DynValueCommonOperations
Set the value of this DynAny to CORBA null.
set_to_value() - Method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_to_value() - Method in interface org.omg.DynamicAny.DynValueCommon
Set the value of this DynAny to the default non-null value.
set_to_value() - Method in interface org.omg.DynamicAny.DynValueCommonOperations
Set the value of this DynAny to the default non-null value.
set_value(byte[]) - Method in interface org.omg.CORBA.DynFixed
Sets the value of this DynFixed from the binary representation.
set_value(String) - Method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
set_value(String) - Method in interface org.omg.DynamicAny.DynFixedOperations
Set the value of the enclosed DynFixed, from string.
set_values(NVList) - Method in class org.omg.CORBA.Context
Set multiple properties.
setAbbr(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Abbreviation for header cells.
setAccelerationPriority(float) - Method in class java.awt.Image
Sets the acceleration priority of the image.
setAccept(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
setAcceptCharset(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
List of character sets supported by the server.
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
setAccessible enables or disables access to an array of accessible object.
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
setAccessible enables or disables access to this accessible object.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLButtonElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLLabelElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLLegendElement
A single character access key to give access to the form control.
setAccessKey(String) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
A single character access key to give access to the form control.
setAction(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
Server-side form handler.
setActionCommand(String) - Method in class java.awt.Button
Sets the action command name for this button to the specified value.
setActionCommand(String) - Method in class java.awt.MenuItem
Sets the name of the action command in the action events generated by this menu item.
setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
Replace the activation descriptor for the object with the given activation id.
setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Replaces the group descriptor for the group with the given group activation id.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
This sets the address to which the data packet will be transmitted.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
 
setAddress(String) - Method in interface javax.microedition.io.Datagram
 
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLDivElement
Horizontal text alignment.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLHeadingElement
Horizontal text alignment.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLHRElement
Align the rule on the page.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLLegendElement
Text alignment relative to FIELDSET.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLParagraphElement
Horizontal text alignment.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableCaptionElement
Caption alignment with respect to the table.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Horizontal alignment of data in cell.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Horizontal alignment of cell data in column.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
setAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Horizontal alignment of data in cells.
setAlignment(int) - Method in class java.awt.FlowLayout
Sets the justification value for this object to the specified value.
setAlignment(int) - Method in class java.awt.Label
Sets the text alignment of this label to the specified value.
setALink(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
setAllocationHandler(Thread, AllocationHandler) - Static method in class com.aicas.jamaica.lang.AllocationHandler
set the allocation handler for a given thread
setAllocationRate(long) - Method in class javax.realtime.MemoryParameters
setAllocationRate sets the current maximum allocation rate in bytes per second.
setAllocationRateIfFeasible(long) - Method in class javax.realtime.MemoryParameters
setAllocationRateIfFeasible first checks if the schedulables associated with this would still be feasible with the new allocation rate.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Sets a boolean flag indicating whether or not user interaction is allowed for this connection.
setAlt(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
setAltName(Name) - Method in exception javax.naming.CannotProceedException
 
setAltNameCtx(Context) - Method in exception javax.naming.CannotProceedException
 
setAlwaysOnTop(boolean) - Method in class java.awt.Window
Sets the always-on-top state of this window (if supported).
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display AM/PM values to the specified list.
setAnimated(boolean) - Method in class java.awt.image.MemoryImageSource
Changes a flag to indicate whether this MemoryImageSource supports animations.
setAnnotationType(Class, AnnotationType) - Method in interface sun.misc.JavaLangAccess
Set the AnnotationType instance corresponding to this class.
setAnyPolicyInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets the value of the any policy inhibited flag.
setArchive(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Comma-separated archive list.
setArchive(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Space-separated list of archives.
setArray(int, Array) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Array value.
setArray(int, Array) - Method in interface javax.sql.RowSet
 
setArrivalTimeQueueOverflowBehavior(String) - Method in class javax.realtime.AperiodicParameters
setArrivalTimeQueueOverflowBehavior sets the behavior for the case of an overlflow in the arrival time queue.
setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java ASCII InputStream value.
setAsciiStream(long) - Method in interface java.sql.Clob
Returns an ASCII text stream that writes into this Clob, starting at the specified index.
setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java ASCII InputStream value.
setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
 
setAsText(String) - Method in interface java.beans.PropertyEditor
Set the value of this property using a String.
setAsText(String) - Method in class java.beans.PropertyEditorSupport
Sets the value as text.
setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
Sets the value of the specified attribute of the management bean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
Sets the value of the specified attribute of the supplied management bean.
setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServerConnection
Sets the value of the specified attribute of the supplied management bean.
setAttribute(Attribute) - Method in class javax.management.StandardMBean
Sets the value of the specified attribute of the management bean.
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
Set the named attribute on the underlying implementation.
setAttribute(String, Object) - Method in class javax.xml.transform.TransformerFactory
Set a named attribute on the underlying implementation.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
Sets the value of each of the specified attributes to that supplied by the Attribute object.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
Sets the value of each of the specified attributes of the supplied management bean to that specified by the Attribute object.
setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServerConnection
Sets the value of each of the specified attributes of the supplied management bean to that specified by the Attribute object.
setAttributes(AttributeList) - Method in class javax.management.StandardMBean
Sets the value of each of the specified attributes to that supplied by the Attribute object.
setAttributes(Attributes) - Method in class javax.naming.directory.SearchResult
 
setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
Copy an entire Attributes object.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAuthorityKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the authority key identifier criterion, or null to clear this criterion.
setAuthorized(boolean) - Method in class javax.security.sasl.AuthorizeCallback
Sets if authorization is allowed or not.
setAuthorizedID(String) - Method in class javax.security.sasl.AuthorizeCallback
Sets the ID of the authorized entity.
setAutoCommit(boolean) - Method in interface java.sql.Connection
This method turns auto commit mode on or off.
setAutoDelay(int) - Method in class java.awt.Robot
Set the length of time this Robot sleeps after generating an event.
setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
 
setAutoWaitForIdle(boolean) - Method in class java.awt.Robot
Set whether or not this Robot automatically calls Robot.waitForIdle() after generating an event.
setAxis(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Names group of related headers.
setAzimuth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
setBackground(Color) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the background color.
setBackground(Color) - Method in class java.awt.Component
Sets this component's background color to the specified color.
setBackground(Color) - Method in class java.awt.Graphics2D
Sets the background color (used by the Graphics.clearRect(int, int, int, int) method).
setBackground(Color) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the background color of the component to that specified.
setBackground(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
setBackground(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
URI [IETF RFC 2396] of the background texture tile image.
setBackgroundAttachment(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
setBackgroundColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
setBackgroundImage(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
setBackgroundPosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
setBackgroundRepeat(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
setBaseURI(String) - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
setBasicConstraints(int) - Method in class java.security.cert.X509CertSelector
Sets the basic constraints criterion.
setBeanContext(BeanContext) - Method in interface java.beans.beancontext.BeanContextChild
Set the parent BeanContext.
setBeanContext(BeanContext) - Method in class java.beans.beancontext.BeanContextChildSupport
Set the parent BeanContext.
setBeanInfoSearchPath(String[]) - Static method in class java.beans.Introspector
Set the search path for BeanInfo classes.
setBeginIndex(int) - Method in class java.text.FieldPosition
This method sets the beginning index of this field to the specified value.
setBgColor(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
Document background color.
setBgColor(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell background color.
setBgColor(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Cell background color.
setBgColor(String) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Background color for rows.
setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
 
setBinaryStream(long) - Method in interface java.sql.Blob
Returns a binary stream that writes into this Blob, starting at the specified index.
setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java binary InputStream value.
setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java binary InputStream value.
setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
 
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Blob value.
setBlob(int, Blob) - Method in interface javax.sql.RowSet
 
setBlockIncrement(int) - Method in interface java.awt.Adjustable
Sets the increment value for incrementing the value by blocks.
setBlockIncrement(int) - Method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "block" amount control.
setBlockIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
setBody(HTMLElement) - Method in interface org.w3c.dom.html2.HTMLDocument
The element that contains the content for the document.
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
setBoolean sets an array element to a a given value.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
setBoolean sets the value of this field.
setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java boolean value.
setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java boolean value.
setBoolean(int, boolean) - Method in interface javax.sql.RowSet
 
setBorder(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
setBorder(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
Width of border around image.
setBorder(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Width of border around the object.
setBorder(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
The width of the border around the table.
setBorderBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
setBorderBottomColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
setBorderBottomStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
setBorderBottomWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
setBorderCollapse(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
setBorderColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
setBorderLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
setBorderLeftColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
setBorderLeftStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
setBorderLeftWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
setBorderRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
setBorderRightColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
setBorderRightStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
setBorderRightWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
setBorderSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
setBorderStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
setBorderTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
setBorderTopColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
setBorderTopStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
setBorderTopWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
setBorderWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
setBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
setBound(boolean) - Method in class java.beans.PropertyDescriptor
Set whether the property is bound.
setBounds(Rectangle) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the bounds of this component.
setBounds(int, int, int, int) - Method in class java.awt.Component
Sets the bounding rectangle for this component to the specified values.
setBounds(Rectangle) - Method in class java.awt.Component
Sets the bounding rectangle for this component to the specified rectangle.
setBounds(Rectangle) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the height and width of the component, and its position relative to this component's parent, to the values specified by the supplied rectangle.
setBounds(Rectangle) - Method in class java.awt.Rectangle
Updates this rectangle to match the dimensions of the specified rectangle.
setBounds(int, int, int, int) - Method in class java.awt.Rectangle
Updates this rectangle to have the specified dimensions.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enables/Disables SO_BROADCAST
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
setByte sets an array element to a a given value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
setByte sets the value of this field.
setByte(String, byte) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java byte value.
setByte(int, byte) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java byte value.
setByte(long, byte) - Method in class javax.realtime.RawMemoryAccess
setByte writes a byte to the given offset.
setByte(int, byte) - Method in interface javax.sql.RowSet
 
setBytes(long, byte[]) - Method in interface java.sql.Blob
Writes the specified data into this Blob, starting at the specified index.
setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
Writes a portion of the specified data into this Blob, starting at the specified index.
setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java byte array value.
setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java byte array value.
setBytes(long, byte[], int, int) - Method in class javax.realtime.RawMemoryAccess
setBytes writess a number of bytes to the given offset.
setBytes(int, byte[]) - Method in interface javax.sql.RowSet
 
setByteStream(InputStream) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
setByteStream(OutputStream) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCalendar(Calendar) - Method in class java.text.DateFormat
This method specified the Calendar that should be used by this object to parse/format datetimes.
setCaption(HTMLTableCaptionElement) - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's CAPTION, or void if none exists.
setCaptionSide(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
setCaretPosition(int) - Method in class java.awt.TextComponent
Sets the caret position to the specified value.
setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
 
setCatalog(String) - Method in interface java.sql.Connection
This method sets the name of the catalog in use by this connection.
setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
 
setCellPadding(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
setCellSpacing(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
setCertificate(X509Certificate) - Method in class java.security.cert.X509CertSelector
Sets the certificate criterion.
setCertificateChecking(X509Certificate) - Method in class java.security.cert.X509CRLSelector
Sets the certificate being checked.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assign the certificate to the alias in the keystore.
setCertificateValid(Date) - Method in class java.security.cert.X509CertSelector
Sets the date at which certificates must be valid.
setCertifiedText(boolean) - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
setCertPathCheckers(List) - Method in class java.security.cert.PKIXParameters
Sets the certificate path checkers.
setCertStores(List) - Method in class java.security.cert.PKIXParameters
Set the cert stores.
setCh(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Alignment character for cells in a column.
setCh(String) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Alignment character for cells in a column.
setCh(String) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Alignment character for cells in a column.
setCh(String) - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Alignment character for cells in a column.
setChanged() - Method in class java.util.Observable
Marks this Observable as having changed.
setChannelBinding(ChannelBinding) - Method in interface org.ietf.jgss.GSSContext
Sets the channel bindings to be used during context establishment.
setChannelPressure(int) - Method in interface javax.sound.midi.MidiChannel
Set the key pressure for the channel.
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
setChar sets an array element to a a given value.
setChar(Object, char) - Method in class java.lang.reflect.Field
setChar sets the value of this field.
setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java character Reader value.
setCharacterStream(long) - Method in interface java.sql.Clob
Returns a character stream that writes into this Clob, starting at the specified index.
setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java character Reader value.
setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
 
setCharacterStream(Reader) - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
setCharacterStream(Writer) - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharAt(int, char) - Method in class java.lang.StringBuffer
Set the character at the given index.For the index the following must be true: 0 <= index < length()<=capacity()
setCharAt(int, char) - Method in class java.lang.StringBuilder
Set the character at the given index.For the index the following must be true: 0 <= index < length()<=capacity()
setCharset(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The character encoding of the linked resource.
setCharset(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
The character encoding of the resource being linked to.
setCharset(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
The character encoding of the linked resource.
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Sets this object's checkbox group to the specified group.
setChecked(boolean) - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
setChOff(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Offset of alignment character.
setChOff(String) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Offset of alignment character.
setChOff(String) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Offset of alignment character.
setChOff(String) - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Offset of alignment character.
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
This method sets new range terminators and format strings for this object.
setCite(String) - Method in interface org.w3c.dom.html2.HTMLModElement
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
setCite(String) - Method in interface org.w3c.dom.html2.HTMLQuoteElement
A URI [IETF RFC 2396] designating a source document or message.
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
setClassAssertionStatus sets the assertion status for a class with a given name.
setClassName(String) - Method in class javax.naming.NameClassPair
Sets the classname of the bound object.
setClassName(String) - Method in interface org.w3c.dom.html2.HTMLElement
The class attribute of the element.
setClear(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
setClear(String) - Method in interface org.w3c.dom.html2.HTMLBRElement
Control flow of text around floats.
setClip(int, int, int, int) - Method in class java.awt.Graphics
Sets the clipping region to the rectangle determined by the specified parameters.
setClip(Shape) - Method in class java.awt.Graphics
Sets the clipping region to the specified Shape.
setClip(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
setClob(int, Clob) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Clob value.
setClob(int, Clob) - Method in interface javax.sql.RowSet
 
setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
setCode(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Applet class file.
setCode(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Applet class file.
setCodeBase(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Optional base URI [IETF RFC 2396] for applet.
setCodeBase(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
setCodeType(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via classid attribute.
setCollectionUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the collection threshold usage level to the given value.
setColor(Color) - Method in class java.awt.Graphics
Sets the current color for this object.
setColor(PageAttributes.ColorType) - Method in class java.awt.PageAttributes
 
setColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
setColor(String) - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Font color.
setColor(String) - Method in interface org.w3c.dom.html2.HTMLFontElement
Font color.
setColorModel(ColorModel) - Method in interface java.awt.image.ImageConsumer
This ColorModel should indicate the model used by the majority of calls to setPixels.
setColorModel(ColorModel) - Method in class java.awt.image.ImageFilter
Override this method to process calls to this method from the ImageProducer.
setColorModel(ColorModel) - Method in class java.awt.image.PixelGrabber
Our ImageProducer will call setColorModel to indicate the model used by the majority of calls to setPixels.
setColorModel(ColorModel) - Method in class java.awt.image.RGBImageFilter
Sets the ColorModel used to filter with.
setCols(String) - Method in interface org.w3c.dom.html2.HTMLFrameSetElement
The number of columns of frames in the frameset.
setCols(int) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Width of control (in characters).
setColSpan(int) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Number of columns spanned by cell.
setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
 
setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
 
setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
 
setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setColumns(int) - Method in class java.awt.GridLayout
Set the number of columns.
setColumns(int) - Method in class java.awt.TextArea
Set the preferred number of columns for this text area.
setColumns(int) - Method in class java.awt.TextField
Sets the number of columns in this field to the specified value.
setColumnType(int, int) - Method in interface javax.sql.RowSetMetaData
 
setColumnTypeName(int, String) - Method in interface javax.sql.RowSetMetaData
 
setCommand(String) - Method in interface javax.sql.RowSet
 
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setCompact(boolean) - Method in interface org.w3c.dom.html2.HTMLDirectoryElement
Reduce spacing between list items.
setCompact(boolean) - Method in interface org.w3c.dom.html2.HTMLDListElement
Reduce spacing between list items.
setCompact(boolean) - Method in interface org.w3c.dom.html2.HTMLMenuElement
Reduce spacing between list items.
setCompact(boolean) - Method in interface org.w3c.dom.html2.HTMLOListElement
Reduce spacing between list items.
setCompact(boolean) - Method in interface org.w3c.dom.html2.HTMLUListElement
Reduce spacing between list items.
setComponentOrientation(ComponentOrientation) - Method in class java.awt.Component
Sets the text layout orientation of this component.
setComponentZOrder(Component, int) - Method in class java.awt.Container
Sets the Z ordering for the component comp to index.
setComposite(Composite) - Method in class java.awt.Graphics2D
Sets the current compositing rule.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setConcurrency(int) - Method in interface javax.sql.RowSet
 
setConfiguration(Configuration) - Static method in class javax.security.auth.login.Configuration
 
setConnection(Connection, String) - Method in class com.sun.jndi.ldap.ext.StartTlsResponseImpl
Sets the connection for TLS to use.
setConstrained(boolean) - Method in class java.beans.PropertyDescriptor
Set whether the property is constrained.
setContent(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
setContent(String) - Method in interface org.w3c.dom.html2.HTMLMetaElement
Associated information.
setContentHandler(ContentHandler) - Method in class javax.xml.validation.ValidatorHandler
Sets the ContentHandler to receive PSVI SAX events.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory for an application.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
setContextClassLoader sets the context class loader for this thread.
setContinue(Object, Name, Context) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation with the supplied data, and set remaining name to be the empty name.
setContinue(Object, Name, Context, Name) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation with the supplied data.
setContinue(Object, String, Context, String) - Method in class com.sun.jndi.toolkit.ctx.Continuation
String overload.
setContinue(Object, Object) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Deprecated.  
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setContinueNNS(Object, Name, Context) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation with the supplied data, and set remaining name to be "/".
setContinueNNS(Object, String, Context) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Overloaded form that accesses String names.
setCookie(String) - Method in interface org.w3c.dom.html2.HTMLDocument
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
setCoords(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
setCoords(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
setCopies(int) - Method in class java.awt.JobAttributes
 
setCopiesToDefault() - Method in class java.awt.JobAttributes
 
setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
setCost(RelativeTime) - Method in class javax.realtime.ProcessingGroupParameters
setCost sets the cost value.
setCost(RelativeTime) - Method in class javax.realtime.ReleaseParameters
setCost sets the cost for this ReleaseParameters.
setCostOverrunHandler(AsyncEventHandler) - Method in class javax.realtime.ProcessingGroupParameters
setCostOverrunHandler set the cost overrun handler.
setCostOverrunHandler(AsyncEventHandler) - Method in class javax.realtime.ReleaseParameters
setCostOverrunHandler sets the cost overrund handler For JamaicaVM, cost overrun checking is enabled if CpuTime.CPU_TIME_SUPPORTED is true.
setCounterIncrement(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
setCounterReset(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
setCountLimit(long) - Method in class javax.naming.directory.SearchControls
 
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCssFloat(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
setCssText(String) - Method in interface org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
setCssText(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
setCssText(String) - Method in interface org.w3c.dom.css.CSSValue
A string representation of the current value.
setCue(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
setCueAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
setCueBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
setCurrency(Currency) - Method in class java.text.DecimalFormat
Sets the Currency on the DecimalFormatSymbols used, which also sets the currency symbols on those symbols.
setCurrency(Currency) - Method in class java.text.DecimalFormatSymbols
This method sets the currency symbol and ISO 4217 currency code to the values obtained from the supplied currency.
setCurrency(Currency) - Method in class java.text.NumberFormat
Sets the currency used by this number format when formatting currency values.
setCurrency(int, boolean) - Method in interface javax.sql.RowSetMetaData
 
setCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
This method sets the currency symbol to the specified value.
setCurrent(Checkbox) - Method in class java.awt.CheckboxGroup
Deprecated. This method is deprecated in favor of setSelectedCheckbox().
setCurrentAccessibleValue(Number) - Method in class java.awt.Button.AccessibleAWTButton
 
setCurrentAccessibleValue(Number) - Method in class java.awt.Checkbox.AccessibleAWTCheckbox
Sets the current value of this accessible object to that supplied.
setCurrentAccessibleValue(Number) - Method in class java.awt.MenuItem.AccessibleAWTMenuItem
 
setCurrentAccessibleValue(Number) - Method in class java.awt.Scrollbar.AccessibleAWTScrollBar
Sets the current value of this accessible object to that supplied.
setCurrentKeyboardFocusManager(KeyboardFocusManager) - Static method in class java.awt.KeyboardFocusManager
Set the keyboard focus manager associated with the ThreadGroup to which the calling thread belongs.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
setCursor(Cursor) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the cursor.
setCursor(Cursor) - Method in class java.awt.Component
Sets the cursor for this component to the specified cursor.
setCursor(int) - Method in class java.awt.Frame
Deprecated. Use Component.setCursor(Cursor) instead.
setCursor(Cursor) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the Cursor used when the pointer is positioned over the component.
setCursor(Cursor) - Method in class java.awt.Window
Sets the cursor for this window to the specifiec cursor.
setCursor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
setCursorName(String) - Method in interface java.sql.Statement
This method sets the cursor name that will be used by the result set.
setDaemon(boolean) - Method in class java.lang.Thread
setDaemon sets the daemon state of this thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
setDaemon sets the daemon state of this thread group.
setDaemon(boolean) - Method in class javax.realtime.AsyncEventHandler
Mark this handler as daemon or non-daemon.
setData(Raster) - Method in class java.awt.image.BufferedImage
 
setData(Raster) - Method in interface java.awt.image.WritableRenderedImage
 
setData(byte[]) - Method in class java.net.DatagramPacket
Sets the data buffer for this packet.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
This method sets the data buffer for the packet.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
 
setData(String) - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
A URI [IETF RFC 2396] specifying the location of the object's data.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Set the pixel at x, y to the value in the first element of the primitive array obj.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets the samples for the pixel at location (x, y) from the supplied primitive array (the array type must be consistent with the data type for this model).
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Set the pixel at x, y to the value in the first element of the primitive array obj.
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
 
setDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
 
setDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
 
setDataElements(int, int, Object) - Method in class java.awt.image.WritableRaster
 
setDataElements(int, int, Raster) - Method in class java.awt.image.WritableRaster
 
setDataElements(int, int, int, int, Object) - Method in class java.awt.image.WritableRaster
 
setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
Sets the datagram socket implementation factory for the application
setDataSourceName(String) - Method in interface javax.sql.RowSet
 
setDate(Date) - Method in class java.security.cert.PKIXParameters
Sets the date for which the certificate path should be validated, or null if the current time should be used.
setDate(String, Date) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(String, Date, Calendar) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(int, Date) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(int, Date, Calendar) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(int) - Method in class java.sql.Time
Deprecated.  
setDate(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.DATE, date) instead.
setDate(int, Date) - Method in interface javax.sql.RowSet
 
setDate(int, Date, Calendar) - Method in interface javax.sql.RowSet
 
setDateAndTime(Date) - Method in class java.security.cert.X509CRLSelector
Sets the date at which this CRL must be valid.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
This method sets the format symbols information used for parsing and formatting dates.
setDateTime(String) - Method in interface org.w3c.dom.html2.HTMLModElement
The date and time of the change.
setDay(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setDeadline(RelativeTime) - Method in class javax.realtime.ProcessingGroupParameters
setDeadline set the deadline to a new value.
setDeadline(RelativeTime) - Method in class javax.realtime.ReleaseParameters
setDeadline sets the deadline.
setDeadlineMissHandler(AsyncEventHandler) - Method in class javax.realtime.ProcessingGroupParameters
setDeadlineMissHandler sets the deadline miss handler.
setDeadlineMissHandler(AsyncEventHandler) - Method in class javax.realtime.ReleaseParameters
setDeadlineMissHandler sets the deadline miss handler
setDebugGroups(String) - Static method in class com.aicas.jamaica.lang.Debug
Set the Jamaica Debug Groups.
setDebugLevel(int) - Static method in class com.aicas.jamaica.lang.Debug
Set the Jamaica DebugLevel.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
Sets the symbols used by this instance.
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the decimal point character to the specified value.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
 
setDeclare(boolean) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "declared" flag of a specific attribute.
setDecomposition(int) - Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Authenticator) - Static method in class java.net.Authenticator
This method sets the default Authenticator object (an instance of a subclass of Authenticator) to use when prompting the user for information.
setDefault(Locale) - Static method in class java.util.Locale
Changes the default locale.
setDefault(TimeZone) - Static method in class java.util.TimeZone
 
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default flag for whether or not interaction with a user is allowed.
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
setDefaultAssertionStatus enables or disables assertion checking for classes loaded via this class loader.
setDefaultChecked(boolean) - Method in interface org.w3c.dom.html2.HTMLInputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
setDefaultFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.KeyboardFocusManager
Set the default Set of focus traversal keys for one of the focus traversal directions.
setDefaultFocusTraversalPolicy(FocusTraversalPolicy) - Method in class java.awt.KeyboardFocusManager
Set the FocusTraversalPolicy returned by KeyboardFocusManager.getDefaultFocusTraversalPolicy().
setDefaultHostnameVerifier(HostnameVerifier) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default hostname verifier to be used in all new connections.
setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLEventWriter
Sets the current default namespace URI.
setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the URI for the default namespace.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated. 1.3 The method setRequestProperty should be used instead. This method does nothing now.
setDefaultScheduler(Scheduler) - Static method in class javax.realtime.Scheduler
setDefaultScheduler sets the default scheduler to the given scheduler.
setDefaultSelected(boolean) - Method in interface org.w3c.dom.html2.HTMLOptionElement
Represents the value of the HTML selected attribute.
setDefaultSelection(JobAttributes.DefaultSelectionType) - Method in class java.awt.JobAttributes
 
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default SSL socket factory to be used in all new connections.
setDefaultStream(PrintStream) - Static method in class java.rmi.server.LogStream
Deprecated.  
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler for handling an exception that caused termination of a a thread that was not equipped with an uncaught exception handler.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value used to determine whether or not caching of documents will be done when possible.
setDefaultValue(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
setDefaultValue(String) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Represents the contents of the element.
setDefaultValue(int) - Method in class sun.text.IntHashtable
 
setDefer(boolean) - Method in interface org.w3c.dom.html2.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
setDerefLinkFlag(boolean) - Method in class javax.naming.directory.SearchControls
 
setDescriptor(Descriptor) - Method in interface javax.management.DescriptorAccess
Replaces the descriptor of this management element with the one specified.
setDesignTime(boolean) - Method in class java.beans.beancontext.BeanContextSupport
Sets the flag that indicates whether or not the BeanContext is in design mode.
setDesignTime(boolean) - Static method in class java.beans.Beans
Sets whether it is design time.
setDesignTime(boolean) - Method in interface java.beans.DesignMode
The environment will call this method on your BeanContextChild when it is registered in a parent BeanContext or when behavior needs to switch from design time to runtime behavior (or vice versa).
setDesktopProperty(String, Object) - Method in class java.awt.Toolkit
 
setDestination(JobAttributes.DestinationType) - Method in class java.awt.JobAttributes
 
setDialog(JobAttributes.DialogType) - Method in class java.awt.JobAttributes
 
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represents a digit in a format string to the specified value.
setDimensions(int, int) - Method in class java.awt.image.CropImageFilter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int, int) - Method in interface java.awt.image.ImageConsumer
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int, int) - Method in class java.awt.image.ImageFilter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int, int) - Method in class java.awt.image.PixelGrabber
Our ImageProducer calls this method to indicate the size of the image being produced.
setDimensions(int, int) - Method in class java.awt.image.ReplicateScaleFilter
An ImageProducer indicates the size of the image being produced using this method.
setDir(String) - Method in interface org.w3c.dom.html2.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
setDirection(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
setDirectory(String) - Method in class java.awt.FileDialog
Sets the directory for this file dialog.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLButtonElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLInputElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Enables/disables the link.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLOptionElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLSelectElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLStyleElement
Enables/disables the style sheet.
setDisabled(boolean) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
The control is unavailable in this context.
setDisabled(boolean) - Method in interface org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
setDisplay(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
setDisplayMode(DisplayMode) - Method in class java.awt.GraphicsDevice
Sets the display mode.
setDisplayName(String) - Method in class java.beans.FeatureDescriptor
Set the localized (display) name of this feature.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentURI(String) - Method in interface org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of a flag indicating whether or not input is going to be done for this connection.
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets a boolean flag indicating whether or not output will be done on this connection.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
setDouble sets an array element to a a given value.
setDouble(Object, double) - Method in class java.lang.reflect.Field
setDouble sets the value of this field.
setDouble(String, double) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java double value.
setDouble(int, double) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java double value.
setDouble(long, double) - Method in class javax.realtime.RawMemoryFloatAccess
setDouble writes a double to the given offset.
setDouble(int, double) - Method in interface javax.sql.RowSet
 
setDoubles(long, double[], int, int) - Method in class javax.realtime.RawMemoryFloatAccess
setDoubles writes a number of doubles to the given offset.
setDropTarget(DropTarget) - Method in class java.awt.Component
Set the associated drag-and-drop target, which receives events when this is enabled.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings offset.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDynamicLayout(boolean) - Method in class java.awt.Toolkit
 
setEchoChar(char) - Method in class java.awt.TextField
Sets the character that is echoed when protected input such as a password is displayed.
setEchoCharacter(char) - Method in class java.awt.TextField
Deprecated. This method is deprecated in favor of setEchoChar()
setEditable(boolean) - Method in class java.awt.TextComponent
Sets whether or not this component's text can be edited.
setEditorSearchPath(String[]) - Static method in class java.beans.PropertyEditorManager
Set the editor search path.
setElem(int, int) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferByte
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferByte
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferDouble
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferDouble
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferFloat
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferFloat
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferInt
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferInt
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferShort
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferShort
Sets an element in a particular data bank.
setElem(int, int) - Method in class java.awt.image.DataBufferUShort
Sets an element in the first data bank.
setElem(int, int, int) - Method in class java.awt.image.DataBufferUShort
Sets an element in a particular data bank.
setElemDouble(int, double) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemDouble(int, int, double) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElemDouble(int, double) - Method in class java.awt.image.DataBufferDouble
 
setElemDouble(int, int, double) - Method in class java.awt.image.DataBufferDouble
 
setElemDouble(int, double) - Method in class java.awt.image.DataBufferFloat
 
setElemDouble(int, int, double) - Method in class java.awt.image.DataBufferFloat
 
setElementAt(T, int) - Method in class java.util.Vector
Changes the element at index to be obj
setElementAt(int, int) - Method in class sun.text.UCompactIntArray
Set a new value for a Unicode character.
setElemFloat(int, float) - Method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemFloat(int, int, float) - Method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElemFloat(int, float) - Method in class java.awt.image.DataBufferDouble
 
setElemFloat(int, int, float) - Method in class java.awt.image.DataBufferDouble
 
setElemFloat(int, float) - Method in class java.awt.image.DataBufferFloat
 
setElemFloat(int, int, float) - Method in class java.awt.image.DataBufferFloat
 
setElevation(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
setEmptyCells(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
setEnabled(boolean) - Method in class java.awt.Component.AccessibleAWTComponent
Set whether the component is enabled.
setEnabled(boolean) - Method in class java.awt.Component
Enables or disables this component.
setEnabled(boolean) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the enabled/disabled state of this component.
setEnabled(boolean) - Method in class java.awt.MenuItem
Sets the enabled status of this menu item.
setEnabledCipherSuites(String[]) - Method in class com.sun.jndi.ldap.ext.StartTlsResponseImpl
Overrides the default list of cipher suites enabled for use on the TLS connection.
setEnabledCipherSuites(String[]) - Method in class javax.naming.ldap.StartTlsResponse
Set the list of cipher suites to use.
setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLServerSocket
Sets the list enabled cipher suites.
setEnabledCipherSuites(String[]) - Method in class javax.net.ssl.SSLSocket
Sets the list of enabled cipher suites.
setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLServerSocket
Sets the list of enabled protocols.
setEnabledProtocols(String[]) - Method in class javax.net.ssl.SSLSocket
Sets the list of enabled SSL protocols.
setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLServerSocket
Sets whether or not sessions will be created.
setEnableSessionCreation(boolean) - Method in class javax.net.ssl.SSLSocket
Sets whether or not sessions will be created by this socket.
setEncoding(String) - Method in class java.util.logging.Handler
Sets the character encoding which this handler uses for publishing log records.
setEncoding(String) - Method in class java.util.logging.StreamHandler
Sets the character encoding which this handler uses for publishing log records.
setEncoding(String) - Method in interface org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
setEncoding(String) - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnctype(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
setEnd(Node, int) - Method in interface org.w3c.dom.ranges.Range
Sets the attributes describing the end of a Range.
setEndAfter(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the end of a Range to be after a node
setEndBefore(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the end position to be before a node.
setEndIndex(int) - Method in class java.text.FieldPosition
This method sets the ending index of this field to the specified value.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Sets the SAX entity resolver callback used to resolve external entities in the XML document(s) to parse.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEnvironment(Hashtable) - Method in exception javax.naming.CannotProceedException
 
setEras(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display time eras to to the specified list.
setErr(PrintStream) - Static method in class java.lang.System
setErr sets System.err to a new value.
setError(Object, Name) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation to indicated that an error has occurred and supply resolved information.
setError(Object, String) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Form that accepts a String name instead of a Name name.
setError() - Method in class java.io.PrintStream
This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setError() - Method in class java.io.PrintWriter
This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Sets the SAX error handler callback used to report parsing errors.
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.SchemaFactory
 
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.Validator
 
setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.ValidatorHandler
 
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorIndex(int) - Method in class java.text.ParsePosition
This method sets the error index to the specified value.
setErrorListener(ErrorListener) - Method in class javax.xml.transform.Transformer
Sets the callback used to report errors during the transformation.
setErrorListener(ErrorListener) - Method in class javax.xml.transform.TransformerFactory
Sets the callback to be used by transformers obtained from this factory to report transformation errors.
setErrorManager(ErrorManager) - Method in class java.util.logging.Handler
 
setErrorNNS(Object, Name) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation to indicated that an error has occurred, and that the remaining name is rename + "/".
setErrorNNS(Object, String) - Method in class com.sun.jndi.toolkit.ctx.Continuation
Form that accepts a String name instead of a Name name.
setEscapeProcessing(boolean) - Method in interface java.sql.Statement
This method sets the local escape processing mode on or off.
setEscapeProcessing(boolean) - Method in interface javax.sql.RowSet
 
setEvent(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
setEventAllocator(XMLEventAllocator) - Method in class javax.xml.stream.XMLInputFactory
Sets the event allocator.
setException(Throwable) - Method in class java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this Future has already been set or has been cancelled.
setExceptionListener(ExceptionListener) - Method in class java.beans.Encoder
Sets the ExceptionListener instance to be used for reporting recorable exceptions in the instantiation and initialization sequence.
setExceptionListener(ExceptionListener) - Method in class java.beans.XMLDecoder
Sets the ExceptionListener instance to which notifications of exceptions are send while parsing the XML data.
setExclusiveOwnerThread(Thread) - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Sets the thread that currently owns exclusive access.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will expand entity reference nodes.
setExpert(boolean) - Method in class java.beans.FeatureDescriptor
Set whether this feature is for expert use only.
setExplicitPolicyRequired(boolean) - Method in class java.security.cert.PKIXParameters
Sets the value of the explicit policy required flag.
setExtendedKeyUsage(Set) - Method in class java.security.cert.X509CertSelector
Sets the extended key usage criterion, as a set of OID strings.
setExtendedState(int) - Method in class java.awt.Frame
 
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFace(String) - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Font face identifier.
setFace(String) - Method in interface org.w3c.dom.html2.HTMLFontElement
Font face identifier.
setFailureHandler(RMIFailureHandler) - Static method in class java.rmi.server.RMISocketFactory
 
setFeature(String, boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets the value of the specified feature.
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the specified feature for SAX2 parsers obtained from this factory.
setFeature(String, boolean) - Method in class javax.xml.transform.TransformerFactory
Sets a feature of transformers and templates obtained from this factory.
setFeature(String, boolean) - Method in class javax.xml.validation.SchemaFactory
 
setFeature(String, boolean) - Method in class javax.xml.validation.Validator
 
setFeature(String, boolean) - Method in class javax.xml.validation.ValidatorHandler
 
setFeature(String, boolean) - Method in class javax.xml.xpath.XPathFactory
Sets the state of the named feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the value of a feature flag.
setFetchDirection(int) - Method in interface java.sql.ResultSet
This method provides a hint to the driver about which direction the result set will be processed in.
setFetchDirection(int) - Method in interface java.sql.Statement
This method informs the driver which direction the result set will be accessed in.
setFetchSize(int) - Method in interface java.sql.ResultSet
This method provides a hint to the driver about how many rows at a time it should fetch from the database.
setFetchSize(int) - Method in interface java.sql.Statement
This method informs the driver how many rows it should fetch from the database at a time.
setField(String, Object) - Method in interface javax.management.Descriptor
Attempts to set the specified field to the supplied value.
setFields(String[], Object[]) - Method in interface javax.management.Descriptor
Sets the field named in the first array to the corresponding value specified in the second.
setFile(String) - Method in class java.awt.FileDialog
Sets the selected file for this dialog.
setFileName(String) - Method in class java.awt.JobAttributes
 
setFilenameFilter(FilenameFilter) - Method in class java.awt.FileDialog
Sets the filename filter used by this dialog.
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
This method sets the FileNameMap object being used to decode MIME types by file extension.
setFilter(Filter) - Method in class java.util.logging.Handler
Sets the Filter for controlling which log records will be published by this Handler.
setFilter(Filter) - Method in class java.util.logging.Logger
 
setFilter(LSParserFilter) - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
setFilter(LSSerializerFilter) - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of week is.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
setFloat sets an array element to a a given value.
setFloat(Object, float) - Method in class java.lang.reflect.Field
setFloat sets the value of this field.
setFloat(String, float) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java float value.
setFloat(int, float) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java float value.
setFloat(long, float) - Method in class javax.realtime.RawMemoryFloatAccess
setFloat writes a float to the given offset.
setFloat(int, float) - Method in interface javax.sql.RowSet
 
setFloats(long, float[], int, int) - Method in class javax.realtime.RawMemoryFloatAccess
setFloats writes a number of floats to the given offset.
setFloatValue(short, float) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
A method to set the float value with a specified unit.
setFocusable(boolean) - Method in class java.awt.Component
Specify whether this component can receive focus.
setFocusableWindowState(boolean) - Method in class java.awt.Window
Sets the value of the focusableWindowState property.
setFocusCycleRoot(boolean) - Method in class java.awt.Container
Set whether or not this Container is the root of a focus traversal cycle.
setFocusCycleRoot(boolean) - Method in class java.awt.Window
Set whether or not this Container is the root of a focus traversal cycle.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Component
Sets the focus traversal keys for one of the three focus traversal directions supported by Components: KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, or KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS.
setFocusTraversalKeys(int, Set<? extends AWTKeyStroke>) - Method in class java.awt.Container
Sets the focus traversal keys for a given traversal operation for this Container.
setFocusTraversalKeysEnabled(boolean) - Method in class java.awt.Component
Enable or disable focus traversal keys on this Component.
setFocusTraversalPolicy(FocusTraversalPolicy) - Method in class java.awt.Container
If this Container is a focus cycle root, set the focus traversal policy that determines the focus traversal order for its children.
setFocusTraversalPolicyProvider(boolean) - Method in class java.awt.Container
Set to true if this container provides a focus traversal policy, false when the root container's focus traversal policy should be used.
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the font.
setFont(Font) - Method in class java.awt.Component
Sets the font for this component to the specified font.
setFont(Font) - Method in class java.awt.Container
 
setFont(Font) - Method in class java.awt.Graphics
Sets the font for this graphics context to the specified value.
setFont(Font) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the Font used for text created by this component.
setFont(Font) - Method in class java.awt.MenuComponent
Sets the font for this component to the specified font.
setFont(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
setFontFamily(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
setFontSize(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
setFontSizeAdjust(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
setFontStretch(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
setFontStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
setFontVariant(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
setFontWeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
setForeground(Color) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the foreground color.
setForeground(Color) - Method in class java.awt.Component
Sets this component's foreground color to the specified color.
setForeground(Color) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the foreground color of the component to that specified.
setFormat(int, Format) - Method in class java.text.MessageFormat
Sets the format for the argument at an specified index.
setFormatByArgumentIndex(int, Format) - Method in class java.text.MessageFormat
Set the format to used using the argument index number.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets the formats for the arguments.
setFormatsByArgumentIndex(Format[]) - Method in class java.text.MessageFormat
Set the format for argument using a specified array of formatters which is sorted according to the argument index.
setFormatter(Formatter) - Method in class java.util.logging.Handler
Sets the Formatter which will be used to localize the text of log messages and to substitute message parameters.
setFractionalSecond(BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setFrame(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies which external table borders to render.
setFrameBorder(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
Request frame borders.
setFrameBorder(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Request frame borders.
setFramePosition(int) - Method in interface javax.sound.sampled.Clip
Set the position to the indicated frame.
setFrequency(int) - Method in class javax.realtime.RationalTime
Deprecated. RTSJ V1.0.1 class RationalTime is deprecated
setFromPage(int) - Method in class java.awt.JobAttributes
 
setFullBufferUpdates(boolean) - Method in class java.awt.image.MemoryImageSource
A flag to indicate whether or not to send full buffer updates when sending animation.
setFullScreenWindow(Window) - Method in class java.awt.GraphicsDevice
Toggle the given window between full screen and normal mode.
setGlobalActiveWindow(Window) - Method in class java.awt.KeyboardFocusManager
Set the Window that will be returned by KeyboardFocusManager.getActiveWindow() (when it is called from the current ThreadGroup) and KeyboardFocusManager.getGlobalActiveWindow().
setGlobalCurrentFocusCycleRoot(Container) - Method in class java.awt.KeyboardFocusManager
Set the Container that will be returned by KeyboardFocusManager.getCurrentFocusCycleRoot() (when it is called from the current ThreadGroup) and KeyboardFocusManager.getGlobalCurrentFocusCycleRoot().
setGlobalFocusedWindow(Window) - Method in class java.awt.KeyboardFocusManager
Set the Window that will be returned by KeyboardFocusManager.getFocusedWindow() (when it is called from the current ThreadGroup) and KeyboardFocusManager.getGlobalFocusedWindow().
setGlobalFocusOwner(Component) - Method in class java.awt.KeyboardFocusManager
Set the Component that will be returned by KeyboardFocusManager.getFocusOwner() (when it is called from the current ThreadGroup) and KeyboardFocusManager.getGlobalFocusOwner().
setGlobalPermanentFocusOwner(Component) - Method in class java.awt.KeyboardFocusManager
Set the Component that will be returned by KeyboardFocusManager.getPermanentFocusOwner() (when it is called from the current ThreadGroup) and KeyboardFocusManager.getGlobalPermanentFocusOwner().
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the date of the switch from Julian dates to Gregorian dates.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate groups of digits.
setGroupingSize(int) - Method in class java.text.DecimalFormat
 
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
This method sets the grouping behavior of this formatter.
setGuiAvailable(boolean) - Static method in class java.beans.Beans
Sets whether the GUI is available to use.
setHandler(AsyncEventHandler) - Method in class javax.realtime.AsyncEvent
setHandler removes all handlers from the list of handlers for this event and add given handler.
setHandler(int, AsyncEventHandler) - Static method in class javax.realtime.POSIXSignalHandler
setHandler sets the set of handlers that will be released on the provided signal to the set with the provided handler being the single element.
setHandler(ContentHandler) - Method in class javax.xml.transform.sax.SAXResult
Sets the content handler to which result document events will be propagated.
setHeaders(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
List of id attribute values for header cells.
setHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
setHeight(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Override height.
setHeight(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame height.
setHeight(int) - Method in interface org.w3c.dom.html2.HTMLImageElement
Height of the image in pixels.
setHeight(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Override height.
setHeight(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell height.
setHelpMenu(Menu) - Method in class java.awt.MenuBar
Sets the help menu for this menu bar.
setHgap(int) - Method in class java.awt.BorderLayout
Sets the horizontal gap to the specified value.
setHgap(int) - Method in class java.awt.CardLayout
Set this layout manager's horizontal gap.
setHgap(int) - Method in class java.awt.FlowLayout
Sets the horizontal gap between lines of components to the specified value.
setHgap(int) - Method in class java.awt.GridLayout
Set the horizontal gap.
setHidden(boolean) - Method in class java.beans.FeatureDescriptor
Set whether this feature is for use by tools only.
setHints(int) - Method in class java.awt.image.AreaAveragingScaleFilter
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME from the ImageConsumer interface.
setHints(int) - Method in interface java.awt.image.ImageConsumer
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - Method in class java.awt.image.ImageFilter
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME from the ImageConsumer interface.
setHints(int) - Method in class java.awt.image.PixelGrabber
Our ImageProducer may call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHoldability(int) - Method in interface java.sql.Connection
Sets the default holdability of ResultSetS that are created from StatementS using this Connection.
setHostnameVerifier(HostnameVerifier) - Method in class com.sun.jndi.ldap.ext.StartTlsResponseImpl
Overrides the default hostname verifier used by negotiate() after the TLS handshake has completed.
setHostnameVerifier(HostnameVerifier) - Method in class javax.naming.ldap.StartTlsResponse
Set the hostname verifier to use.
setHostnameVerifier(HostnameVerifier) - Method in class javax.net.ssl.HttpsURLConnection
Sets the hostname verifier for this instance.
setHour(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setHours(int) - Method in class java.sql.Date
Deprecated.  
setHours(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.HOUR_OF_DAY, hours) instead.
setHref(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The absolute URI [IETF RFC 2396] of the linked resource.
setHref(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
The URI [IETF RFC 2396] of the linked resource.
setHref(String) - Method in interface org.w3c.dom.html2.HTMLBaseElement
The base URI [IETF RFC 2396].
setHref(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
The URI [IETF RFC 2396] of the linked resource.
setHreflang(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Language code of the linked resource.
setHreflang(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Language code of the linked resource.
setHspace(int) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
setHspace(int) - Method in interface org.w3c.dom.html2.HTMLImageElement
Horizontal space to the left and right of this image in pixels.
setHspace(int) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
setHtmlFor(String) - Method in interface org.w3c.dom.html2.HTMLLabelElement
This attribute links this label with another form control by id attribute.
setHtmlFor(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
setHttpEquiv(String) - Method in interface org.w3c.dom.html2.HTMLMetaElement
HTTP response header name [IETF RFC 2616].
setIconImage(Image) - Method in class java.awt.Frame
Sets this frame's icon to the specified value.
setID(String) - Method in class java.util.TimeZone
Sets the identifier of this time zone.
setId(String) - Method in interface org.w3c.dom.html2.HTMLElement
The element's identifier.
setIdAttribute(String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNode(Attr, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNS(String, String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIfFeasible(RelativeTime, RelativeTime) - Method in class javax.realtime.AperiodicParameters
setIfFeasible performs a feasibility analysis using the the new cost and deadline parameters.
setIfFeasible(ReleaseParameters, MemoryParameters) - Method in class javax.realtime.AsyncEventHandler
setIfFeasible performs a feasibility analysis using the provided release and memory parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters) - Method in class javax.realtime.AsyncEventHandler
setIfFeasible performs a feasibility analysis using the provided scheduling, release and memory parameters.
setIfFeasible(ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setIfFeasible performs a feasibility analysis using the provided release, memory and processing group parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory and processing group parameters.
setIfFeasible(ReleaseParameters, ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setIfFeasible performs a feasibility analysis using the provided release and processing group parameters.
setIfFeasible(RelativeTime, RelativeTime, RelativeTime) - Method in class javax.realtime.PeriodicParameters
setIfFeasible performs a feasibility analysis using the the new period, cost and deadline parameters.
setIfFeasible(Schedulable, ReleaseParameters, MemoryParameters) - Method in class javax.realtime.PriorityScheduler
setIfFeasible first performs a feasibility analysis using the new release and memory parameters for schedulable.
setIfFeasible(Schedulable, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.PriorityScheduler
setIfFeasible first performs a feasibility analysis using the new release, memory and group parameters for schedulable.
setIfFeasible(RelativeTime, RelativeTime, RelativeTime) - Method in class javax.realtime.ProcessingGroupParameters
setIfFeasible performs a feasibility analysis using the the new period, cost and deadline parameters.
setIfFeasible(ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setIfFeasible performs a feasibility analysis using the provided release, memory and processing group parameters.
setIfFeasible(ReleaseParameters, ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setIfFeasible performs a feasibility analysis using the provided release and processing group parameters.
setIfFeasible(ReleaseParameters, MemoryParameters) - Method in class javax.realtime.RealtimeThread
setIfFeasible performs a feasibility analysis using the provided release and memory parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters) - Method in class javax.realtime.RealtimeThread
setIfFeasible performs a feasibility analysis using the provided scheduling, release and memory parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory and processing group parameters.
setIfFeasible(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Method in class javax.realtime.ReleaseParameters
setIfFeasible performs a feasibility analysis using the the new period, cost and deadline parameters.
setIfFeasible(RelativeTime, RelativeTime) - Method in class javax.realtime.ReleaseParameters
setIfFeasible performs a feasibility analysis using the the new cost and deadline parameters.
setIfFeasible(ReleaseParameters, MemoryParameters) - Method in interface javax.realtime.Schedulable
setIfFeasible performs a feasibility analysis using the provided release and memory parameters.
setIfFeasible(ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setIfFeasible performs a feasibility analysis using the provided release, memory and processing group parameters.
setIfFeasible(ReleaseParameters, ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setIfFeasible performs a feasibility analysis using the provided release and processing group parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters) - Method in interface javax.realtime.Schedulable
setIfFeasible performs a feasibility analysis using the provided scheduling, release and memory parameters.
setIfFeasible(SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setIfFeasible performs a feasibility analysis using the provided scheduling, release, memory and processing group parameters.
setIfFeasible(Schedulable, ReleaseParameters, MemoryParameters) - Method in class javax.realtime.Scheduler
setIfFeasible first performs a feasibility analysis using the new release and memory parameters for schedulable.
setIfFeasible(Schedulable, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.Scheduler
setIfFeasible first performs a feasibility analysis using the new release, memory and group parameters for schedulable.
setIfFeasible(RelativeTime, RelativeTime, RelativeTime) - Method in class javax.realtime.SporadicParameters
setIfFeasible performs a feasibility analysis using the the new period, cost and deadline parameters.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the ifModified since instance variable.
setIgnoreCase(boolean) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
setIgnoreRepaint(boolean) - Method in class java.awt.Component
Sets whether paint messages delivered by the operating system should be ignored.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will discard comment nodes.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
setImplementation(Object) - Method in class javax.management.StandardMBean
Replaces the implementation of the interface used by this instance with the one specified.
setImplicitDownCycleTraversal(boolean) - Method in class java.awt.ContainerOrderFocusTraversalPolicy
Set whether or not implicit down cycling is enabled.
setImportance(int) - Method in class javax.realtime.ImportanceParameters
setImportance sets the importance parameters for this and all schedulable objects associated with this ImportanceParameters.
setIn(InputStream) - Static method in class java.lang.System
setIn sets System.in to a new value.
setInDefaultEventSet(boolean) - Method in class java.beans.EventSetDescriptor
Sets whether or not this is in the default event set.
setIndex(int) - Method in interface java.text.CharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setIndex(int) - Method in class java.text.ParsePosition
This method sets the current parsing index to the specified value.
setIndex(int) - Method in class java.text.StringCharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setIndex(int) - Method in class sun.text.normalizer.CharacterIteratorWrapper
 
setIndex(int) - Method in class sun.text.normalizer.NormalizerBase
Deprecated. ICU 3.2
setIndex(int) - Method in class sun.text.normalizer.ReplaceableUCharacterIterator
Sets the currentIndex to the specified currentIndex in the text and returns that single UTF16 character at currentIndex.
setIndex(int) - Method in class sun.text.normalizer.UCharacterIterator
Sets the index to the specified index in the text.
setIndexData(CharTrie.FriendAgent) - Method in class sun.text.normalizer.UCharacterProperty
Java friends implementation
setIndexedReadMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that is used to read an indexed property.
setIndexedWriteMethod(Method) - Method in class java.beans.IndexedPropertyDescriptor
Sets the method that is used to write an indexed property.
setIndexOnly(int) - Method in class sun.text.normalizer.NormalizerBase
Set the iteration position in the input text that is being normalized, without any immediate normalization.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
This method sets the string used to represents infinity.
setInfo(String) - Method in class java.security.Identity
Deprecated. Sets the general information string.
setInitialArrivalTimeQueueLength(int) - Method in class javax.realtime.AperiodicParameters
setInitialArrivalTimeQueueLength sets the initial number of elements in the arrival time queue for the schedulable object that receives this AperiodicParameters in its constructor.
setInitialContextFactoryBuilder(InitialContextFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
 
setInitialPolicies(Set) - Method in class java.security.cert.PKIXParameters
Sets the initial policy identifiers (as OID strings).
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
Sets the input source to parse.
setInputStream(InputStream) - Method in class javax.xml.transform.stream.StreamSource
Sets the source input stream.
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets the value of this HttpURLConnection's instanceFollowRedirects field
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
setInt sets an array element to a a given value.
setInt(Object, int) - Method in class java.lang.reflect.Field
setInt sets the value of this field.
setInt(String, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java int value.
setInt(int, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java int value.
setInt(long, int) - Method in class javax.realtime.RawMemoryAccess
setInt writes an int to the given offset.
setInt(int, int) - Method in interface javax.sql.RowSet
 
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Sets the interface to use for sending multicast packets.
setInternationalCurrencySymbol(String) - Method in class java.text.DecimalFormatSymbols
This method sets the international currency symbol to the specified value.
setInterval(RelativeTime) - Method in class javax.realtime.PeriodicTimer
setInterval changes the interval for this peridic timer.
setInts(long, int[], int, int) - Method in class javax.realtime.RawMemoryAccess
setInts writes a number of ints to the given offset.
setIsMap(boolean) - Method in interface org.w3c.dom.html2.HTMLImageElement
Use server-side image map.
setIsNoHeapThread(boolean) - Static method in class com.aicas.jamaica.lang.LowLevelRTSJ
setIsNoHeapThread make the current thread a NoHeapRealtimeThread
setIssuer(String) - Method in class java.security.cert.X509CertSelector
Sets the issuer, specified as a string representation of the issuer's distinguished name.
setIssuer(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the issuer, specified as the DER encoding of the issuer's distinguished name.
setIssuerNames(Collection) - Method in class java.security.cert.X509CRLSelector
Sets the issuer names criterion.
setJavaLangAccess(JavaLangAccess) - Static method in class sun.misc.SharedSecrets
 
setKeepAlive(boolean) - Method in class java.net.Socket
This method sets the value for the socket level socket option SO_KEEPALIVE.
setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the time limit for which threads may remain idle before being terminated.
setKeyChar(char) - Method in class java.awt.event.KeyEvent
Sets the Unicode character for this event to the specified value.
setKeyCode(int) - Method in class java.awt.event.KeyEvent
Sets the key code for this event.
setKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStore
Assign the key to the alias in the keystore, protecting it with the given password.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assign the key to the alias in the keystore.
setKeyPair(KeyPair) - Method in class java.security.Signer
Deprecated. Specifies the KeyPair associated with this Signer.
setKeyUsage(boolean[]) - Method in class java.security.cert.X509CertSelector
Sets the public key usage criterion.
setLabel(String) - Method in class java.awt.Button
Sets the label for this button to the specified value.
setLabel(String) - Method in class java.awt.Checkbox
Sets the label for this checkbox to the specified value.
setLabel(String) - Method in class java.awt.MenuItem
This method sets the label for this menu to the specified value.
setLabel(String) - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
Assigns a label to this option group.
setLabel(String) - Method in interface org.w3c.dom.html2.HTMLOptionElement
Option label for use in hierarchical menus.
setLang(String) - Method in interface org.w3c.dom.html2.HTMLElement
Language code defined in RFC 1766.
setLastModified(long) - Method in class java.io.File
This method sets the modification time on the file to the specified value.
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the layout manager for this container to the specified layout manager.
setLayout(LayoutManager) - Method in class java.awt.ScrollPane
This method overrides its superclass method to ensure no layout manager is set for this container.
setLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
setLength(long) - Method in class java.io.RandomAccessFile
This method sets the length of the file to the specified length.
setLength(int) - Method in class java.lang.StringBuffer
Set the length of the current data in the buffer.
setLength(int) - Method in class java.lang.StringBuilder
Set the length of the current data in the buffer.
setLength(int) - Method in class java.net.DatagramPacket
Sets the length of the data in the buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
 
setLength(int) - Method in interface org.w3c.dom.html2.HTMLOptionsCollection
This attribute specifies the length or size of the list.
setLength(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
The number of options in this SELECT.
setLenient(boolean) - Method in class java.text.DateFormat
This method specifies whether or not this object should be lenient in the syntax it accepts while parsing date/time values.
setLenient(boolean) - Method in class java.util.Calendar
Specifies if the date/time interpretation should be lenient.
setLetterSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
setLevel(Level) - Method in class java.util.logging.Handler
Sets the severity level threshold for this Handler.
setLevel(Level) - Method in class java.util.logging.Logger
Sets the severity level threshold for this Handler.
setLevel(Level) - Method in class java.util.logging.LogRecord
Sets the severity level of this LogRecord to a new value.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the current compression level to the specified value.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLexicalHandler(LexicalHandler) - Method in class javax.xml.transform.sax.SAXResult
Sets the lexical handler to which lexical events will be propagated.
setLineHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
setLineIncrement(int) - Method in class java.awt.Scrollbar
Deprecated. This method is deprecated in favor of setUnitIncrement().
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated. This method sets the current line number to the specified value.
setLineNumber(int) - Method in class java.io.LineNumberReader
This method sets the current line number to the specified value.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLink(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of links that are not active and unvisited.
setLinkExplanation(String) - Method in exception javax.naming.LinkException
 
setLinkRemainingName(Name) - Method in exception javax.naming.LinkException
 
setLinkResolvedName(Name) - Method in exception javax.naming.LinkException
 
setLinkResolvedObj(Object) - Method in exception javax.naming.LinkException
 
setListStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
setListStyleImage(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
setListStylePosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
setListStyleType(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
setLocale(Locale) - Method in class java.awt.Component
Sets the locale for this component to the specified locale.
setLocale(Locale) - Method in class java.beans.beancontext.BeanContextSupport
 
setLocale(Locale) - Method in class java.text.MessageFormat
Sets the locale.
setLocale(Locale) - Method in class javax.security.auth.callback.LanguageCallback
Set the retrieved Locale.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
This method sets the list of characters used to specific date/time formatting strings.
setLocation(Point) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the location of this relative to its parent's coordinate system.
setLocation(int, int) - Method in class java.awt.Component
Moves this component to the specified location, relative to the parent's coordinates.
setLocation(Point) - Method in class java.awt.Component
Moves this component to the specified location, relative to the parent's coordinates.
setLocation(Point) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the location of the component, with co-ordinates relative to the parent component and using the co-ordinate space of the screen.
setLocation(Point) - Method in class java.awt.Point
Sets this object's coordinates to match those of the specified point.
setLocation(int, int) - Method in class java.awt.Point
Sets this object's coordinates to the specified values.
setLocation(double, double) - Method in class java.awt.Point
Sets this object's coordinates to the specified values.
setLocation(Point) - Method in class java.awt.Rectangle
Moves the location of this rectangle by setting its upper left corner to the specified point.
setLocation(int, int) - Method in class java.awt.Rectangle
Moves the location of this rectangle by setting its upper left corner to the specified coordinates.
setLocation(Location) - Method in class javax.xml.stream.XMLEventFactory
Sets the location for each event created by this factory.
setLocationRelativeTo(Component) - Method in class java.awt.Window
 
setLocator(SourceLocator) - Method in exception javax.xml.transform.TransformerException
Sets the locator indicating where the error occurred.
setLockingKeyState(int, boolean) - Method in class java.awt.Toolkit
Sets the state of the given locking key on the keyboard.
setLog(OutputStream) - Static method in class java.rmi.server.RemoteServer
Set the stream for logging RMI calls.
setLoggerLevel(String, String) - Method in interface java.util.logging.LoggingMXBean
Sets the logging level for a particular logger.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Sets the name of the logger where this LogRecord has originated.
setLoginTimeout(int) - Static method in class java.sql.DriverManager
This method set the login timeout used by JDBC drivers.
setLoginTimeout(int) - Method in interface javax.sql.ConnectionPoolDataSource
 
setLoginTimeout(int) - Method in interface javax.sql.DataSource
 
setLoginTimeout(int) - Method in interface javax.sql.XADataSource
 
setLogStream(PrintStream) - Static method in class java.sql.DriverManager
Deprecated. Use setLogWriter instead.
setLogWriter(PrintWriter) - Static method in class java.sql.DriverManager
This method sets the log writer being used by JDBC drivers.
setLogWriter(PrintWriter) - Method in interface javax.sql.ConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in interface javax.sql.DataSource
 
setLogWriter(PrintWriter) - Method in interface javax.sql.XADataSource
 
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
setLong sets an array element to a a given value.
setLong(Object, long) - Method in class java.lang.reflect.Field
setLong sets the value of this field.
setLong(String, long) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java long value.
setLong(int, long) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java long value.
setLong(long, long) - Method in class javax.realtime.RawMemoryAccess
setLong writes a long to the given offset.
setLong(int, long) - Method in interface javax.sql.RowSet
 
setLongDesc(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setLongDesc(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setLongDesc(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setLongs(long, long[], int, int) - Method in class javax.realtime.RawMemoryAccess
setLongs writes a number of longs to the given offset.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast packets.
setLoopPoints(int, int) - Method in interface javax.sound.sampled.Clip
Set the loop begin and end points.
setMargin(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
setMarginBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
setMarginHeight(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
Frame margin height, in pixels.
setMarginHeight(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame margin height, in pixels.
setMarginLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
setMarginRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
setMarginTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
setMarginWidth(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
Frame margin width, in pixels.
setMarginWidth(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame margin width, in pixels.
setMarkerOffset(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
setMarks(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
setMasterSyncMode(Sequencer.SyncMode) - Method in interface javax.sound.midi.Sequencer
Set the source of timing information.
setMatchAllSubjectAltNames(boolean) - Method in class java.security.cert.X509CertSelector
Sets whether or not all subject alternative names must be matched.
setMaxCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the maximum value of the CRLNumber extension present in CRLs matched by this selector.
setMaxFieldSize(int) - Method in interface java.sql.Statement
This method sets the limit for the maximum length of any column in bytes.
setMaxFieldSize(int) - Method in interface javax.sql.RowSet
 
setMaxHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
setMaxIgnorePriority(int) - Static method in class com.aicas.jamaica.lang.Scheduler
setMaxIgnorePriority sets the maximum priority that is to be ignored by the scheduler.
setMaximizedBounds(Rectangle) - Method in class java.awt.Frame
 
setMaxImmortalIfFeasible(long) - Method in class javax.realtime.MemoryParameters
setMaxImmortalIfFeasible first checks if the schedulables associated with this would still be feasible with the new immortal allocation limit.
setMaximum(int) - Method in interface java.awt.Adjustable
Sets the maximum value this object can have.
setMaximum(int) - Method in class java.awt.Scrollbar
Sets the maximum value for this scrollbar to the specified value.
setMaximum(int) - Method in class java.awt.ScrollPaneAdjustable
This method should never be called.
setMaximumConcurrentLocks(int) - Static method in class javax.realtime.RealtimeSystem
setMaximumConcurrentLocks sets the maximum number of locks that may be used simultaneously.
setMaximumConcurrentLocks(int, boolean) - Static method in class javax.realtime.RealtimeSystem
setMaximumConcurrentLocks sets the maximum number of locks that may be used simultaneously.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
 
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the fraction portion of a number to the specified value.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
 
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the integer portion of a number to the specified value.
setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaximumSize(Dimension) - Method in class java.awt.Component
Sets the maximum size that will be returned by Component.getMaximumSize() always, and sends a PropertyChangeEvent (with the property name 'maximumSize') to all registered listeners.
setMaxLength(int) - Method in interface org.w3c.dom.html2.HTMLInputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
setMaxMemoryAreaIfFeasible(long) - Method in class javax.realtime.MemoryParameters
setMaxMemoryAreaIfFeasible first checks if the schedulables associated with this would still be feasible with the new allocation limit.
setMaxNonStrictPriority(int) - Static method in class com.aicas.jamaica.lang.Scheduler
setMaxNonStrictPriority sets the maximum non-strict priority.
setMaxPage(int) - Method in class java.awt.JobAttributes
 
setMaxPathLength(int) - Method in class java.security.cert.PKIXBuilderParameters
Sets the maximum length of certificate paths to build.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
setMaxPriority sets the maximum priority of this thread group and of all its children.
setMaxRows(int) - Method in interface java.sql.Statement
This method sets the maximum number of rows that can be present in a result set.
setMaxRows(int) - Method in interface javax.sql.RowSet
 
setMaxWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
setMBeanServer(MBeanServer) - Method in class javax.management.AttributeValueExp
Sets the MBeanServer on which the query will be performed.
setMBeanServer(MBeanServer) - Method in class javax.management.ObjectName
Changes the MBeanServer on which this query is performed.
setMBeanServer(MBeanServer) - Method in class javax.management.QueryEval
Sets the MBeanServer on which the query will be performed.
setMBeanServer(MBeanServer) - Method in interface javax.management.QueryExp
Changes the MBeanServer on which this query is performed.
setMBeanServer(MBeanServer) - Method in class javax.management.StringValueExp
Sets the MBeanServer on which the query will be performed.
setMBeanServer(MBeanServer) - Method in interface javax.management.ValueExp
Deprecated. This method is superfluous, as the ValueExp can access the server using QueryEval.getMBeanServer().
setMedia(PageAttributes.MediaType) - Method in class java.awt.PageAttributes
 
setMedia(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Designed for use with one or more target media.
setMedia(String) - Method in interface org.w3c.dom.html2.HTMLStyleElement
Designed for use with one or more target media.
setMediaText(String) - Method in interface org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
setMediaToDefault() - Method in class java.awt.PageAttributes
 
setMemoryParameters(MemoryParameters) - Method in class javax.realtime.AsyncEventHandler
setMemoryParameters replaces the memory parameters for this handler with the parameters provided.
setMemoryParameters(MemoryParameters) - Method in class javax.realtime.RealtimeThread
setMemoryParameters replaces the memory parameters for this RealtimeThread with the parameters provided.
setMemoryParameters(MemoryParameters) - Method in interface javax.realtime.Schedulable
setMemoryParameters replaces the memory parameters for this Schedulable with the parameters provided.
setMemoryParametersIfFeasible(MemoryParameters) - Method in class javax.realtime.AsyncEventHandler
setMemoryParametersIfFeasible performs a feasibility analysis using the provided memory parameters.
setMemoryParametersIfFeasible(MemoryParameters) - Method in class javax.realtime.RealtimeThread
setMemoryParametersIfFeasible performs a feasibility analysis using the provided memory parameters.
setMemoryParametersIfFeasible(MemoryParameters) - Method in interface javax.realtime.Schedulable
setMemoryParametersIfFeasible performs a feasibility analysis using the provided memory parameters.
setMenuBar(MenuBar) - Method in class java.awt.Frame
Sets this frame's menu bar.
setMessage(String) - Method in class java.util.logging.LogRecord
Sets the message for this LogRecord.
setMessage(int, byte[], int) - Method in class javax.sound.midi.MetaMessage
Set the meta message.
setMessage(byte[], int) - Method in class javax.sound.midi.MidiMessage
Set the complete MIDI message.
setMessage(int, int, int) - Method in class javax.sound.midi.ShortMessage
Set the MIDI message.
setMessage(int, int, int, int) - Method in class javax.sound.midi.ShortMessage
 
setMessage(int) - Method in class javax.sound.midi.ShortMessage
Set the MIDI message to one that requires no data bytes.
setMessage(byte[], int) - Method in class javax.sound.midi.SysexMessage
Set the sysex message.
setMessage(int, byte[], int) - Method in class javax.sound.midi.SysexMessage
Set the sysex message.
setMessageDigest(MessageDigest) - Method in class java.security.DigestInputStream
Sets the current MessageDigest to current parameter
setMessageDigest(MessageDigest) - Method in class java.security.DigestOutputStream
Sets the current MessageDigest to current parameter
setMetaData(RowSetMetaData) - Method in interface javax.sql.RowSetInternal
 
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMethod(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
HTTP method [IETF RFC 2616] used to submit form.
setMethodCounter(long, int) - Static method in class com.aicas.jamaica.lang.JitVmInterface
setMethodCounter increments a internal counter of a specified method which decides if that given method is declared to be thrown away (memory wil be freed)
setMicrosecondPosition(long) - Method in interface javax.sound.midi.Sequencer
Set the current playback position of the sequencer in microseconds.
setMicrosecondPosition(long) - Method in interface javax.sound.sampled.Clip
Set the position to the indicated microsecond.
setMillis(long) - Method in class java.util.logging.LogRecord
Sets the time when this LogRecord was created.
setMillisecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setMinCRLNumber(BigInteger) - Method in class java.security.cert.X509CRLSelector
Sets the minimum value of the CRLNumber extension present in CRLs matched by this selector.
setMinHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets how many days are required in the first week of the year.
setMinimum(int) - Method in interface java.awt.Adjustable
Sets the minimum value this object can have.
setMinimum(int) - Method in class java.awt.Scrollbar
Sets the minimum value for this scrollbar to the specified value.
setMinimum(int) - Method in class java.awt.ScrollPaneAdjustable
This method should never be called.
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
 
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the fraction portion of a number to the specified value.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
 
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the integer portion of a number to the specified value.
setMinimumInterarrival(RelativeTime) - Method in class javax.realtime.SporadicParameters
setMinimumInterarrival sets the minimum inter arrival time to a new value, indepent on the impact this will have on the feasibility of the system.
setMinimumSize(Dimension) - Method in class java.awt.Component
Sets the minimum size that will be returned by Component.getMinimumSize() always, and sends a PropertyChangeEvent (with the property name 'minimumSize') to all registered listeners.
setMinor(int, String) - Method in exception org.ietf.jgss.GSSException
Used internally by the GSS-API implementation and the underlying mechanisms to set the minor code and its textual representation.
setMinPage(int) - Method in class java.awt.JobAttributes
 
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the minus sign.
setMinute(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setMinutes(int) - Method in class java.sql.Date
Deprecated.  
setMinutes(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.MINUTE, minutes) instead.
setMinWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
setMitViolationBehavior(String) - Method in class javax.realtime.SporadicParameters
setMitViolationBehavior sets the policy for dealing with minimum arrival time violations.
setModal(boolean) - Method in class java.awt.Dialog
Changes the modality of this dialog box.
setMode(int) - Method in class java.awt.FileDialog
Sets the mode of this dialog to either LOAD or SAVE.
setMode(NormalizerBase.Mode) - Method in class sun.text.normalizer.NormalizerBase
Set the normalization mode for this object.
setModifiers(int) - Method in class java.awt.event.KeyEvent
Deprecated.  
setMonetaryDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used for the decimal point in currency values.
setMonitorControl(MonitorControl) - Static method in class javax.realtime.MonitorControl
setMonitorControl sets the default monitor control policy to the given argument.
setMonitorControl(Object, MonitorControl) - Static method in class javax.realtime.MonitorControl
setMonitorControl set the monitor control for the monitor associated with a Java object.
setMono(boolean) - Method in interface javax.sound.midi.MidiChannel
Turns mono mode on or off.
setMonth(int) - Method in class java.sql.Time
Deprecated.  
setMonth(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.MONTH, month) instead.
setMonth(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setMonths(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display month names.
setMultiple(boolean) - Method in interface org.w3c.dom.html2.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT.
setMultipleDocumentHandling(JobAttributes.MultipleDocumentHandlingType) - Method in class java.awt.JobAttributes
 
setMultipleDocumentHandlingToDefault() - Method in class java.awt.JobAttributes
 
setMultipleMode(boolean) - Method in class java.awt.List
This method enables or disables multiple selection mode for this list.
setMultipleSelections(boolean) - Method in class java.awt.List
Deprecated.  
setMultiplier(int) - Method in class java.text.DecimalFormat
 
setMute(boolean) - Method in interface javax.sound.midi.MidiChannel
Turns mute mode on or off.
setName(String) - Method in class java.awt.Component
Sets the name of this component to the specified name (this is a bound property with the name 'name').
setName(String) - Method in class java.awt.MenuComponent
Sets the name of this component to the specified name.
setName(String) - Method in class java.beans.FeatureDescriptor
Set the programmatic name of this feature.
setName(String) - Method in class java.lang.Thread
setName sets the name of this thread to the given argument.
setName(Principal, String) - Method in interface java.security.acl.Acl
This method sets the name of the ACL
setName(String) - Method in class javax.naming.NameClassPair
Sets the name of the binding.
setName(String) - Method in class javax.security.auth.callback.NameCallback
Set the retrieved name.
setName(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Anchor name.
setName(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
The name of the applet.
setName(String) - Method in interface org.w3c.dom.html2.HTMLButtonElement
Form control or object name when submitted with a form.
setName(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
Names the form.
setName(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
The frame name (object of the target attribute).
setName(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
The frame name (object of the target attribute).
setName(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
The name of the element (for backwards compatibility).
setName(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
Form control or object name when submitted with a form.
setName(String) - Method in interface org.w3c.dom.html2.HTMLMapElement
Names the map (for use with usemap).
setName(String) - Method in interface org.w3c.dom.html2.HTMLMetaElement
Meta information name.
setName(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Form control or object name when submitted with a form.
setName(String) - Method in interface org.w3c.dom.html2.HTMLParamElement
The name of a run-time parameter.
setName(String) - Method in interface org.w3c.dom.html2.HTMLSelectElement
Form control or object name when submitted with a form.
setName(String) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Form control or object name when submitted with a form.
setNameConstraints(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the name constraints criterion; specify null to clear this criterion.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNameInNamespace(String) - Method in class javax.naming.NameClassPair
Sets the full name for this binding.
setNameParser(NameParser) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will be XML Namespace aware.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XML Namespace aware.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLEventWriter
Sets the namespace context for managing namespace prefixes and URIs.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the namespace context for namespace resolution.
setNamespaceContext(NamespaceContext) - Method in interface javax.xml.xpath.XPath
 
setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Controls whether namespace declaration attributes are placed into the NSDECL namespace by processName().
setNaN(String) - Method in class java.text.DecimalFormatSymbols
This method sets the string used to represent the NaN (not a number) value.
setNanos(int) - Method in class java.sql.Timestamp
This method sets the nanosecond value for this object.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Enabled or disables the requirement that clients authenticate themselves.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will require connecting clients to authenticate themselves.
setNegativePermissions() - Method in interface java.security.acl.AclEntry
This method sets this ACL entry to be a negative entry, indicating that it contains a list of permissions that are not granted to the entry's Principal.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
 
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
 
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Sets the local network interface used to send multicast messages
setNewLine(String) - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
setNextException(SQLException) - Method in exception java.sql.SQLException
This method adds a new exception to the end of the chain of exceptions that are chained to this object.
setNextSibling(Node) - Method in class javax.xml.transform.dom.DOMResult
Sets the child node before which the result nodes will be inserted.
setNextWarning(SQLWarning) - Method in exception java.sql.SQLWarning
This method adds a new exception to the end of the chain of exceptions that are chained to this object.
setNode(Node) - Method in class javax.xml.transform.dom.DOMResult
Sets the node to which the result tree will be appended.
setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
Sets the context node.
setNodeValue(String) - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setNoHref(boolean) - Method in interface org.w3c.dom.html2.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
setNoResize(boolean) - Method in interface org.w3c.dom.html2.HTMLFrameElement
When true, forbid user from resizing frame.
setNoShade(boolean) - Method in interface org.w3c.dom.html2.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
setNoWrap(boolean) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Suppress word wrapping.
setNull(String, int) - Method in interface java.sql.CallableStatement
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(String, int, String) - Method in interface java.sql.CallableStatement
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(int, int) - Method in interface java.sql.PreparedStatement
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(int, int, String) - Method in interface java.sql.PreparedStatement
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(int, int) - Method in interface javax.sql.RowSet
 
setNull(int, int, String) - Method in interface javax.sql.RowSet
 
setNullable(int, int) - Method in interface javax.sql.RowSetMetaData
 
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
This method specifies the NumberFormat object that should be used by this object to parse/format times.
setObject(Object) - Method in interface java.beans.Customizer
Set the object to Customize.
setObject(String, Object, int, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java Object value.
setObject(String, Object, int) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java Object value.
setObject(String, Object) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java Object value.
setObject(int, Object, int, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Object value.
setObject(int, Object, int) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Object value.
setObject(int, Object) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Object value.
setObject(Object) - Method in interface java.sql.Ref
 
setObject(Object) - Method in class javax.naming.Binding
Sets the bound object of this binding.
setObject(int, Object, int, int) - Method in interface javax.sql.RowSet
 
setObject(int, Object, int) - Method in interface javax.sql.RowSet
 
setObject(int, Object) - Method in interface javax.sql.RowSet
 
setObject(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
The value of the "object" attribute.
setObjectFactoryBuilder(ObjectFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
 
setOffset(int) - Method in class java.io.ObjectStreamField
This method sets the current offset of the field.
setOffset(int) - Method in class java.text.CollationElementIterator
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string, not an offset into its corresponding sequence of collation elements).
SetOfIntegerSyntax - Class in javax.print.attribute
SetOfIntegerSyntax is the abstract base class of all attribute classes which provide a set of non-negative integers as value (e.g. the page ranges to print) represented as single values or ranges of values.
SetOfIntegerSyntax(int) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(int[][]) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(String) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(int, int) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
setOmni(boolean) - Method in interface javax.sound.midi.MidiChannel
Turns omni mode on or off.
setOOBInline(boolean) - Method in class java.net.Socket
Enables/disables the SO_OOBINLINE option
setOption(int, Object) - Method in interface java.net.SocketOptions
Sets the specified option on a socket to the passed in object.
setOrientation(int) - Method in class java.awt.Scrollbar
Sets the orientation of this scrollbar to the specified value.
setOrientationRequested(PageAttributes.OrientationRequestedType) - Method in class java.awt.PageAttributes
 
setOrientationRequested(int) - Method in class java.awt.PageAttributes
 
setOrientationRequestedToDefault() - Method in class java.awt.PageAttributes
 
setOrigin(PageAttributes.OriginType) - Method in class java.awt.PageAttributes
 
setOrphans(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
setOut(PrintStream) - Static method in class java.lang.System
setOut sets System.out to a new value.
setOutline(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
setOutlineColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
setOutlineStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
setOutlineWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
setOutputProperties(Properties) - Method in class javax.xml.transform.Transformer
Sets the output properties for the transformation, overriding any properties defined in the stylesheet.
setOutputProperty(String, String) - Method in class javax.xml.transform.Transformer
Sets an output property for the transformation, overriding any property of the same name defined in the stylesheet.
setOutputStream(OutputStream) - Method in class java.rmi.server.LogStream
Deprecated.  
setOutputStream(OutputStream) - Method in class java.util.logging.StreamHandler
Changes the output stream to which this handler publishes logging records.
setOutputStream(OutputStream) - Method in class javax.xml.transform.stream.StreamResult
Sets the target output stream.
setOverflow(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
SetOverrideType - Class in org.omg.CORBA
Defines the instruction, how the newly specified policies can be taken into consideration.
SetOverrideType(int) - Constructor for class org.omg.CORBA.SetOverrideType
No other instances can be created.
SetOverrideTypeHelper - Class in org.omg.CORBA
A helper operations for the definition kind.
SetOverrideTypeHelper() - Constructor for class org.omg.CORBA.SetOverrideTypeHelper
 
setOwner(Object) - Method in class java.beans.XMLDecoder
Sets the owner object which can be accessed from the parsed XML data.
setOwner(Object) - Method in class java.beans.XMLEncoder
 
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
setPackageAssertionStatus sets the assertion status for all classes in a package and all sub-packages of this package.
setPadding(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
setPaddingBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
setPaddingLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
setPaddingRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
setPaddingTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
setPage(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
setPageBreakAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
setPageBreakBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
setPageBreakInside(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
setPageIncrement(int) - Method in class java.awt.Scrollbar
Deprecated. This method is deprecated in favor of setBlockIncrement().
setPageRanges(int[][]) - Method in class java.awt.JobAttributes
 
setPaint(Paint) - Method in class java.awt.Graphics2D
Sets the paint to be used for subsequent drawing operations.
setPaintMode() - Method in class java.awt.Graphics
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setParameter(String, Object) - Method in class java.security.Signature
Deprecated. use the other setParameter
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Sets the signature engine with the specified AlgorithmParameterSpec.
setParameter(String, Object) - Method in class javax.xml.transform.Transformer
Sets a parameter value for the transformation.
setParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setParameters(Object[]) - Method in class java.util.logging.LogRecord
Sets the parameters to the log message.
setParent(Logger) - Method in class java.util.logging.Logger
Sets the parent of this logger.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Set the parent of this bundle.
setParent(XMLEventReader) - Method in class javax.xml.stream.util.EventReaderDelegate
Sets the parent.
setParent(XMLStreamReader) - Method in class javax.xml.stream.util.ReaderDelegate
Sets the parent.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
This method sets the parsing behavior of this object to parse only integers or not.
setPassword(char[]) - Method in class javax.security.auth.callback.PasswordCallback
Set the retrieved password.
setPassword(String) - Method in interface javax.sql.RowSet
 
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to separate positive and negative subpatterns in a format pattern.
setPause(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
setPauseAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
setPauseBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used as the percent sign.
setPeriod(RelativeTime) - Method in class javax.realtime.PeriodicParameters
setPeriod sets the period.
setPeriod(RelativeTime) - Method in class javax.realtime.ProcessingGroupParameters
setPeriod sets the period to a new value.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used as the per mille character.
setPersistenceDelegate(Class<?>, PersistenceDelegate) - Method in class java.beans.Encoder
Sets the PersistenceDelegate instance for the given class.
setPitch(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
setPitchBend(int) - Method in interface javax.sound.midi.MidiChannel
Change the pitch bend for this channel using a positive 14-bit value.
setPitchRange(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets the sample values for the pixel at location (x, y) stored in the specified data buffer.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Sets the sample value for the pixel at (x, y) in the specified data buffer to the specified value.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
setPixel(int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
setPixel(int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.BufferedImageFilter
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.BufferedImageFilter
 
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.CropImageFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.CropImageFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in interface java.awt.image.ImageConsumer
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in interface java.awt.image.ImageConsumer
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ImageFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ImageFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.PixelGrabber
Our ImageProducer calls setPixels to deliver a subset of its pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.PixelGrabber
Our ImageProducer calls setPixels to deliver a subset of its pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel is the same ColorModel which as already converted then it converts it the converted ColorModel.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.RGBImageFilter
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
This method implements a more efficient way to set pixels than the default implementation of the super class.
setPixels(int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
setPixels(int, int, int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
setPixels(int, int, int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
setPlayDuring(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
setPolicy(Policy) - Static method in class java.security.Policy
Sets the Policy handler to a new value.
setPolicy(Policy) - Static method in class javax.security.auth.Policy
Deprecated.  
setPolicyMappingInhibited(boolean) - Method in class java.security.cert.PKIXParameters
Sets the value of the policy mapping inhibited flag.
setPolicyQualifiersRejected(boolean) - Method in class java.security.cert.PKIXParameters
Sets the value of the policy qualifiers enabled flag.
setPolyPressure(int, int) - Method in interface javax.sound.midi.MidiChannel
Change in a key pressure for a note.
setPort(int) - Method in class java.net.DatagramPacket
This sets the port to which the data packet will be transmitted.
setPortal(Object) - Method in class javax.realtime.ScopedMemory
setPortal sets the portal object of this memory area to the argument.
setPos(Object) - Method in class sun.text.normalizer.RuleCharacterIterator
Restores this iterator to the position it had when getPos() returned the given object.
setPosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
setPositivePrefix(String) - Method in class java.text.DecimalFormat
 
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
 
setPrecision(int, int) - Method in interface javax.sql.RowSetMetaData
 
setPreferred(boolean) - Method in class java.beans.FeatureDescriptor
 
setPreferredSize(Dimension) - Method in class java.awt.Component
Sets the preferred size that will be returned by Component.getPreferredSize() always, and sends a PropertyChangeEvent (with the property name 'preferredSize') to all registered listeners.
setPrefix(String, String) - Method in interface javax.xml.stream.XMLEventWriter
Associates the given namespace prefix and URI.
setPrefix(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the prefix for the given namespace URI.
setPrefix(String) - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setPrincipal(Principal) - Method in interface java.security.acl.AclEntry
This method sets ths Principal associated with this ACL entry.
setPrinter(String) - Method in class java.awt.JobAttributes
 
setPrinterResolution(int[]) - Method in class java.awt.PageAttributes
 
setPrinterResolution(int) - Method in class java.awt.PageAttributes
 
setPrinterResolutionToDefault() - Method in class java.awt.PageAttributes
 
setPrintQuality(PageAttributes.PrintQualityType) - Method in class java.awt.PageAttributes
 
setPrintQuality(int) - Method in class java.awt.PageAttributes
 
setPrintQualityToDefault() - Method in class java.awt.PageAttributes
 
setPriority(int) - Method in class java.lang.Thread
Set the priority of this thread.
setPriority(int) - Method in class javax.realtime.PriorityParameters
setPriority changes the priority value of this and the current base priority of all schedulable objects that are associated with this.
setPrivacy(boolean) - Method in class org.ietf.jgss.MessageProp
Sets the privacy state.
setPrivateKeyValid(Date) - Method in class java.security.cert.X509CertSelector
This method, and its related X.509 certificate extension — the private key usage period — is not supported under the Internet PKI for X.509 certificates (PKIX), described in RFC 3280.
setProcessingGroupParameters(ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setProcessingGroupParameters sets the processing group parameters of this handler.
setProcessingGroupParameters(ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setProcessingGroupParameters sets the processing group parameters of this thread.
setProcessingGroupParameters(ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setProcessingGroupParameters sets the processing group parameters of this Scheduling.
setProcessingGroupParametersIfFeasible(ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setProcessingGroupParametersIfFeasible performs a feasibility analysing using the provided processing group parameters.
setProcessingGroupParametersIfFeasible(ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setProcessingGroupParametersIfFeasible performs a feasibility analysing using the provided processing group parameters.
setProcessingGroupParametersIfFeasible(ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setProcessingGroupParametersIfFeasible performs a feasibility analysing using the provided processing group parameters.
setProfile(String) - Method in interface org.w3c.dom.html2.HTMLHeadElement
URI [IETF RFC 2396] designating a metadata profile.
setPrompt(String) - Method in interface org.w3c.dom.html2.HTMLIsIndexElement
The prompt message.
setPropagatedFrom(BeanContext) - Method in class java.beans.beancontext.BeanContextEvent
Set the most recent propagator of this event.
setPropagationId(Object) - Method in class java.beans.PropertyChangeEvent
Set the propagation ID.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.CropImageFilter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(Hashtable<?, ?>) - Method in interface java.awt.image.ImageConsumer
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ImageFilter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.PixelGrabber
Our ImageProducer may call this method to send us a list of its image's properties.
setProperties(Hashtable<?, ?>) - Method in class java.awt.image.ReplicateScaleFilter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(Properties) - Static method in class java.lang.System
Set the current set of system properties to the given argument.
setProperty(String, String) - Static method in class java.lang.System
setProperty sets property for a given key.
setProperty(String, String) - Static method in class java.security.Security
Sets or changes a designated Security property to a designated value.
setProperty(String, String) - Method in class java.util.Properties
Adds the given key/value pair to this properties.
setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
Sets the specified SAX2 parser property.
setProperty(String, Object) - Method in class javax.xml.stream.XMLInputFactory
Sets the implementation-specific property of the given name.
setProperty(String, Object) - Method in class javax.xml.stream.XMLOutputFactory
Sets the implementation-specific property of the given name.
setProperty(String, Object) - Method in class javax.xml.validation.SchemaFactory
 
setProperty(String, Object) - Method in class javax.xml.validation.Validator
 
setProperty(String, Object) - Method in class javax.xml.validation.ValidatorHandler
 
setProperty(String, String, String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to set a property value and priority within this declaration block.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setPropertyEditorClass(Class<?>) - Method in class java.beans.PropertyDescriptor
Set the PropertyEditor class.
setPublicId(String) - Method in class javax.xml.transform.stream.StreamSource
Sets the public ID for this source.
setPublicId(String) - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicKey(PublicKey) - Method in class java.security.Identity
Deprecated. Sets the public key for this identity.
setPushLevel(Level) - Method in class java.util.logging.MemoryHandler
Sets the push level threshold for this Handler.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQOP(int) - Method in class org.ietf.jgss.MessageProp
Sets the QOP value.
setQueryTimeout(int) - Method in interface java.sql.Statement
This method sets the number of seconds a statement may be in process before timing out.
setQueryTimeout(int) - Method in interface javax.sql.RowSet
 
setQuotes(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the standard time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the time zone offset, ignoring daylight savings.
setReader(Reader) - Method in class javax.xml.transform.stream.StreamSource
Sets the source reader.
setReadMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the read method.
setReadOnly(NamingException) - Method in class com.sun.jndi.toolkit.dir.HierMemDirCtx
 
setReadOnly() - Method in class java.io.File
This method sets the file represented by this object to be read only.
setReadOnly() - Method in class java.security.PermissionCollection
This method sets this PermissionCollection object to be read only.
setReadOnly(boolean) - Method in interface java.sql.Connection
This method turns read only mode on or off.
setReadOnly() - Method in class javax.security.auth.Subject
Marks this subject as read-only.
setReadOnly(boolean) - Method in interface javax.sql.RowSet
 
setReadOnly(boolean) - Method in interface org.w3c.dom.html2.HTMLInputElement
This control is read-only.
setReadOnly(boolean) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
This control is read-only.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiver(Receiver) - Method in interface javax.sound.midi.Transmitter
Set the Receiver to which MIDI events will be sent.
setRect(Raster) - Method in class java.awt.image.WritableRaster
 
setRect(int, int, Raster) - Method in class java.awt.image.WritableRaster
 
setRect(double, double, double, double) - Method in class java.awt.Rectangle
Updates this rectangle to have the specified dimensions, rounded to the integer precision used by this class (the values are rounded "outwards" so that the stored rectangle completely encloses the specified double precision rectangle).
setRef(RemoteStub, RemoteRef) - Static method in class java.rmi.server.RemoteStub
Deprecated.  
setRef(int, Ref) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java Ref value.
setRef(int, Ref) - Method in interface javax.sql.RowSet
 
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setRel(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Forward link type.
setRel(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Forward link type.
setRelative(boolean) - Method in class javax.naming.NameClassPair
Sets if the name is relative to the target context.
setReleaseParameters(ReleaseParameters) - Method in class javax.realtime.AsyncEventHandler
setReleaseParameters replaces the release parameters for this handler with the parameters provided.
setReleaseParameters(ReleaseParameters) - Method in class javax.realtime.RealtimeThread
setReleaseParameters replaces the release parameters for this RealtimeThread with the parameters provided.
setReleaseParameters(ReleaseParameters) - Method in interface javax.realtime.Schedulable
setReleaseParameters replaces the release parameters for this Schedulable with the parameters provided.
setReleaseParametersIfFeasible(ReleaseParameters) - Method in class javax.realtime.AsyncEventHandler
setReleaseParametersIfFeasible performs a feasibility analysis using the provided release parameters.
setReleaseParametersIfFeasible(ReleaseParameters) - Method in class javax.realtime.RealtimeThread
setReleaseParametersIfFeasible performs a feasibility analysis using the provided release parameters.
setReleaseParametersIfFeasible(ReleaseParameters) - Method in interface javax.realtime.Schedulable
setReleaseParametersIfFeasible performs a feasibility analysis using the provided release parameters.
setRemainingName(Name) - Method in exception javax.naming.NamingException
Sets the part of the name that could be resolved before this exception happend.
setRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
 
setRemainingNewName(Name) - Method in exception javax.naming.CannotProceedException
 
setRenderingHint(RenderingHints.Key, Object) - Method in class java.awt.Graphics2D
Adds or updates a hint in the current rendering hints table.
setRenderingHints(Map<?, ?>) - Method in class java.awt.Graphics2D
Replaces the current rendering hints with the supplied hints.
setRequestControls(Control[]) - Method in class com.sun.jndi.ldap.LdapCtx
 
setRequestControls(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
 
setRequestControls(Control[]) - Method in interface javax.naming.ldap.LdapContext
 
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the value of the named request property.
setResizable(boolean) - Method in class java.awt.Dialog
Changes the resizability of this dialog box.
setResizable(boolean) - Method in class java.awt.Frame
Sets the resizability of this frame to the specified value.
setResolution(RelativeTime) - Method in class javax.realtime.Clock
setResolution sets the resolution of this time to the provided value.
setResolvedName(Name) - Method in exception javax.naming.NamingException
Sets the part of the name that could be resolved before this exception happend.
setResolvedObj(Object) - Method in exception javax.naming.NamingException
Sets the Object to which (part of) the name could be resolved before this exception happend.
setResolvedObj(Object) - Method in class javax.naming.spi.ResolveResult
 
setResourceBundle(ResourceBundle) - Method in class java.util.logging.LogRecord
Sets the resource bundle that is used when the message of this LogRecord needs to be localized.
setResourceBundleName(String) - Method in class java.util.logging.LogRecord
Sets the name of the resource bundle that is used when the message of this LogRecord needs to be localized.
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.SchemaFactory
 
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.Validator
 
setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.ValidatorHandler
 
setResult(Result) - Method in interface javax.xml.transform.sax.TransformerHandler
Sets the result sink to be used as the output of the transformation.
setReturningAttributes(String[]) - Method in class javax.naming.directory.SearchControls
 
setReturningObjFlag(boolean) - Method in class javax.naming.directory.SearchControls
 
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enables/Disables SO_REUSEADDR.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enables/Disables the SO_REUSEADDR option
setReuseAddress(boolean) - Method in class java.net.Socket
Enables/Disables the SO_REUSEADDR option
setRev(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Reverse link type.
setRev(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Reverse link type.
setRevocationEnabled(boolean) - Method in class java.security.cert.PKIXParameters
Sets the value of the revocation enabled flag.
setRGB(int, int, int) - Method in class java.awt.image.BufferedImage
 
setRGB(int, int, int, int, int[], int, int) - Method in class java.awt.image.BufferedImage
 
setRichness(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
setRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
setRollbackOnly() - Method in interface javax.transaction.Transaction
 
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
 
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
 
setRootCause(Throwable) - Method in exception javax.naming.NamingException
Sets the root cause field rootException of this Exception.
setRows(int) - Method in class java.awt.GridLayout
Set the number of rows
setRows(int) - Method in class java.awt.TextArea
Set the preferred number of rows for this text area.
setRows(String) - Method in interface org.w3c.dom.html2.HTMLFrameSetElement
The number of rows of frames in the frameset.
setRows(int) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Number of text rows.
setRowSpan(int) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Number of rows spanned by cell.
setRules(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies which internal table borders to render.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the sample value for band b of the pixel at location (x, y) in the specified data buffer.
setSample(int, int, int, float, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, double, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Sets the sample value for band b of the pixel at location (x, y) in the specified data buffer.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, float, DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, double, DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, int, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int, int, int, int) - Method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
setSample(int, int, int, float) - Method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
setSample(int, int, int, double) - Method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.BandedSampleModel
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamples(int, int, int, int, int, int[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamples(int, int, int, int, int, float[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamples(int, int, int, int, int, double[], DataBuffer) - Method in class java.awt.image.SampleModel
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamples(int, int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
setSamples(int, int, int, int, int, float[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
setSamples(int, int, int, int, int, double[]) - Method in class java.awt.image.WritableRaster
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
setSavepoint() - Method in interface java.sql.Connection
Creates a new unnamed savepoint for this Connection
setSavepoint(String) - Method in interface java.sql.Connection
Creates a new savepoint with the specifiend name for this Connection.
setScale(int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to this BigDecimal's.
setScale(int, int) - Method in interface javax.sql.RowSetMetaData
 
setScheduler(Scheduler, SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.AsyncEventHandler
setScheduler set the scheduler and scheduling, release, memory and processing group parameters for this handler.
setScheduler(Scheduler) - Method in class javax.realtime.AsyncEventHandler
setScheduler sets the scheduler for this handler.
setScheduler(Scheduler, SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in class javax.realtime.RealtimeThread
setScheduler set the scheduler and scheduling, release, memory and processing group parameters for this RealtimeThread.
setScheduler(Scheduler) - Method in class javax.realtime.RealtimeThread
setScheduler sets the scheduler for this RealtimeThread.
setScheduler(Scheduler) - Method in interface javax.realtime.Schedulable
setScheduler sets the scheduler for this Schedulable.
setScheduler(Scheduler, SchedulingParameters, ReleaseParameters, MemoryParameters, ProcessingGroupParameters) - Method in interface javax.realtime.Schedulable
setScheduler set the scheduler and scheduling, release, memory and processing group parameters for this Schedulable.
setSchedulingParameters(SchedulingParameters) - Method in class javax.realtime.AsyncEventHandler
setSchedulingParameters sets the scheduling parameters for this handler.
setSchedulingParameters(SchedulingParameters) - Method in class javax.realtime.RealtimeThread
setSchedulingParameters sets the scheduling parameters for this realtime thread.
setSchedulingParameters(SchedulingParameters) - Method in interface javax.realtime.Schedulable
setSchedulingParameters sets the scheduling parameters for this Schedulable.
setSchedulingParametersIfFeasible(SchedulingParameters) - Method in class javax.realtime.AsyncEventHandler
setSchedulingParametersIfFeasible performs a feasibility analysing using the provided scheduling parameters.
setSchedulingParametersIfFeasible(SchedulingParameters) - Method in class javax.realtime.RealtimeThread
setSchedulingParametersIfFeasible performs a feasibility analysing using the provided scheduling parameters.
setSchedulingParametersIfFeasible(SchedulingParameters) - Method in interface javax.realtime.Schedulable
setSchedulingParametersIfFeasible performs a feasibility analysing using the provided scheduling parameters.
setSchema(Schema) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets the schema.
setSchema(Schema) - Method in class javax.xml.parsers.SAXParserFactory
Sets the schema.
setSchemaName(int, String) - Method in interface javax.sql.RowSetMetaData
 
setScheme(String) - Method in interface org.w3c.dom.html2.HTMLMetaElement
Select form of content.
setScope(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Scope covered by header cells.
setScrolling(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
setScrolling(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
setScrollPosition(Point) - Method in class java.awt.ScrollPane
Sets the scroll position to the specified value.
setScrollPosition(int, int) - Method in class java.awt.ScrollPane
Sets the scroll position to the specified value.
setSearchable(int, boolean) - Method in interface javax.sql.RowSetMetaData
 
setSearchScope(int) - Method in class javax.naming.directory.SearchControls
 
setSecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setSeconds(int) - Method in class java.sql.Date
Deprecated.  
setSeconds(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.SECOND, seconds) instead.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
setSecurityManager sets a new security manager.
setSecurityManager(RealtimeSecurity) - Static method in class javax.realtime.RealtimeSystem
setSecurityManager replaces the current security manager by a new manager.
setSeed(byte[]) - Method in class java.security.SecureRandom
Seeds the SecureRandom.
setSeed(long) - Method in class java.security.SecureRandom
Seeds the SecureRandom.
setSeed(long) - Method in class java.util.Random
Sets the seed for this pseudorandom number generator.
setSelected(boolean) - Method in interface org.w3c.dom.html2.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
This method sets the specified checkbox to be the selected on in this group, and unsets all others.
setSelectedIndex(int) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choice.
setSelectedIndex(int) - Method in class javax.security.auth.callback.ConfirmationCallback
Set the selected confirmation option.
setSelectedIndex(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
setSelectedIndexes(int[]) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choices.
setSelectionEnd(int) - Method in class java.awt.TextComponent
Sets the ending position of the selected region to the specified value.
setSelectionStart(int) - Method in class java.awt.TextComponent
Sets the starting position of the selected region to the specified value.
setSelectorText(String) - Method in interface org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
setSelectorText(String) - Method in interface org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSendBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSequence(Sequence) - Method in interface javax.sound.midi.Sequencer
Set the Sequence object for this sequencer.
setSequence(InputStream) - Method in interface javax.sound.midi.Sequencer
Set the sequence for this sequencer.
setSequenceNumber(long) - Method in class java.util.logging.LogRecord
Sets the sequence number of this LogRecord to a new value.
setSequenceNumber(long) - Method in class javax.management.Notification
Sets the sequence number to the value specified.
setSerialNumber(BigInteger) - Method in class java.security.cert.X509CertSelector
Sets the serial number of the desired certificate.
setSessionCacheSize(int) - Method in interface javax.net.ssl.SSLSessionContext
Sets the maximum number of sessions that may be cached by this session context.
setSessionTimeout(int) - Method in interface javax.net.ssl.SSLSessionContext
Sets the period of time (in seconds) that a session may be cached for before becoming invalid.
setShape(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The shape of the active area.
setShape(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
The shape of the active area.
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
setShort sets an array element to a a given value.
setShort(Object, short) - Method in class java.lang.reflect.Field
setShort sets the value of this field.
setShort(String, short) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java short value.
setShort(int, short) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java short value.
setShort(long, short) - Method in class javax.realtime.RawMemoryAccess
setShort writes a short to the given offset.
setShort(int, short) - Method in interface javax.sql.RowSet
 
setShortcut(MenuShortcut) - Method in class java.awt.MenuItem
Sets the shortcut for this menu item to the specified value.
setShortDescription(String) - Method in class java.beans.FeatureDescriptor
Set the localized short description for this feature.
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display abbreviated month names.
setShorts(long, short[], int, int) - Method in class javax.realtime.RawMemoryAccess
setShorts writes a number of shorts to the given offset.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display abbreviated weekday names.
setSides(JobAttributes.SidesType) - Method in class java.awt.JobAttributes
 
setSidesToDefault() - Method in class java.awt.JobAttributes
 
setSigned(int, boolean) - Method in interface javax.sql.RowSetMetaData
 
setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
setSigners sets the signers for a class to the given object array.
setSigProvider(String) - Method in class java.security.cert.PKIXParameters
Sets the signature algorithm provider, or null if there is no preferred provider.
setSize(Dimension) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the size of this component.
setSize(int, int) - Method in class java.awt.Component
Sets the size of this component to the specified width and height.
setSize(Dimension) - Method in class java.awt.Component
Sets the size of this component to the specified value.
setSize(double, double) - Method in class java.awt.Dimension
Sets the size of this dimension.
setSize(Dimension) - Method in class java.awt.Dimension
Sets the width and height of this object to match that of the specified object.
setSize(int, int) - Method in class java.awt.Dimension
Sets the width and height of this object to the specified values.
setSize(Dimension) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the size of the component.
setSize(Dimension) - Method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
setSize(int, int) - Method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
setSize(int) - Method in class java.util.Vector
Explicitly sets the size of the vector (but not necessarily the size of the internal data array).
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSize(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
setSize(int) - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Computed font size.
setSize(String) - Method in interface org.w3c.dom.html2.HTMLFontElement
Font size.
setSize(String) - Method in interface org.w3c.dom.html2.HTMLHRElement
The height of the rule.
setSize(int) - Method in interface org.w3c.dom.html2.HTMLInputElement
Size information.
setSize(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
Number of visible rows.
setSlaveSyncMode(Sequencer.SyncMode) - Method in interface javax.sound.midi.Sequencer
Set the slave synchronization mode for this sequencer.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the address of the remote host this package will be sent
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the SocketImplFactory for all ServerSocket's.
setSocketFactory(RMISocketFactory) - Static method in class java.rmi.server.RMISocketFactory
 
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the SocketImplFactory.
setSoLinger(boolean, int) - Method in class java.net.Socket
Sets the value of the SO_LINGER option on the socket.
setSolo(boolean) - Method in interface javax.sound.midi.MidiChannel
Turns solo mode on or off.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Sets the value of the socket's SO_TIMEOUT value.
setSoTimeout(int) - Method in class java.net.ServerSocket
Sets the value of SO_TIMEOUT.
setSoTimeout(int) - Method in class java.net.Socket
Sets the value of the SO_TIMEOUT option on the socket.
setSource(Object) - Method in class java.awt.AWTEvent
Retarget the event, such as converting a heavyweight component to a lightweight child of the original.
setSource(Object) - Method in class java.beans.PropertyEditorSupport
Sets the bean that is used as the source of events when property changes occur.
setSource(Object) - Method in class javax.management.Notification
Sets the source of this notification to the value specified.
setSourceClassName(String) - Method in class java.util.logging.LogRecord
Sets the name of the class where the event being logged has had its origin.
setSourceMethodName(String) - Method in class java.util.logging.LogRecord
Sets the name of the method where the event being logged has had its origin.
setSpan(int) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
setSpeak(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
setSpeakHeader(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
setSpeakNumeral(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
setSpeakPunctuation(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "specified" flag of a specific attribute.
setSpeechRate(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
setSrc(String) - Method in interface org.w3c.dom.html2.HTMLFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
setSrc(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
setSrc(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating the source of this image.
setSrc(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
setSrc(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
URI [IETF RFC 2396] designating an external script.
setSSLSocketFactory(SSLSocketFactory) - Method in class javax.net.ssl.HttpsURLConnection
Sets the SSL socket factory for this instance.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
This method allows to override the stack trace that was filled during construction of this object.
setStandby(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Message to render while loading the object.
setStart(HighResolutionTime) - Method in class javax.realtime.PeriodicParameters
setStart set the start time.
setStart(HighResolutionTime) - Method in class javax.realtime.ProcessingGroupParameters
setStart sets the start time to a new value.
setStart(int) - Method in interface org.w3c.dom.html2.HTMLOListElement
Starting sequence number.
setStart(Node, int) - Method in interface org.w3c.dom.ranges.Range
Sets the attributes describing the start of the Range.
setStartAfter(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in interface org.w3c.dom.ranges.Range
Sets the start position to be before a node
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the first year, where daylight savings applies.
setState(boolean) - Method in class java.awt.Checkbox
Sets the state of this checkbox to the specified value.
setState(boolean) - Method in class java.awt.CheckboxMenuItem
Sets the state of this menu item.
setState(int) - Method in class java.awt.Frame
 
setState(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Sets the value of synchronization state.
setState(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Sets the value of synchronization state.
setStatus(int) - Method in class com.sun.jndi.toolkit.ctx.HeadTail
 
setStatus(int) - Method in class com.sun.jndi.toolkit.ctx.StringHeadTail
 
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStream(String, InputStream) - Method in interface java.applet.AppletContext
Associate a stream to a key for this applet context, possibly replacing the old value.
setStrength(int) - Method in class java.text.Collator
Sets this Collator's strength property.
setStress(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
setStrictErrorChecking(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
setString(String, String) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java String value.
setString(long, String) - Method in interface java.sql.Clob
Writes the specified string into this Clob, starting at the specified index.
setString(long, String, int, int) - Method in interface java.sql.Clob
Writes the specified portion of a string into this Clob, starting at the specified index.
setString(int, String) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java String value.
setString(int, String) - Method in interface javax.sql.RowSet
 
setStringData(String) - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
setStringValue(short, String) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
A method to set the string value with the specified unit.
setStroke(Stroke) - Method in class java.awt.Graphics2D
Sets the stroke to be used for subsequent drawing operations.
setStub(AppletStub) - Method in class java.applet.Applet
The browser calls this method to set the applet's stub, which is the low level interface to the browser.
setSubject(String) - Method in class java.security.cert.X509CertSelector
Sets the subject, specified as a string representation of the subject's distinguished name.
setSubject(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subject, specified as the DER encoding of the subject's distinguished name.
setSubjectAlternativeNames(Collection) - Method in class java.security.cert.X509CertSelector
Sets the subject alternative names critertion.
setSubjectKeyIdentifier(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subject key identifier criterion, or null to clear this criterion.
setSubjectPublicKey(PublicKey) - Method in class java.security.cert.X509CertSelector
Sets the subject public key criterion as an opaque representation.
setSubjectPublicKey(byte[]) - Method in class java.security.cert.X509CertSelector
Sets the subject public key criterion as a DER-encoded key.
setSubjectPublicKeyAlgID(String) - Method in class java.security.cert.X509CertSelector
Sets the public key algorithm ID that matching certificates must have.
setSuccess() - Method in class com.sun.jndi.toolkit.ctx.Continuation
Sets this Continuation to indicate successful completion.
setSummary(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Description about the purpose or structure of a table.
setSupplementaryStates(boolean, boolean, boolean, boolean, int, String) - Method in class org.ietf.jgss.MessageProp
This method sets the state for the supplementary information flags and the minor status in MessageProp.
setSystem(ActivationSystem) - Static method in class java.rmi.activation.ActivationGroup
Set the activation system for this virtual machine.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMResult
Sets the system ID used to resolve external entities.
setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
Sets the base URI to use as the context for resolving entities.
setSystemId(String) - Method in interface javax.xml.transform.Result
Sets the XML system ID for this result.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXResult
Sets the system ID which this result represents.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
Sets the system ID for this source.
setSystemId(String) - Method in interface javax.xml.transform.sax.TemplatesHandler
Sets the system ID for the templates object created by this processor.
setSystemId(String) - Method in interface javax.xml.transform.sax.TransformerHandler
Sets the system ID relative to which URLs will be resolved.
setSystemId(String) - Method in interface javax.xml.transform.Source
Sets the XML system ID for this source.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamResult
Sets the system ID.
setSystemId(File) - Method in class javax.xml.transform.stream.StreamResult
Sets the system ID from a File reference.
setSystemId(String) - Method in class javax.xml.transform.stream.StreamSource
Sets the system ID for this source.
setSystemId(File) - Method in class javax.xml.transform.stream.StreamSource
Sets the system ID using a File reference.
setSystemId(String) - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
setSystemId(String) - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemScope(IdentityScope) - Static method in class java.security.IdentityScope
Deprecated. Sets the scope of the system.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLAreaElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLButtonElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLInputElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
setTableLayout(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
setTableName(int, String) - Method in interface javax.sql.RowSetMetaData
 
setTarget(Remote) - Method in interface javax.rmi.CORBA.Tie
Set the invocation target, where all method calls should be delegated.
setTarget(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Frame to render the resource in.
setTarget(String) - Method in interface org.w3c.dom.html2.HTMLAreaElement
Frame to render the resource in.
setTarget(String) - Method in interface org.w3c.dom.html2.HTMLBaseElement
The default target frame.
setTarget(String) - Method in interface org.w3c.dom.html2.HTMLFormElement
Frame to render the resource in.
setTarget(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Frame to render the resource in.
setTargetCertConstraints(CertSelector) - Method in class java.security.cert.PKIXParameters
Sets the constraints placed on the target certificate.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Sets the TCP_NODELAY option on the socket.
setTempoFactor(float) - Method in interface javax.sound.midi.Sequencer
Set a scaling factor for the playback tempo, which is 1.0 by default.
setTempoInBPM(float) - Method in interface javax.sound.midi.Sequencer
Sets the current tempo in beats per minute.
setTempoInMPQ(float) - Method in interface javax.sound.midi.Sequencer
Sets the current tempo in microseconds per quarter note.
setText(String) - Method in class java.awt.Label
Sets the text in this label to the specified value.
setText(String) - Method in class java.awt.TextComponent
Sets the text in this component to the specified string.
setText(String) - Method in class java.text.BreakIterator
This method sets the text string to iterate over.
setText(CharacterIterator) - Method in class java.text.BreakIterator
This method sets the text to iterate over from the specified CharacterIterator.
setText(String) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(CharacterIterator) - Method in class java.text.CollationElementIterator
Set a new string over which to iterate.
setText(String) - Method in class java.text.StringCharacterIterator
This method allows other classes in java.text to change the value of the underlying text being iterated through.
setText(String) - Method in class javax.security.auth.callback.TextInputCallback
Set the retrieved text.
setText(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
Document text color.
setText(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
The script content of the element.
setText(String) - Method in interface org.w3c.dom.html2.HTMLTitleElement
The specified title as a string.
setText(String) - Method in class sun.text.normalizer.NormalizerBase
Set the input text over which this Normalizer will iterate.
setText(CharacterIterator) - Method in class sun.text.normalizer.NormalizerBase
Set the input text over which this Normalizer will iterate.
setTextAlign(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
setTextContent(String) - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
setTextDecoration(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
setTextIndent(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
setTextShadow(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
setTextTransform(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
setTFoot(HTMLTableSectionElement) - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's TFOOT, or null if none exists.
setTHead(HTMLTableSectionElement) - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's THEAD, or null if none exists.
setThreadContentionMonitoringEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Toggles the monitoring of thread contention.
setThreadCpuTimeEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Toggles the monitoring of CPU time used by threads.
setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadID(int) - Method in class java.util.logging.LogRecord
Sets the identifier indicating in which thread this LogRecord was created.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Associates this LogRecord with an exception or error.
setTick(long) - Method in class javax.sound.midi.MidiEvent
Set the timestemp for this event in MIDI ticks.
setTickPosition(long) - Method in interface javax.sound.midi.Sequencer
Set the current playback position of the sequencer in MIDI ticks.
setTime(String, Time) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(String, Time, Calendar) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(int, Time) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(int, Time, Calendar) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time to the given Date.
setTime(long) - Method in class java.util.Date
Sets the time which this object should represent.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the modification time of the entry.
setTime(int, Time) - Method in interface javax.sql.RowSet
 
setTime(int, Time, Calendar) - Method in interface javax.sql.RowSet
 
setTime(int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setTime(int, int, int, BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setTime(int, int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's time to the given Time.
setTimeLimit(int) - Method in class javax.naming.directory.SearchControls
 
setTimestamp(String, Timestamp) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in interface java.sql.CallableStatement
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimeStamp(long) - Method in class javax.management.Notification
Sets the date and time at which this notification was emitted.
setTimestamp(int, Timestamp) - Method in interface javax.sql.RowSet
 
setTimestamp(int, Timestamp, Calendar) - Method in interface javax.sql.RowSet
 
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Sets the Time to Live (TTL) setting on this socket to the specified value.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Sets the "Time to Live" value for a socket.
setTimeZone(TimeZone) - Method in class java.text.DateFormat
This method sets the time zone that should be used by this object.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone to the specified value.
setTimezone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setTitle(String) - Method in class java.awt.Dialog
Sets the title of this dialog box to the specified string.
setTitle(String) - Method in class java.awt.Frame
Sets this frame's title to the specified value.
setTitle(String) - Method in interface org.w3c.dom.html2.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
setTitle(String) - Method in interface org.w3c.dom.html2.HTMLElement
The element's advisory title.
setTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
setToPage(int) - Method in class java.awt.JobAttributes
 
setTrackMute(int, boolean) - Method in interface javax.sound.midi.Sequencer
Sets the mute state for a specific track.
setTrackSolo(int, boolean) - Method in interface javax.sound.midi.Sequencer
Sets the solo state for a specific track.
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets the traffic class value
setTrafficClass(int) - Method in class java.net.Socket
Sets the traffic class value
setTransactionIsolation(int) - Method in interface java.sql.Connection
This method sets the current transaction isolation mode.
setTransactionIsolation(int) - Method in interface javax.sql.RowSet
 
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
 
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
 
setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
 
setTransform(AffineTransform) - Method in class java.awt.Graphics2D
Sets the current transform.
setTrustAnchors(Set) - Method in class java.security.cert.PKIXParameters
Sets the trust anchors of this class, replacing the current trust anchors with those in the given set.
setTTL(byte) - Method in class java.net.DatagramSocketImpl
Deprecated.  
setTTL(byte) - Method in class java.net.MulticastSocket
Deprecated. 1.2 Replaced by setTimeToLive
setType(int) - Method in interface javax.sql.RowSet
 
setType(String) - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Advisory content type.
setType(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
The type of control created (all lower case).
setType(String) - Method in interface org.w3c.dom.html2.HTMLLIElement
List item bullet style.
setType(String) - Method in interface org.w3c.dom.html2.HTMLLinkElement
Advisory content type.
setType(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via data attribute.
setType(String) - Method in interface org.w3c.dom.html2.HTMLOListElement
Numbering style.
setType(String) - Method in interface org.w3c.dom.html2.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
setType(String) - Method in interface org.w3c.dom.html2.HTMLScriptElement
The content type of the script language.
setType(String) - Method in interface org.w3c.dom.html2.HTMLStyleElement
The content type of the style sheet language.
setType(String) - Method in interface org.w3c.dom.html2.HTMLUListElement
Bullet style.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setTypeMap(Map<String, Class<?>>) - Method in interface java.sql.Connection
This method sets the mapping table for SQL types to Java classes.
setTypeMap(Map) - Method in interface javax.sql.RowSet
 
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Sets this thread's uncaught exception handler.
setUndecorated(boolean) - Method in class java.awt.Dialog
Disables or enables decorations for this frame.
setUndecorated(boolean) - Method in class java.awt.Frame
Disables or enables decorations for this frame.
setUnexecutedModifications(ModificationItem[]) - Method in exception javax.naming.directory.AttributeModificationException
 
setUnicast(boolean) - Method in class java.beans.EventSetDescriptor
Sets whether or not multiple listeners may be added.
setUnicodeBidi(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
setUnicodeStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
Deprecated.  
setUnitIncrement(int) - Method in interface java.awt.Adjustable
Sets the increment value for incrementing the value by units.
setUnitIncrement(int) - Method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "unit" amount control.
setUnitIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
 
setUpdateRect(Rectangle) - Method in class java.awt.event.PaintEvent
Sets the rectangle to be updated for this event.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURIResolver(URIResolver) - Method in class javax.xml.transform.Transformer
Sets the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
setURIResolver(URIResolver) - Method in class javax.xml.transform.TransformerFactory
Set the resolver callback to be used by transformers obtained from this factory.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated. 1.2 Please use #setURL(URL,String,String,int,String,String,String,String);
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values
setURL(String, URL) - Method in interface java.sql.CallableStatement
This method sets the value of the specified parameter to the specified java.net.URL
setURL(int, URL) - Method in interface java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.net.URL value.
setUrl(String) - Method in interface javax.sql.RowSet
 
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets the URLStreamHandlerFactory for this class.
setUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the threshold usage level to the given value.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets a boolean flag indicating whether or not caching will be used (if possible) to store data downloaded via the connection.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
Sets whether or not sockets accepted by this server socket will be created in client mode.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will connect in client mode.
setUseMap(String) - Method in interface org.w3c.dom.html2.HTMLImageElement
Use client-side image map.
setUseMap(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
Use client-side image map.
setUseMap(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Use client-side image map.
setUseParentHandlers(boolean) - Method in class java.util.logging.Logger
Sets whether or not this Logger forwards log records to handlers registered for its parent loggers.
setUserData(Object) - Method in class javax.management.Notification
Sets the additional user data associated with the notification to the specified value.
setUserData(String, Object, UserDataHandler) - Method in interface org.w3c.dom.Node
Associate an object to a key on this node.
setUsername(String) - Method in interface javax.sql.RowSet
 
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will validate their input.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will validate their input.
setVAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Vertical alignment of data in cell.
setVAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Vertical alignment of cell data in column.
setVAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Vertical alignment of data within cells of this row.
setVAlign(String) - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Vertical alignment of data in cells.
setValue(int) - Method in interface java.awt.Adjustable
Sets the current value of the object.
setValue(int) - Method in class java.awt.Scrollbar
Sets the current value for this scrollbar to the specified value.
setValue(int) - Method in class java.awt.ScrollPaneAdjustable
 
setValue(Object) - Method in class java.beans.Expression
Set the cached value to be returned by getValue()
setValue(String, Object) - Method in class java.beans.FeatureDescriptor
Set an arbitrary string-value pair with this feature.
setValue(Object) - Method in interface java.beans.PropertyEditor
Called by the RAD tool to set the value of this property for the PropertyEditor.
setValue(Object) - Method in class java.beans.PropertyEditorSupport
Sets the current value of the property and a property change event is fired to all registered PropertyChangeListener instances.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value with the specified object.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value with the specified object (optional operation).
setValue(boolean) - Method in class javax.sound.sampled.BooleanControl
Set the value of the control as indicated.
setValue(Object) - Method in class javax.sound.sampled.EnumControl
Set the value of this control.
setValue(float) - Method in class javax.sound.sampled.FloatControl
Set the new value of this control.
setValue(String) - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLButtonElement
The current form control value.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
setValue(int) - Method in interface org.w3c.dom.html2.HTMLLIElement
Reset sequence number when used in OL.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLOptionElement
The current form control value.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLParamElement
The value of a run-time parameter.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLSelectElement
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
setValue(String) - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValueIsAdjusting(boolean) - Method in class java.awt.Scrollbar
Sets the value of valueIsAdjusting.
setValueIsAdjusting(boolean) - Method in class java.awt.ScrollPaneAdjustable
Sets the value of valueIsAdjusting.
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
Sets the current value, visible amount, minimum, and maximum for this scrollbar.
setValuesCaseSensitive(boolean) - Method in class com.sun.jndi.ldap.LdapName
Controls whether string-values are treated as case-sensitive when the string values within names are compared.
setValueType(String) - Method in interface org.w3c.dom.html2.HTMLParamElement
Information about the meaning of the value attribute value.
setVerbose(boolean) - Method in interface java.lang.management.ClassLoadingMXBean
Turns on or off the emission of additional information when classes are loaded and unloaded.
setVerbose(boolean) - Method in interface java.lang.management.MemoryMXBean
Turns on or off the emission of additional information when memory is allocated and deallocated.
setVersion(String) - Method in interface org.w3c.dom.html2.HTMLHtmlElement
Version information about the document's DTD.
setVerticalAlign(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
setVgap(int) - Method in class java.awt.BorderLayout
Sets the vertical gap to the specified value.
setVgap(int) - Method in class java.awt.CardLayout
Set this layout manager's vertical gap.
setVgap(int) - Method in class java.awt.FlowLayout
Sets the vertical gap between lines of components to the specified value.
setVgap(int) - Method in class java.awt.GridLayout
Set the vertical gap.
setVisibility(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
setVisible(boolean) - Method in class java.awt.Component.AccessibleAWTComponent
Sets the visibility of this component.
setVisible(boolean) - Method in class java.awt.Component
Makes this component visible or invisible.
setVisible(boolean) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Sets the visibility state of the component.
setVisibleAmount(int) - Method in interface java.awt.Adjustable
Sets the length of the indicator for this object to the specified value.
setVisibleAmount(int) - Method in class java.awt.Scrollbar
Sets the width of the scrollbar's thumb, in units relative to the maximum and minimum value of the scrollbar.
setVisibleAmount(int) - Method in class java.awt.ScrollPaneAdjustable
This method should never be called.
setVLink(String) - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of links that have been visited by the user.
setVoiceFamily(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
setVolume(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
setVspace(int) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Vertical space, in pixels, above and below this image, applet, or object.
setVspace(int) - Method in interface org.w3c.dom.html2.HTMLImageElement
Vertical space above and below this image in pixels.
setVspace(int) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Vertical space, in pixels, above and below this image, applet, or object.
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Sets whether or not this server socket will want client authentication.
setWantClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will request that connecting clients authenticate themselves.
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
This method sets the list of strings used to display weekday names.
setWheelScrollingEnabled(boolean) - Method in class java.awt.ScrollPane
Enables/disables wheel scrolling.
setWhiteSpace(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
setWidows(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
setWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLAppletElement
Override width.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLHRElement
The width of the rule.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame width.
setWidth(int) - Method in interface org.w3c.dom.html2.HTMLImageElement
The width of the image in pixels.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLObjectElement
Override width.
setWidth(int) - Method in interface org.w3c.dom.html2.HTMLPreElement
Fixed width for content.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell width.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLTableColElement
Default column width.
setWidth(String) - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the desired table width.
setWordSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
setWriteMethod(Method) - Method in class java.beans.PropertyDescriptor
Sets the write method.
setWriter(Writer) - Method in class javax.xml.transform.stream.StreamResult
Sets the target writer.
setXIncludeAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXIncludeAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
Sets the SAX parser to be used by this source.
setXMLReporter(XMLReporter) - Method in class javax.xml.stream.XMLInputFactory
Sets the error reporter.
setXMLResolver(XMLResolver) - Method in class javax.xml.stream.XMLInputFactory
Sets the entity resolver.
setXmlStandalone(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
setXORMode(Color) - Method in class java.awt.Graphics
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
setXPathFunctionResolver(XPathFunctionResolver) - Method in interface javax.xml.xpath.XPath
 
setXPathFunctionResolver(XPathFunctionResolver) - Method in class javax.xml.xpath.XPathFactory
Sets the XPath extension function resolver calback.
setXPathVariableResolver(XPathVariableResolver) - Method in interface javax.xml.xpath.XPath
 
setXPathVariableResolver(XPathVariableResolver) - Method in class javax.xml.xpath.XPathFactory
Sets the XPath variable resolver calback.
setYear(int) - Method in class java.sql.Time
Deprecated.  
setYear(int) - Method in class java.util.Date
Deprecated. Use Calendar instead of Date, and use set(Calendar.YEAR, year) instead. Note about the 1900 difference in year.
setYear(BigInteger) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setYear(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
 
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the digit zero.
setZIndex(String) - Method in interface org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
setZoneStrings(String[][]) - Method in class java.text.DateFormatSymbols
This method sets the list of display strings for time zones.
SEVERE - Static variable in class java.util.logging.Level
Log records whose level is SEVERE indicate a serious failure that prevents normal program execution.
severe(String) - Method in class java.util.logging.Logger
Logs a message with severity level SEVERE, indicating a serious failure that prevents normal program execution.
Severity - Class in javax.print.attribute.standard
The Severity printing attribute specifies the severity for a PrinterStateReason attribute.
Severity(int) - Constructor for class javax.print.attribute.standard.Severity
Constructs a Severity object.
SEVERITY_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is error.
SEVERITY_FATAL_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is fatal error.
SEVERITY_WARNING - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is warning.
Shape - Interface in java.awt
This interface represents an abstract shape.
SHARED - Static variable in class javax.realtime.PhysicalMemoryManager
Memory type for shared memory, if supported by the implementation.
SharedSecrets - Class in sun.misc
A repository of "shared secrets", which are a mechanism for calling implementation-private methods in another package without using reflection.
SharedSecrets() - Constructor for class sun.misc.SharedSecrets
 
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
shear(double, double) - Method in class java.awt.Graphics2D
 
SheetCollate - Class in javax.print.attribute.standard
The SheetCollate printing attribute specifies whether or not the sheets of each copy in a print job have to be in sequence.
SheetCollate(int) - Constructor for class javax.print.attribute.standard.SheetCollate
Creates a SheetCollate object.
shift(float, float, int) - Method in class javax.sound.sampled.FloatControl
This tells the control to start at the starting value and to shift its value incrementally to the final value over the given time interval, specified in microseconds.
SHIFT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The SHIFT key extended modifier.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
Bit mask indicating the shift key was pressed.
SHIFT_MASK - Static variable in class java.awt.event.InputEvent
This is the bit mask which indicates the shift key is down.
SHIFT_MASK - Static variable in class java.awt.Event
 
shiftDown() - Method in class java.awt.Event
 
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
Short - Class in java.lang
Short provides a class for short values stored in objects.
Short(short) - Constructor for class java.lang.Short
Constructor to create an instance of Short with the given short value.
Short(String) - Constructor for class java.lang.Short
Constructor to create an instance of Short with the value provided as a string.
SHORT - Static variable in class java.text.DateFormat
 
SHORT - Static variable in class java.util.TimeZone
Constant used to indicate that a short timezone abbreviation should be returned, such as "EST"
SHORT - Static variable in class javax.management.openmbean.SimpleType
The SimpleType representation of java.lang.Short.
ShortBuffer - Class in java.nio
 
ShortBufferException - Exception in javax.crypto
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.
ShortBufferException() - Constructor for exception javax.crypto.ShortBufferException
 
ShortBufferException(String) - Constructor for exception javax.crypto.ShortBufferException
 
shortcuts() - Method in class java.awt.MenuBar
Returns a list of all shortcuts for the menus in this menu bar.
ShortHolder - Class in org.omg.CORBA
A holder for CORBA short that is mapped into java short.
ShortHolder() - Constructor for class org.omg.CORBA.ShortHolder
Constructs an instance of ShortHolder, initializing ShortHolder.value to 0.
ShortHolder(short) - Constructor for class org.omg.CORBA.ShortHolder
Constructs an instance of ShortHolder, initializing ShortHolder.value to the given short.
ShortLookupTable - Class in java.awt.image
ShortLookupTable represents translation arrays for pixel values.
ShortLookupTable(int, short[][]) - Constructor for class java.awt.image.ShortLookupTable
Creates a new ShortLookupTable instance.
ShortLookupTable(int, short[]) - Constructor for class java.awt.image.ShortLookupTable
Creates a new ShortLookupTable instance.
ShortMessage - Class in javax.sound.midi
A short MIDI message that is no longer than 3 bytes long.
ShortMessage() - Constructor for class javax.sound.midi.ShortMessage
Create a short MIDI message.
ShortMessage(byte[]) - Constructor for class javax.sound.midi.ShortMessage
Create a short MIDI message.
ShortSeqHelper - Class in org.omg.CORBA
Provides static helper methods for working with CORBA sequence of short (ShortSeq).
ShortSeqHelper() - Constructor for class org.omg.CORBA.ShortSeqHelper
 
ShortSeqHolder - Class in org.omg.CORBA
A sequence holder for CORBA ShortSeq that is mapped into java short[].
ShortSeqHolder() - Constructor for class org.omg.CORBA.ShortSeqHolder
Constructs an instance of ShortSeqHolder, initializing ShortSeqHolder.value to null.
ShortSeqHolder(short[]) - Constructor for class org.omg.CORBA.ShortSeqHolder
Constructs an instance of ShortSeqHolder, initializing ShortSeqHolder.value to the given short[].
ShortSignature - Class in sun.reflect.generics.tree
AST that represents the type short.
shortValue() - Method in class java.lang.Byte
shortValue returns the value of this as a short.
shortValue() - Method in class java.lang.Double
shortValue returns the value of this as a short.
shortValue() - Method in class java.lang.Float
shortValue returns the value of this as a short.
shortValue() - Method in class java.lang.Integer
shortValue returns the value of this as a short.
shortValue() - Method in class java.lang.Long
shortValue returns the value of this as a short.
shortValue() - Method in class java.lang.Number
shortValue returns this number as a short, may involve rounding or truncation.
shortValue() - Method in class java.lang.Short
shortValue returns the value of this as a short.
shortValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a short, checking for lost information.
show(Container, String) - Method in class java.awt.CardLayout
Cause the named component to be shown.
show() - Method in class java.awt.Component.BltBufferStrategy
Bring the contents of the back buffer to the front buffer.
show() - Method in class java.awt.Component.FlipBufferStrategy
Bring the contents of the back buffer to the front buffer.
show() - Method in class java.awt.Component
Deprecated. use Component.setVisible(boolean) instead
show(boolean) - Method in class java.awt.Component
Deprecated. use Component.setVisible(boolean) instead
show() - Method in class java.awt.Dialog
Deprecated. Use Component.setVisible(boolean) instead.
show() - Method in class java.awt.image.BufferStrategy
Applies this buffer strategy.
show(Component, int, int) - Method in class java.awt.PopupMenu
Displays this popup menu at the specified coordinates relative to the specified component.
show() - Method in class java.awt.Window
Deprecated. 
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show all Nodes.
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Attr nodes.
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show CDATASection nodes.
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Comment nodes.
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Document nodes.
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show DocumentFragment nodes.
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show DocumentType nodes.
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Element nodes.
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Entity nodes.
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show EntityReference nodes.
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Notation nodes.
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show ProcessingInstruction nodes.
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
Show Text nodes.
showDocument(URL) - Method in interface java.applet.AppletContext
Displays the web page pointed to by the specified URL in the window for this object.
showDocument(URL, String) - Method in interface java.applet.AppletContext
Displays the web page pointed to be the sepcified URL in the window with the specified name.
SHOWING_CHANGED - Static variable in class java.awt.event.HierarchyEvent
This indicates that the HIERARCHY_CHANGED is a changed visibility.
showReachability(Class) - Static method in class com.aicas.jamaica.lang.Debug
Show the reachability of all instances of a given class.
showReferencesToClass(Class) - Static method in class com.aicas.jamaica.lang.Debug
Show references to all instances of a given class.
showStats(PrintStream) - Static method in class com.sun.jndi.ldap.LdapPoolManager
 
showStats(PrintStream) - Method in class com.sun.jndi.ldap.pool.Pool
 
showStatus(String) - Method in class java.applet.Applet
Displays the specified message in the status window if that window exists.
showStatus(String) - Method in interface java.applet.AppletContext
Displays the specified message in the status window if that window exists.
shuffle(List<?>) - Static method in class java.util.Collections
Shuffle a list according to a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Shuffle a list according to a given source of randomness.
shutdown() - Method in interface java.rmi.activation.ActivationSystem
Shutdown the activation system and all associated activation groups
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
SHUTDOWN - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer device has been shutdown or removed from service.
shutdown(boolean) - Method in class org.omg.CORBA.ORB
Shutdown the ORB server.
shutdownInput() - Method in class java.net.Socket
Closes the input side of the socket stream.
shutdownInput() - Method in class java.net.SocketImpl
Shut down the input side of this socket.
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownOutput() - Method in class java.net.Socket
Closes the output side of the socket stream.
shutdownOutput() - Method in class java.net.SocketImpl
Shut down the output side of this socket.
SIDE - Static variable in class javax.print.attribute.standard.MediaTray
Side tray
Sides - Class in javax.print.attribute.standard
The Sides printing attribute specifies how consecutive printing pages are arranged on the media sheet.
Sides(int) - Constructor for class javax.print.attribute.standard.Sides
Creates a Sides object.
SIGABRT - Static variable in class javax.realtime.POSIXSignalHandler
Abort (ANSI).
SIGALRM - Static variable in class javax.realtime.POSIXSignalHandler
Alarm clock (POSIX).
SIGBUS - Static variable in class javax.realtime.POSIXSignalHandler
BUS error (4.2 BSD), optional signal.
SIGCANCEL - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGCHLD - Static variable in class javax.realtime.POSIXSignalHandler
Child status has changed (POSIX).
SIGCLD - Static variable in class javax.realtime.POSIXSignalHandler
Same as SIGCHLD (System V), optional signal.
SIGCONT - Static variable in class javax.realtime.POSIXSignalHandler
Continue (POSIX), optional signal.
SIGEMT - Static variable in class javax.realtime.POSIXSignalHandler
EMT instruction, optional signal.
SIGFPE - Static variable in class javax.realtime.POSIXSignalHandler
floating point exception
SIGFREEZE - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGHUP - Static variable in class javax.realtime.POSIXSignalHandler
Hangup (POSIX).
SIGILL - Static variable in class javax.realtime.POSIXSignalHandler
illegal instruction (ANSI)
SIGINT - Static variable in class javax.realtime.POSIXSignalHandler
interrupt (ANSI)
SigIntHandler - Class in com.aicas.jamaica.lang
SigIntHandler provides Jamaica's default handler for SIG_INT, i.e., the POSIX signal that is sent on a control+c key stroke.
SigIntHandler() - Constructor for class com.aicas.jamaica.lang.SigIntHandler
Constructor to intialize and activate this SigIntHandler.
SIGIO - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGIOT - Static variable in class javax.realtime.POSIXSignalHandler
IOT instruction (4.2 BSD), optional signal.
SIGKILL - Static variable in class javax.realtime.POSIXSignalHandler
Kill, unblockable (POSIX).
SIGLOST - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGLWP - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGN - Static variable in class java.security.Signature
Possible state value which signifies that this instance has been initialized for signing purposes.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data fed to this instance.
sign(byte[], int, int) - Method in class java.security.Signature
Generates signature bytes of all the data fed to this instance and stores it in the designated array.
SIGN - Static variable in class java.text.NumberFormat.Field
Attribute set to all characters containing a sign (plus or minus).
SIGN_BIT_MASK - Static variable in class sun.misc.DoubleConsts
Bit mask to isolate the sign bit of a double.
SIGN_BIT_MASK - Static variable in class sun.misc.FloatConsts
Bit mask to isolate the sign bit of a float.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
signal() - Method in interface java.util.concurrent.locks.Condition
Wakes up one waiting thread.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in interface java.util.concurrent.locks.Condition
Wakes up all waiting threads.
Signature - Class in java.security
Signature is used to provide an interface to digital signature algorithms.
Signature(String) - Constructor for class java.security.Signature
Constructs a new Signature instance for a designated digital signature algorithm.
Signature - Interface in sun.reflect.generics.tree
Common superinterface for generic signatures.
SIGNATURE_VERSION - Static variable in class java.util.jar.Attributes.Name
General main attribute - the version of the jar file signature.
SignatureException - Exception in java.security
This exception is thrown when a problem is encountered with a digital signature.
SignatureException() - Constructor for exception java.security.SignatureException
Create an instance with no descriptive error message.
SignatureException(String) - Constructor for exception java.security.SignatureException
Create an instance with a descriptive error message.
SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
Create a new instance with a descriptive error message and a cause.
SignatureException(Throwable) - Constructor for exception java.security.SignatureException
Create a new instance with a cause.
SignatureParser - Class in sun.reflect.generics.parser
Parser for type signatures, as defined in the Java Virtual // Machine Specification (JVMS) chapter 4.
SignatureSpi - Class in java.security
SignatureSpi defines the Service Provider Interface (SPI) for the Signature class.
SignatureSpi() - Constructor for class java.security.SignatureSpi
Creates a new instance of SignatureSpi.
SignedObject - Class in java.security
SignedObject is used for storing runtime objects whose integrity cannot be compromised without being detected.
SignedObject(Serializable, PrivateKey, Signature) - Constructor for class java.security.SignedObject
Constructs a new instance of SignedObject from a Serializable object.
Signer - Class in java.security
Deprecated. Replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Signer() - Constructor for class java.security.Signer
Deprecated. Trivial constructor for serialization purposes.
Signer(String) - Constructor for class java.security.Signer
Deprecated. Constructs a new instance of Signer with the specified identity name.
Signer(String, IdentityScope) - Constructor for class java.security.Signer
Deprecated. Constructs a new instance of Signer with the specified identity name and IdentityScope.
SIGNIF_BIT_MASK - Static variable in class sun.misc.DoubleConsts
Bit mask to isolate the significand field of a double.
SIGNIF_BIT_MASK - Static variable in class sun.misc.FloatConsts
Bit mask to isolate the significand field of a float.
SIGNIFICAND_WIDTH - Static variable in class sun.misc.DoubleConsts
The number of logical bits in the significand of a double number, including the implicit bit.
SIGNIFICAND_WIDTH - Static variable in class sun.misc.FloatConsts
The number of logical bits in the significand of a float number, including the implicit bit.
signum(int) - Static method in class java.lang.Integer
Returns the sign of the specified value. -1 for a negative, 1 for a positive and 0 for the zero value.
signum(long) - Static method in class java.lang.Long
Returns the sign of the specified value. -1 for a negative, 1 for a positive and 0 for the zero value.
signum(double) - Static method in class java.lang.Math
signum
signum(float) - Static method in class java.lang.Math
signum
signum(double) - Static method in class java.lang.StrictMath
signum
signum(float) - Static method in class java.lang.StrictMath
signum
signum() - Method in class java.math.BigDecimal
Returns the signum function of this BigDecimal.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
signum(double) - Static method in class sun.misc.FpUtils
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class sun.misc.FpUtils
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
SIGPIPE - Static variable in class javax.realtime.POSIXSignalHandler
Broken pipe (POSIX).
SIGPOLL - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGPROF - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGPWR - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGQUIT - Static variable in class javax.realtime.POSIXSignalHandler
quit (POSIX)
SigQuitHandler - Class in com.aicas.jamaica.lang
SigQuiHandler provides Jamaica's default handler for SIG_QUIT, i.e., the POSIX signal that is sent on a control+\ key stroke.
SigQuitHandler() - Constructor for class com.aicas.jamaica.lang.SigQuitHandler
Constructor to intialize and activate this SigQuitHandler.
SIGSEGV - Static variable in class javax.realtime.POSIXSignalHandler
Segmentation violation (ANSI).
SIGSTOP - Static variable in class javax.realtime.POSIXSignalHandler
Stop, unblockable (POSIX), optional signal.
SIGSYS - Static variable in class javax.realtime.POSIXSignalHandler
Bad system call, optional signal.
SIGTERM - Static variable in class javax.realtime.POSIXSignalHandler
Termination (ANSI).
SigTermHandler - Class in com.aicas.jamaica.lang
SigIntHandler provides Jamaica's default handler for SIG_TERM, i.e., the POSIX signal that is sent by default by the 'kill' command.
SigTermHandler() - Constructor for class com.aicas.jamaica.lang.SigTermHandler
Constructor to intialize and activate this SigTermHandler.
SIGTHAW - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGTRAP - Static variable in class javax.realtime.POSIXSignalHandler
trace trap (POSIX), optional signal.
SIGTSTP - Static variable in class javax.realtime.POSIXSignalHandler
Keyboard stop (POSIX), optional signal.
SIGTTIN - Static variable in class javax.realtime.POSIXSignalHandler
Background read from tty (POSIX), optional signal.
SIGTTOU - Static variable in class javax.realtime.POSIXSignalHandler
Background write to tty (POSIX), optional signal.
SIGURG - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGUSR1 - Static variable in class javax.realtime.POSIXSignalHandler
User-defined signal 1 (POSIX).
SIGUSR2 - Static variable in class javax.realtime.POSIXSignalHandler
User-defined signal 2 (POSIX).
SIGVTALRM - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGWAITING - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGWINCH - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGXCPU - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SIGXFSZ - Static variable in class javax.realtime.POSIXSignalHandler
Deprecated. RTSJ V1.0.1 not part of POSIX 9945-1-1996 standard
SILENT - Static variable in class java.rmi.server.LogStream
Deprecated.  
SimpleBeanInfo - Class in java.beans
SimpleBeanInfo is a class you may extend to more easily provide select information to the Introspector.
SimpleBeanInfo() - Constructor for class java.beans.SimpleBeanInfo
 
SimpleClassTypeSignature - Class in sun.reflect.generics.tree
 
SimpleDateFormat - Class in java.text
SimpleDateFormat provides convenient methods for parsing and formatting dates using Gregorian calendars (see java.util.GregorianCalendar).
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified non-localized pattern, with the default DateFormatSymbols for the default locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified non-localized pattern, with the default DateFormatSymbols for the given locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified non-localized pattern.
SimpleDoc - Class in javax.print
Simple implementation of the Doc interface capable of handling the predefined document flavors of DocFlavor.
SimpleDoc(Object, DocFlavor, DocAttributeSet) - Constructor for class javax.print.SimpleDoc
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.
SimpleFormatter - Class in java.util.logging
A SimpleFormatter formats log records into short human-readable messages, typically one or two lines.
SimpleFormatter() - Constructor for class java.util.logging.SimpleFormatter
Constructs a SimpleFormatter.
SimpleTimeZone - Class in java.util
This class represents a simple time zone offset and handles daylight savings.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Create a SimpleTimeZone with the given time offset from GMT and without daylight savings.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Create a SimpleTimeZone with the given time offset from GMT and with daylight savings.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SimpleType<T> - Class in javax.management.openmbean
The open type descriptor for data values that are members of one of the simple types (such as an integer or a string).
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Locale which represents the Chinese language as used in China.
sin(double) - Static method in class java.lang.Math
sin calculates the sine function.
sin(double) - Static method in class java.lang.StrictMath
sin calculates the sine function.
SINGLE_DOCUMENT - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as a single document.
SINGLE_DOCUMENT_NEW_SHEET - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated so that every single document starts with a new sheet.
SINGLE_THREAD_MODEL - Static variable in class org.omg.PortableServer.ThreadPolicyValue
An instance of ThreadPolicyValue, initialized to SINGLE_THREAD_MODEL.
SINGLEFRAME - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered with multiple calls to setPixels.
SINGLEFRAMEDONE - Static variable in interface java.awt.image.ImageConsumer
A single frame is complete but more will follow.
SINGLEPASS - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
SinglePixelPackedSampleModel - Class in java.awt.image
A SampleModel used when all samples are stored in a single data element in the DataBuffer, and each data element contains samples for one pixel only.
SinglePixelPackedSampleModel(int, int, int, int[]) - Constructor for class java.awt.image.SinglePixelPackedSampleModel
Creates a new SinglePixelPackedSampleModel.
SinglePixelPackedSampleModel(int, int, int, int, int[]) - Constructor for class java.awt.image.SinglePixelPackedSampleModel
Creates a new SinglePixelPackedSampleModel.
singleton(T) - Static method in class java.util.Collections
Obtain an immutable Set consisting of a single element.
singletonList(T) - Static method in class java.util.Collections
Obtain an immutable List consisting of a single element.
singletonMap(K, V) - Static method in class java.util.Collections
Obtain an immutable Map consisting of a single key-value pair.
sinh(double) - Static method in class java.lang.Math
Calculates the hyperbolic sine of x.
sinh(double) - Static method in class java.lang.StrictMath
sinh
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
sink() - Method in class java.nio.channels.Pipe
Returns a pipe's sink channel.
size() - Method in class com.sun.jndi.ldap.LdapName
 
size() - Method in class java.awt.Component
Deprecated. use Component.getSize() instead
size - Variable in class java.awt.Font
The size of this font in points, rounded.
size - Variable in class java.awt.image.DataBuffer
The size of the banks.
size() - Method in class java.awt.RenderingHints
Returns the number of hints in the collection.
size() - Method in class java.beans.beancontext.BeanContextMembershipEvent
The number of children removed or added.
size() - Method in class java.beans.beancontext.BeanContextSupport
 
size() - Method in class java.io.ByteArrayOutputStream
This method returns the number of bytes that have been written to the buffer so far.
size() - Method in class java.io.CharArrayWriter
This method returns the number of chars that have been written to the buffer so far.
size() - Method in class java.io.DataOutputStream
This method returns the total number of bytes that have been written to the underlying output stream so far.
SIZE - Static variable in class java.lang.Byte
The size occupied by one byte in bits.
SIZE - Static variable in class java.lang.Character
The size occupied by one char in bits.
SIZE - Static variable in class java.lang.Double
The size occupied by one double in bits.
SIZE - Static variable in class java.lang.Float
The size occupied by one double in bits.
SIZE - Static variable in class java.lang.Integer
The size occupied by one int in bits.
SIZE - Static variable in class java.lang.Long
The size occupied by one long in bits.
SIZE - Static variable in class java.lang.Short
The size occupied by one short in bits.
size() - Method in class java.nio.channels.FileChannel
Return the size of the file thus far
size() - Method in class java.nio.channels.FileLock
Returns the size of the locked region in bytes.
size() - Method in class java.security.IdentityScope
Deprecated. Returns the number of entries within this IdentityScope.
size() - Method in class java.security.KeyStore
Returns the number of entries in the keystore.
size() - Method in class java.util.AbstractCollection
Return the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in the map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits actually used by this bit set.
size() - Method in interface java.util.Collection
Get the number of elements in this collection.
size() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.DelayQueue
 
size() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.PriorityBlockingQueue
 
size() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of values currently in this Dictionary.
size() - Method in class java.util.EnumMap
 
size() - Method in class java.util.HashMap
Returns the number of kay-value mappings currently in this Map.
size() - Method in class java.util.HashSet
Returns the number of elements in this Set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of key-value mappings currently in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of kay-value mappings currently in this Map
size() - Method in class java.util.jar.Attributes
Returns the number of defined attribute name/value pairs.
size() - Method in class java.util.LinkedList
Returns the size of the list.
size() - Method in interface java.util.List
Get the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in the map.
size() - Method in class java.util.PriorityQueue
 
size() - Method in interface java.util.Set
Returns the number of elements in the set.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings currently in this Map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this Set
size() - Method in class java.util.Vector
Returns the number of elements stored in this Vector.
size() - Method in class java.util.WeakHashMap
Returns the size of this hash map.
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
size() - Method in interface javax.management.openmbean.TabularData
Returns the number of CompositeData values or rows in the table.
size() - Method in class javax.management.openmbean.TabularDataSupport
Returns the number of CompositeData values or rows in the table.
size() - Method in class javax.naming.CompositeName
 
size() - Method in class javax.naming.CompoundName
 
size() - Method in interface javax.naming.directory.Attribute
 
size() - Method in interface javax.naming.directory.Attributes
 
size() - Method in class javax.naming.directory.BasicAttribute
 
size() - Method in class javax.naming.directory.BasicAttributes
 
size() - Method in class javax.naming.ldap.LdapName
Retrieves the number of components in this LDAP name.
size() - Method in class javax.naming.ldap.Rdn
Retrieves the number of attribute type/value pairs in this Rdn.
size() - Method in interface javax.naming.Name
Returns the number of components of this Name.
size() - Method in class javax.naming.Reference
 
size() - Method in interface javax.print.attribute.AttributeSet
Returns the number of elements in this attribute set.
size() - Method in class javax.print.attribute.HashAttributeSet
Returns the number of elements in this attribute set.
size() - Method in class javax.realtime.MemoryArea
size returns the size of this memory area in bytes.
size() - Method in class javax.realtime.WaitFreeReadQueue
size returns the current size of the queue, i.e., the number of elements that have been written but not yet read.
size() - Method in class javax.realtime.WaitFreeWriteQueue
size returns the current size of the queue, i.e., the number of elements that have been written but not yet read.
size() - Method in class javax.sound.midi.Track
Get the number events in this track.
size() - Method in class sun.misc.SoftCache
Return the number of key-value mappings in this cache.
size() - Method in class sun.text.IntHashtable
 
Size2DSyntax - Class in javax.print.attribute
Size2DSyntax is the abstract base class of all attribute classes which provide a two dimensional size as value (e.g. the size of a media like Letter or A4).
Size2DSyntax(float, float, int) - Constructor for class javax.print.attribute.Size2DSyntax
Creates a Size2DSyntax object with the given arguments.
Size2DSyntax(int, int, int) - Constructor for class javax.print.attribute.Size2DSyntax
Creates a Size2DSyntax object with the given arguments.
SizeEstimator - Class in javax.realtime
Jamaica Realtime Specification for Java class SizeEstimator.
SizeEstimator() - Constructor for class javax.realtime.SizeEstimator
Constructor to create estimate with no entries.
SizeLimitExceededException - Exception in javax.naming
 
SizeLimitExceededException() - Constructor for exception javax.naming.SizeLimitExceededException
 
SizeLimitExceededException(String) - Constructor for exception javax.naming.SizeLimitExceededException
 
sizeOfJumpBuffer() - Static method in class com.aicas.jamaica.lang.JitVmInterface
Obtain the size of the longjump-buffer
SizeOutOfBoundsException - Exception in javax.realtime
Jamaica Realtime Specification for Java class SizeOutOfBoundsException.
SizeOutOfBoundsException() - Constructor for exception javax.realtime.SizeOutOfBoundsException
Constructor
SizeOutOfBoundsException(String) - Constructor for exception javax.realtime.SizeOutOfBoundsException
Constructor
Skeleton - Interface in java.rmi.server
Deprecated.  
SkeletonMismatchException - Exception in java.rmi.server
Deprecated. no replacement. Skeletons are no longer required.
SkeletonMismatchException(String) - Constructor for exception java.rmi.server.SkeletonMismatchException
Deprecated. no longer needed
SkeletonNotFoundException - Exception in java.rmi.server
Deprecated. no replacement. Skeletons are no longer required.
SkeletonNotFoundException(String) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated. Create an exception with the specified message.
SkeletonNotFoundException(String, Exception) - Constructor for exception java.rmi.server.SkeletonNotFoundException
Deprecated. Create an exception with the specified message and cause.
skip(long) - Method in class java.io.BufferedInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.BufferedReader
This method skips the specified number of chars in the stream.
skip(long) - Method in class java.io.ByteArrayInputStream
This method attempts to skip the requested number of bytes in the input stream.
skip(long) - Method in class java.io.CharArrayReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - Method in class java.io.FileInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.FilterInputStream
Calls the in.skip(long) method
skip(long) - Method in class java.io.FilterReader
Calls the in.skip(long) method
skip(long) - Method in class java.io.InputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.InputStreamReader
Skips the specified number of chars in the stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated. This method skips up to the requested number of bytes in the input stream.
skip(long) - Method in class java.io.LineNumberReader
This method skips over characters in the stream.
skip(long) - Method in interface java.io.ObjectInput
This method causes the specified number of bytes to be read and discarded.
skip(long) - Method in class java.io.PushbackInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.PushbackReader
This method skips the specified number of chars in the stream.
skip(long) - Method in class java.io.Reader
Skips the specified number of chars in the stream.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated. This method attempts to skip the requested number of bytes in the input stream.
skip(long) - Method in class java.io.StringReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long) - Method in class java.util.zip.DeflaterInputStream
Skips over and discards data from the input stream.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skip(long) - Method in class javax.crypto.CipherInputStream
Skip a number of bytes.
skip(long) - Method in class javax.sound.sampled.AudioInputStream
 
SKIP_WHITESPACE - Static variable in class sun.text.normalizer.RuleCharacterIterator
Bitmask option to enable skipping of whitespace.
skipBytes(int) - Method in interface java.io.DataInput
This method skips and discards the specified number of bytes in an input stream.
skipBytes(int) - Method in class java.io.DataInputStream
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(int) - Method in class java.io.ObjectInputStream
 
skipBytes(int) - Method in class java.io.RandomAccessFile
This method attempts to skip and discard the specified number of bytes in the input stream.
skipIgnored(int) - Method in class sun.text.normalizer.RuleCharacterIterator
Skips ahead past any ignored characters, as indicated by the given options.
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skipReferral() - Method in exception com.sun.jndi.ldap.LdapReferralException
Marks the current referral as one to be ignored.
skipReferral() - Method in exception javax.naming.ReferralException
 
skipWhitespace(String, int) - Static method in class sun.text.normalizer.Utility
Skip over a sequence of zero or more white space characters at pos.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not "C++" language style comments ("//" comments through EOL ) are handled by the parser.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
This method sets a flag that indicates whether or not "C" language style comments (with nesting not allowed) are handled by the parser.
sleep(long, int) - Static method in class com.aicas.jamaica.lang.Wait
Sleep for a given amount of time and ignore all interrupts() or ThreadDeath exceptions.
sleep(long) - Static method in class com.aicas.jamaica.lang.Wait
Sleep for a given amount of time and ignore all interrupts() or ThreadDeath exceptions.
sleep(long) - Static method in class java.lang.Thread
sleep stops the execution of this thread for the specified number of milliseconds.
sleep(long, int) - Static method in class java.lang.Thread
sleep stops the execution of this thread for the specified number of milliseconds and nanoseconds.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this unit.
sleep(Clock, HighResolutionTime) - Static method in class javax.realtime.RealtimeThread
sleep for a given relative or absoulute time using the given clock.
sleep(HighResolutionTime) - Static method in class javax.realtime.RealtimeThread
sleep for a given relative or absoulute time using the Clock.getRealtimeClock().
slice() - Method in class java.nio.ByteBuffer
Creates a new ByteBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.CharBuffer
Creates a new CharBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.DoubleBuffer
Creates a new DoubleBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.FloatBuffer
Creates a new FloatBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.IntBuffer
Creates a new IntBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.LongBuffer
Creates a new LongBuffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.ShortBuffer
Creates a new ShortBuffer whose content is a shared subsequence of this buffer's content.
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SMALLINT - Static variable in class java.sql.Types
 
SMPTE_24 - Static variable in class javax.sound.midi.Sequence
24 frames/second timing.
SMPTE_25 - Static variable in class javax.sound.midi.Sequence
25 frames/second timing.
SMPTE_30 - Static variable in class javax.sound.midi.Sequence
30 frames/second timing.
SMPTE_30DROP - Static variable in class javax.sound.midi.Sequence
29.97 frames/second timing.
snapshotItem(int) - Method in interface org.w3c.dom.xpath.XPathResult
Returns the indexth item in the snapshot collection.
SND - Static variable in class javax.sound.sampled.AudioFileFormat.Type
The SND format.
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Retrieve the local address to which the socket is bound.
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
Option id for the SO_KEEPALIVE value
SO_LINGER - Static variable in interface java.net.SocketOptions
Option id for the SO_LINGER value
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
Sets SO_OOBINLINE for a socket
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Option id for the receive buffer size
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets the SO_REUSEADDR parameter on a socket
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Option id for the send buffer size
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Option id for the SO_TIMEOUT value
sock - Variable in class com.sun.jndi.ldap.Connection
 
Socket - Class in java.net
This class models a client site socket.
Socket() - Constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
Socket(SocketImpl) - Constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
Socket(String, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the hostname and port specified as arguments.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket that connects to the named host on the specified port and binds to the specified local address and port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments, plus binds to the specified local address and port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use the DatagramSocket class to create datagram oriented sockets.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated. Use the DatagramSocket class to create datagram oriented sockets.
socket() - Method in class java.nio.channels.DatagramChannel
Retrieves the channel's socket.
socket() - Method in class java.nio.channels.ServerSocketChannel
Retrieves the channels socket.
socket() - Method in class java.nio.channels.SocketChannel
Retrieves the channel's socket.
SocketAddress - Class in java.net
Abstract base class for InetSocketAddress.
SocketAddress() - Constructor for class java.net.SocketAddress
Initializes the socket address.
SocketChannel - Class in java.nio.channels
 
SocketChannel(SelectorProvider) - Constructor for class java.nio.channels.SocketChannel
Initializes this socket channel.
SocketException - Exception in java.net
This exception indicates that a generic error occurred related to an operation on a socket.
SocketException() - Constructor for exception java.net.SocketException
Create a new instance without a descriptive error message.
SocketException(String) - Constructor for exception java.net.SocketException
Create a new instance with a descriptive error message.
SocketFactory - Class in javax.net
A factory for client sockets.
SocketFactory() - Constructor for class javax.net.SocketFactory
Default 0-arguments constructor.
SocketHandler - Class in java.util.logging
A SocketHandler publishes log records to a TCP/IP socket.
SocketHandler() - Constructor for class java.util.logging.SocketHandler
Constructs a SocketHandler that publishes log records to a TCP/IP socket.
SocketHandler(String, int) - Constructor for class java.util.logging.SocketHandler
Constructs a SocketHandler that publishes log records to a TCP/IP socket.
SocketImpl - Class in java.net
This abstract class serves as the parent class for socket implementations.
SocketImpl() - Constructor for class java.net.SocketImpl
Default, no-argument constructor for use by subclasses.
SocketImplFactory - Interface in java.net
This interface defines one method which returns a SocketImpl object.
SocketOptions - Interface in java.net
This interface is used by SocketImpl and DatagramSocketImpl to implement options on sockets.
SocketPermission - Class in java.net
This class models a specific set of permssions for connecting to a host.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Initializes a new instance of SocketPermission with the specified host/port combination and actions string.
SocketSecurityException - Exception in java.rmi.server
Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.
SocketSecurityException(String) - Constructor for exception java.rmi.server.SocketSecurityException
Create an exception with the specified message.
SocketSecurityException(String, Exception) - Constructor for exception java.rmi.server.SocketSecurityException
Create an exception with the specified message and cause.
SocketTimeoutException - Exception in java.net
This exception signals that a socket read or accept timed out.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Create a new instance without a descriptive error message.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Create a new instance with a descriptive error message.
SoftCache - Class in sun.misc
A memory-sensitive implementation of the Map interface.
SoftCache(int, float) - Constructor for class sun.misc.SoftCache
Construct a new, empty SoftCache with the given initial capacity and the given load factor.
SoftCache(int) - Constructor for class sun.misc.SoftCache
Construct a new, empty SoftCache with the given initial capacity and the default load factor.
SoftCache() - Constructor for class sun.misc.SoftCache
Construct a new, empty SoftCache with the default capacity and the default load factor.
SoftReference<T> - Class in java.lang.ref
SoftReference is a reference that will get cleared and enqueued by the garbage collector when the referenced object is not reachable any longer.
SoftReference(T) - Constructor for class java.lang.ref.SoftReference
Initialize this soft reference instance without associating it to any reference queue.
SoftReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.SoftReference
Initialize this soft reference instance.
SOMEBITS - Static variable in interface java.awt.image.ImageObserver
More pixels are now available for drawing a scaled variation of the image.
SONG_POSITION_POINTER - Static variable in class javax.sound.midi.ShortMessage
Status byte for Song Position Pointer message.
SONG_SELECT - Static variable in class javax.sound.midi.ShortMessage
Status byte for Song Select message.
sort(byte[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(Object[]) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(List<T>) - Static method in class java.util.Collections
Sort a list according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sort a list according to a specified Comparator.
SortControl - Class in javax.naming.ldap
Requests that the results of a search operation be sorted by the LDAP server before being returned.
SortControl(String, boolean) - Constructor for class javax.naming.ldap.SortControl
Constructs a control to sort on a single attribute in ascending order.
SortControl(String[], boolean) - Constructor for class javax.naming.ldap.SortControl
Constructs a control to sort on a list of attributes in ascending order.
SortControl(SortKey[], boolean) - Constructor for class javax.naming.ldap.SortControl
Constructs a control to sort on a list of sort keys.
SortedMap<K,V> - Interface in java.util
A map which guarantees its key's iteration order.
SortedSet<E> - Interface in java.util
A set which guarantees its iteration order.
SortKey - Class in javax.naming.ldap
A sort key and its associated sort parameters.
SortKey(String) - Constructor for class javax.naming.ldap.SortKey
Creates the default sort key for an attribute.
SortKey(String, boolean, String) - Constructor for class javax.naming.ldap.SortKey
Creates a sort key for an attribute.
SortResponseControl - Class in javax.naming.ldap
Indicates whether the requested sort of search results was successful or not.
SortResponseControl(String, boolean, byte[]) - Constructor for class javax.naming.ldap.SortResponseControl
Constructs a control to indicate the outcome of a sort request.
Soundbank - Interface in javax.sound.midi
A Soundbank is a container for instruments which may be loaded into a Synthesizer.
SoundbankReader - Class in javax.sound.midi.spi
The SoundbankReader abstract class defines the methods to be provided by a soundbank file reader.
SoundbankReader() - Constructor for class javax.sound.midi.spi.SoundbankReader
 
SoundbankResource - Class in javax.sound.midi
SoundbankResource objects represent audio data stored in a sound bank.
SoundbankResource(Soundbank, String, Class) - Constructor for class javax.sound.midi.SoundbankResource
Create a SoundbankResource object.
source() - Method in class java.nio.channels.Pipe
Returns a pipe's source channel
source - Variable in class java.util.EventObject
The source object; in other words, the object which this event takes place on.
source - Variable in class javax.management.Notification
The source of the notification.
Source - Interface in javax.xml.transform
An XML input source.
SourceDataLine - Interface in javax.sound.sampled
This is a DataLine to which data may be written.
SourceLocator - Interface in javax.xml.transform
The location in an XML resource at which an event occurred.
sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
Converts a source into a SAX input source.
SOUTH - Static variable in class java.awt.BorderLayout
Constant indicating the bottom of the container
SPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
An ignorable whitespace event.
SPACE_SEPARATOR - Static variable in class java.lang.Character
Unicode category
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SPEAKER - Static variable in class javax.sound.sampled.Port.Info
A speaker.
SPECIAL_SYSTEM_EXCLUSIVE - Static variable in class javax.sound.midi.SysexMessage
 
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SPECIFICATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Package versioning - title of the specification contained in this jar.
SPECIFICATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Package versioning - organisation that maintains the specification contains in this jar.
SPECIFICATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Package versioning - version of the specification contained in this jar.
split(String, int) - Method in class java.lang.String
split splits the string at substrings that match the given regular expression.
split(String) - Method in class java.lang.String
split splits the string at substrings that match the given regular expression.
split(CharSequence) - Method in class java.util.regex.Pattern
 
split(CharSequence, int) - Method in class java.util.regex.Pattern
 
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
SPOOL_AREA_FULL - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printers spool area is currently full.
SporadicParameters - Class in javax.realtime
Jamaica Realtime Specification for Java class SporadicParameters.
SporadicParameters(RelativeTime) - Constructor for class javax.realtime.SporadicParameters
Create a SporadicParameters object.
SporadicParameters(RelativeTime, RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Constructor for class javax.realtime.SporadicParameters
Constructor of SporadicParameters to be used as ReleaseParameters for AsyncEventHandler if the event handler will be scheduled aperiodically with a miminum interarrival time between each two releases.
SQLData - Interface in java.sql
This interface is used for mapping SQL data to user defined datatypes.
SQLException - Exception in java.sql
This exception is thrown when a database error occurs.
SQLException(String, String, int) - Constructor for exception java.sql.SQLException
This method initializes a nwe instance of SQLException with the specified descriptive error message, SQL state string, and vendor code.
SQLException(String, String) - Constructor for exception java.sql.SQLException
This method initializes a new instance of SQLException with the specified descriptive error message and SQL state string.
SQLException(String) - Constructor for exception java.sql.SQLException
This method initializes a new instance of SQLException with the specified descriptive error message.
SQLException() - Constructor for exception java.sql.SQLException
This method initializes a new instance of SQLException that does not have a descriptive messages and SQL state, and which has a vendor error code of 0.
SQLInput - Interface in java.sql
This interface provides methods for reading values from a stream that is connected to a SQL structured or distinct type.
SQLOutput - Interface in java.sql
This interface provides methods for writing Java types to a SQL stream.
SQLPermission - Class in java.sql
 
SQLPermission(String) - Constructor for class java.sql.SQLPermission
 
SQLPermission(String, String) - Constructor for class java.sql.SQLPermission
 
sqlStateSQL99 - Static variable in interface java.sql.DatabaseMetaData
 
sqlStateXOpen - Static variable in interface java.sql.DatabaseMetaData
 
SQLWarning - Exception in java.sql
This exception is thrown when a database warning occurs.
SQLWarning(String, String, int) - Constructor for exception java.sql.SQLWarning
This method initializes a nwe instance of SQLWarning with the specified descriptive error message, SQL state string, and vendor code.
SQLWarning(String, String) - Constructor for exception java.sql.SQLWarning
This method initializes a new instance of SQLWarning with the specified descriptive error message and SQL state string.
SQLWarning(String) - Constructor for exception java.sql.SQLWarning
This method initializes a new instance of SQLWarning with the specified descriptive error message.
SQLWarning() - Constructor for exception java.sql.SQLWarning
This method initializes a new instance of SQLWarning that does not have a descriptive messages and SQL state, and which has a vendor error code of 0.
sqrt(double) - Static method in class java.lang.Math
sqrt calculates the square root.
sqrt(double) - Static method in class java.lang.StrictMath
sqrt calculates the square root.
SRC - Static variable in class java.awt.AlphaComposite
 
Src - Static variable in class java.awt.AlphaComposite
 
SRC_ATOP - Static variable in class java.awt.AlphaComposite
 
SRC_IN - Static variable in class java.awt.AlphaComposite
 
SRC_OUT - Static variable in class java.awt.AlphaComposite
 
SRC_OVER - Static variable in class java.awt.AlphaComposite
 
SrcAtop - Static variable in class java.awt.AlphaComposite
 
srccols - Variable in class java.awt.image.ReplicateScaleFilter
 
srcHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the source image.
SrcIn - Static variable in class java.awt.AlphaComposite
 
SrcOut - Static variable in class java.awt.AlphaComposite
 
SrcOver - Static variable in class java.awt.AlphaComposite
 
srcrows - Variable in class java.awt.image.ReplicateScaleFilter
 
srcWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the source image.
SSLContext - Class in javax.net.ssl
A "meta-factory" for protocol-specific socket and server socket factories.
SSLContext(SSLContextSpi, Provider, String) - Constructor for class javax.net.ssl.SSLContext
Create a new SSL context.
SSLContextSpi - Class in javax.net.ssl
The Service Provider Interface (SPI) for SSLContext objects.
SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
Create a new SSLContextSpi.
SSLException - Exception in javax.net.ssl
The superclass of all possible SSL exceptions.
SSLException(String) - Constructor for exception javax.net.ssl.SSLException
Create a new instance with a descriptive error message.
SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
Create a new instance with a descriptive error message and a cause.
SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
Create a new instance with a cause.
SSLHandshakeException - Exception in javax.net.ssl
An exception that signals an error in the SSL handshake phase.
SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
 
SSLKeyException - Exception in javax.net.ssl
An exception signaling a problem using a public or private key in an SSL communication.
SSLKeyException(String) - Constructor for exception javax.net.ssl.SSLKeyException
 
SSLPeerUnverifiedException - Exception in javax.net.ssl
An exception thrown when the remote peer could not be verified.
SSLPeerUnverifiedException(String) - Constructor for exception javax.net.ssl.SSLPeerUnverifiedException
 
SSLPermission - Class in javax.net.ssl
A permission used for accessing SSL classes.
SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
 
SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
 
SSLProtocolException - Exception in javax.net.ssl
An exception thrown when a fatal protocol error is encountered.
SSLProtocolException(String) - Constructor for exception javax.net.ssl.SSLProtocolException
 
SSLServerSocket - Class in javax.net.ssl
A server socket that allows clients to connect via the SSL protocol.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
 
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
 
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
 
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
 
SSLServerSocketFactory - Class in javax.net.ssl
A server socket factory for Secure Socket Layer (SSL) server sockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
 
SSLSession - Interface in javax.net.ssl
An SSL session is a mechanism through which connections can be established by re-using previously negotiated handshakes.
SSLSessionBindingEvent - Class in javax.net.ssl
An event raised by SSLSession objects when objects are bound to them.
SSLSessionBindingEvent(SSLSession, String) - Constructor for class javax.net.ssl.SSLSessionBindingEvent
Creates a new binding event.
SSLSessionBindingListener - Interface in javax.net.ssl
An event listener interface that should be notified when it is bound or unbound to a SSLSession.
SSLSessionContext - Interface in javax.net.ssl
A collection of saved SSL sessions, with thier corresponding session IDs.
SSLSocket - Class in javax.net.ssl
A socket that communicates over the secure socket layer protocol.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
 
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
 
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
 
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
 
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
 
SSLSocketFactory - Class in javax.net.ssl
A socket factory for creating Secure Socket Layer (SSL) sockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
 
Stack<T> - Class in java.util
 
Stack() - Constructor for class java.util.Stack
This constructor creates a new Stack, initially empty
StackOverflowError - Error in java.lang
StackOverflowError is a virtual machine error that is thrown by the virtual machine if a thread's runtime stack overflows due to a too deep nesting of method calls.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructor for a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructor for a StackOverflowError with given detail message.
StackTraceElement - Class in java.lang
StackTraceElement class that represents an entry in a stack trace, e.g., the stack trace of an exception.
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Constructor to create a StackTraceElement pointing to a specific execution point.
STANDALONE - Static variable in class javax.xml.transform.OutputKeys
Whether to output a standalone document declaration (yes or no).
standaloneSet() - Method in interface javax.xml.stream.events.StartDocument
Indicates whether the standalone parameter was set in the XML declaration.
standaloneSet() - Method in class javax.xml.stream.util.ReaderDelegate
 
standaloneSet() - Method in interface javax.xml.stream.XMLStreamReader
Indicates whether the standalone flag was set in the document.
STANDARD - Static variable in class javax.print.attribute.standard.JobSheets
The standard job sheet is printed.
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant to indicate that start and end times are specified in standard time, without adjusting for daylight savings.
StandardMBean - Class in javax.management
Provides a dynamic management bean by using reflection on an interface and an implementing class.
StandardMBean(Class<?>) - Constructor for class javax.management.StandardMBean
Constructs a new StandardMBean using the specified interface and this as the instance.
StandardMBean(T, Class<T>) - Constructor for class javax.management.StandardMBean
Constructs a new StandardMBean using the specified interface and the supplied instance as the implementation.
STAPLE - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples.
STAPLE_BOTTOM_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the bottom left corner.
STAPLE_BOTTOM_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the bottom right corner.
STAPLE_DUAL_BOTTOM - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the bottom edge assuming a portrait document.
STAPLE_DUAL_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the left edge assuming a portrait document.
STAPLE_DUAL_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the right edge assuming a portrait document.
STAPLE_DUAL_TOP - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the top edge assuming a portrait document.
STAPLE_TOP_LEFT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the top left corner.
STAPLE_TOP_RIGHT - Static variable in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the top right corner.
START - Static variable in class com.aicas.jamaica.lang.Scheduler
Set the starting point of the recorded data.
start(int) - Static method in class com.aicas.jamaica.lang.XProfile
Activate profiling by adding a shutdown hook to print results and start sampling thread to collect information.
start() - Method in class java.applet.Applet
This method is called when the applet should start running.
start() - Method in class java.lang.ProcessBuilder
start
start() - Method in class java.lang.Thread
start starts execution of the new thread.
start() - Method in class java.util.regex.Matcher
 
start(int) - Method in class java.util.regex.Matcher
 
start() - Method in interface java.util.regex.MatchResult
Returns the index of the first character of the match.
start(int) - Method in interface java.util.regex.MatchResult
Returns the index of the first character of the given sub-match group.
start() - Method in class javax.realtime.NoHeapRealtimeThread
start starts this NoHeapRealtimeThread.
start() - Method in class javax.realtime.RealtimeThread
start starts this realtime thread.
start() - Method in class javax.realtime.Timer
start this timer, i.e., make it active and enabled
start(boolean) - Method in class javax.realtime.Timer
start this timer, i.e., make it active.
start() - Method in interface javax.sound.midi.Sequencer
Start playback of the current sequence.
START - Static variable in class javax.sound.midi.ShortMessage
Status byte for Start message.
start() - Method in interface javax.sound.sampled.DataLine
Start processing data.
START - Static variable in class javax.sound.sampled.LineEvent.Type
An event of this type is posted when a Line starts.
start(Xid, int) - Method in interface javax.transaction.xa.XAResource
 
start - Variable in class sun.text.normalizer.RangeValueIterator.Element
Starting integer of the continuous result range that has the same value
START_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
A start document event.
START_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
A start element event.
START_EXECUTION - Static variable in class com.aicas.jamaica.lang.Scheduler
Indicate that the running thread has obtained the CPU and now starts executing code.
START_GC - Static variable in class com.aicas.jamaica.lang.Scheduler
Start GC work Arguments
START_PUNCTUATION - Static variable in class java.lang.Character
Unicode category
START_TO_END - Static variable in interface org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to end boundary-point of Range on which compareBoundaryPoints is invoked.
START_TO_START - Static variable in interface org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to start boundary-point of Range on which compareBoundaryPoints is invoked.
startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
StartDocument - Interface in javax.xml.stream.events
A start-document event.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
StartElement - Interface in javax.xml.stream.events
A start-element event.
startElement(Element) - Method in interface org.w3c.dom.ls.LSParserFilter
The parser will call this method after each Element start tag has been scanned, but before the remainder of the Element is processed.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
starter - Variable in class com.sun.jndi.toolkit.ctx.Continuation
The name that we started out with.
startGrabbing() - Method in class java.awt.image.PixelGrabber
Start grabbing pixels.
startHandshake() - Method in class javax.net.ssl.SSLSocket
Explicitly begins the handshake, or, if the handshake has already completed, requests that the handshake be repeated.
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startProduction(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
startProduction(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
startProduction(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
startRecording(int) - Static method in class com.aicas.jamaica.lang.Scheduler
Start recording of scheduling events.
startRecording() - Method in interface javax.sound.midi.Sequencer
Start playback and record of MIDI events.
startSamplingThread() - Static method in class com.aicas.jamaica.lang.XProfile
startSamplingThread starts a new thread for sampling.
startsWith(Name) - Method in class com.sun.jndi.ldap.LdapName
 
startsWith(String, int) - Method in class java.lang.String
Check if this string starts with the given prefix from the given offset.
startsWith(String) - Method in class java.lang.String
Check if this string starts with the given prefix.
startsWith(Name) - Method in class javax.naming.CompositeName
 
startsWith(Name) - Method in class javax.naming.CompoundName
 
startsWith(Name) - Method in class javax.naming.ldap.LdapName
Determines whether this LDAP name starts with a specified LDAP name prefix.
startsWith(List<Rdn>) - Method in class javax.naming.ldap.LdapName
Determines whether the specified RDN sequence forms a prefix of this LDAP name.
startsWith(Name) - Method in interface javax.naming.Name
Returns true if this Name starts with the components of the given Name, false otherwise.
StartTlsRequest - Class in javax.naming.ldap
 
StartTlsRequest() - Constructor for class javax.naming.ldap.StartTlsRequest
Create a new instance.
StartTlsResponse - Class in javax.naming.ldap
 
StartTlsResponse() - Constructor for class javax.naming.ldap.StartTlsResponse
Create a new instance.
StartTlsResponseImpl - Class in com.sun.jndi.ldap.ext
This class implements the LDAPv3 Extended Response for StartTLS as defined in Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended response value is defined.
StartTlsResponseImpl() - Constructor for class com.sun.jndi.ldap.ext.StartTlsResponseImpl
 
state - Variable in class java.security.Signature
Current sate of this instance.
state() - Method in interface org.omg.PortableInterceptor.IORInfoOperations
Get the state of the adapter manager.
State - Class in org.omg.PortableServer.POAManagerPackage
Defines the possible states of the POA manager.
State(int) - Constructor for class org.omg.PortableServer.POAManagerPackage.State
Normally, no new instances are required, so the constructor is protected.
STATE_CHANGE - Static variable in class com.aicas.jamaica.lang.Scheduler
The state of a thread has changed.
STATE_FACTORIES - Static variable in class com.sun.naming.internal.VersionHelper
 
STATE_FACTORIES - Static variable in interface javax.naming.Context
 
StateFactory - Interface in javax.naming.spi
 
STATEMENT - Static variable in class java.awt.PageAttributes.MediaType
 
Statement - Class in java.beans
A Statement captures the execution of an object method.
Statement(Object, String, Object[]) - Constructor for class java.beans.Statement
Constructs a statement representing the invocation of object.methodName(arg[0], arg[1], ...)
Statement - Interface in java.sql
This interface provides a mechanism for executing SQL statements.
STATIC - Static variable in class java.lang.reflect.Modifier
Modifier flag for static (non-instance) members.
STATICIMAGEDONE - Static variable in interface java.awt.image.ImageConsumer
The image is complete and no more pixels or frames will follow.
status - Variable in class com.sun.jndi.ldap.LdapResult
 
status() - Method in class java.awt.image.PixelGrabber
 
Status - Interface in javax.transaction
 
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
 
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
 
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
 
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
 
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
 
STATUS_PREPARED - Static variable in interface javax.transaction.Status
 
STATUS_PREPARING - Static variable in interface javax.transaction.Status
 
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
 
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
 
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
 
statusAll(boolean) - Method in class java.awt.MediaTracker
Returns the status flags of all registered media objects ORed together.
statusID(int, boolean) - Method in class java.awt.MediaTracker
Returns the status flags of the media objects with the specified ID ORed together.
stop() - Method in class java.applet.Applet
This method is called when the applet should stop running.
stop() - Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop() - Method in class java.lang.Thread
Deprecated. this is inherently unsafe. Use AsynchronouslyInterruptedException instead.
stop(Throwable) - Method in class java.lang.Thread
Deprecated. this is inherently unsafe use interrupt() instead
stop() - Method in class java.lang.ThreadGroup
Deprecated. this is inherently unsafe. Use AsynchronouslyInterruptedException instead.
stop() - Method in class javax.realtime.Timer
stop stops this active timer chaning its state to not-active and disabled.
stop() - Method in interface javax.sound.midi.Sequencer
Stop playback of the current sequence.
STOP - Static variable in class javax.sound.midi.ShortMessage
Status byte for Stop message.
stop() - Method in interface javax.sound.sampled.DataLine
Stop processing data.
STOP - Static variable in class javax.sound.sampled.LineEvent.Type
An event of this type is posted when a Line stops.
STOP_GC - Static variable in class com.aicas.jamaica.lang.Scheduler
Finish GC work Arguments
STOPPED - Static variable in class javax.print.attribute.standard.PrinterState
The printer device has stopped.
STOPPED_PARTLY - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer object has stopped partly.
STOPPING - Static variable in class javax.print.attribute.standard.PrinterStateReason
The printer object is stopping the printer device.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopRecording() - Static method in class com.aicas.jamaica.lang.Scheduler
Stop recording of scheduling events.
stopRecording() - Method in interface javax.sound.midi.Sequencer
Stop recording, although continue playing.
store(OutputStream, char[]) - Method in class java.security.KeyStore
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
store(OutputStream, String) - Method in class java.util.Properties
Writes the key/value pairs to the given output stream, in a format suitable for load.
store() - Method in interface javax.management.PersistentMBean
Captures the current state of the bean and stores it for future retrieval by the PersistentMBean.load() method.
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.
storesLowerCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database treats mixed case identifiers as all lower case.
storesLowerCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database treats mixed case quoted identifiers as all lower case.
storesMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database stores mixed case identifers even if it treats them as case insensitive.
storesMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database stores mixed case quoted identifers even if it treats them as case insensitive.
storesUpperCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database treats mixed case identifiers as all upper case.
storesUpperCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database treats mixed case quoted identifiers as all upper case.
storeToXML(OutputStream, String) - Method in class java.util.Properties
Encodes the properties as an XML file using the UTF-8 encoding.
storeToXML(OutputStream, String, String) - Method in class java.util.Properties
Encodes the properties as an XML file using the supplied encoding.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
The magic number that is written as part of the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
The stream version number that is written as part of the stream header.
Streamable - Interface in org.omg.CORBA.portable
The base class for the Holder classess of IDL types.
StreamableValue - Interface in org.omg.CORBA.portable
If the value type does not provide the user defined methods for reading and writing its content, it must implement this interface for reading and writing the content in a default way.
StreamConnection - Interface in javax.microedition.io
 
StreamConnectionNotifier - Interface in javax.microedition.io
 
StreamCorruptedException - Exception in java.io
This exception is thrown when there is an error in the data that is read from a stream during de-serialization.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create an exception without a descriptive error message.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create an exception with a descriptive error message.
StreamFilter - Interface in javax.xml.stream
Simple filter interface for XMLStreamReaders.
StreamHandler - Class in java.util.logging
A StreamHandler publishes LogRecords to a instances of java.io.OutputStream.
StreamHandler() - Constructor for class java.util.logging.StreamHandler
Creates a StreamHandler without an output stream.
StreamHandler(OutputStream, Formatter) - Constructor for class java.util.logging.StreamHandler
Creates a StreamHandler that formats log messages with the specified Formatter and publishes them to the specified output stream.
StreamingValidatorImpl - Class in org.relaxng.datatype.helpers
Dummy implementation of DatatypeStreamingValidator.
StreamingValidatorImpl(Datatype, ValidationContext) - Constructor for class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
StreamPrintService - Class in javax.print
StreamPrintService is a special print service capable of printing into a supplied output stream.
StreamPrintService(OutputStream) - Constructor for class javax.print.StreamPrintService
Constructs a StreamPrintService object.
StreamPrintServiceFactory - Class in javax.print
StreamPrintServiceFactory provides a static method to lookup registered factories to construct StreamPrintService instances.
StreamPrintServiceFactory() - Constructor for class javax.print.StreamPrintServiceFactory
Default public constructor.
StreamResult - Class in javax.xml.transform.stream
Specifies a stream to which to write the transformation result.
StreamResult() - Constructor for class javax.xml.transform.stream.StreamResult
Default constructor.
StreamResult(OutputStream) - Constructor for class javax.xml.transform.stream.StreamResult
Constructor with an output stream.
StreamResult(Writer) - Constructor for class javax.xml.transform.stream.StreamResult
Constructor with a writer.
StreamResult(String) - Constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID.
StreamResult(File) - Constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID specified as a File object.
StreamSource - Class in javax.xml.transform.stream
Specifies a stream from which to read the source XML data.
StreamSource() - Constructor for class javax.xml.transform.stream.StreamSource
Default constructor.
StreamSource(InputStream) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream.
StreamSource(InputStream, String) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream and system ID.
StreamSource(Reader) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader.
StreamSource(Reader, String) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader and system ID.
StreamSource(String) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID.
StreamSource(File) - Constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID specified as a File reference.
StreamTokenizer - Class in java.io
This class parses streams of characters into tokens.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated. Since JDK 1.1.
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
This method initializes a new StreamTokenizer to read characters from a Reader and parse them.
STRENGTH - Static variable in class javax.security.sasl.Sasl
The name of a property that specifies the cipher strength to use.
STRICT - Static variable in class java.lang.reflect.Modifier
Modifier flag for strict floating point semantic methods or constructors.
StrictMath - Class in java.lang
StrictMath provides trigonometric and other numeric operations.
String - Class in java.lang
String represents immutable strings of (16-bit) unicode characters.
String() - Constructor for class java.lang.String
Constructor for an empty string.
String(String) - Constructor for class java.lang.String
Constructor for a copy of a string.
String(char[]) - Constructor for class java.lang.String
Constructor for a string that contains the characters of a given character array.
String(char[], int, int) - Constructor for class java.lang.String
Constructor for a string that contains a subrange of the characters of a given character array.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated. This constructor does not use a proper encoding. Use constructor String(byte[],int,int,String) instead.
String(byte[], int) - Constructor for class java.lang.String
Deprecated. This constructor does not use a proper encoding. Use constructor String.String(byte[],String) instead.
String(byte[], int, int, String) - Constructor for class java.lang.String
Create a new String with the contents of a the given byte-array converted to 16-bit unicode using the given encoding.
String(byte[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Create a new String with the contents of a the given byte-array converted to 16-bit unicode using the given encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Constructor that creates a String object from the given byte data using the platform's default encoding.
String(byte[]) - Constructor for class java.lang.String
Constructor that creates a String object from the given byte data using the platform's default encoding.
String(StringBuffer) - Constructor for class java.lang.String
Constructor that creates a String object from the characters in a StringBuffer.
String(StringBuilder) - Constructor for class java.lang.String
Constructor that creates a String object from the characters in a StringBuilder.
String(int[], int, int) - Constructor for class java.lang.String
Constructor that creates a string object from the unicode code points in an integer array.
STRING - Static variable in class javax.management.openmbean.SimpleType
The SimpleType representation of java.lang.String.
STRING - Static variable in class javax.xml.xpath.XPathConstants
The XPath 1.0 string data type.
string - Variable in class sun.text.normalizer.UnicodeSetIterator
If codepoint == IS_STRING, then string points to the current string.
string_to_object(String) - Method in class org.omg.CORBA.ORB
Find and return the CORBA object, addressed by the given string representation.
STRING_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
The result is a string as defined by [XPath 1.0].
StringBuffer - Class in java.lang
This class can be used to work with variable length strings of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Create a new StringBuffer with an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Create a new StringBuffer with the given initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Create a new StringBuffer that contains the given String.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Create a new string buffer that contains the characters of the given CharSequence.
StringBufferInputStream - Class in java.io
Deprecated.  
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated. Create a new StringBufferInputStream that will read bytes from the passed in String.
StringBuilder - Class in java.lang
This class can be used to work with variable length strings of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Create a new StringBuilder with an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Create a new StringBuilder with the given initial capacity.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Create a new StringBuilder that contains the given String.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Create a new string buffer that contains the characters of the given CharSequence.
StringCharacterIterator - Class in java.text
This class iterates over a range of characters in a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
This method initializes a new instance of StringCharacterIterator that iterates over the text in a subrange of the specified String.
StringHeadTail - Class in com.sun.jndi.toolkit.ctx
A class for returning the result of c_parseComponent().
StringHeadTail(String, String) - Constructor for class com.sun.jndi.toolkit.ctx.StringHeadTail
 
StringHeadTail(String, String, int) - Constructor for class com.sun.jndi.toolkit.ctx.StringHeadTail
 
StringHolder - Class in org.omg.CORBA
A holder for CORBA string that is mapped into java String.
StringHolder() - Constructor for class org.omg.CORBA.StringHolder
Constructs an instance of StringHolder, initializing StringHolder.value to null.
StringHolder(String) - Constructor for class org.omg.CORBA.StringHolder
Constructs an instance of StringHolder, initializing StringHolder.value to the given String.
StringIndexOutOfBoundsException - Exception in java.lang
StringIndexOutOfBoundsException is a runtime exception that is thrown on an attempt to access a character of a string with at an invalid index.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructor for a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructor for a StringIndexOutOfBoundsException with the given illegal index.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructor for a StringIndexOutOfBoundsException with given detail message.
StringNameHelper - Class in org.omg.CosNaming.NamingContextExtPackage
Helper operations for the string name.
StringNameHelper() - Constructor for class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
 
StringReader - Class in java.io
This class permits a String to be read as a character input stream.
StringReader(String) - Constructor for class java.io.StringReader
Create a new StringReader that will read chars from the passed in String.
StringRefAddr - Class in javax.naming
RefAddr that uses a String as content.
StringRefAddr(String, String) - Constructor for class javax.naming.StringRefAddr
Contructs a new StringRefAddr with the given type and content.
StringSeqHelper - Class in org.omg.CORBA
Provides static helper methods for working with CORBA string array.
StringSeqHelper() - Constructor for class org.omg.CORBA.StringSeqHelper
 
StringSeqHolder - Class in org.omg.CORBA
A sequence holder for CORBA string[] that is mapped into java String[].
StringSeqHolder() - Constructor for class org.omg.CORBA.StringSeqHolder
Constructs an instance of StringSeqHolder, initializing StringSeqHolder.value to null.
StringSeqHolder(String[]) - Constructor for class org.omg.CORBA.StringSeqHolder
Constructs an instance of StringSeqHolder, initializing StringSeqHolder.value to the given String.
StringTokenizer - Class in java.util
This class splits a string into tokens.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tab, newline, return and formfeed), and which doesn't return the delimiters.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizerWithQuotes - Class in com.aicas.jamaica.util
StringTokenizerWithQuotes(String) - Constructor for class com.aicas.jamaica.util.StringTokenizerWithQuotes
Tokenizer that uses Spaces, Tabs, Newlines, Returns, and Form Feed as delimiters.
StringTokenizerWithQuotes(String, String) - Constructor for class com.aicas.jamaica.util.StringTokenizerWithQuotes
Tokenizer that uses a user-defined set of delimiters.
StringValueExp - Class in javax.management
Represents a string being used as an argument to a relational constraint.
StringValueExp() - Constructor for class javax.management.StringValueExp
Constructs a new StringValueExp.
StringValueExp(String) - Constructor for class javax.management.StringValueExp
Constructs a new StringValueExp using the specified value.
StringValueHelper - Class in org.omg.CORBA
Provides helper operations for the String value type, treating a String as a CORBA value type rather than as a primitive type.
StringValueHelper() - Constructor for class org.omg.CORBA.StringValueHelper
 
stringWidth(String) - Method in class java.awt.FontMetrics
Returns the total width of the specified string
StringWriter - Class in java.io
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
StringWriter() - Constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer initially sized to a default size of 16 chars.
StringWriter(int) - Constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer with the specified initial size.
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
Stroke - Interface in java.awt
This interface allows a Graphics2D to grab the outline of a shape, as if stroked by a marking pen of appropriate size and shape.
Struct - Interface in java.sql
This interface implements the standard type mapping for a SQL structured type.
STRUCT - Static variable in class java.sql.Types
 
StructMember - Class in org.omg.CORBA
The component, describing the member of CORBA IDL struct.
StructMember() - Constructor for class org.omg.CORBA.StructMember
Creates a structure member with all fields left with the default value null.
StructMember(String, TypeCode, IDLType) - Constructor for class org.omg.CORBA.StructMember
Creates a structure member.
StructMemberHelper - Class in org.omg.CORBA
Defines a helper operations for StructMember.
StructMemberHelper() - Constructor for class org.omg.CORBA.StructMemberHelper
 
Stub - Class in javax.rmi.CORBA
A Stub descendants provide access to the object on the client side.
Stub() - Constructor for class javax.rmi.CORBA.Stub
 
StubDelegate - Interface in javax.rmi.CORBA
A delegate, implementing the functionality, provided by the Stub.
StubNotFoundException - Exception in java.rmi
Thrown if a valid stub class is not found for an object when it is exported.
StubNotFoundException(String) - Constructor for exception java.rmi.StubNotFoundException
Create an exception with a message.
StubNotFoundException(String, Exception) - Constructor for exception java.rmi.StubNotFoundException
Create an exception with a message and a cause.
style - Variable in class java.awt.Font
The style of this font -- PLAIN, BOLD, ITALIC or BOLD+ITALIC.
STYLE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSStyleRule.
StyleSheet - Interface in org.w3c.dom.stylesheets
The StyleSheet interface is the abstract base interface for any type of style sheet.
StyleSheetList - Interface in org.w3c.dom.stylesheets
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Constant for use with a SecurityManager to check if overriding of the writeObject and readObject methods is allowed.
Subject - Class in javax.security.auth
 
Subject() - Constructor for class javax.security.auth.Subject
 
Subject(boolean, Set, Set, Set) - Constructor for class javax.security.auth.Subject
 
SubjectDomainCombiner - Class in javax.security.auth
 
SubjectDomainCombiner(Subject) - Constructor for class javax.security.auth.SubjectDomainCombiner
 
subList(int, int) - Method in class java.util.AbstractList
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in interface java.util.List
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in class java.util.Vector
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
subMap(K, K) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater or equal to fromKey and less than toKey (a half-open interval).
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater (or equal to, if fromInclusive is true) fromKey and less than (or equal to, if toInclusive is true) toKey.
SUBMISSION_INTERRUPTED - Static variable in class javax.print.attribute.standard.JobStateReason
The printer has not received the whole job submission.
submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
 
submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
 
submit() - Method in interface org.w3c.dom.html2.HTMLFormElement
Submits the form.
subSequence(int, int) - Method in interface java.lang.CharSequence
subSequence creates a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
subSequence creates a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
Get the CharSequence begining at the start index and going up to but not including the end index.
subSequence(int, int) - Method in class java.lang.StringBuilder
Get the CharSequence begining at the start index and going up to but not including the end index.
subSequence(int, int) - Method in class java.nio.CharBuffer
Creates a new character buffer that represents the specified subsequence of this buffer, relative to the current position.
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
 
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
subSet(T, T) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater or equal to from and less than to (a half-open interval).
subSet(T, boolean, T, boolean) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater than (or equal to, if fromInclusive is true from and less than (or equal to, if toInclusive is true) to.
substituteColorModel(ColorModel, ColorModel) - Method in class java.awt.image.RGBImageFilter
Registers a new ColorModel to subsitute for the old ColorModel when setPixels encounters the a pixel with the old ColorModel.
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Constant for use with a SecurityManager to check if substitution of objects is allowed.
substring(int) - Method in class java.lang.String
Create a new String object with the contents of the suffix of this String starting at a given index.
substring(int, int) - Method in class java.lang.String
Create a new String objects with the contents of the substring of this String.
substring(int) - Method in class java.lang.StringBuffer
substring returns the suffix of this starting a given character position.
substring(int, int) - Method in class java.lang.StringBuffer
Gets the substring starting at the start index upto but not including the end index.
substring(int) - Method in class java.lang.StringBuilder
substring returns the suffix of this starting a given character position.
substring(int, int) - Method in class java.lang.StringBuilder
Gets the substring starting at the start index upto but not including the end index.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
subtract(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), and whose scale is max(this.scale(), subtrahend.scale()).
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
subtract(AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
subtract substracts another absolute time from this absolute time.
subtract(AbsoluteTime, RelativeTime) - Method in class javax.realtime.AbsoluteTime
subtract substracts another absolute time from this absolute time.
subtract(RelativeTime) - Method in class javax.realtime.AbsoluteTime
subtract substracts an interval given as an instance of RelativeTime from this.
subtract(RelativeTime, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
subtract substracts an interval given as an instance of RelativeTime from this.
subtract(RelativeTime) - Method in class javax.realtime.RelativeTime
substract substracts interval given as an instance of RelativeTime from this relative time.
subtract(RelativeTime, RelativeTime) - Method in class javax.realtime.RelativeTime
substract substracts interval given as an instance of RelativeTime from this relative time.
subtract(Duration) - Method in class javax.xml.datatype.Duration
Returns the result of subtracting the given duration from this duration.
SUBTREE_SCOPE - Static variable in class javax.naming.directory.SearchControls
 
SUBTREE_SCOPE - Static variable in interface javax.naming.event.EventContext
 
SUCCESS_NO_INFO - Static variable in interface java.sql.Statement
 
SUCCESSFUL - Interface in org.omg.PortableInterceptor
A reply status flag, indicating, that the remote method has been called and returned without exception.
SUFFICIENT - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
 
sun.java2d - package sun.java2d
 
sun.misc - package sun.misc
 
sun.reflect - package sun.reflect
 
sun.reflect.annotation - package sun.reflect.annotation
 
sun.reflect.generics.factory - package sun.reflect.generics.factory
 
sun.reflect.generics.parser - package sun.reflect.generics.parser
 
sun.reflect.generics.reflectiveObjects - package sun.reflect.generics.reflectiveObjects
 
sun.reflect.generics.repository - package sun.reflect.generics.repository
 
sun.reflect.generics.scope - package sun.reflect.generics.scope
 
sun.reflect.generics.tree - package sun.reflect.generics.tree
 
sun.reflect.generics.visitor - package sun.reflect.generics.visitor
 
sun.security.action - package sun.security.action
 
sun.text - package sun.text
 
sun.text.normalizer - package sun.text.normalizer
 
sun.util - package sun.util
 
sun.util.resources - package sun.util.resources
 
SUNDAY - Static variable in class java.util.Calendar
Constant representing Sunday.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPLEMENTARY_MIN_VALUE - Static variable in class sun.text.normalizer.UCharacter
The minimum value for Supplementary code points
SUPPLEMENTARY_MIN_VALUE - Static variable in class sun.text.normalizer.UTF16
The minimum value for Supplementary code points
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SUPPORT_DTD - Static variable in class javax.xml.stream.XMLInputFactory
Property used to indicate whether to support DTDs.
SUPPORTED - Static variable in class javax.print.attribute.standard.ColorSupported
The printer supports printing in color.
SupportedValuesAttribute - Interface in javax.print.attribute
Marker interface for all attribute classes specifying the supported/allowed values for another printing attribute class.
supportsAlterTableWithAddColumn() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports "ALTER TABLE ADD COLUMN"
supportsAlterTableWithDropColumn() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports "ALTER TABLE DROP COLUMN"
supportsANSI92EntryLevelSQL() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the ANSI92 entry level SQL grammar is supported.
supportsANSI92FullSQL() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the ANSI92 full SQL grammar is supported.
supportsANSI92IntermediateSQL() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the ANSI92 intermediate SQL grammar is supported.
supportsBatchUpdates() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports batch updates.
supportsCatalogsInDataManipulation() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in an index definition.
supportsCatalogsInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in privilege definitions.
supportsCatalogsInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a procedure call
supportsCatalogsInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a table definition.
supportsColumnAliasing() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not column aliasing is supported.
supportsConvert() - Method in interface java.sql.DatabaseMetaData
Tests whether or not CONVERT is supported.
supportsConvert(int, int) - Method in interface java.sql.DatabaseMetaData
This method tests whether or not CONVERT can be performed between the specified types.
supportsCoreSQLGrammar() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the core grammer for ODBC is supported.
supportsCorrelatedSubqueries() - Method in interface java.sql.DatabaseMetaData
This method test whether or not correlated subqueries are allowed.
supportsCustomEditor() - Method in interface java.beans.PropertyEditor
The RAD tool calls this to find out whether the PropertyEditor supports a custom component to edit and display itself.
supportsCustomEditor() - Method in class java.beans.PropertyEditorSupport
Finds out whether this property editor supports a custom component to edit its value.
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not DDL and DML statements allowed within the same transaction.
supportsDataManipulationTransactionsOnly() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not only DML statement are allowed inside a transaction.
supportsDifferentTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
This method tests whether correlation names must be different from the name of the table.
supportsExpressionsInOrderBy() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not expressions are allowed in an ORDER BY lists.
supportsExtendedSQLGrammar() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the extended grammer for ODBC is supported.
supportsFullOuterJoins() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports full outer joins.
supportsGetGeneratedKeys() - Method in interface java.sql.DatabaseMetaData
 
supportsGroupBy() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not GROUP BY is supported.
supportsGroupByBeyondSelect() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not a GROUP BY can add columns not in the select if it includes all the columns in the select.
supportsGroupByUnrelated() - Method in interface java.sql.DatabaseMetaData
This method tests whether GROUP BY on a non-selected column is allowed.
supportsIntegrityEnhancementFacility() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the SQL integrity enhancement facility is supported.
supportsLikeEscapeClause() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the escape character is supported in LIKE expressions.
supportsLimitedOuterJoins() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports limited outer joins.
supportsMinimumSQLGrammar() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the minimum grammer for ODBC is supported.
supportsMixedCaseIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports identifiers with mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports quoted identifiers with mixed case.
supportsMultipleOpenResults() - Method in interface java.sql.DatabaseMetaData
This method tests whether the database supports returning multiple ResultSetS from a CallableStatement at once.
supportsMultipleResultSets() - Method in interface java.sql.DatabaseMetaData
This method tests whether multiple result sets for a single statement are supported.
supportsMultipleTransactions() - Method in interface java.sql.DatabaseMetaData
This method test whether or not multiple transactions may be open at once, as long as they are on different connections.
supportsNamedParameters() - Method in interface java.sql.DatabaseMetaData
This method tests whether the database supports named parameters.
supportsNonNullableColumns() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not columns can be defined as NOT NULL.
supportsOpenCursorsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports cursors remaining open across commits.
supportsOpenCursorsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports cursors remaining open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports statements remaining open across commits.
supportsOpenStatementsAcrossRollback() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports statements remaining open across rollbacks.
supportsOrderByUnrelated() - Method in interface java.sql.DatabaseMetaData
This method tests whether or ORDER BY on a non-selected column is allowed.
supportsOuterJoins() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports outer joins.
supportsPositionedDelete() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not that database supports positioned deletes.
supportsPositionedUpdate() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not that database supports positioned updates.
supportsResultSetConcurrency(int, int) - Method in interface java.sql.DatabaseMetaData
This method tests whether the specified result set type and result set concurrency type are supported by the database.
supportsResultSetHoldability(int) - Method in interface java.sql.DatabaseMetaData
This method tests if the database supports the specified holdability type.
supportsResultSetType(int) - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the datbase supports the specified result type.
supportsSavepoints() - Method in interface java.sql.DatabaseMetaData
This method tests whether the databse supports savepoints.
supportsSchemasInDataManipulation() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in an index definition.
supportsSchemasInPrivilegeDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in privilege definitions.
supportsSchemasInProcedureCalls() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a procedure call
supportsSchemasInTableDefinitions() - Method in interface java.sql.DatabaseMetaData
This method tests whether a catalog name can appear in a table definition.
supportsSelectForUpdate() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not SELECT FOR UPDATE is supported by the database.
supportsStatementPooling() - Method in interface java.sql.DatabaseMetaData
 
supportsStoredProcedures() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not stored procedures are supported on this database.
supportsSubqueriesInComparisons() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not subqueries are allowed in comparisons.
supportsSubqueriesInExists() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not subqueries are allowed in exists expressions.
supportsSubqueriesInIns() - Method in interface java.sql.DatabaseMetaData
This method tests whether subqueries are allowed in IN statements.
supportsSubqueriesInQuantifieds() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not subqueries are allowed in quantified expressions.
supportsTableCorrelationNames() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not table correlation names are supported.
supportsTransactionIsolationLevel(int) - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports the specified transaction isolation level.
supportsTransactions() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the database supports transactions.
supportsUnion() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the UNION statement is supported.
supportsUnionAll() - Method in interface java.sql.DatabaseMetaData
This method tests whether or not the UNION ALL statement is supported.
supportsUrgentData() - Method in class java.net.SocketImpl
Returns true or false when this socket supports sending urgent data or not.
SuppressWarnings - Annotation Type in java.lang
 
SURROGATE - Static variable in class java.lang.Character
Unicode category
SURROGATE_MASK_ - Static variable in class sun.text.normalizer.Trie
Surrogate mask to use when shifting offset to retrieve supplementary values
SURROGATE_MIN_VALUE - Static variable in class sun.text.normalizer.UTF16
Surrogate minimum value
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Deprecated. from 1.5 one, use HIGH_SURROGATES, HIGH_PRIVATE_USE_SURROGATES, and LOW_SURROGATES.
surroundContents(Node) - Method in interface org.w3c.dom.ranges.Range
Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.
suspend() - Method in class java.lang.Thread
Deprecated. suspend/resume is deadlock-prone since all locks held by the suspended thread will be held until the thread will be resumed. If the thread that performs the resume() locks on one of these monitors, a deadlock occurs.
suspend() - Method in class java.lang.ThreadGroup
Deprecated. suspend/resume is deadlock-prone since all locks held by the suspended thread will be held until the thread will be resumed. If the thread that performs the resume() locks on one of these monitors, a deadlock occurs.
suspend() - Method in interface javax.transaction.TransactionManager
 
sval - Variable in class java.io.StreamTokenizer
The String associated with word and string tokens.
SW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
Cursor used over SW corner of window decorations.
SW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. Use Cursor.SW_RESIZE_CURSOR instead.
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions within the list.
SYMBOL_REF - Static variable in interface sun.text.normalizer.SymbolTable
Deprecated. This is a draft API and might change in a future release of ICU.
SymbolTable - Interface in sun.text.normalizer
Deprecated. This is a draft API and might change in a future release of ICU.
sync() - Method in class java.awt.Toolkit
Flushes any buffered data to the screen so that it is in sync with what the AWT system has drawn to it.
sync() - Method in class java.io.FileDescriptor
This method forces all data that has not yet been physically written to the underlying storage medium associated with this FileDescriptor to be written out.
sync() - Method in class java.util.prefs.AbstractPreferences
Writes and reads all preference changes to and from this and any subnodes.
sync() - Method in class java.util.prefs.Preferences
Writes and reads all preference changes to and from this and any subnodes.
sync_scope() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
Determines how far the request shall progress before control is returned to the client.
SYNC_WITH_TRANSPORT - Interface in org.omg.Messaging
A CORBA synchronization mode, defining how far the request shall progress before control is returned to the client for one way operations (when no response is required).
SyncFailedException - Exception in java.io
Thrown when a file synchronization fails.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Create an exception with a descriptive error message.
Synchronization - Interface in javax.transaction
 
synchronize(Line[], boolean) - Method in interface javax.sound.sampled.Mixer
Start synchronization on the given set of lines.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
Modifier flag for synchronized methods and constructors.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list wrapper backed by the given list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map wrapper backed by the given map.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set wrapper backed by the given set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map wrapper backed by the given map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set wrapper backed by the given set.
synchronizedView(AttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Returns a synchronized view of the given attribute set.
synchronizedView(DocAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Returns a synchronized view of the given attribute set.
synchronizedView(PrintJobAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Returns a synchronized view of the given attribute set.
synchronizedView(PrintRequestAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Returns a synchronized view of the given attribute set.
synchronizedView(PrintServiceAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
Returns a synchronized view of the given attribute set.
SynchronousQueue<E> - Class in java.util.concurrent
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with the specified fairness policy.
SyncScopeHelper - Class in org.omg.Messaging
A helper operations for synchronization scope as an alias of short.
SyncScopeHelper() - Constructor for class org.omg.Messaging.SyncScopeHelper
 
syncSpi() - Method in class java.util.prefs.AbstractPreferences
Writes all entries of this preferences node that have not yet been written to the backing store and reads any entries that have changed in the backing store but that are not yet visible in this VM.
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.
Synthesizer - Interface in javax.sound.midi
Interface for MIDI audio synthesizer devices.
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Unicode Block
SysexMessage - Class in javax.sound.midi
A system exclusive MIDI message.
SysexMessage() - Constructor for class javax.sound.midi.SysexMessage
Create a default valid system exclusive message.
SysexMessage(byte[]) - Constructor for class javax.sound.midi.SysexMessage
Create a SysexMessage object.
System - Class in java.lang
System contains static fields and methods that permit access to properties of the current environment.
SYSTEM_EXCEPTION - Interface in org.omg.PortableInterceptor
A reply status flag, indicating, that the SystemException has been thrown while calling or from inside the remote method.
SYSTEM_EXCLUSIVE - Static variable in class javax.sound.midi.SysexMessage
 
SYSTEM_ID - Static variable in class org.omg.PortableServer.IdAssignmentPolicyValue
An instance of IdAssignmentPolicyValue, initialized to SYSTEM_ID, indicating, that the objects created with that POA obtain they Object Ids from POA.
SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
The port, used by the activation system.
SYSTEM_RESET - Static variable in class javax.sound.midi.ShortMessage
Status byte for System Reset message.
SystemColor - Class in java.awt
This class contains the various "system colors" in use by the native windowing system.
SystemException - Exception in javax.transaction
 
SystemException() - Constructor for exception javax.transaction.SystemException
 
SystemException(String) - Constructor for exception javax.transaction.SystemException
 
SystemException(int) - Constructor for exception javax.transaction.SystemException
 
SystemException - Exception in org.omg.CORBA
The root class for all CORBA standard exceptions.
SystemException(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.SystemException
Constructs an instance of the CORBA standard exception.
systemNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
Returns the system preferences node for the package of a class.
systemRoot() - Static method in class java.util.prefs.Preferences
Returns the system preferences root node containing usefull preferences for all users.
systemRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the system root preferences node.

aicas logo Jamaica 3.4 release 8
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 _
aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.