- S - Static variable in class javax.swing.text.html.HTML.Tag
-
- S_RESIZE_CURSOR - Static variable in class java.awt.Cursor
-
The south-resize cursor type.
- S_RESIZE_CURSOR - Static variable in class java.awt.Frame
-
Deprecated.
replaced by Cursor.S_RESIZE_CURSOR.
- SAAJMetaFactory - Class in javax.xml.soap
-
The access point for the implementation classes of the factories defined in the
SAAJ API.
- SAAJMetaFactory() - Constructor for class javax.xml.soap.SAAJMetaFactory
-
- SAAJResult - Class in javax.xml.soap
-
Acts as a holder for the results of a JAXP transformation or a JAXB
marshalling, in the form of a SAAJ tree.
- SAAJResult() - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult that will present results in the form
of a SAAJ tree that supports the default (SOAP 1.1) protocol.
- SAAJResult(String) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult that will present results in the form
of a SAAJ tree that supports the specified protocol.
- SAAJResult(SOAPMessage) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult that will write the results into the
SOAPPart of the supplied SOAPMessage.
- SAAJResult(SOAPElement) - Constructor for class javax.xml.soap.SAAJResult
-
Creates a SAAJResult that will write the results as a
child node of the SOAPElement specified.
- SADDLE_STITCH - Static variable in class javax.print.attribute.standard.Finishings
-
Bind the document(s) with one or more staples (wire stitches) along the
middle fold.
- SafeVarargs - Annotation Type in java.lang
-
A programmer assertion that the body of the annotated method or
constructor does not perform potentially unsafe operations on its
varargs parameter.
- SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Samaritan" Unicode character block.
- sameFile(URL) - Method in class java.net.URL
-
Compares two URLs, excluding the fragment component.
- sameFile(URL, URL) - Method in class java.net.URLStreamHandler
-
Compare two urls to see whether they refer to the same file,
i.e., having the same protocol, host, port, and path.
- SAMP - Static variable in class javax.swing.text.html.HTML.Tag
-
- SAMPLE_RATE - Static variable in class javax.sound.sampled.FloatControl.Type
-
Represents a control that changes the sample rate of audio playback.
- sampleModel - Variable in class java.awt.image.Raster
-
The SampleModel that describes how pixels from this Raster
are stored in the DataBuffer.
- SampleModel - Class in java.awt.image
-
This abstract class defines an interface for extracting samples of pixels
in an image.
- SampleModel(int, int, int, int) - Constructor for class java.awt.image.SampleModel
-
Constructs a SampleModel with the specified parameters.
- sampleModel - Variable in class javax.imageio.ImageTypeSpecifier
-
A SampleModel to be used as a prototype.
- sampleModelTranslateX - Variable in class java.awt.image.Raster
-
The X translation from the coordinate space of the
Raster's SampleModel to that of the Raster.
- sampleModelTranslateY - Variable in class java.awt.image.Raster
-
The Y translation from the coordinate space of the
Raster's SampleModel to that of the Raster.
- sampleRate - Variable in class javax.sound.sampled.AudioFormat
-
The number of samples played or recorded per second, for sounds that have this format.
- sampleSizeInBits - Variable in class javax.sound.sampled.AudioFormat
-
The number of bits in each sample of a sound that has this format.
- SANS_SERIF - Static variable in class java.awt.Font
-
A String constant for the canonical family name of the
logical font "SansSerif".
- Sasl - Class in javax.security.sasl
-
A static class for creating SASL clients and servers.
- SaslClient - Interface in javax.security.sasl
-
Performs SASL authentication as a client.
- SaslClientFactory - Interface in javax.security.sasl
-
An interface for creating instances of SaslClient.
- SaslException - Exception in javax.security.sasl
-
This class represents an error that has occurred when using SASL.
- SaslException() - Constructor for exception javax.security.sasl.SaslException
-
Constructs a new instance of SaslException.
- SaslException(String) - Constructor for exception javax.security.sasl.SaslException
-
Constructs a new instance of SaslException with a detailed message.
- SaslException(String, Throwable) - Constructor for exception javax.security.sasl.SaslException
-
Constructs a new instance of SaslException with a detailed message
and a root exception.
- SaslServer - Interface in javax.security.sasl
-
Performs SASL authentication as a server.
- SaslServerFactory - Interface in javax.security.sasl
-
An interface for creating instances of SaslServer.
- SATURDAY - Static variable in class java.util.Calendar
-
- SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Saurashtra" Unicode character block.
- save(ObjectOutputStream, String, EventListener) - Static method in class java.awt.AWTEventMulticaster
-
- SAVE - Static variable in class java.awt.FileDialog
-
This constant value indicates that the purpose of the file
dialog window is to locate a file to which to write.
- save(OutputStream, String) - Method in class java.util.Properties
-
Deprecated.
This method does not throw an IOException if an I/O error
occurs while saving the property list. The preferred way to save a
properties list is via the store(OutputStream out,
String comments) method or the
storeToXML(OutputStream os, String comment) method.
- SAVE_DIALOG - Static variable in class javax.swing.JFileChooser
-
Type value indicating that the JFileChooser supports a
"Save" file operation.
- SAVE_FILE - Static variable in class java.awt.Event
-
A file saving event.
- saveButtonMnemonic - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- saveButtonText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- saveButtonToolTipText - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- saveChanges() - Method in class javax.xml.soap.SOAPMessage
-
Updates this SOAPMessage object with all the changes that
have been made to it.
- saveComposedText(int) - Method in class javax.swing.text.JTextComponent
-
Saves composed text around the specified position.
- saveInternal(ObjectOutputStream, String) - Method in class java.awt.AWTEventMulticaster
-
- Savepoint - Interface in java.sql
-
The representation of a savepoint, which is a point within
the current transaction that can be referenced from the
Connection.rollback method.
- saveRequired() - Method in class javax.xml.soap.SOAPMessage
-
Indicates whether this SOAPMessage object needs to have
the method saveChanges called on it.
- SAXException - Exception in org.xml.sax
-
Encapsulate a general SAX error or warning.
- SAXException() - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(String) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException wrapping an existing exception.
- SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException from an existing exception.
- SAXNotRecognizedException - Exception in org.xml.sax
-
Exception class for an unrecognized identifier.
- SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Default constructor.
- SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Construct a new exception with the given message.
- SAXNotSupportedException - Exception in org.xml.sax
-
Exception class for an unsupported operation.
- SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with no message.
- SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with the given message.
- SAXParseException - Exception in org.xml.sax
-
Encapsulate an XML parse error or warning.
- SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Wrap an existing exception in a SAXParseException.
- SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException with an embedded exception.
- SAXParser - Class in javax.xml.parsers
-
Defines the API that wraps an
XMLReader
implementation class.
- SAXParser() - Constructor for class javax.xml.parsers.SAXParser
-
Protected constructor to prevent instaniation.
- SAXParserFactory - Class in javax.xml.parsers
-
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
- SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
-
- SAXResult - Class in javax.xml.transform.sax
-
Acts as an holder for a transformation Result.
- SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
-
Zero-argument default constructor.
- SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
-
- SAXSource - Class in javax.xml.transform.sax
-
Acts as an holder for SAX-style Source.
- SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
-
Zero-argument default constructor.
- SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
-
Create a
SAXSource, using an
XMLReader
and a SAX InputSource.
- SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
-
Create a SAXSource, using a SAX InputSource.
- SAXTransformerFactory - Class in javax.xml.transform.sax
-
This class extends TransformerFactory to provide SAX-specific
factory methods.
- SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
-
The default constructor is protected on purpose.
- SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
-
Bit mask for ObjectStreamClass flag.
- scalb(double, int) - Static method in class java.lang.Math
-
Return d ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the double value set.
- scalb(float, int) - Static method in class java.lang.Math
-
Return f ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the float value set.
- scalb(double, int) - Static method in class java.lang.StrictMath
-
Return d ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the double value set.
- scalb(float, int) - Static method in class java.lang.StrictMath
-
Return f ×
2scaleFactor rounded as if performed
by a single correctly rounded floating-point multiply to a
member of the float value set.
- scale(double, double) - Method in class java.awt.geom.AffineTransform
-
Concatenates this transform with a scaling transformation.
- scale(double, double) - Method in class java.awt.Graphics2D
-
Concatenates the current Graphics2D
Transform with a scaling transformation
Subsequent rendering is resized according to the specified scaling
factors relative to the previous scaling.
- scale() - Method in class java.math.BigDecimal
-
Returns the scale of this BigDecimal.
- scale(Spring, float) - Static method in class javax.swing.Spring
-
Returns a spring whose minimum, preferred, maximum
and value properties are each multiples of the properties of the
argument spring, s.
- SCALE_AREA_AVERAGING - Static variable in class java.awt.Image
-
Use the Area Averaging image scaling algorithm.
- SCALE_DEFAULT - Static variable in class java.awt.Image
-
Use the default image-scaling algorithm.
- SCALE_FAST - Static variable in class java.awt.Image
-
Choose an image-scaling algorithm that gives higher priority
to scaling speed than smoothness of the scaled image.
- SCALE_REPLICATE - Static variable in class java.awt.Image
-
Use the image scaling algorithm embodied in the
ReplicateScaleFilter class.
- SCALE_SMOOTH - Static variable in class java.awt.Image
-
Choose an image-scaling algorithm that gives higher priority
to image smoothness than scaling speed.
- scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose numerical value is equal to
(this * 10n).
- scan(Iterable<? extends Element>, P) - Method in class javax.lang.model.util.ElementScanner6
-
- scan(Element, P) - Method in class javax.lang.model.util.ElementScanner6
-
Processes an element by calling e.accept(this, p);
this method may be overridden by subclasses.
- scan(Element) - Method in class javax.lang.model.util.ElementScanner6
-
Convenience method equivalent to v.scan(e, null).
- scanForPlugins() - Static method in class javax.imageio.ImageIO
-
Scans for plug-ins on the application class path,
loads their service provider classes, and registers a service
provider instance for each one found with the
IIORegistry.
- scanlineStride - Variable in class java.awt.image.ComponentSampleModel
-
Line stride (in data array elements) of the region of image
data described by this ComponentSampleModel.
- Scanner - Class in java.util
-
A simple text scanner which can parse primitive types and strings using
regular expressions.
- Scanner(Readable) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified source.
- Scanner(InputStream) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified input stream.
- Scanner(InputStream, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified input stream.
- Scanner(File) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(File, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(Path) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(Path, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified file.
- Scanner(String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified string.
- Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified channel.
- Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
-
Constructs a new Scanner that produces values scanned
from the specified channel.
- ScatteringByteChannel - Interface in java.nio.channels
-
A channel that can read bytes into a sequence of buffers.
- schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a one-shot action that becomes enabled
after the given delay.
- schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a ScheduledFuture that becomes enabled after the
given delay.
- schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- schedule(TimerTask, long) - Method in class java.util.Timer
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Date) - Method in class java.util.Timer
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, long, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
- schedule(TimerTask, Date, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the given
period; that is executions will commence after
initialDelay then initialDelay+period, then
initialDelay + 2 * period, and so on.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-rate execution,
beginning after the specified delay.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
-
Schedules the specified task for repeated fixed-rate execution,
beginning at the specified time.
- scheduledExecutionTime() - Method in class java.util.TimerTask
-
Returns the scheduled execution time of the most recent
actual execution of this task.
- ScheduledExecutorService - Interface in java.util.concurrent
-
An
ExecutorService that can schedule commands to run after a given
delay, or to execute periodically.
- ScheduledFuture<V> - Interface in java.util.concurrent
-
A delayed result-bearing action that can be cancelled.
- ScheduledThreadPoolExecutor - Class in java.util.concurrent
-
A
ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically.
- ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the
given core pool size.
- ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the
given initial parameters.
- ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the given
initial parameters.
- ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
-
Creates a new ScheduledThreadPoolExecutor with the given
initial parameters.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the
given delay between the termination of one execution and the
commencement of the next.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
- Schema - Class in javax.xml.validation
-
Immutable in-memory representation of grammar.
- Schema() - Constructor for class javax.xml.validation.Schema
-
Constructor for the derived class.
- SCHEMA_SYSTEM_ID - Static variable in interface javax.sql.rowset.WebRowSet
-
The URL for the XML Schema definition file that defines the XML tags and
their valid values for a WebRowSet implementation.
- SchemaFactory - Class in javax.xml.validation
-
Factory that creates
Schema objects. Entry-point to
the validation API.
- SchemaFactory() - Constructor for class javax.xml.validation.SchemaFactory
-
Constructor for derived classes.
- SchemaFactoryLoader - Class in javax.xml.validation
-
- SchemaFactoryLoader() - Constructor for class javax.xml.validation.SchemaFactoryLoader
-
A do-nothing constructor.
- SchemaOutputResolver - Class in javax.xml.bind
-
Controls where a JAXB implementation puts the generates
schema files.
- SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
-
- SchemaViolationException - Exception in javax.naming.directory
-
This exception is thrown when a method
in some ways violates the schema.
- SchemaViolationException() - Constructor for exception javax.naming.directory.SchemaViolationException
-
Constructs a new instance of SchemaViolationException.
- SchemaViolationException(String) - Constructor for exception javax.naming.directory.SchemaViolationException
-
Constructs a new instance of SchemaViolationException
using the explanation supplied.
- scope - Variable in class javax.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- SCRIPT - Static variable in class javax.swing.text.html.HTML.Tag
-
- ScriptContext - Interface in javax.script
-
The interface whose implementing classes are used to connect Script Engines
with objects, such as scoped Bindings, in hosting applications.
- ScriptEngine - Interface in javax.script
-
ScriptEngine is the fundamental interface whose methods must be
fully functional in every implementation of this specification.
- ScriptEngineFactory - Interface in javax.script
-
ScriptEngineFactory is used to describe and instantiate
ScriptEngines.
- ScriptEngineManager - Class in javax.script
-
The ScriptEngineManager implements a discovery and instantiation
mechanism for ScriptEngine classes and also maintains a
collection of key/value pairs storing state shared by all engines created
by the Manager.
- ScriptEngineManager() - Constructor for class javax.script.ScriptEngineManager
-
If the thread context ClassLoader can be accessed by the caller,
then the effect of calling this constructor is the same as calling
ScriptEngineManager(Thread.currentThread().getContextClassLoader()).
- ScriptEngineManager(ClassLoader) - Constructor for class javax.script.ScriptEngineManager
-
This constructor loads the implementations of
ScriptEngineFactory visible to the given
ClassLoader using the
service provider mechanism.
If loader is
null, the script engine factories that are
bundled with the platform and that are in the usual extension
directories (installed extensions) are loaded.
- ScriptException - Exception in javax.script
-
The generic Exception class for the Scripting APIs.
- ScriptException(String) - Constructor for exception javax.script.ScriptException
-
Creates a ScriptException with a String to be used in its message.
- ScriptException(Exception) - Constructor for exception javax.script.ScriptException
-
Creates a ScriptException wrapping an Exception thrown by an underlying
interpreter.
- ScriptException(String, String, int) - Constructor for exception javax.script.ScriptException
-
Creates a ScriptException with message, filename and linenumber to
be used in error messages.
- ScriptException(String, String, int, int) - Constructor for exception javax.script.ScriptException
-
ScriptException constructor specifying message, filename, line number
and column number.
- SCROLL_ABSOLUTE - Static variable in class java.awt.Event
-
The user has moved the bubble (thumb) in a scroll bar,
moving to an "absolute" position, rather than to
an offset from the last postion.
- SCROLL_BAR - Static variable in class javax.accessibility.AccessibleRole
-
An object usually used to allow a user to incrementally view a
large amount of data.
- SCROLL_BAR - Static variable in class javax.swing.plaf.synth.Region
-
ScrollBar region.
- SCROLL_BAR_THUMB - Static variable in class javax.swing.plaf.synth.Region
-
Thumb of the ScrollBar.
- SCROLL_BAR_TRACK - Static variable in class javax.swing.plaf.synth.Region
-
Track of the ScrollBar.
- SCROLL_BEGIN - Static variable in class java.awt.Event
-
The scroll begin event.
- SCROLL_DOWN - Static variable in class javax.swing.plaf.basic.BasicComboPopup
-
- SCROLL_END - Static variable in class java.awt.Event
-
The scroll end event.
- SCROLL_LINE_DOWN - Static variable in class java.awt.Event
-
The user has activated the line down
area of a scroll bar.
- SCROLL_LINE_UP - Static variable in class java.awt.Event
-
The user has activated the line up
area of a scroll bar.
- SCROLL_LOCK - Static variable in class java.awt.Event
-
The Scroll Lock key, a non-ASCII action key.
- SCROLL_PAGE_DOWN - Static variable in class java.awt.Event
-
The user has activated the page down
area of a scroll bar.
- SCROLL_PAGE_UP - Static variable in class java.awt.Event
-
The user has activated the page up
area of a scroll bar.
- SCROLL_PANE - Static variable in class javax.accessibility.AccessibleRole
-
An object that allows a user to incrementally view a large amount
of information.
- SCROLL_PANE - Static variable in class javax.swing.plaf.synth.Region
-
ScrollPane region.
- SCROLL_TAB_LAYOUT - Static variable in class javax.swing.JTabbedPane
-
Tab layout policy for providing a subset of available tabs when all
the tabs will not fit within a single run.
- SCROLL_UP - Static variable in class javax.swing.plaf.basic.BasicComboPopup
-
- Scrollable - Interface in javax.swing
-
An interface that provides information to a scrolling container
like JScrollPane.
- Scrollbar - Class in java.awt
-
The Scrollbar class embodies a scroll bar, a
familiar user-interface object.
- Scrollbar() - Constructor for class java.awt.Scrollbar
-
Constructs a new vertical scroll bar.
- Scrollbar(int) - Constructor for class java.awt.Scrollbar
-
Constructs a new scroll bar with the specified orientation.
- Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
-
Constructs a new scroll bar with the specified orientation,
initial value, visible amount, and minimum and maximum values.
- SCROLLBAR - Static variable in class java.awt.SystemColor
-
- scrollbar - Static variable in class java.awt.SystemColor
-
The color rendered for the background of scrollbars.
- scrollbar - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- scrollBar - Variable in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
-
ScrollBar that is being adjusted.
- Scrollbar.AccessibleAWTScrollBar - Class in java.awt
-
This class implements accessibility support for the
Scrollbar class.
- Scrollbar.AccessibleAWTScrollBar() - Constructor for class java.awt.Scrollbar.AccessibleAWTScrollBar
-
- SCROLLBARS_ALWAYS - Static variable in class java.awt.ScrollPane
-
Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED - Static variable in class java.awt.ScrollPane
-
Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_BOTH - Static variable in class java.awt.TextArea
-
Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_HORIZONTAL_ONLY - Static variable in class java.awt.TextArea
-
Create and display horizontal scrollbar only.
- SCROLLBARS_NEVER - Static variable in class java.awt.ScrollPane
-
Specifies that horizontal/vertical scrollbars should never be shown
regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_NONE - Static variable in class java.awt.TextArea
-
Do not create or display any scrollbars for the text area.
- SCROLLBARS_VERTICAL_ONLY - Static variable in class java.awt.TextArea
-
Create and display vertical scrollbar only.
- ScrollBarUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JScrollBar.
- ScrollBarUI() - Constructor for class javax.swing.plaf.ScrollBarUI
-
- scrollBarWidth - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
Hint as to what width (when vertical) or height (when horizontal)
should be.
- scrollBarWidth - Variable in class javax.swing.plaf.metal.MetalScrollBarUI
-
- scrollByBlock(int) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- scrollByBlock(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
- scrollByUnit(int) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- scrollByUnit(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
- scrollDirection - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- scrollDueToClickInTrack(int) - Method in class javax.swing.plaf.basic.BasicSliderUI
-
This function is called when a mousePressed was detected in the track, not
in the thumb.
- scrollDueToClickInTrack(int) - Method in class javax.swing.plaf.metal.MetalSliderUI
-
- scroller - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
This protected field is implementation specific.
- SCROLLING - Static variable in class javax.swing.text.html.HTML.Attribute
-
- scrollListener - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- scrollListener - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- ScrollPane - Class in java.awt
-
A container class which implements automatic horizontal and/or
vertical scrolling for a single child component.
- ScrollPane() - Constructor for class java.awt.ScrollPane
-
Create a new scrollpane container with a scrollbar display
policy of "as needed".
- ScrollPane(int) - Constructor for class java.awt.ScrollPane
-
Create a new scrollpane container.
- scrollpane - Variable in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- ScrollPane.AccessibleAWTScrollPane - Class in java.awt
-
This class implements accessibility support for the
ScrollPane class.
- ScrollPane.AccessibleAWTScrollPane() - Constructor for class java.awt.ScrollPane.AccessibleAWTScrollPane
-
- ScrollPaneAdjustable - Class in java.awt
-
This class represents the state of a horizontal or vertical
scrollbar of a ScrollPane.
- ScrollPaneConstants - Interface in javax.swing
-
Constants used with the JScrollPane component.
- ScrollPaneLayout - Class in javax.swing
-
The layout manager used by JScrollPane.
- ScrollPaneLayout() - Constructor for class javax.swing.ScrollPaneLayout
-
- ScrollPaneLayout.UIResource - Class in javax.swing
-
The UI resource version of ScrollPaneLayout.
- ScrollPaneLayout.UIResource() - Constructor for class javax.swing.ScrollPaneLayout.UIResource
-
- ScrollPaneUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JScrollPane.
- ScrollPaneUI() - Constructor for class javax.swing.plaf.ScrollPaneUI
-
- scrollPathToVisible(TreePath) - Method in class javax.swing.JTree
-
Makes sure all the path components in path are expanded (except
for the last path component) and scrolls so that the
node identified by the path is displayed.
- scrollRectToVisible(Rectangle) - Method in class javax.swing.JComponent
-
Forwards the scrollRectToVisible() message to the
JComponent's parent.
- scrollRectToVisible(Rectangle) - Method in class javax.swing.JTextField
-
Scrolls the field left or right.
- scrollRectToVisible(Rectangle) - Method in class javax.swing.JViewport
-
Scrolls the view so that Rectangle
within the view becomes visible.
- scrollRowToVisible(int) - Method in class javax.swing.JTree
-
Scrolls the item identified by row until it is displayed.
- SCROLLS_ON_EXPAND_PROPERTY - Static variable in class javax.swing.JTree
-
Bound property name for scrollsOnExpand.
- scrollsOnExpand - Variable in class javax.swing.JTree
-
If true, when a node is expanded, as many of the descendants are
scrolled to be visible.
- scrollTimer - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- scrollTimer - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- scrollToReference(String) - Method in class javax.swing.JEditorPane
-
Scrolls the view to the given reference location
(that is, the value returned by the UL.getRef
method for the URL being displayed).
- scrollUnderway - Variable in class javax.swing.JViewport
-
The scrollUnderway flag is used for components like
JList.
- SDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- SE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
-
The south-east-resize cursor type.
- SE_RESIZE_CURSOR - Static variable in class java.awt.Frame
-
Deprecated.
replaced by Cursor.SE_RESIZE_CURSOR.
- SEALED - Static variable in class java.util.jar.Attributes.Name
-
Name object for Sealed manifest attribute
used for sealing.
- SealedObject - Class in javax.crypto
-
This class enables a programmer to create an object and protect its
confidentiality with a cryptographic algorithm.
- SealedObject(Serializable, Cipher) - Constructor for class javax.crypto.SealedObject
-
Constructs a SealedObject from any Serializable object.
- SealedObject(SealedObject) - Constructor for class javax.crypto.SealedObject
-
Constructs a SealedObject object from the passed-in SealedObject.
- search(Object) - Method in class java.util.Stack
-
Returns the 1-based position where an object is on this stack.
- search(Name, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
-
Searches in a single context for objects that contain a
specified set of attributes, and retrieves selected attributes.
- search(String, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
-
Searches in a single context for objects that contain a
specified set of attributes, and retrieves selected attributes.
- search(Name, Attributes) - Method in interface javax.naming.directory.DirContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(String, Attributes) - Method in interface javax.naming.directory.DirContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(Name, String, SearchControls) - Method in interface javax.naming.directory.DirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, SearchControls) - Method in interface javax.naming.directory.DirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(Name, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
-
Searches in the named context or object for entries that satisfy the
given search filter.
- search(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
-
- search(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
-
- search(String, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
-
- search(Name, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
-
- search(String, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
-
- search(Name, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
-
- search(String, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
-
- SearchControls - Class in javax.naming.directory
-
This class encapsulates
factors that determine scope of search and what gets returned
as a result of the search.
- SearchControls() - Constructor for class javax.naming.directory.SearchControls
-
Constructs a search constraints using defaults.
- SearchControls(int, long, int, String[], boolean, boolean) - Constructor for class javax.naming.directory.SearchControls
-
Constructs a search constraints using arguments.
- SearchResult - Class in javax.naming.directory
-
This class represents an item in the NamingEnumeration returned as a
result of the DirContext.search() methods.
- SearchResult(String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
-
Constructs a search result using the result's name, its bound object, and
its attributes.
- SearchResult(String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
-
Constructs a search result using the result's name, its bound object, and
its attributes, and whether the name is relative.
- SearchResult(String, String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
-
Constructs a search result using the result's name, its class name,
its bound object, and its attributes.
- SearchResult(String, String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
-
Constructs a search result using the result's name, its class name,
its bound object, its attributes, and whether the name is relative.
- SECOND - Static variable in class java.text.DateFormat.Field
-
Constant identifying the second field.
- SECOND - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
second within the minute.
- SECOND_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for SECOND field alignment.
- SECONDARY - Static variable in class java.text.Collator
-
Collator strength value.
- SecondaryLoop - Interface in java.awt
-
A helper interface to run the nested event loop.
- secondaryOrder(int) - Static method in class java.text.CollationElementIterator
-
Return the secondary component of a collation element.
- SECONDS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the seconds field.
- SECRET_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "secret key".
- SecretKey - Interface in javax.crypto
-
A secret (symmetric) key.
- SecretKeyFactory - Class in javax.crypto
-
This class represents a factory for secret keys.
- SecretKeyFactory(SecretKeyFactorySpi, Provider, String) - Constructor for class javax.crypto.SecretKeyFactory
-
Creates a SecretKeyFactory object.
- SecretKeyFactorySpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI)
for the SecretKeyFactory class.
- SecretKeyFactorySpi() - Constructor for class javax.crypto.SecretKeyFactorySpi
-
- SecretKeySpec - Class in javax.crypto.spec
-
This class specifies a secret key in a provider-independent fashion.
- SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
-
Constructs a secret key from the given byte array.
- SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
-
Constructs a secret key from the given byte array, using the first
len bytes of key, starting at
offset inclusive.
- SectionElementName - Static variable in class javax.swing.text.AbstractDocument
-
Name of elements used to hold sections (lines/paragraphs).
- SecureCacheResponse - Class in java.net
-
Represents a cache response originally retrieved through secure
means, such as TLS.
- SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
-
- SecureClassLoader - Class in java.security
-
This class extends ClassLoader with additional support for defining
classes with an associated code source and permissions which are
retrieved by the system policy by default.
- SecureClassLoader(ClassLoader) - Constructor for class java.security.SecureClassLoader
-
Creates a new SecureClassLoader using the specified parent
class loader for delegation.
- SecureClassLoader() - Constructor for class java.security.SecureClassLoader
-
Creates a new SecureClassLoader using the default parent class
loader for delegation.
- SecureDirectoryStream<T> - Interface in java.nio.file
-
A DirectoryStream that defines operations on files that are located
relative to an open directory.
- SecureRandom - Class in java.security
-
This class provides a cryptographically strong random number
generator (RNG).
- SecureRandom() - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the
default random number algorithm.
- SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the
default random number algorithm.
- SecureRandom(SecureRandomSpi, Provider) - Constructor for class java.security.SecureRandom
-
Creates a SecureRandom object.
- SecureRandomSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the SecureRandom class.
- SecureRandomSpi() - Constructor for class java.security.SecureRandomSpi
-
- Security - Class in java.security
-
This class centralizes all security properties and common security
methods.
- SECURITY_AUTHENTICATION - Static variable in interface javax.naming.Context
-
Constant that holds the name of the environment property for
specifying the security level to use.
- SECURITY_CREDENTIALS - Static variable in interface javax.naming.Context
-
Constant that holds the name of the environment property for
specifying the credentials of the principal for authenticating
the caller to the service.
- SECURITY_PRINCIPAL - Static variable in interface javax.naming.Context
-
Constant that holds the name of the environment property for
specifying the identity of the principal for authenticating
the caller to the service.
- SECURITY_PROTOCOL - Static variable in interface javax.naming.Context
-
Constant that holds the name of the environment property for
specifying the security protocol to use.
- SecurityException - Exception in java.lang
-
Thrown by the security manager to indicate a security violation.
- SecurityException() - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException with no detail message.
- SecurityException(String) - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException with the specified
detail message.
- SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException with the specified
detail message and cause.
- SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- SecurityManager - Class in java.lang
-
The security manager is a class that allows
applications to implement a security policy.
- SecurityManager() - Constructor for class java.lang.SecurityManager
-
Constructs a new SecurityManager.
- SecurityPermission - Class in java.security
-
This class is for security permissions.
- SecurityPermission(String) - Constructor for class java.security.SecurityPermission
-
Creates a new SecurityPermission with the specified name.
- SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
-
Creates a new SecurityPermission object with the specified name.
- seek(long) - Method in class java.io.RandomAccessFile
-
Sets the file-pointer offset, measured from the beginning of this
file, at which the next read or write occurs.
- seek(long) - Method in class javax.imageio.stream.FileCacheImageOutputStream
-
Sets the current stream position and resets the bit offset to
0.
- seek(long) - Method in class javax.imageio.stream.FileImageInputStream
-
- seek(long) - Method in class javax.imageio.stream.FileImageOutputStream
-
Sets the current stream position and resets the bit offset to
0.
- seek(long) - Method in interface javax.imageio.stream.ImageInputStream
-
Sets the current stream position to the desired location.
- seek(long) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- seek(int) - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Moves the internal pointer to the given index.
- seek(int) - Method in class org.omg.DynamicAny._DynAnyStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynArrayStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynEnumStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynFixedStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynSequenceStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynStructStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynUnionStub
-
Sets the current position to index.
- seek(int) - Method in class org.omg.DynamicAny._DynValueStub
-
Sets the current position to index.
- seek(int) - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Sets the current position to index.
- SeekableByteChannel - Interface in java.nio.channels
-
A byte channel that maintains a current position and allows the
position to be changed.
- seekForwardOnly - Variable in class javax.imageio.ImageReader
-
true if the current input source has been marked
as allowing only forward seeking by setInput.
- SEG_CLOSE - Static variable in interface java.awt.geom.PathIterator
-
The segment type constant that specifies that
the preceding subpath should be closed by appending a line segment
back to the point corresponding to the most recent SEG_MOVETO.
- SEG_CUBICTO - Static variable in interface java.awt.geom.PathIterator
-
The segment type constant for the set of 3 points that specify
a cubic parametric curve to be drawn from the most recently
specified point.
- SEG_LINETO - Static variable in interface java.awt.geom.PathIterator
-
The segment type constant for a point that specifies the
end point of a line to be drawn from the most recently
specified point.
- SEG_MOVETO - Static variable in interface java.awt.geom.PathIterator
-
The segment type constant for a point that specifies the
starting location for a new subpath.
- SEG_QUADTO - Static variable in interface java.awt.geom.PathIterator
-
The segment type constant for the pair of points that specify
a quadratic parametric curve to be drawn from the most recently
specified point.
- Segment - Class in javax.swing.text
-
A segment of a character array representing a fragment
of text.
- Segment() - Constructor for class javax.swing.text.Segment
-
Creates a new segment.
- Segment(char[], int, int) - Constructor for class javax.swing.text.Segment
-
Creates a new segment referring to an existing array.
- SEGMENT_LIMIT - Static variable in interface java.util.jar.Pack200.Packer
-
This property is a numeral giving the estimated target size N
(in bytes) of each archive segment.
- select(int) - Method in class java.awt.Choice
-
Sets the selected item in this Choice menu to be the
item at the specified position.
- select(String) - Method in class java.awt.Choice
-
Sets the selected item in this Choice menu
to be the item whose name is equal to the specified string.
- select(int) - Method in class java.awt.List
-
Selects the item at the specified index in the scrolling list.
- select(int, int) - Method in class java.awt.TextComponent
-
Selects the text between the specified start and end positions.
- select(URI) - Method in class java.net.ProxySelector
-
Selects all the applicable proxies based on the protocol to
access the resource with and a destination address to access
the resource at.
- select(long) - Method in class java.nio.channels.Selector
-
Selects a set of keys whose corresponding channels are ready for I/O
operations.
- select() - Method in class java.nio.channels.Selector
-
Selects a set of keys whose corresponding channels are ready for I/O
operations.
- SELECT - Static variable in class javax.swing.text.html.HTML.Tag
-
- select(int, int) - Method in class javax.swing.text.JTextComponent
-
Selects the text between the specified start and end positions.
- select(KeyInfo, KeySelector.Purpose, AlgorithmMethod, XMLCryptoContext) - Method in class javax.xml.crypto.KeySelector
-
Attempts to find a key that satisfies the specified constraints.
- SELECTABLE - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object is the child of an object that allows its
children to be selected, and that this child is one of those
children that can be selected.
- SelectableChannel - Class in java.nio.channels
-
A channel that can be multiplexed via a
Selector.
- SelectableChannel() - Constructor for class java.nio.channels.SelectableChannel
-
Initializes a new instance of this class.
- selectAdjacentRunTab(int, int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectAll() - Method in class java.awt.TextComponent
-
Selects all the text in this text component.
- selectAll() - Method in interface javax.swing.ComboBoxEditor
-
Ask the editor to start editing and to select everything
- selectAll() - Method in class javax.swing.JTable
-
Selects all rows, columns, and cells in the table.
- selectAll() - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-
- selectAll() - Method in class javax.swing.text.JTextComponent
-
Selects all the text in the TextComponent.
- selectAllAccessibleSelection() - Method in class java.awt.List.AccessibleAWTList
-
Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Causes every child of the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in interface javax.accessibility.AccessibleSelection
-
Causes every child of the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Causes every child of the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JList.AccessibleJList
-
Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JMenu.AccessibleJMenu
-
Normally causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Normally causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
- selectAllAccessibleSelection() - Method in class javax.swing.JTable.AccessibleJTable
-
Causes every child of the object to be selected, but only
if the JTable supports multiple selections,
and if individual cell selection is enabled.
- selectAllAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection() - Method in class javax.swing.JTree.AccessibleJTree
-
Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for selecting the entire document
- selectBestTextFlavor(DataFlavor[]) - Static method in class java.awt.datatransfer.DataFlavor
-
Selects the best text DataFlavor from an array of
DataFlavors.
- selectColor - Variable in class javax.swing.plaf.metal.MetalButtonUI
-
- selectColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- selectColor - Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- selectColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- selectContent(AttributeSet) - Method in class javax.swing.text.html.HTMLWriter
-
Writes out the content of the SELECT form element.
- SELECTED - Static variable in class java.awt.event.ItemEvent
-
This state-change value indicates that an item was selected.
- SELECTED - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object is the child of an object that allows its
children to be selected, and that this child is one of those
children that has been selected.
- SELECTED - Static variable in class javax.swing.DefaultButtonModel
-
Identifies the "selected" bit in the bitmask, which
indicates that the button has been selected.
- SELECTED - Static variable in interface javax.swing.plaf.synth.SynthConstants
-
Indicates the region is selected.
- SELECTED - Static variable in class javax.swing.text.html.HTML.Attribute
-
- selected - Variable in class javax.swing.tree.DefaultTreeCellRenderer
-
Is the value currently selected.
- SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
-
Constant for the default highlight for selected converted text.
- SELECTED_FILE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Identifies change in user's single-file selection.
- SELECTED_FILES_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Identifies change in user's multiple-file selection.
- SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Identifies a change to the icon used when the button has
been selected.
- SELECTED_KEY - Static variable in interface javax.swing.Action
-
The key used for storing a Boolean that corresponds
to the selected state.
- SELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
-
Constant for the default highlight for selected raw text.
- selectedItemChanged() - Method in class javax.swing.JComboBox
-
This protected method is implementation specific.
- selectedItemReminder - Variable in class javax.swing.JComboBox
-
This protected field is implementation specific.
- selectedKeys() - Method in class java.nio.channels.Selector
-
Returns this selector's selected-key set.
- selectedRun - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectedTabPadInsets - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectedTextColor - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- selectedTitleColor - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- selectFrame(boolean) - Method in class javax.swing.JDesktopPane
-
Selects the next JInternalFrame in this desktop pane.
- selectHighlight - Variable in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- selectInitialValue() - Method in class javax.swing.JOptionPane
-
Requests that the initial value be selected, which will set
focus to the initial value.
- selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
If inputComponent is non-null, the focus is requested on that,
otherwise request focus on the default value
- selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.multi.MultiOptionPaneUI
-
Invokes the selectInitialValue method on each UI handled by this object.
- selectInitialValue(JOptionPane) - Method in class javax.swing.plaf.OptionPaneUI
-
Requests the component representing the default value to have
focus.
- selectInputMethod(Locale) - Method in class java.awt.im.InputContext
-
Attempts to select an input method or keyboard layout that
supports the given locale, and returns a value indicating whether such
an input method or keyboard layout has been successfully selected.
- SELECTION - Static variable in class java.awt.JobAttributes.DefaultSelectionType
-
The DefaultSelectionType instance to use for
specifying that the current selection should be printed.
- selection - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
Paths that are currently selected.
- SELECTION_MODE_PROPERTY - Static variable in class javax.swing.tree.DefaultTreeSelectionModel
-
Property name for selectionMode.
- SELECTION_MODEL_PROPERTY - Static variable in class javax.swing.JColorChooser
-
The selection model property name.
- SELECTION_MODEL_PROPERTY - Static variable in class javax.swing.JTree
-
Bound property name for selectionModel.
- SELECTION_VALUES_PROPERTY - Static variable in class javax.swing.JOptionPane
-
Bound property name for selectionValues.
- selectionBackground - Variable in class javax.swing.JTable
-
The background color of selected cells.
- selectionBackground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- selectionBackwardAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for extending the selection
by moving the caret logically backward one position.
- selectionBeginAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the beginning of the document.
- selectionBeginLineAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the beginning of a line, extending the selection.
- selectionBeginParagraphAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the beginning of a paragraph, extending the selection.
- selectionBeginWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the beginning of a word, extending the selection.
- selectionDownAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
logically downward one position, extending the selection.
- selectionEndAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the end of the document.
- selectionEndLineAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the end of a line, extending the selection.
- selectionEndParagraphAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the end of a paragraph, extending the selection.
- selectionEndWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
to the end of a word, extending the selection.
- selectionForeground - Variable in class javax.swing.JTable
-
The foreground color of selected cells.
- selectionForeground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- selectionForKey(char, ComboBoxModel) - Method in interface javax.swing.JComboBox.KeySelectionManager
-
Given aKey and the model, returns the row
that should become selected.
- selectionForwardAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for extending the selection
by moving the caret logically forward one position.
- SelectionKey - Class in java.nio.channels
-
- SelectionKey() - Constructor for class java.nio.channels.SelectionKey
-
Constructs an instance of this class.
- selectionMode - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
Mode for the selection, will be either SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
- selectionModel - Variable in class javax.swing.JTable
-
The ListSelectionModel of the table, used to keep track of row selections.
- selectionModel - Variable in class javax.swing.JTree
-
Models the set of selected nodes in this tree.
- selectionModel - Variable in class javax.swing.table.DefaultTableColumnModel
-
Model for keeping track of column selections
- selectionModelChanged - Static variable in class javax.swing.plaf.basic.BasicListUI
-
- selectionNextWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the selection to the
beginning of the next word, extending the selection.
- selectionPreviousWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the selection to the
beginning of the previous word, extending the selection.
- selectionRedirector - Variable in class javax.swing.JTree
-
Creates a new event and passed it off the
selectionListeners.
- selectionUpAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret
logically upward one position, extending the selection.
- selectionValues - Variable in class javax.swing.JOptionPane
-
Array of values the user can choose from.
- selectLineAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for selecting a line around the caret.
- selectNextIndex() - Method in class javax.swing.plaf.basic.BasicListUI
-
Selected the previous row and force it to be visible.
- selectNextPossibleValue() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Selects the next item in the list.
- selectNextTab(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectNextTabInRun(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- 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 a new instance of this class.
- SelectorProvider - Class in java.nio.channels.spi
-
Service-provider class for selectors and selectable channels.
- SelectorProvider() - Constructor for class java.nio.channels.spi.SelectorProvider
-
Initializes a new instance of this class.
- selectParagraphAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for selecting a paragraph around the caret.
- selectPathForEvent(TreePath, MouseEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Messaged to update the selection based on a MouseEvent over a
particular row.
- selectPreviousIndex() - Method in class javax.swing.plaf.basic.BasicListUI
-
Selected the previous row and force it to be visible.
- selectPreviousPossibleValue() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Selects the previous item in the list.
- selectPreviousTab(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectPreviousTabInRun(int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- selectText(int, int) - Method in interface javax.accessibility.AccessibleEditableText
-
Selects the text between two indices.
- selectText(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Selects the text between two indices.
- selectText(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Selects the text between two indices.
- selectWithKeyChar(char) - Method in class javax.swing.JComboBox
-
Selects the list item that corresponds to the specified keyboard
character and returns true, if there is an item corresponding
to that character.
- selectWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for selecting a word around the caret.
- 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 a datagram packet from this socket.
- send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Sends a datagram packet.
- send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
-
Deprecated.
Use the following code or its equivalent instead:
......
int ttl = mcastSocket.getTimeToLive();
mcastSocket.setTimeToLive(newttl);
mcastSocket.send(p);
mcastSocket.setTimeToLive(ttl);
......
- send(ByteBuffer, SocketAddress) - Method in class java.nio.channels.DatagramChannel
-
Sends a datagram via this channel.
- send(MidiMessage, long) - Method in interface javax.sound.midi.Receiver
-
Sends a MIDI message and time-stamp to this receiver.
- send_deferred() - Method in class org.omg.CORBA.Request
-
Makes an asynchronous invocation on
the request.
- send_exception(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
-
Allows an Interceptor to query the exception information and modify
the reply service context before the exception is thrown to the client.
- send_multiple_requests_deferred(Request[]) - Method in class org.omg.CORBA.ORB
-
Sends multiple dynamic (DII) requests asynchronously.
- send_multiple_requests_oneway(Request[]) - Method in class org.omg.CORBA.ORB
-
Sends multiple dynamic (DII) requests asynchronously without expecting
any responses.
- send_oneway() - Method in class org.omg.CORBA.Request
-
Makes a oneway invocation on the
request.
- send_other(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
-
Allows an Interceptor to query the information available when a
request results in something other than a normal reply or an
exception.
- send_poll(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
-
Allows an Interceptor to query information during a Time-Independent
Invocation (TII) polling get reply sequence.
- send_reply(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
-
Allows an Interceptor to query reply information and modify the
reply service context 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
-
Allows an Interceptor to query request information and modify the
service context before the request is sent to the server.
- sendAttributeChangeNotification(AttributeChangeNotification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
Sends an attributeChangeNotification which is passed in to
the registered attributeChangeNotification listeners on the
ModelMBean.
- sendAttributeChangeNotification(Attribute, Attribute) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
Sends an attributeChangeNotification which contains the old value and new value for the
attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
- sendAttributeChangeNotification(AttributeChangeNotification) - Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendAttributeChangeNotification(Attribute, Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
-
- sending_exception() - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Returns an any which contains the exception to be returned to
the client.
- sendNotification(Notification) - Method in class javax.management.MBeanServerDelegate
-
Enables the MBean server to send a notification.
- sendNotification(Notification) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
Sends a Notification which is passed in to the registered
Notification listeners on the ModelMBean as a
jmx.modelmbean.generic notification.
- sendNotification(String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
-
Sends a Notification which contains the text string that is passed in
to the registered Notification listeners on the ModelMBean.
- sendNotification(Notification) - Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendNotification(String) - Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendNotification(Notification) - Method in class javax.management.NotificationBroadcasterSupport
-
Sends a notification.
- sendNotification(Notification) - Method in class javax.management.StandardEmitterMBean
-
Sends a notification.
- sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
-
Sends a notification (RelationNotification) for a relation creation.
- sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
-
Sends a notification (RelationNotification) for a relation creation.
- sendRelationRemovalNotification(String, List<ObjectName>) - Method in class javax.management.relation.RelationService
-
Sends a notification (RelationNotification) for a relation removal.
- sendRelationRemovalNotification(String, List<ObjectName>) - Method in interface javax.management.relation.RelationServiceMBean
-
Sends a notification (RelationNotification) for a relation removal.
- sendRoleUpdateNotification(String, Role, List<ObjectName>) - Method in class javax.management.relation.RelationService
-
Sends a notification (RelationNotification) for a role update in the
given relation.
- sendRoleUpdateNotification(String, Role, List<ObjectName>) - Method in interface javax.management.relation.RelationServiceMBean
-
Sends a notification (RelationNotification) for a role update in the
given relation.
- sendUrgentData(int) - Method in class java.net.Socket
-
Send one byte of urgent data on the socket.
- sendUrgentData(int) - Method in class java.net.SocketImpl
-
Send one byte of urgent data on the socket.
- SENTENCE - Static variable in interface javax.accessibility.AccessibleText
-
Constant used to indicate that the part of the text that should be
retrieved is a sentence.
- SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
-
The MultipleDocumentHandlingType instance to use for specifying
that the job should be divided into separate, collated copies.
- SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
-
- SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class java.awt.JobAttributes.MultipleDocumentHandlingType
-
The MultipleDocumentHandlingType instance to use for specifying
that the job should be divided into separate, uncollated copies.
- SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class javax.print.attribute.standard.MultipleDocumentHandling
-
- separator - Static variable in class java.io.File
-
The system-dependent default name-separator character, represented as a
string for convenience.
- SEPARATOR - Static variable in class javax.accessibility.AccessibleRole
-
An object usually contained in a menu to provide a visual
and logical separation of the contents in a menu.
- SEPARATOR - Static variable in class javax.swing.plaf.synth.Region
-
Separator region.
- separatorChar - Static variable in class java.io.File
-
The system-dependent default name-separator character.
- SeparatorUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JSeparator.
- SeparatorUI() - Constructor for class javax.swing.plaf.SeparatorUI
-
- SEPTEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
ninth month of the year in the Gregorian and Julian calendars.
- SEPTEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for ninth month of year.
- Sequence - Class in javax.sound.midi
-
A
Sequence is a data structure containing musical
information (often an entire song or composition) that can be played
back by a
Sequencer object.
- Sequence(float, int) - Constructor for class javax.sound.midi.Sequence
-
Constructs a new MIDI sequence with the specified timing division
type and timing resolution.
- Sequence(float, int, int) - Constructor for class javax.sound.midi.Sequence
-
Constructs a new MIDI sequence with the specified timing division
type, timing resolution, and number of tracks.
- sequenceComplete(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports that a sequence of read operationshas completed.
- SequenceInputStream - Class in java.io
-
A SequenceInputStream represents
the logical concatenation of other input
streams.
- SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
-
Initializes a newly created SequenceInputStream
by remembering the argument, which must
be an Enumeration that produces
objects whose run-time type is InputStream.
- SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
-
Initializes a newly
created SequenceInputStream
by remembering the two arguments, which
will be read in order, first s1
and then s2, to provide the
bytes to be read from this SequenceInputStream.
- Sequencer - Interface in javax.sound.midi
-
A hardware or software device that plays back a MIDI
sequence is known as a
sequencer.
- Sequencer.SyncMode - Class in javax.sound.midi
-
A SyncMode object represents one of the ways in which
a MIDI sequencer's notion of time can be synchronized with a master
or slave device.
- Sequencer.SyncMode(String) - Constructor for class javax.sound.midi.Sequencer.SyncMode
-
Constructs a synchronization mode.
- sequenceStarted(ImageReader, int) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports that a sequence of read operations is beginning.
- SerialArray - Class in javax.sql.rowset.serial
-
A serialized version of an Array
object, which is the mapping in the Java programming language of an SQL
ARRAY value.
- SerialArray(Array, Map<String, Class<?>>) - Constructor for class javax.sql.rowset.serial.SerialArray
-
Constructs a new SerialArray object from the given
Array object, using the given type map for the custom
mapping of each element when the elements are SQL UDTs.
- SerialArray(Array) - Constructor for class javax.sql.rowset.serial.SerialArray
-
Constructs a new SerialArray object from the given
Array object.
- SerialBlob - Class in javax.sql.rowset.serial
-
A serialized mapping in the Java programming language of an SQL
BLOB value.
- SerialBlob(byte[]) - Constructor for class javax.sql.rowset.serial.SerialBlob
-
Constructs a SerialBlob object that is a serialized version of
the given byte array.
- SerialBlob(Blob) - Constructor for class javax.sql.rowset.serial.SerialBlob
-
Constructs a SerialBlob object that is a serialized
version of the given Blob object.
- SerialClob - Class in javax.sql.rowset.serial
-
A serialized mapping in the Java programming language of an SQL
CLOB value.
- SerialClob(char[]) - Constructor for class javax.sql.rowset.serial.SerialClob
-
Constructs a SerialClob object that is a serialized version of
the given char array.
- SerialClob(Clob) - Constructor for class javax.sql.rowset.serial.SerialClob
-
Constructs a SerialClob object that is a serialized
version of the given Clob object.
- SerialDatalink - Class in javax.sql.rowset.serial
-
A serialized mapping in the Java programming language of an SQL
DATALINK value.
- SerialDatalink(URL) - Constructor for class javax.sql.rowset.serial.SerialDatalink
-
Constructs a new SerialDatalink object from the given
java.net.URL object.
- SerialException - Exception in javax.sql.rowset.serial
-
Indicates and an error with the serialization or de-serialization of
SQL types such as BLOB, CLOB, STRUCT or ARRAY in
addition to SQL types such as DATALINK and JAVAOBJECT
- SerialException() - Constructor for exception javax.sql.rowset.serial.SerialException
-
Creates a new SerialException without a
message.
- SerialException(String) - Constructor for exception javax.sql.rowset.serial.SerialException
-
Creates a new SerialException with the
specified message.
- serializable - Variable in class java.beans.beancontext.BeanContextServicesSupport
-
The number of instances of a serializable BeanContextServceProvider.
- Serializable - Interface in java.io
-
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
- SerializablePermission - Class in java.io
-
This class is for Serializable permissions.
- SerializablePermission(String) - Constructor for class java.io.SerializablePermission
-
Creates a new SerializablePermission with the specified name.
- SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
-
Creates a new SerializablePermission object with the specified name.
- serialize(ObjectOutputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
-
Used by writeObject to serialize a Collection.
- 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.
- SerialJavaObject - Class in javax.sql.rowset.serial
-
A serializable mapping in the Java programming language of an SQL
JAVA_OBJECT value.
- SerialJavaObject(Object) - Constructor for class javax.sql.rowset.serial.SerialJavaObject
-
Constructor for SerialJavaObject helper class.
- SerialRef - Class in javax.sql.rowset.serial
-
A serialized mapping of a Ref object, which is the mapping in the
Java programming language of an SQL REF value.
- SerialRef(Ref) - Constructor for class javax.sql.rowset.serial.SerialRef
-
Constructs a SerialRef object from the given Ref
object.
- SerialStruct - Class in javax.sql.rowset.serial
-
A serialized mapping in the Java programming language of an SQL
structured type.
- SerialStruct(Struct, Map<String, Class<?>>) - Constructor for class javax.sql.rowset.serial.SerialStruct
-
Constructs a SerialStruct object from the given
Struct object, using the given java.util.Map
object for custom mapping the SQL structured type or any of its
attributes that are SQL structured types.
- SerialStruct(SQLData, Map<String, Class<?>>) - Constructor for class javax.sql.rowset.serial.SerialStruct
-
Constructs a SerialStruct object from the
given SQLData object, using the given type
map to custom map it to a class in the Java programming
language.
- serialVersionUID - Static variable in interface java.rmi.server.RemoteRef
-
indicate compatibility with JDK 1.1.x version of class.
- serialVersionUID - Static variable in interface java.rmi.server.ServerRef
-
indicate compatibility with JDK 1.1.x version of class.
- serialVersionUID - Static variable in interface java.security.interfaces.DSAPrivateKey
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.interfaces.DSAPublicKey
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.interfaces.ECPrivateKey
-
The class fingerprint that is set to indicate
serialization compatibility.
- serialVersionUID - Static variable in interface java.security.interfaces.ECPublicKey
-
The class fingerprint that is set to indicate
serialization compatibility.
- 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 class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- serialVersionUID - Static variable in interface java.security.PrivateKey
-
The class fingerprint that is set to indicate serialization
compatibility with a previous version of the class.
- serialVersionUID - Static variable in interface java.security.PublicKey
-
The class fingerprint that is set to indicate serialization
compatibility with a previous version of the class.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPrivateKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.DHPublicKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.interfaces.PBEKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.crypto.SecretKey
-
The class fingerprint that is set to indicate serialization
compatibility since J2SE 1.4.
- serialVersionUID - Static variable in interface javax.naming.directory.Attribute
-
Use serialVersionUID from JNDI 1.1.1 for interoperability.
- serialVersionUID - Static variable in interface javax.naming.Name
-
The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
- SERIF - Static variable in class java.awt.Font
-
A String constant for the canonical family name of the
logical font "Serif".
- servant - Variable in class org.omg.CORBA.portable.ServantObject
-
The real servant.
- Servant - Class in org.omg.PortableServer
-
Defines the native Servant type.
- Servant() - Constructor for class org.omg.PortableServer.Servant
-
- servant_postinvoke(Object, ServantObject) - Method in class org.omg.CORBA.portable.Delegate
-
servant_postinvoke() is invoked by the local stub after the operation
has been invoked on the local servant.
- servant_preinvoke(Object, String, Class) - Method in class org.omg.CORBA.portable.Delegate
-
Returns a Java reference to the servant which should be used for this
request.
- SERVANT_RETENTION_POLICY_ID - Interface in org.omg.PortableServer
-
org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java .
- servant_to_id(Servant) - Method in interface org.omg.PortableServer.POAOperations
-
This operation has four possible behaviors.
- servant_to_reference(Servant) - Method in interface org.omg.PortableServer.POAOperations
-
This operation requires the RETAIN policy and either
the UNIQUE_ID or IMPLICIT_ACTIVATION policies if
invoked outside the context of an operation dispatched
by this POA.
- ServantActivator - Interface in org.omg.PortableServer
-
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
- ServantActivatorHelper - Class in org.omg.PortableServer
-
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
- ServantActivatorHelper() - Constructor for class org.omg.PortableServer.ServantActivatorHelper
-
- ServantActivatorOperations - Interface in org.omg.PortableServer
-
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
- ServantActivatorPOA - Class in org.omg.PortableServer
-
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
- ServantActivatorPOA() - Constructor for class org.omg.PortableServer.ServantActivatorPOA
-
- ServantAlreadyActive - Exception in org.omg.PortableServer.POAPackage
-
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java .
- ServantAlreadyActive() - Constructor for exception org.omg.PortableServer.POAPackage.ServantAlreadyActive
-
- ServantAlreadyActive(String) - Constructor for exception org.omg.PortableServer.POAPackage.ServantAlreadyActive
-
- ServantAlreadyActiveHelper - Class in org.omg.PortableServer.POAPackage
-
org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java .
- 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 ServantLocators.
- ServantLocatorHelper - Class in org.omg.PortableServer
-
When the POA has the NON_RETAIN policy it uses servant
managers that are ServantLocators.
- ServantLocatorHelper() - Constructor for class org.omg.PortableServer.ServantLocatorHelper
-
- ServantLocatorOperations - Interface in org.omg.PortableServer
-
When the POA has the NON_RETAIN policy it uses servant
managers that are ServantLocators.
- ServantLocatorPOA - Class in org.omg.PortableServer
-
When the POA has the NON_RETAIN policy it uses servant
managers that are ServantLocators.
- ServantLocatorPOA() - Constructor for class org.omg.PortableServer.ServantLocatorPOA
-
- ServantManager - Interface in org.omg.PortableServer
-
A servant manager supplies a POA with the ability
to activate objects on demand when the POA receives
a request targeted at an inactive object.
- ServantManagerOperations - Interface in org.omg.PortableServer
-
A servant manager supplies a POA with the ability
to activate objects on demand when the POA receives
a request targeted at an inactive object.
- ServantNotActive - Exception in org.omg.PortableServer.POAPackage
-
org/omg/PortableServer/POAPackage/ServantNotActive.java .
- ServantNotActive() - Constructor for exception org.omg.PortableServer.POAPackage.ServantNotActive
-
- ServantNotActive(String) - Constructor for exception org.omg.PortableServer.POAPackage.ServantNotActive
-
- ServantNotActiveHelper - Class in org.omg.PortableServer.POAPackage
-
org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java .
- ServantNotActiveHelper() - Constructor for class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
- ServantObject - Class in org.omg.CORBA.portable
-
This class is part of the local stub API, the purpose of which is to provide
high performance calls for collocated clients and servers
(i.e.
- ServantObject() - Constructor for class org.omg.CORBA.portable.ServantObject
-
- ServantRetentionPolicy - Interface in org.omg.PortableServer
-
This policy specifies whether the created POA retains
active servants in an Active Object Map.
- ServantRetentionPolicyOperations - Interface in org.omg.PortableServer
-
This policy specifies whether the created POA retains
active servants in an Active Object Map.
- ServantRetentionPolicyValue - Class in org.omg.PortableServer
-
ServantRetentionPolicyValue can have the following
values.
- ServantRetentionPolicyValue(int) - Constructor for class org.omg.PortableServer.ServantRetentionPolicyValue
-
- server - Variable in class javax.management.monitor.Monitor
-
Reference to the MBean server.
- 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
-
- server_id() - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Returns the server ID that was specified on ORB::init using the -ORBServerId
argument.
- ServerCloneException - Exception in java.rmi.server
-
A ServerCloneException is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject.
- ServerCloneException(String) - Constructor for exception java.rmi.server.ServerCloneException
-
Constructs a ServerCloneException with the specified
detail message.
- ServerCloneException(String, Exception) - Constructor for exception java.rmi.server.ServerCloneException
-
Constructs a ServerCloneException with the specified
detail message and cause.
- ServerError - Exception in java.rmi
-
A ServerError is thrown as a result of a remote method
invocation when an Error is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value.
- ServerError(String, Error) - Constructor for exception java.rmi.ServerError
-
Constructs a ServerError with the specified
detail message and nested error.
- ServerException - Exception in java.rmi
-
A ServerException is thrown as a result of a remote method
invocation when a RemoteException is thrown while processing
the invocation on the server, either while unmarshalling the arguments or
executing the remote method itself.
- ServerException(String) - Constructor for exception java.rmi.ServerException
-
Constructs a ServerException with the specified
detail message.
- ServerException(String, Exception) - Constructor for exception java.rmi.ServerException
-
Constructs a ServerException with the specified
detail message and nested exception.
- ServerIdHelper - Class in org.omg.PortableInterceptor
-
org/omg/PortableInterceptor/ServerIdHelper.java .
- ServerIdHelper() - Constructor for class org.omg.PortableInterceptor.ServerIdHelper
-
- ServerNotActiveException - Exception in java.rmi.server
-
An ServerNotActiveException is an Exception
thrown during a call to RemoteServer.getClientHost if
the getClientHost method is called outside of servicing a remote
method call.
- ServerNotActiveException() - Constructor for exception java.rmi.server.ServerNotActiveException
-
Constructs an ServerNotActiveException with no specified
detail message.
- ServerNotActiveException(String) - Constructor for exception java.rmi.server.ServerNotActiveException
-
Constructs an ServerNotActiveException with the specified
detail message.
- ServerRef - Interface in java.rmi.server
-
A ServerRef represents the server-side handle for a remote object
implementation.
- ServerRequest - Class in org.omg.CORBA
-
An object that captures the explicit state of a request
for the Dynamic Skeleton Interface (DSI).
- ServerRequest() - Constructor for class org.omg.CORBA.ServerRequest
-
- ServerRequestInfo - Interface in org.omg.PortableInterceptor
-
Request Information, accessible to server-side request interceptors.
- ServerRequestInfoOperations - Interface in org.omg.PortableInterceptor
-
Request Information, accessible to server-side request interceptors.
- ServerRequestInterceptor - Interface in org.omg.PortableInterceptor
-
Server-side request interceptor.
- ServerRequestInterceptorOperations - Interface in org.omg.PortableInterceptor
-
Server-side request interceptor.
- ServerRuntimeException - Exception in java.rmi
-
Deprecated.
no replacement
- ServerRuntimeException(String, Exception) - Constructor for exception java.rmi.ServerRuntimeException
-
Deprecated.
no replacement
- ServerSocket - Class in java.net
-
This class implements server sockets.
- ServerSocket() - Constructor for class java.net.ServerSocket
-
Creates an unbound server socket.
- ServerSocket(int) - Constructor for class java.net.ServerSocket
-
Creates a server socket, bound to the specified port.
- ServerSocket(int, int) - Constructor for class java.net.ServerSocket
-
Creates a server socket and binds it to the specified local port
number, with the specified backlog.
- ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
-
Create a server with the specified port, listen backlog, and
local IP address to bind to.
- ServerSocketChannel - Class in java.nio.channels
-
A selectable channel for stream-oriented listening sockets.
- ServerSocketChannel(SelectorProvider) - Constructor for class java.nio.channels.ServerSocketChannel
-
Initializes a new instance of this class.
- ServerSocketFactory - Class in javax.net
-
This class creates server sockets.
- ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
-
Creates a server socket factory.
- Service - Class in javax.xml.ws
-
Service objects provide the client view of a Web service.
- Service(URL, QName) - Constructor for class javax.xml.ws.Service
-
- Service(URL, QName, WebServiceFeature...) - Constructor for class javax.xml.ws.Service
-
- Service.Mode - Enum in javax.xml.ws
-
The orientation of a dynamic client or service.
- service_detail - Variable in class org.omg.CORBA.ServiceDetail
-
The data describing the ORB service that this ServiceDetail
object represents.
- service_detail_type - Variable in class org.omg.CORBA.ServiceDetail
-
The type of the ORB service that this ServiceDetail
object represents.
- service_details - Variable in class org.omg.CORBA.ServiceInformation
-
Array of ServiceDetails giving more details about the service.
- SERVICE_OFF_LINE - Static variable in class javax.print.attribute.standard.JobStateReason
-
The printer is off-line and accepting no jobs.
- service_options - Variable in class org.omg.CORBA.ServiceInformation
-
Array of ints representing service options.
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
-
A new service is available from the nesting BeanContext.
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface java.beans.beancontext.BeanContextServicesListener
-
The service named has been registered.
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
BeanContextServicesListener callback, propagates event to all
currently registered listeners and BeanContextServices children,
if this BeanContextService does not already implement this service
itself.
- serviceClass - Variable in class java.beans.beancontext.BeanContextServiceAvailableEvent
-
A Class reference to the newly available service
- serviceClass - Variable in class java.beans.beancontext.BeanContextServiceRevokedEvent
-
A Class reference to the service that is being revoked.
- 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
-
org/omg/IOP/ServiceContext.java .
- ServiceContext() - Constructor for class org.omg.IOP.ServiceContext
-
- ServiceContext(int, byte[]) - Constructor for class org.omg.IOP.ServiceContext
-
- ServiceContextHelper - Class in org.omg.IOP
-
org/omg/IOP/ServiceContextHelper.java .
- ServiceContextHelper() - Constructor for class org.omg.IOP.ServiceContextHelper
-
- ServiceContextHolder - Class in org.omg.IOP
-
org/omg/IOP/ServiceContextHolder.java .
- ServiceContextHolder() - Constructor for class org.omg.IOP.ServiceContextHolder
-
- ServiceContextHolder(ServiceContext) - Constructor for class org.omg.IOP.ServiceContextHolder
-
- ServiceContextListHelper - Class in org.omg.IOP
-
An array of service contexts, forming a service context list.
- ServiceContextListHelper() - Constructor for class org.omg.IOP.ServiceContextListHelper
-
- ServiceContextListHolder - Class in org.omg.IOP
-
An array of service contexts, forming a service context list.
- ServiceContextListHolder() - Constructor for class org.omg.IOP.ServiceContextListHolder
-
- ServiceContextListHolder(ServiceContext[]) - Constructor for class org.omg.IOP.ServiceContextListHolder
-
- ServiceDelegate - Class in javax.xml.ws.spi
-
Service delegates are used internally by Service objects
to allow pluggability of JAX-WS implementations.
- ServiceDelegate() - Constructor for class javax.xml.ws.spi.ServiceDelegate
-
- ServiceDetail - Class in org.omg.CORBA
-
An object that represents an ORB service: its service_detail_type
field contains the type of the ORB service, and its service_detail
field contains a description of the ORB service.
- ServiceDetail() - Constructor for class org.omg.CORBA.ServiceDetail
-
Constructs a ServiceDetail object with 0 for the type of
ORB service and an empty description.
- ServiceDetail(int, byte[]) - Constructor for class org.omg.CORBA.ServiceDetail
-
Constructs a ServiceDetail object with the given
ORB service type and the given description.
- ServiceDetailHelper - Class in org.omg.CORBA
-
- ServiceDetailHelper() - Constructor for class org.omg.CORBA.ServiceDetailHelper
-
- ServiceIdHelper - Class in org.omg.IOP
-
A service id, represented as an int
- ServiceIdHelper() - Constructor for class org.omg.IOP.ServiceIdHelper
-
- ServiceInformation - Class in org.omg.CORBA
-
An IDL struct in the CORBA module that
stores information about a CORBA service available in the
ORB implementation and is obtained from the ORB.get_service_information
method.
- ServiceInformation() - Constructor for class org.omg.CORBA.ServiceInformation
-
Constructs a ServiceInformation object with empty service_options
and service_details.
- ServiceInformation(int[], ServiceDetail[]) - Constructor for class org.omg.CORBA.ServiceInformation
-
Constructs a ServiceInformation object with the given service_options
and service_details.
- ServiceInformationHelper - Class in org.omg.CORBA
-
- ServiceInformationHelper() - Constructor for class org.omg.CORBA.ServiceInformationHelper
-
- ServiceInformationHolder - Class in org.omg.CORBA
-
The Holder for ServiceInformation.
- ServiceInformationHolder() - Constructor for class org.omg.CORBA.ServiceInformationHolder
-
Constructs a new ServiceInformationHolder object with its
value field initialized to null.
- ServiceInformationHolder(ServiceInformation) - Constructor for class org.omg.CORBA.ServiceInformationHolder
-
Constructs a new ServiceInformationHolder object with its
value field initialized to the given
ServiceInformation object.
- ServiceLoader<S> - Class in java.util
-
A simple service-provider loading facility.
- ServiceMode - Annotation Type in javax.xml.ws
-
Used to indicate whether a
Provider implementation wishes to work
with entire protocol messages or just with protocol message payloads.
- serviceName(QName) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
-
Sets the serviceName as the
wsam:ServiceName element in the
wsa:Metadata element.
- ServiceNotFoundException - Exception in javax.management
-
Represents exceptions raised when a requested service is not supported.
- ServiceNotFoundException() - Constructor for exception javax.management.ServiceNotFoundException
-
Default constructor.
- ServiceNotFoundException(String) - Constructor for exception javax.management.ServiceNotFoundException
-
Constructor that allows a specific error message to be specified.
- ServicePermission - Class in javax.security.auth.kerberos
-
This class is used to protect Kerberos services and the
credentials necessary to access those services.
- ServicePermission(String, String) - Constructor for class javax.security.auth.kerberos.ServicePermission
-
Create a new ServicePermission
with the specified servicePrincipal
and action.
- serviceProvider - Variable in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
- ServiceRegistry - Class in javax.imageio.spi
-
A registry for service provider instances.
- ServiceRegistry(Iterator<Class<?>>) - Constructor for class javax.imageio.spi.ServiceRegistry
-
Constructs a ServiceRegistry instance with a
set of categories taken from the categories
argument.
- ServiceRegistry.Filter - Interface in javax.imageio.spi
-
A simple filter interface used by
ServiceRegistry.getServiceProviders to select
providers matching an arbitrary criterion.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextChildSupport
-
A service provided by the nesting BeanContext has been revoked.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface java.beans.beancontext.BeanContextServiceRevokedListener
-
The service named has been revoked.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
BeanContextServicesListener callback, propagates event to all
currently registered listeners and BeanContextServices children,
if this BeanContextService does not already implement this service
itself.
- services - Variable in class java.beans.beancontext.BeanContextServicesSupport
-
all accesses to the protected transient HashMap services
field should be synchronized on that object
- ServiceUI - Class in javax.print
-
This class is a collection of UI convenience methods which provide a
graphical user dialog for browsing print services looked up through the Java
Print Service API.
- ServiceUI() - Constructor for class javax.print.ServiceUI
-
- ServiceUIFactory - Class in javax.print
-
Services may optionally provide UIs which allow different styles
of interaction in different roles.
- ServiceUIFactory() - Constructor for class javax.print.ServiceUIFactory
-
- ServiceUnavailableException - Exception in javax.naming
-
This exception is thrown when attempting to communicate with a
directory or naming service and that service is not available.
- ServiceUnavailableException(String) - Constructor for exception javax.naming.ServiceUnavailableException
-
Constructs a new instance of ServiceUnavailableException using an
explanation.
- ServiceUnavailableException() - Constructor for exception javax.naming.ServiceUnavailableException
-
Constructs a new instance of ServiceUnavailableException.
- SERVLET_CONTEXT - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet context object.
- SERVLET_REQUEST - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet request object.
- SERVLET_RESPONSE - Static variable in interface javax.xml.ws.handler.MessageContext
-
Standard property: servlet response object.
- SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.ws.BindingProvider
-
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- set(Object, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters.
- set(byte, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Byte.
- set(char, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Character.
- set(short, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Short.
- set(int, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with an Integer.
- set(long, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Long.
- set(float, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Float.
- set(double, int) - Method in class java.awt.image.renderable.ParameterBlock
-
Replaces an Object in the list of parameters with a Double.
- set(int, int, int, int) - Method in class java.awt.Insets
-
Set top, left, bottom, and right to the specified values
- set(JobAttributes) - Method in class java.awt.JobAttributes
-
Sets all of the attributes of this JobAttributes to
the same values as the attributes of obj.
- set(PageAttributes) - Method in class java.awt.PageAttributes
-
Sets all of the attributes of this PageAttributes to the same values as
the attributes of obj.
- set(Object, int, Object) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified new value.
- set(Object, Object) - Method in class java.lang.reflect.Field
-
Sets the field represented by this Field object on the
specified object argument to the specified new value.
- set(T) - Method in class java.lang.ThreadLocal
-
Sets the current thread's copy of this thread-local variable
to the specified value.
- set(String, String, int, String, String) - Method in class java.net.URL
-
Sets the fields of the URL.
- set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
-
Sets the specified 8 fields of the URL.
- set(int, E) - Method in class java.util.AbstractList
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, E) - Method in class java.util.AbstractSequentialList
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, E) - Method in class java.util.ArrayList
-
Replaces the element at the specified position in this list with
the specified element.
- set(int) - Method in class java.util.BitSet
-
Sets the bit at the specified index to true.
- set(int, boolean) - Method in class java.util.BitSet
-
Sets the bit at the specified index to the specified value.
- set(int, int) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to true.
- set(int, int, boolean) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to the specified value.
- set(int, int) - Method in class java.util.Calendar
-
Sets the given calendar field to the given value.
- set(int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR,
MONTH, and DAY_OF_MONTH.
- set(int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR,
MONTH, DAY_OF_MONTH,
HOUR_OF_DAY, and MINUTE.
- set(int, int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the fields YEAR, MONTH,
DAY_OF_MONTH, HOUR, MINUTE, and
SECOND.
- 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
-
Replaces the element at the specified position in this list with the
specified element.
- 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, E) - Method in class java.util.LinkedList
-
Replaces the element at the specified position in this list with the
specified element.
- set(int, E) - Method in interface java.util.List
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(E) - Method in interface java.util.ListIterator
-
- Set<E> - Interface in java.util
-
A collection that contains no duplicate elements.
- set(int, E) - Method in class java.util.Vector
-
Replaces the element at the specified position in this Vector with the
specified element.
- set(String, String) - Method in class javax.activation.MimeTypeParameterList
-
Set the value to be associated with the given name, replacing
any previous association.
- set(int, Attribute) - Method in class javax.management.AttributeList
-
Sets the element at the position specified to be the attribute specified.
- set(int, Object) - Method in class javax.management.AttributeList
-
Replaces the element at the specified position in this list with
the specified element.
- set(int, Role) - Method in class javax.management.relation.RoleList
-
Sets the element at the position specified to be the role
specified.
- set(int, Object) - Method in class javax.management.relation.RoleList
-
- set(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
-
Sets the element at the position specified to be the unresolved role
specified.
- set(int, Object) - Method in class javax.management.relation.RoleUnresolvedList
-
- set(int, Object) - Method in interface javax.naming.directory.Attribute
-
Sets an attribute value in the ordered list of attribute values.
- set(int, Object) - Method in class javax.naming.directory.BasicAttribute
-
- set(int, E) - Method in class javax.swing.DefaultListModel
-
Replaces the element at the specified position in this list with the
specified element.
- set2DigitYearStart(Date) - Method in class java.text.SimpleDateFormat
-
Sets the 100-year period 2-digit years will be interpreted as being in
to begin on the date the user specifies.
- set_as_default() - Method in interface org.omg.CORBA.DynUnion
-
Deprecated.
Determines whether the discriminator associated with this union has been assigned
a valid default value.
- set_as_default(boolean) - Method in interface org.omg.CORBA.DynUnion
-
Deprecated.
Determines whether the discriminator associated with this union gets assigned
a valid default value.
- set_as_string(String) - Method in class org.omg.DynamicAny._DynEnumStub
-
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
- set_as_string(String) - Method in interface org.omg.DynamicAny.DynEnumOperations
-
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
- set_as_ulong(int) - Method in class org.omg.DynamicAny._DynEnumStub
-
Sets the value of the DynEnum as the enumerated value's ordinal value.
- set_as_ulong(int) - Method in interface org.omg.DynamicAny.DynEnumOperations
-
Sets the value of the DynEnum as the enumerated value's ordinal value.
- set_boxed_value(Any) - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Replaces the boxed value with the specified value.
- set_boxed_value_as_dyn_any(DynAny) - Method in interface org.omg.DynamicAny.DynValueBoxOperations
-
Replaces the boxed value with the value contained in the parameter.
- set_delegate(Object) - Method in class org.omg.CORBA_2_3.ORB
-
- set_discriminator(DynAny) - Method in class org.omg.DynamicAny._DynUnionStub
-
Sets the discriminator of the DynUnion to the specified value.
- set_discriminator(DynAny) - Method in interface org.omg.DynamicAny.DynUnionOperations
-
Sets the discriminator of the DynUnion to the specified value.
- set_elements(Any[]) - Method in interface org.omg.CORBA.DynArray
-
Deprecated.
Sets the value of this
DynArray object to the given array.
- set_elements(Any[]) - Method in interface org.omg.CORBA.DynSequence
-
Deprecated.
Sets the values of all elements in this sequence with the given
array.
- set_elements(Any[]) - Method in class org.omg.DynamicAny._DynArrayStub
-
Sets the DynArray to contain the passed elements.
- set_elements(Any[]) - Method in class org.omg.DynamicAny._DynSequenceStub
-
Sets the elements of a sequence.
- set_elements(Any[]) - Method in interface org.omg.DynamicAny.DynArrayOperations
-
Sets the DynArray to contain the passed elements.
- set_elements(Any[]) - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Sets the elements of a sequence.
- set_elements_as_dyn_any(DynAny[]) - Method in class org.omg.DynamicAny._DynArrayStub
-
Sets the DynArray to contain the passed elements.
- set_elements_as_dyn_any(DynAny[]) - Method in class org.omg.DynamicAny._DynSequenceStub
-
Sets the elements of a sequence using DynAnys.
- set_elements_as_dyn_any(DynAny[]) - Method in interface org.omg.DynamicAny.DynArrayOperations
-
Sets the DynArray to contain the passed elements.
- set_elements_as_dyn_any(DynAny[]) - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Sets the elements of a sequence using DynAnys.
- set_exception(Any) - Method in class org.omg.CORBA.ServerRequest
-
Throws an org.omg.CORBA.NO_IMPLEMENT exception.
- set_length(int) - Method in class org.omg.DynamicAny._DynSequenceStub
-
Sets the length of the sequence.
- set_length(int) - Method in interface org.omg.DynamicAny.DynSequenceOperations
-
Sets the length of the sequence.
- set_members(NameValuePair[]) - Method in interface org.omg.CORBA.DynStruct
-
Deprecated.
Set the members of the struct.
- set_members(NameValuePair[]) - Method in interface org.omg.CORBA.DynValue
-
Deprecated.
Sets the members of the value object this DynValue
object represents to the given array of NameValuePair
objects.
- set_members(NameValuePair[]) - Method in class org.omg.DynamicAny._DynStructStub
-
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
- set_members(NameValuePair[]) - Method in class org.omg.DynamicAny._DynValueStub
-
Initializes the value type's members from a sequence of NameValuePairs.
- set_members(NameValuePair[]) - Method in interface org.omg.DynamicAny.DynStructOperations
-
Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
- set_members(NameValuePair[]) - Method in interface org.omg.DynamicAny.DynValueOperations
-
Initializes the value type's members from a sequence of NameValuePairs.
- set_members_as_dyn_any(NameDynAnyPair[]) - Method in class org.omg.DynamicAny._DynStructStub
-
Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
- set_members_as_dyn_any(NameDynAnyPair[]) - Method in class org.omg.DynamicAny._DynValueStub
-
Initializes the value type's members from a sequence of NameDynAnyPairs.
- set_members_as_dyn_any(NameDynAnyPair[]) - Method in interface org.omg.DynamicAny.DynStructOperations
-
Initializes the struct data value associated with a DynStruct object from a sequence of NameDynAnyPairs.
- set_members_as_dyn_any(NameDynAnyPair[]) - Method in interface org.omg.DynamicAny.DynValueOperations
-
Initializes the value type's members from a sequence of NameDynAnyPairs.
- set_one_value(String, Any) - Method in class org.omg.CORBA.Context
-
Creates a NamedValue object and adds it to this
Context object.
- SET_OVERRIDE - Static variable in class org.omg.CORBA.SetOverrideType
-
The SetOverrideType constant for the enum value SET_OVERRIDE.
- set_parameters(String[], Properties) - Method in class org.omg.CORBA.ORB
-
Allows the ORB implementation to be initialized with the given
parameters and properties.
- set_parameters(Applet, Properties) - Method in class org.omg.CORBA.ORB
-
Allows the ORB implementation to be initialized with the given
applet and parameters.
- set_policy_override(Object, Policy[], SetOverrideType) - Method in class org.omg.CORBA.portable.Delegate
-
Associates the policies passed in
with a newly created object reference that it returns.
- set_result(Any) - Method in class org.omg.CORBA.ServerRequest
-
Throws an org.omg.CORBA.NO_IMPLEMENT exception.
- set_return_type(TypeCode) - Method in class org.omg.CORBA.Request
-
Sets the typecode for the return
value of the method.
- set_servant(Servant) - Method in interface org.omg.PortableServer.POAOperations
-
This operation registers the specified servant with
the POA as the default servant.
- set_servant_manager(ServantManager) - Method in interface org.omg.PortableServer.POAOperations
-
This operation sets the default servant manager
associated with the POA.
- set_slot(int, Any) - Method in interface org.omg.PortableInterceptor.CurrentOperations
-
Sets data in a slot.
- set_slot(int, Any) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Allows an Interceptor to set a slot in the
PortableInterceptor.Current that is in the scope of
the request.
- set_to_default_member() - Method in class org.omg.DynamicAny._DynUnionStub
-
Sets the discriminator to a value that is consistent with the value of the default case of a union.
- set_to_default_member() - Method in interface org.omg.DynamicAny.DynUnionOperations
-
Sets the discriminator to a value that is consistent with the value of the default case of a union.
- set_to_no_active_member() - Method in class org.omg.DynamicAny._DynUnionStub
-
Sets the discriminator to a value that does not correspond to any of the unions case labels.
- set_to_no_active_member() - Method in interface org.omg.DynamicAny.DynUnionOperations
-
Sets the discriminator to a value that does not correspond to any of the unions case labels.
- set_to_null() - Method in class org.omg.DynamicAny._DynValueStub
-
Changes the representation of a DynValueCommon to a null value type.
- set_to_null() - Method in interface org.omg.DynamicAny.DynValueCommonOperations
-
Changes the representation of a DynValueCommon to a null value type.
- set_to_value() - Method in class org.omg.DynamicAny._DynValueStub
-
Replaces a null value type with a newly constructed value.
- set_to_value() - Method in interface org.omg.DynamicAny.DynValueCommonOperations
-
Replaces a null value type with a newly constructed value.
- set_value(byte[]) - Method in interface org.omg.CORBA.DynFixed
-
Deprecated.
Sets the given fixed type instance as the value for this
DynFixed object.
- set_value(String) - Method in class org.omg.DynamicAny._DynFixedStub
-
Sets the value of the DynFixed.
- set_value(String) - Method in interface org.omg.DynamicAny.DynFixedOperations
-
Sets the value of the DynFixed.
- set_values(NVList) - Method in class org.omg.CORBA.Context
-
I Sets one or more property values in this Context
object.
- setAccelerationPriority(float) - Method in class java.awt.Image
-
Sets a hint for this image about how important acceleration is.
- setAccelerator(KeyStroke) - Method in class javax.swing.JMenu
-
setAccelerator is not defined for JMenu.
- setAccelerator(KeyStroke) - Method in class javax.swing.JMenuItem
-
Sets the key combination which invokes the menu item's
action listeners without navigating the menu hierarchy.
- setAcceptAllFileFilterUsed(boolean) - Method in class javax.swing.JFileChooser
-
Determines whether the AcceptAll FileFilter is used
as an available choice in the choosable filter list.
- setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
-
Convenience method to set the accessible flag for an
array of objects with a single security check (for efficiency).
- setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
-
Set the accessible flag for this object to
the indicated boolean value.
- setAccessibleCaption(Accessible) - Method in interface javax.accessibility.AccessibleTable
-
Sets the caption for the table.
- setAccessibleCaption(Accessible) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the caption for the table.
- setAccessibleColumnDescription(int, Accessible) - Method in interface javax.accessibility.AccessibleTable
-
Sets the description text of the specified column in the table.
- setAccessibleColumnDescription(int, Accessible) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the description text of the specified column of the table.
- setAccessibleColumnHeader(AccessibleTable) - Method in interface javax.accessibility.AccessibleTable
-
Sets the column headers.
- setAccessibleColumnHeader(AccessibleTable) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the column headers as an AccessibleTable.
- setAccessibleDescription(String) - Method in class javax.accessibility.AccessibleContext
-
Sets the accessible description of this object.
- setAccessibleDescription(String) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- setAccessibleDescription(String) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Sets the accessible description of this object.
- setAccessibleDescription(String) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Set the accessible description of this object.
- setAccessibleDescription(String) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setAccessibleIconDescription(String) - Method in interface javax.accessibility.AccessibleIcon
-
Sets the description of the icon.
- setAccessibleIconDescription(String) - Method in class javax.swing.ImageIcon.AccessibleImageIcon
-
Sets the description of the icon.
- setAccessibleName(String) - Method in class javax.accessibility.AccessibleContext
-
Sets the localized accessible name of this object.
- setAccessibleName(String) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- setAccessibleName(String) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Sets the localized accessible name of this object.
- setAccessibleName(String) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Set the localized accessible name of this object.
- setAccessibleName(String) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setAccessibleParent(Accessible) - Method in class javax.accessibility.AccessibleContext
-
Sets the Accessible parent of this object.
- setAccessibleRowDescription(int, Accessible) - Method in interface javax.accessibility.AccessibleTable
-
Sets the description text of the specified row of the table.
- setAccessibleRowDescription(int, Accessible) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the description text of the specified row of the table.
- setAccessibleRowHeader(AccessibleTable) - Method in interface javax.accessibility.AccessibleTable
-
Sets the row headers.
- setAccessibleRowHeader(AccessibleTable) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the row headers as an AccessibleTable.
- setAccessibleSummary(Accessible) - Method in interface javax.accessibility.AccessibleTable
-
Sets the summary description of the table
- setAccessibleSummary(Accessible) - Method in class javax.swing.JTable.AccessibleJTable
-
Sets the summary description of the table.
- setAccessory(JComponent) - Method in class javax.swing.JFileChooser
-
Sets the accessory component.
- setAcl(List<AclEntry>) - Method in interface java.nio.file.attribute.AclFileAttributeView
-
Updates (replace) the access control list.
- setAction(Action) - Method in class javax.swing.AbstractButton
-
Sets the Action.
- setAction(Action) - Method in class javax.swing.JComboBox
-
Sets the Action for the ActionEvent source.
- setAction(Action) - Method in class javax.swing.JTextField
-
Sets the Action for the ActionEvent source.
- setActionCommand(String) - Method in class java.awt.Button
-
Sets the command name for the action event fired
by this button.
- setActionCommand(String) - Method in class java.awt.MenuItem
-
Sets the command name of the action event that is fired
by this menu item.
- setActionCommand(String) - Method in class java.awt.TrayIcon
-
Sets the command name for the action event fired by this tray
icon.
- setActionCommand(String) - Method in class javax.swing.AbstractButton
-
Sets the action command for this button.
- setActionCommand(String) - Method in interface javax.swing.ButtonModel
-
Sets the action command string that gets sent as part of the
ActionEvent when the button is triggered.
- setActionCommand(String) - Method in class javax.swing.DefaultButtonModel
-
Sets the action command string that gets sent as part of the
ActionEvent when the button is triggered.
- setActionCommand(String) - Method in class javax.swing.JComboBox
-
Sets the action command that should be included in the event
sent to action listeners.
- setActionCommand(String) - Method in class javax.swing.JTextField
-
Sets the command string used for action events.
- setActionCommand(String) - Method in class javax.swing.Timer
-
Sets the string that will be delivered as the action command
in ActionEvents fired by this timer.
- setActionMap(ActionMap) - Method in class javax.swing.JComponent
-
Sets the ActionMap to am.
- setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
-
Set the activation descriptor, desc for the object with
the activation identifier, id.
- setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
-
Set the activation group descriptor, desc for the object
with the activation group identifier, id.
- setActive(boolean) - Method in class java.awt.dnd.DropTarget
-
Sets the DropTarget active if true,
inactive if false.
- setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
-
Sets the actor associated with this SOAPHeaderElement
object to the specified actor.
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter with this marshaller.
- setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter with this marshaller.
- setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter with this unmarshaller.
- setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter with this unmarshaller.
- setAddress(InetAddress) - Method in class java.net.DatagramPacket
-
Sets the IP address of the machine to which this datagram
is being sent.
- setAlgorithmConstraints(AlgorithmConstraints) - Method in class javax.net.ssl.SSLParameters
-
Sets the cryptographic algorithm constraints, which will be used
in addition to any configured by the runtime environment.
- setAlignment(int) - Method in class java.awt.FlowLayout
-
Sets the alignment for this layout.
- setAlignment(int) - Method in class java.awt.Label
-
Sets the alignment for this label to the specified alignment.
- setAlignment(MutableAttributeSet, int) - Static method in class javax.swing.text.StyleConstants
-
Sets alignment.
- setAlignmentX(float) - Method in class javax.swing.JComponent
-
Sets the the vertical alignment.
- setAlignmentY(float) - Method in class javax.swing.JComponent
-
Sets the the horizontal alignment.
- setAlignOnBaseline(boolean) - Method in class java.awt.FlowLayout
-
Sets whether or not components should be vertically aligned along their
baseline.
- setAllocation(Shape) - Method in class javax.swing.text.AsyncBoxView.ChildLocator
-
Copy the currently allocated shape into the Rectangle
used to store the current allocation.
- setAllowsChildren(boolean) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Determines whether or not this node is allowed to have children.
- setAllowsInvalid(boolean) - Method in class javax.swing.text.DefaultFormatter
-
Sets whether or not the value being edited is allowed to be invalid
for a length of time (that is, stringToValue throws
a ParseException).
- setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
-
Set the value of the allowUserInteraction field of
this URLConnection.
- setAltName(Name) - Method in exception javax.naming.CannotProceedException
-
Sets the altName field of this exception.
- setAltNameCtx(Context) - Method in exception javax.naming.CannotProceedException
-
Sets the altNameCtx field of this exception.
- setAlwaysOnTop(boolean) - Method in class java.awt.Window
-
Sets whether this window should always be above other windows.
- setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
-
Sets ampm strings.
- setAnchorSelectionIndex(int) - Method in class javax.swing.DefaultListSelectionModel
-
Set the anchor selection index, leaving all selection values unchanged.
- setAnchorSelectionIndex(int) - Method in interface javax.swing.ListSelectionModel
-
Set the anchor selection index.
- setAnchorSelectionPath(TreePath) - Method in class javax.swing.JTree
-
Sets the path identified as the anchor.
- setAngleExtent(double) - Method in class java.awt.geom.Arc2D.Double
-
Sets the angular extent of this arc to the specified double
value.
- setAngleExtent(double) - Method in class java.awt.geom.Arc2D.Float
-
Sets the angular extent of this arc to the specified double
value.
- setAngleExtent(double) - Method in class java.awt.geom.Arc2D
-
Sets the angular extent of this arc to the specified double
value.
- setAngles(double, double, double, double) - Method in class java.awt.geom.Arc2D
-
Sets the starting angle and angular extent of this arc using two
sets of coordinates.
- setAngles(Point2D, Point2D) - Method in class java.awt.geom.Arc2D
-
Sets the starting angle and angular extent of this arc using
two points.
- setAngleStart(double) - Method in class java.awt.geom.Arc2D.Double
-
Sets the starting angle of this arc to the specified double
value.
- setAngleStart(double) - Method in class java.awt.geom.Arc2D.Float
-
Sets the starting angle of this arc to the specified double
value.
- setAngleStart(double) - Method in class java.awt.geom.Arc2D
-
Sets the starting angle of this arc to the specified double
value.
- setAngleStart(Point2D) - Method in class java.awt.geom.Arc2D
-
Sets the starting angle of this arc to the angle that the
specified point defines relative to the center of this arc.
- setAnimated(boolean) - Method in class java.awt.image.MemoryImageSource
-
Changes this memory image into a multi-frame animation or a
single-frame static image depending on the animated parameter.
- setAnimationIndex(int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
Sets the index of the current animation frame
to the specified value and requests that the
progress bar be repainted.
- setAnimationIndex(int) - Method in class javax.swing.plaf.synth.SynthProgressBarUI
-
- setAnyPolicyInhibited(boolean) - Method in class java.security.cert.PKIXParameters
-
Sets state to determine if the any policy OID should be processed
if it is included in a certificate.
- setApproveButtonMnemonic(int) - Method in class javax.swing.JFileChooser
-
Sets the approve button's mnemonic using a numeric keycode.
- setApproveButtonMnemonic(char) - Method in class javax.swing.JFileChooser
-
Sets the approve button's mnemonic using a character.
- setApproveButtonText(String) - Method in class javax.swing.JFileChooser
-
Sets the text used in the ApproveButton in the
FileChooserUI.
- setApproveButtonToolTipText(String) - Method in class javax.swing.JFileChooser
-
Sets the tooltip text used in the ApproveButton.
- setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D.Double
-
Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D.Float
-
Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArc(double, double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D
-
Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArc(Point2D, Dimension2D, double, double, int) - Method in class java.awt.geom.Arc2D
-
Sets the location, size, angular extents, and closure type of
this arc to the specified values.
- setArc(Rectangle2D, double, double, int) - Method in class java.awt.geom.Arc2D
-
Sets the location, size, angular extents, and closure type of
this arc to the specified values.
- setArc(Arc2D) - Method in class java.awt.geom.Arc2D
-
Sets this arc to be the same as the specified arc.
- setArcByCenter(double, double, double, double, double, int) - Method in class java.awt.geom.Arc2D
-
Sets the position, bounds, angular extents, and closure type of
this arc to the specified values.
- setArcByTangent(Point2D, Point2D, Point2D, double) - Method in class java.awt.geom.Arc2D
-
Sets the position, bounds, and angular extents of this arc to the
specified value.
- setArchive(boolean) - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Updates the value of the archive attribute.
- setArcType(int) - Method in class java.awt.geom.Arc2D
-
Sets the closure type of this arc to the specified value:
OPEN, CHORD, or PIE.
- setAreaOfInterest(Shape) - Method in class java.awt.image.renderable.RenderContext
-
Sets the current area of interest.
- setArmed(boolean) - Method in interface javax.swing.ButtonModel
-
Marks the button as armed or unarmed.
- setArmed(boolean) - Method in class javax.swing.DefaultButtonModel
-
Marks the button as armed or unarmed.
- setArmed(boolean) - Method in class javax.swing.JMenuItem
-
Identifies the menu item as "armed".
- setArray(int, Array) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Array object.
- setArray(int, Array) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to an Array object in the
Java programming language.
- setArray(int, Array) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Array value.
- setAsciiStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB value that this Clob object represents,
starting at position pos.
- setAsciiStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given
java.io.InputStream object,
which will have the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setAsciiStream(String, InputStream, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given input stream.
- setAsciiStream(long) - Method in class javax.sql.rowset.serial.SerialClob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB value that this SerialClob object represents,
starting at position pos.
- setAsciiStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.InputStream value.
- setAsciiStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setAsciiStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setAsksAllowsChildren(boolean) - Method in class javax.swing.tree.DefaultTreeModel
-
Sets whether or not to test leafness by asking getAllowsChildren()
or isLeaf() to the TreeNodes.
- setAsText(String) - Method in interface java.beans.PropertyEditor
-
Set the property value by parsing a given String.
- setAsText(String) - Method in class java.beans.PropertyEditorSupport
-
Sets the property value by parsing a given String.
- setAsynchronousLoadPriority(int) - Method in class javax.swing.text.AbstractDocument
-
Sets the asynchronous loading priority.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
-
Associate a context that enables binary data within an XML document
to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to
binary data passed as attachments.
- setAttribute(Path, String, Object, LinkOption...) - Static method in class java.nio.file.Files
-
Sets the value of a file attribute.
- setAttribute(Path, String, Object, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Sets the value of a file attribute.
- setAttribute(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- setAttribute(Attribute) - Method in interface javax.management.DynamicMBean
-
Set the value of a specific attribute of the Dynamic MBean.
- setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServer
-
- setAttribute(ObjectName, Attribute) - Method in interface javax.management.MBeanServerConnection
-
Sets the value of a specific attribute of a named MBean.
- setAttribute(Attribute) - Method in class javax.management.modelmbean.RequiredModelMBean
-
Sets the value of a specific attribute of a named ModelMBean.
- setAttribute(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
- setAttribute(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-
- setAttribute(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-
- setAttribute(Attribute) - Method in class javax.management.StandardMBean
-
- setAttribute(String, Object, int) - Method in interface javax.script.ScriptContext
-
Sets the value of an attribute in a given scope.
- setAttribute(String, Object, int) - Method in class javax.script.SimpleScriptContext
-
Sets the value of an attribute in a given scope.
- setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, Object) - Method in class javax.xml.transform.TransformerFactory
-
Allows the user to set specific attributes 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 class javax.imageio.metadata.IIOMetadataNode
-
- setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
-
Adds a new attribute node.
- setAttributeNodeNS(Attr) - Method in class javax.imageio.metadata.IIOMetadataNode
-
Equivalent to setAttributeNode(newAttr).
- setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
-
Adds a new attribute.
- setAttributeNS(String, String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
Equivalent to setAttribute(qualifiedName, value).
- setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
-
Adds a new attribute.
- setAttributes(int, int, AttributeSet) - Method in interface javax.accessibility.AccessibleEditableText
-
Sets attributes for the text between two indices.
- setAttributes(AttributeList) - Method in interface javax.management.DynamicMBean
-
Sets the values of several attributes of the Dynamic MBean.
- setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServer
-
- setAttributes(ObjectName, AttributeList) - Method in interface javax.management.MBeanServerConnection
-
Sets the values of several attributes of a named MBean.
- setAttributes(AttributeList) - Method in class javax.management.modelmbean.RequiredModelMBean
-
Sets the values of an array of attributes of this ModelMBean.
- setAttributes(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
- setAttributes(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-
- setAttributes(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-
- setAttributes(AttributeList) - Method in class javax.management.StandardMBean
-
- setAttributes(Attributes) - Method in class javax.naming.directory.SearchResult
-
Sets the attributes of this search result to attrs.
- setAttributes(int, int, AttributeSet) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Sets attributes for the text between two indices.
- setAttributes(int, int, AttributeSet) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Sets attributes for the text between two indices.
- 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 authorityKeyIdentifier criterion.
- setAuthorized(boolean) - Method in class javax.security.sasl.AuthorizeCallback
-
Sets whether the authorization is allowed.
- setAuthorizedID(String) - Method in class javax.security.sasl.AuthorizeCallback
-
Sets the id of the authorized entity.
- setAutoCommit(boolean) - Method in interface java.sql.Connection
-
Sets this connection's auto-commit mode to the given state.
- setAutoCommit(boolean) - Method in interface javax.sql.rowset.JdbcRowSet
-
Each JdbcRowSet contains a Connection object from
the original ResultSet or JDBC properties passed to it.
- setAutoCreateColumnsFromModel(boolean) - Method in class javax.swing.JTable
-
Sets this table's autoCreateColumnsFromModel flag.
- setAutoCreateContainerGaps(boolean) - Method in class javax.swing.GroupLayout
-
Sets whether a gap between the container and components that
touch the border of the container should automatically be
created.
- setAutoCreateGaps(boolean) - Method in class javax.swing.GroupLayout
-
Sets whether a gap between components should automatically be
created.
- setAutoCreateRowSorter(boolean) - Method in class javax.swing.JTable
-
Specifies whether a RowSorter should be created for the
table whenever its model changes.
- setAutoDelay(int) - Method in class java.awt.Robot
-
Sets the number of milliseconds this Robot sleeps after generating an event.
- setAutoFormSubmission(boolean) - Method in class javax.swing.text.html.HTMLEditorKit
-
Specifies if an html form submission is processed
automatically or only FormSubmitEvent is fired.
- setAutoIncrement(int, boolean) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets whether the designated column is automatically
numbered, thus read-only, to the given boolean
value.
- setAutoIncrement(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is automatically numbered,
The default is for a RowSet object's
columns not to be automatically numbered.
- setAutoRequestFocus(boolean) - Method in class java.awt.Window
-
Sets whether this window should receive focus on
subsequently being shown (with a call to
setVisible(true)),
or being moved to the front (with a call to
Window.toFront()).
- setAutoResizeMode(int) - Method in class javax.swing.JTable
-
Sets the table's auto resize mode when the table is resized.
- setAutoscrolls(boolean) - Method in class javax.swing.JComponent
-
Sets the autoscrolls property.
- setAutoWaitForIdle(boolean) - Method in class java.awt.Robot
-
Sets whether this Robot automatically invokes waitForIdle
after generating an event.
- setAxis(int) - Method in class javax.swing.text.BoxView
-
Sets the tile axis property.
- setBackground(Color) - Method in class java.awt.Component.AccessibleAWTComponent
-
Sets the background color of this object.
- setBackground(Color) - Method in class java.awt.Component
-
Sets the background color of this component.
- setBackground(Color) - Method in class java.awt.Dialog
-
Sets the background color of this window.
- setBackground(Color) - Method in class java.awt.Frame
-
Sets the background color of this window.
- setBackground(Color) - Method in class java.awt.Graphics2D
-
Sets the background color for the Graphics2D context.
- setBackground(Color) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Set the background color of this object.
- setBackground(Color) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Sets the background color of this object.
- setBackground(Color) - Method in class java.awt.TextComponent
-
Sets the background color of this text component.
- setBackground(Color) - Method in class java.awt.Window
-
Sets the background color of this window.
- setBackground(Color) - Method in interface javax.accessibility.AccessibleComponent
-
Sets the background color of this object.
- setBackground(Color) - Method in class javax.swing.JComponent
-
Sets the background color of this component.
- setBackground(Color) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- setBackground(Color) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Sets the background color of this object.
- setBackground(Color) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Set the background color of this object.
- setBackground(Color) - Method in class javax.swing.table.DefaultTableCellRenderer
-
Overrides JComponent.setBackground to assign
the unselected-background color to the specified color.
- setBackground(Color) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setBackground(Color) - Method in class javax.swing.text.LabelView
-
Sets the background color for the view.
- setBackground(MutableAttributeSet, Color) - Static method in class javax.swing.text.StyleConstants
-
Sets the background color.
- setBackground(Color) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Subclassed to map ColorUIResources to null.
- setBackgroundAt(int, Color) - Method in class javax.swing.JTabbedPane
-
Sets the background color at index to
background
which can be null, in which case the tab's background color
will default to the background color of the tabbedpane.
- setBackgroundNonSelectionColor(Color) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Sets the background color to be used for non selected nodes.
- setBackgroundSelectionColor(Color) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Sets the color to use for the background if node is selected.
- setBackingStoreEnabled(boolean) - Method in class javax.swing.JViewport
-
Deprecated.
As of Java 2 platform v1.3, replaced by
setScrollMode().
- setBase(URL) - Method in class javax.swing.text.html.HTMLDocument
-
Sets the location to resolve relative URLs against.
- setBase(URL) - Method in class javax.swing.text.html.StyleSheet
-
Sets the base.
- setBase64Content(InputStream, String) - Method in class javax.xml.soap.AttachmentPart
-
Sets the content of this attachment part from the Base64 source
InputStream and sets the value of the
Content-Type header to the value contained in
contentType, This method would first decode the base64
input and write the resulting raw bytes to the attachment.
- setBaseFontSize(int) - Method in class javax.swing.text.html.StyleSheet
-
Sets the base font size, with valid values between 1 and 7.
- setBaseFontSize(String) - Method in class javax.swing.text.html.StyleSheet
-
Sets the base font size from the passed in String.
- setBaseURI(String) - Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- setBaseURI(String) - Method in interface javax.xml.crypto.XMLCryptoContext
-
Sets the base URI.
- 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 constraint.
- setBasicSplitPaneUI(BasicSplitPaneUI) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Sets the SplitPaneUI that is using the receiver.
- setBeanContext(BeanContext) - Method in interface java.beans.beancontext.BeanContextChild
-
Objects that implement this interface,
shall fire a java.beans.PropertyChangeEvent, with parameters:
propertyName "beanContext", oldValue (the previous nesting
BeanContext instance, or null),
newValue (the current nesting
BeanContext instance, or null).
- setBeanContext(BeanContext) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Sets the BeanContext for
this BeanContextChildSupport.
- setBeanInfoSearchPath(String[]) - Static method in class java.beans.Introspector
-
Change the list of package names that will be used for
finding BeanInfo classes.
- setBeginIndex(int) - Method in class java.text.FieldPosition
-
Sets the begin index.
- setBidiLevel(MutableAttributeSet, int) - Static method in class javax.swing.text.StyleConstants
-
Sets the BidiLevel.
- setBigDecimal(String, BigDecimal) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given
java.lang.BigDecimal value.
- setBigDecimal(String, BigDecimal) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.math.BigDeciaml value.
- setBigDecimal(String, BigDecimal) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBinaryStream(long) - Method in interface java.sql.Blob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob object represents.
- setBinaryStream(String, InputStream, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
- setBinaryStream(int, InputStream, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given java.io.InputStream
object, which will have the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setBinaryStream(String, InputStream, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given input stream.
- setBinaryStream(long) - Method in class javax.sql.rowset.serial.SerialBlob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob object represents.
- setBinaryStream(int, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.InputStream value.
- setBinaryStream(String, InputStream, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setBinaryStream(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given input stream.
- setBindings(Bindings, int) - Method in class javax.script.AbstractScriptEngine
-
Sets the Bindings with the corresponding scope value in the
context field.
- setBindings(Bindings, int) - Method in interface javax.script.ScriptContext
-
Associates a Bindings instance with a particular scope in this
ScriptContext.
- setBindings(Bindings, int) - Method in interface javax.script.ScriptEngine
-
Sets a scope of named values to be used by scripts.
- setBindings(Bindings) - Method in class javax.script.ScriptEngineManager
-
setBindings stores the specified Bindings
in the globalScope field.
- setBindings(Bindings, int) - Method in class javax.script.SimpleScriptContext
-
Sets a Bindings of attributes for the given scope.
- setBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger
with the designated bit set.
- setBitOffset(int) - Method in interface javax.imageio.stream.ImageInputStream
-
Sets the bit offset to an integer between 0 and 7, inclusive.
- setBitOffset(int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- setBlinkRate(int) - Method in interface javax.swing.text.Caret
-
Sets the blink rate of the caret.
- setBlinkRate(int) - Method in class javax.swing.text.DefaultCaret
-
Sets the caret blink rate.
- setBlob(String, InputStream, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(String, Blob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, InputStream) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, Blob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(int, InputStream, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, Blob) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Blob object in
the Java programming language.
- setBlob(int, InputStream, long) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, Blob) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, InputStream) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Blob value.
- setBlob(int, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, Blob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, InputStream) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a InputStream object.
- setBlockIncrement(int) - Method in interface java.awt.Adjustable
-
Sets the block value increment for the adjustable object.
- setBlockIncrement(int) - Method in class java.awt.Scrollbar
-
Sets the block increment for this scroll bar.
- setBlockIncrement(int) - Method in class java.awt.ScrollPaneAdjustable
-
- setBlockIncrement(int) - Method in class javax.swing.JScrollBar
-
Sets the blockIncrement property.
- setBlockIncrement(int) - Method in class javax.swing.JScrollPane.ScrollBar
-
Messages super to set the value, and resets the
blockIncrementSet instance variable to true.
- setBold(MutableAttributeSet, boolean) - Static method in class javax.swing.text.StyleConstants
-
Sets the bold attribute.
- setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a boolean on the specified object.
- setBoolean(String, boolean) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given boolean in the
Java programming language.
- setBoolean(String, boolean) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java boolean value.
- setBoolean(String, boolean) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java boolean value.
- setBorder(Border) - Method in class javax.swing.border.TitledBorder
-
Sets the border of the titled border.
- setBorder(Border) - Method in class javax.swing.JComponent
-
Sets the border of this component.
- setBorder(Border) - Method in class javax.swing.JLayer
-
A non-null border, or non-zero insets, isn't supported, to prevent the geometry
of this component from becoming complex enough to inhibit
subclassing of LayerUI class.
- setBorder(Border) - Method in class javax.swing.JViewport
-
The viewport "scrolls" its child (called the "view") by the
normal parent/child clipping (typically the view is moved in
the opposite direction of the scroll).
- setBorder(Border) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Sets the border of this component.
- setBorder(Border) - Method in class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
Sets the border of this component.
- setBorderColor(Color) - Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
- setBorderPainted(boolean) - Method in class javax.swing.AbstractButton
-
Sets the borderPainted property.
- setBorderPainted(boolean) - Method in class javax.swing.JMenuBar
-
Sets whether the border should be painted.
- setBorderPainted(boolean) - Method in class javax.swing.JPopupMenu
-
Sets whether the border should be painted.
- setBorderPainted(boolean) - Method in class javax.swing.JProgressBar
-
Sets the borderPainted property, which is
true if the progress bar should paint its border.
- setBorderPainted(boolean) - Method in class javax.swing.JToolBar
-
Sets the borderPainted property, which is
true if the border should be painted.
- setBorderPaintedFlat(boolean) - Method in class javax.swing.JCheckBox
-
Sets the borderPaintedFlat property,
which gives a hint to the look and feel as to the
appearance of the check box border.
- setBorderSelectionColor(Color) - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Sets the color to use for the border.
- setBorderSelectionColor(Color) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Sets the color to use for the border.
- setBorderToNonRollover(Component) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- setBorderToNonRollover(Component) - Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- setBorderToNonRollover(Component) - Method in class javax.swing.plaf.synth.SynthToolBarUI
-
This implementation does nothing, because the rollover
property of the JToolBar class is not used
in the Synth Look and Feel.
- setBorderToNormal(Component) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
Sets the border of the component to have a normal border.
- setBorderToNormal(Component) - Method in class javax.swing.plaf.synth.SynthToolBarUI
-
This implementation does nothing, because the rollover
property of the JToolBar class is not used
in the Synth Look and Feel.
- setBorderToRollover(Component) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- setBorderToRollover(Component) - Method in class javax.swing.plaf.synth.SynthToolBarUI
-
This implementation does nothing, because the rollover
property of the JToolBar class is not used
in the Synth Look and Feel.
- setBottomComponent(Component) - Method in class javax.swing.JSplitPane
-
Sets the component below, or to the right of the divider.
- setBottomInset(float) - Method in class javax.swing.text.AsyncBoxView
-
Set the bottom part of the margin around the view.
- setBound(boolean) - Method in class java.beans.PropertyDescriptor
-
Updates to "bound" properties will cause a "PropertyChange" event to
get fired when the property is changed.
- setBounds(Rectangle) - Method in class java.awt.Component.AccessibleAWTComponent
-
Sets the bounds of this object in the form of a
Rectangle object.
- setBounds(int, int, int, int) - Method in class java.awt.Component
-
Moves and resizes this component.
- setBounds(Rectangle) - Method in class java.awt.Component
-
Moves and resizes this component to conform to the new
bounding rectangle r.
- setBounds(Rectangle) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
-
Sets the bounds of this object in the form of a Rectangle
object.
- setBounds(Rectangle) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Sets the bounds of this object in the form of a
Rectangle object.
- setBounds(Rectangle) - Method in class java.awt.Rectangle
-
Sets the bounding Rectangle of this Rectangle
to match the specified Rectangle.
- setBounds(int, int, int, int) - Method in class java.awt.Rectangle
-
Sets the bounding Rectangle of this
Rectangle to the specified
x, y, width,
and height.
- setBounds(int, int, int, int) - Method in class java.awt.Window
-
Moves and resizes this component.
- setBounds(Rectangle) - Method in class java.awt.Window
-
Moves and resizes this component to conform to the new
bounding rectangle r.
- setBounds(Rectangle) - Method in interface javax.accessibility.AccessibleComponent
-
Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
- setBounds(Rectangle) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- setBounds(Rectangle) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setBounds(Rectangle) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setBoundsForFrame(JComponent, int, int, int, int) - Method in class javax.swing.DefaultDesktopManager
-
This moves the JComponent and repaints the damaged areas.
- setBoundsForFrame(JComponent, int, int, int, int) - Method in interface javax.swing.DesktopManager
-
This is a primitive reshape method.
- setBroadcast(boolean) - Method in class java.net.DatagramSocket
-
Enable/disable SO_BROADCAST.
- setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
-
- setButtonIcons() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified byte value.
- setByte(Object, byte) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a byte on the specified object.
- setByte(String, byte) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(int, byte) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(int, byte) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given byte in the Java
programming language.
- setByte(String, byte) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Java byte value.
- setByte(int, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java byte value.
- setByte(String, byte) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java byte value.
- setByteOrder(ByteOrder) - Method in interface javax.imageio.stream.ImageInputStream
-
Sets the desired byte order for future reads of data values
from this stream.
- setByteOrder(ByteOrder) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- setBytes(long, byte[]) - Method in interface java.sql.Blob
-
Writes the given array of bytes to the BLOB value that
this Blob object represents, starting at position
pos, and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in interface java.sql.Blob
-
Writes all or part of the given byte array to the
BLOB value that this Blob object represents
and returns the number of bytes written.
- setBytes(String, byte[]) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(int, byte[]) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given array of bytes.
- setBytes(String, byte[]) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(long, byte[]) - Method in class javax.sql.rowset.serial.SerialBlob
-
Writes the given array of bytes to the BLOB value that
this Blob object represents, starting at position
pos, and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in class javax.sql.rowset.serial.SerialBlob
-
Writes all or part of the given byte array to the
BLOB value that this Blob object represents
and returns the number of bytes written.
- setBytes(int, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Java array of byte values.
- setBytes(String, byte[]) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Java array of bytes.
- 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.
- setCacheDirectory(File) - Static method in class javax.imageio.ImageIO
-
Sets the directory where cache files are to be created.
- setCalendar(Calendar) - Method in class java.text.DateFormat
-
Set the calendar to be used by this date format.
- setCalendarField(int) - Method in class javax.swing.SpinnerDateModel
-
Changes the size of the date value change computed
by the nextValue and previousValue methods.
- setCallbackHandler(CallbackHandler) - Method in class java.security.AuthProvider
-
Set a CallbackHandler.
- setCanWrapLines(boolean) - Method in class javax.swing.text.AbstractWriter
-
Sets whether or not lines can be wrapped.
- setCaret(Caret) - Method in class javax.swing.text.JTextComponent
-
Sets the caret to be used.
- setCaretColor(Color) - Method in class javax.swing.text.JTextComponent
-
Sets the current color used to render the caret.
- setCaretPosition(int) - Method in class java.awt.TextComponent
-
Sets the position of the text insertion caret.
- setCaretPosition(int) - Method in class javax.swing.text.JTextComponent
-
Sets the position of the text insertion caret for the
TextComponent.
- setCaseSensitive(int, boolean) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets whether the name of the designated column is case sensitive to
the given boolean.
- setCaseSensitive(int, boolean) - Method in interface javax.sql.RowSetMetaData
-
Sets whether the designated column is case sensitive.
- setCatalog(String) - Method in interface java.sql.Connection
-
Sets the given catalog name in order to select
a subspace of this Connection object's database
in which to work.
- setCatalogName(int, String) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets the catalog name of the table from which the designated
column was derived to catalogName.
- setCatalogName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's table's catalog name, if any, to the given
String.
- setCellEditor(TableCellEditor) - Method in class javax.swing.JTable
-
Sets the active cell editor.
- setCellEditor(TreeCellEditor) - Method in class javax.swing.JTree
-
Sets the cell editor.
- setCellEditor(TreeCellEditor) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Sets the cell editor.
- setCellEditor(TableCellEditor) - Method in class javax.swing.table.TableColumn
-
Sets the editor to used by when a cell in this column is edited.
- setCellLength(int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- setCellRenderer(ListCellRenderer<? super E>) - Method in class javax.swing.JList
-
Sets the delegate that is used to paint each cell in the list.
- setCellRenderer(TreeCellRenderer) - Method in class javax.swing.JTree
-
Sets the TreeCellRenderer that will be used to
draw each cell.
- setCellRenderer(TreeCellRenderer) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
Sets the TreeCellRenderer to tcr.
- setCellRenderer(TableCellRenderer) - Method in class javax.swing.table.TableColumn
-
Sets the TableCellRenderer used by JTable
to draw individual values for this column.
- setCellSelectionEnabled(boolean) - Method in class javax.swing.JTable
-
Sets whether this table allows both a column selection and a
row selection to exist simultaneously.
- setCellSpacing(int) - Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- setCentersChildren(boolean) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- setCertificate(X509Certificate) - Method in class java.security.cert.X509CertSelector
-
Sets the certificateEquals criterion.
- setCertificateChecking(X509Certificate) - Method in class java.security.cert.X509CRLSelector
-
Sets the certificate being checked.
- setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
-
Assigns the given trusted certificate to the given alias.
- setCertificateValid(Date) - Method in class java.security.cert.X509CertSelector
-
Sets the certificateValid criterion.
- 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<PKIXCertPathChecker>) - Method in class java.security.cert.PKIXParameters
-
Sets a List of additional certification path checkers.
- setCertStores(List<CertStore>) - Method in class java.security.cert.PKIXParameters
-
Sets the list of CertStores to be used in finding
certificates and CRLs.
- setChanged() - Method in class java.util.Observable
-
Marks this Observable object as having been changed; the
hasChanged method will now return true.
- 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
-
Reacts to a change in the keyboard pressure.
- setChar(Object, int, char) - Static method in class java.lang.reflect.Array
-
Sets the value of the indexed component of the specified array
object to the specified char value.
- setChar(Object, char) - Method in class java.lang.reflect.Field
-
Sets the value of a field as a char on the specified object.
- setCharacterAttributes(AttributeSet, boolean) - Method in class javax.swing.JTextPane
-
Applies the given attributes to character
content.
- setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class javax.swing.text.DefaultStyledDocument
-
Sets attributes for some part of the document.
- setCharacterAttributes(int, int, AttributeSet, boolean) - Method in interface javax.swing.text.StyledDocument
-
Changes the content element attributes used for the given range of
existing content in the document.
- setCharacterAttributes(JEditorPane, AttributeSet, boolean) - Method in class javax.swing.text.StyledEditorKit.StyledTextAction
-
Applies the given attributes to character
content.
- setCharacterStream(String, Reader, int) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(long) - Method in interface java.sql.Clob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB value that this Clob object
represents, at position pos.
- setCharacterStream(int, Reader, int) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream() - Method in interface java.sql.SQLXML
-
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
- setCharacterStream(int, Reader, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given java.io.Reader
object, which will have the specified number of characters.
- setCharacterStream(int, Reader) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given Reader
object.
- setCharacterStream(String, Reader, int) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(long) - Method in class javax.sql.rowset.serial.SerialClob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB value that this SerialClob object
represents, at position pos.
- setCharacterStream(int, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given java.io.Reader value.
- setCharacterStream(String, Reader, int) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
to the given Reader
object.
- setCharacterStream(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given Reader
object.
- 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.
- setCharacterSubsets(Character.Subset[]) - Method in class java.awt.im.InputContext
-
Sets the subsets of the Unicode character set that input methods of this input
context should be allowed to input.
- setCharacterSubsets(Character.Subset[]) - Method in interface java.awt.im.spi.InputMethod
-
Sets the subsets of the Unicode character set that this input method
is allowed to input.
- setCharAt(int, char) - Method in class java.lang.StringBuffer
-
- setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
-
Sets this check box's group to the specified check box group.
- setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
-
Set the choices to be used in formatting.
- setChooserPanels(AbstractColorChooserPanel[]) - Method in class javax.swing.JColorChooser
-
Specifies the Color Panels used to choose a color value.
- setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is not
known in advance.
- setCipherSuites(String[]) - Method in class javax.net.ssl.SSLParameters
-
Sets the array of ciphersuites.
- setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
-
Sets the desired assertion status for the named top-level class in this
class loader and any nested classes contained therein.
- setClassName(String) - Method in class javax.naming.NameClassPair
-
Sets the class name of this binding.
- setClickCountToStart(int) - Method in class javax.swing.DefaultCellEditor
-
Specifies the number of clicks needed to start editing.
- setClientInfo(String, String) - Method in interface java.sql.Connection
-
Sets the value of the client info property specified by name to the
value specified by value.
- setClientInfo(Properties) - Method in interface java.sql.Connection
-
Sets the value of the connection's client info properties.
- setClip(int, int, int, int) - Method in class java.awt.Graphics
-
Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) - Method in class java.awt.Graphics
-
Sets the current clipping area to an arbitrary clip shape.
- setClip(int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides Graphics.setClip.
- setClip(Shape) - Method in class javax.swing.DebugGraphics
-
Overrides Graphics.setClip.
- setClob(String, Reader, long) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Reader) - Method in interface java.sql.CallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(int, Reader, long) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in interface java.sql.PreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given Clob object in
the Java programming language.
- setClob(int, Reader, long) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Reader) - Method in class javax.sql.rowset.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter in this RowSet object's command
with the given Clob value.
- setClob(int, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Reader) - Method in interface javax.sql.RowSet
-
Sets the designated parameter to a Reader object.
- setClosable(boolean) - Method in class javax.swing.JInternalFrame
-
Sets whether this JInternalFrame can be closed by
some user action.
- setClosed(boolean) - Method in class javax.swing.JInternalFrame
-
Closes this internal frame if the argument is true.
- setClosedIcon(Icon) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Sets the icon used to represent non-leaf nodes that are not expanded.
- setCoalesce(boolean) - Method in class javax.swing.Timer
-
Sets whether the Timer coalesces multiple pending
ActionEvent firings.
- setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will
convert CDATA nodes to Text nodes and append it to the
adjacent (if any) text node.
- setCollapsedIcon(Icon) - Method in class javax.swing.plaf.basic.BasicTreeUI
-
- setCollectionUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
-
Sets the collection usage threshold of this memory pool to
the given threshold value.
- setColor(Color) - Method in class java.awt.Graphics
-
Sets this graphics context's current color to the specified
color.
- setColor(PageAttributes.ColorType) - Method in class java.awt.PageAttributes
-
Specifies whether pages using these attributes will be rendered in
color or monochrome.
- setColor(Color) - Method in class javax.swing.DebugGraphics
-
Sets the color to be used for drawing and filling lines and shapes.
- setColor(Color) - Method in class javax.swing.JColorChooser
-
Sets the current color of the color chooser to the specified color.
- setColor(int, int, int) - Method in class javax.swing.JColorChooser
-
Sets the current color of the color chooser to the
specified RGB color.
- setColor(int) - Method in class javax.swing.JColorChooser
-
Sets the current color of the color chooser to the
specified color.
- setColorModel(ColorModel) - Method in class java.awt.image.BufferedImageFilter
-
Filters the information provided in the
setColorModel method
of the
ImageConsumer interface.
- setColorModel(ColorModel) - Method in interface java.awt.image.ImageConsumer
-
Sets the ColorModel object used for the majority of
the pixels reported using the setPixels method
calls.
- setColorModel(ColorModel) - Method in class java.awt.image.ImageFilter
-
Filter the information provided in the setColorModel method
of the ImageConsumer interface.
- setColorModel(ColorModel) - Method in class java.awt.image.PixelGrabber
-
The setColorModel method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setColorModel(ColorModel) - Method in class java.awt.image.RGBImageFilter
-
If the ColorModel is an IndexColorModel and the subclass has
set the canFilterIndexColorModel flag to true, we substitute
a filtered version of the color model here and wherever
that original ColorModel object appears in the setPixels methods.
- setColumnCount(int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets to the given number the number of columns in the RowSet
object for which this RowSetMetaDataImpl object was created.
- setColumnCount(int) - Method in interface javax.sql.RowSetMetaData
-
Sets the number of columns in the RowSet object to
the given number.
- setColumnCount(int) - Method in class javax.swing.table.DefaultTableModel
-
Sets the number of columns in the model.
- setColumnDisplaySize(int, int) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets the normal maximum number of chars in the designated column
to the given number.
- setColumnDisplaySize(int, int) - Method in interface javax.sql.RowSetMetaData
-
Sets the designated column's normal maximum width in chars to the
given int.
- setColumnHeader(JViewport) - Method in class javax.swing.JScrollPane
-
Removes the old columnHeader, if it exists; if the new columnHeader
isn't null, syncs the x coordinate of its viewPosition
with the viewport (if there is one) and then adds it to the scroll pane.
- setColumnHeaderView(Component) - Method in class javax.swing.JScrollPane
-
Creates a column-header viewport if necessary, sets
its view, and then adds the column-header viewport
to the scrollpane.
- setColumnIdentifiers(Vector) - Method in class javax.swing.table.DefaultTableModel
-
Replaces the column identifiers in the model.
- setColumnIdentifiers(Object[]) - Method in class javax.swing.table.DefaultTableModel
-
Replaces the column identifiers in the model.
- setColumnLabel(int, String) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets the suggested column label for use in printouts and
displays, if any, to label.
- setColumnLabel(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the suggested column title for use in printouts and
displays, if any, to the given String.
- setColumnMargin(int) - Method in class javax.swing.table.DefaultTableColumnModel
-
Sets the column margin to newMargin.
- setColumnMargin(int) - Method in interface javax.swing.table.TableColumnModel
-
Sets the TableColumn's column margin to
newMargin.
- setColumnModel(TableColumnModel) - Method in class javax.swing.JTable
-
Sets the column model for this table to newModel and registers
for listener notifications from the new column model.
- setColumnModel(TableColumnModel) - Method in class javax.swing.table.JTableHeader
-
Sets the column model for this table to newModel and registers
for listener notifications from the new column model.
- setColumnName(int, String) - Method in class javax.sql.rowset.RowSetMetaDataImpl
-
Sets the column name of the designated column to the given name.
- setColumnName(int, String) - Method in interface javax.sql.RowSetMetaData
-
Sets the name of the designated column