Alphabetical Index: S

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

S

S - static field in class javax.swing.text.html.HTML.Tag
The <s> tag
s_error(java.lang.String) - method in class gnu.javax.swing.text.html.parser.htmlValidator
Handles the error message.
S_RESIZE_CURSOR - static field in class java.awt.Cursor
Cursor used over S edge of window decorations.
S_RESIZE_CURSOR - static field in class java.awt.Frame
Cursor used over S edge of window decorations.
SADDLE_STITCH - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples along the middle fold.
SADDLE_STITCH - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with one or more staples (wire stitches) along the middle fold.
SADDLE_STITCH - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with one or more staples (wire stitches) along the middle fold.
SALT - static field in class gnu.javax.crypto.prng.IPBE
Property name for the salt in a PBE algorithm.
SALT_FIELD - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of the GECOS field in the plain password file.
same(gnu.CORBA.Version) - method in class gnu.CORBA.Version
Returns true if the versions are the same.
sameFile(java.net.URL) - method in class java.net.URL
Tests whether or not another URL refers to the same "file" as this one.
Compares two URLs, excluding the fragment component
sameValue(java.lang.Object,java.lang.Object) - method in class gnu.xml.validation.datatype.SimpleType
SAMP - static field in class javax.swing.text.html.HTML.Tag
The <samp> tag
SAMPLE_RATE - static field in class javax.sound.sampled.FloatControl.Type
Control the sample rate.
sampleModel - field in class javax.imageio.ImageTypeSpecifier
The image's sample model.
SampleModel - class java.awt.image.SampleModel
A SampleModel is used to access pixel data from a DataBuffer.
sampleModel - field in class java.awt.image.Raster
The sample model used to access the pixel values.
SampleModel(int,int,int,int) - constructor for class java.awt.image.SampleModel
Creates a new sample model with the specified attributes.
sampleModelTranslateX - field in class java.awt.image.Raster
sampleModelTranslateY - field in class java.awt.image.Raster
sampleRate - field in class javax.sound.sampled.AudioFormat
The number of samples per second.
sampleSizeInBits - field in class javax.sound.sampled.AudioFormat
The number of bits in each sample.
Sasl - class javax.security.sasl.Sasl
A static class for creating SASL clients and servers.

This class defines the policy of how to locate, load, and instantiate SASL clients and servers.

For example, an application or library gets a SASL client instance by doing something like:

SaslClient sc =
      Sasl.createSaslClient(mechanisms, authorizationID, protocol,
                            serverName, props, callbackHandler);
 

It can then proceed to use the instance to create an authenticated connection.

Similarly, a server gets a SASL server instance by using code that looks as follows:

SaslServer ss =
      Sasl.createSaslServer(mechanism, protocol, serverName, props,
                            callbackHandler);
 
SASL_ANONYMOUS_MECHANISM - static field in class gnu.java.security.Registry
SASL_AUTH_INFO_PROVIDER_PKGS - static field in class gnu.java.security.Registry
Name of authentication information provider packages.
SASL_AUTHORISATION_ID - static field in class gnu.java.security.Registry
SASL authorization ID.
SASL_BUFFER_MAX_LIMIT - static field in class gnu.java.security.Registry
The size limit, in bytes, of a SASL Buffer.
SASL_CALLBACK_HANDLER - static field in class gnu.java.security.Registry
SASL Callback handler.
SASL_CHANNEL_BINDING - static field in class gnu.java.security.Registry
SASL channel binding.
SASL_CRAM_MD5_MECHANISM - static field in class gnu.java.security.Registry
SASL_FOUR_BYTE_MAX_LIMIT - static field in class gnu.java.security.Registry
The size limit, in bytes, of a SASL EOS (Extended Octet Sequence) element.
SASL_HMAC_MD5_IALG - static field in class gnu.java.security.Registry
SASL_HMAC_SHA_IALG - static field in class gnu.java.security.Registry
SASL_ONE_BYTE_MAX_LIMIT - static field in class gnu.java.security.Registry
The size limit, in bytes, of a SASL OS (Octet Sequence) element.
SASL_PASSWORD - static field in class gnu.java.security.Registry
Name of password property.
SASL_PLAIN_MECHANISM - static field in class gnu.java.security.Registry
SASL_PREFIX - static field in class gnu.java.security.Registry
SASL_PROTOCOL - static field in class gnu.java.security.Registry
SASL protocol.
SASL_SERVER_NAME - static field in class gnu.java.security.Registry
SASL Server name.
SASL_SRP_MECHANISM - static field in class gnu.java.security.Registry
SASL_TWO_BYTE_MAX_LIMIT - static field in class gnu.java.security.Registry
The size limit, in bytes, of both a SASL MPI (Multi-Precision Integer) element and a SASL Text element.
SASL_USERNAME - static field in class gnu.java.security.Registry
Name of username property.
SaslClient - interface javax.security.sasl.SaslClient
Performs SASL authentication as a client.

A protocol library such as one for LDAP gets an instance of this class in order to perform authentication defined by a specific SASL mechanism.

SaslClientFactory - interface javax.security.sasl.SaslClientFactory
An interface for creating instances of SaslClient.
SaslEncodingException - exception gnu.javax.crypto.sasl.SaslEncodingException
A checked exception, thrown when an exception occurs while decoding a SASL buffer and/or a SASL data element from/to a buffer.
SaslEncodingException() - constructor for class gnu.javax.crypto.sasl.SaslEncodingException
Constructs a SaslEncodingException with no detail message.
SaslEncodingException(java.lang.String) - constructor for class gnu.javax.crypto.sasl.SaslEncodingException
Constructs a SaslEncodingException with the specified detail message.
SaslException - exception javax.security.sasl.SaslException
This class represents an error that has occurred when using SASL.
SaslException() - constructor for class javax.security.sasl.SaslException
Constructs a new instance of SaslException.
SaslException(java.lang.String) - constructor for class javax.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message.
SaslException(java.lang.String,java.lang.Throwable) - constructor for class javax.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message and a root exception.
SaslInputStream - class gnu.javax.crypto.sasl.SaslInputStream
An input stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).
SaslOutputStream - class gnu.javax.crypto.sasl.SaslOutputStream
An output stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).
SaslServer - interface javax.security.sasl.SaslServer
Performs SASL authentication as a server.

A server such as an LDAP server gets an instance of this class in order to perform authentication defined by a specific SASL mechanism.

SaslServerFactory - interface javax.security.sasl.SaslServerFactory
An interface for creating instances of SaslServer.
SaslUtil - class gnu.javax.crypto.sasl.SaslUtil
Utility methods for SASL-related classes.
SATURDAY - static field in class java.util.Calendar
Constant representing Saturday.
SAVE - static field in class java.awt.FileDialog
Indicates that the purpose of the dialog is for saving a file.
Saves a Serializable listener chain to a serialization stream.
Calls store(OutputStream out, String header) and ignores the IOException that may be thrown.
SAVE_DIALOG - static field in class javax.swing.JFileChooser
A dialog type for selecting a file to save.
SAVE_FILE - static field in class java.awt.Event
saveButtonMnemonic - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised mnemonic for the "save" button.
saveButtonText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised text for the "save" button.
saveButtonToolTipText - field in class javax.swing.plaf.basic.BasicFileChooserUI
The localised tool tip text for the save button.
Saves all Serializable listeners to a serialization stream.
savePasswd() - method in class gnu.javax.crypto.sasl.srp.PasswordFile
Savepoint - interface java.sql.Savepoint
SAXDriver - class gnu.xml.aelfred2.SAXDriver
An enhanced SAX2 version of Microstar's Ælfred XML parser.
SAXDriver() - constructor for class gnu.xml.aelfred2.SAXDriver
Constructs a SAX Parser.
Implements null transforms.
SAXNullTransformerFactory() - constructor for class gnu.xml.util.SAXNullTransformerFactory
Default constructor
SAXParser - class gnu.xml.stream.SAXParser
JAXP SAX parser using an underlying StAX parser.
SAXParser - class javax.xml.parsers.SAXParser
Convenience class for using or accessing a SAX version 1 or 2 parser.
SAXParser() - constructor for class gnu.xml.stream.SAXParser
SAXParser() - constructor for class javax.xml.parsers.SAXParser
SAXParserFactory - class gnu.xml.stream.SAXParserFactory
SAX parser factory providing a SAX compatibility layer on top of StAX.
SAXParserFactory - class javax.xml.parsers.SAXParserFactory
Factory for obtaining SAX parsers.
SAXParserFactory() - constructor for class javax.xml.parsers.SAXParserFactory
The basic constructor.
SAXResult - class javax.xml.transform.sax.SAXResult
Specifies SAX handlers to be used as a result sink during a transformation.
SAXResult() - constructor for class javax.xml.transform.sax.SAXResult
Default constructor.
SAXResult(ContentHandler) - constructor for class javax.xml.transform.sax.SAXResult
Constructor specifying a content handler.
SAXSource - class javax.xml.transform.sax.SAXSource
Specifies a SAX XML source.
SAXSource() - constructor for class javax.xml.transform.sax.SAXSource
Default constructor.
SAXSource(InputSource) - constructor for class javax.xml.transform.sax.SAXSource
Constructor with an input source.
SAXSource(XMLReader,InputSource) - constructor for class javax.xml.transform.sax.SAXSource
Constructor with a SAX parser and input source.
SAXTransformerFactory - class javax.xml.transform.sax.SAXTransformerFactory
Specialized transformer factory with support for SAX-specific factory methods.
SAXTransformerFactory() - constructor for class javax.xml.transform.sax.SAXTransformerFactory
The basic constructor.
SC_BLOCK_DATA - static field in class java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that externalizable data is written in block data mode.
SC_ENUM - static field in class java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is an enum constant.
SC_EXTERNALIZABLE - static field in class java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is externalizable.
SC_SERIALIZABLE - static field in class java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class is serializeable.
SC_WRITE_METHOD - static field in class java.io.ObjectStreamConstants
Flag used in ObjectStreamClass to designate that the class defines the writeObject method.
scale() - method in class java.math.BigDecimal
scale(double,double) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Scales the coordinate system by the factors scaleX and scaleY.
scale(double,double) - method in class gnu.awt.j2d.AbstractGraphicsState
scale(double,double) - method in class java.awt.geom.AffineTransform
Concatenate a scale onto this transform.
scale(double,double) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
scale(double,double) - method in class java.awt.Graphics2D
scale(double,double) - method in class gnu.awt.j2d.Graphics2DImpl
scale(double,double) - method in class gnu.awt.j2d.IntegerGraphicsState
scale(double,double) - method in class gnu.java.awt.peer.qt.QtGraphics
scale(javax.swing.Spring,float) - static method in class javax.swing.Spring
Return a new Spring which computes its values by scaling the values of another spring by a constant factor.
SCALE_AREA_AVERAGING - static field in class java.awt.Image
Constant indicating that the area averaging scaling algorithm should be used.
SCALE_DEFAULT - static field in class java.awt.Image
Constant indicating that the default scaling algorithm should be used.
SCALE_FAST - static field in class java.awt.Image
Constant indicating that a fast scaling algorithm should be used.
SCALE_REPLICATE - static field in class java.awt.Image
Constant indicating that the ReplicateScaleFilter class algorithm should be used for scaling.
SCALE_SMOOTH - static field in class java.awt.Image
Constant indicating that a smooth scaling algorithm should be used.
scaleByFactors() - method in class gnu.javax.imageio.jpeg.JPEGComponent
This scales up the component size based on the factor size.
scaleByPowerOfTen(int) - method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is the numerical value of this BigDecimal multiplied by 10 to the power of n.
Scaler - class gnu.java.awt.font.opentype.Scaler
An common superclass for all font scalers.
ScanEngine - class gnu.java.beans.encoder.ScanEngine
The ScanEngine is the main class of the backend of the XML persistence algorithm.
ScanEngine(java.io.OutputStream) - constructor for class gnu.java.beans.encoder.ScanEngine
scanForPlugins() - static method in class javax.imageio.ImageIO
Rescans the application classpath for ImageIO service providers and registers them.
scanlineStride - field in class java.awt.image.ComponentSampleModel
The number of data elements between a sample in one row and the corresponding sample in the next row.
ScannerState - class gnu.java.beans.encoder.ScannerState
Provides the infrastructure for the state machine and the transition mechanism.

Each states knows a set of successor.

ScatteringByteChannel - interface java.nio.channels.ScatteringByteChannel
schedule(java.rmi.dgc.Lease) - method in class gnu.java.rmi.dgc.LeaseRenewingTask
Shedule the renewing call, taking into consideration that the following lease was granted.
Schedules the task at the specified data for one time execution.
Schedules the task at the specified date and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
schedule(java.util.TimerTask,long) - method in class java.util.Timer
Schedules the task after the specified delay milliseconds for one time execution.
Schedules the task after the delay milliseconds and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
Schedules the task at the specified date and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
Schedules the task after the delay milliseconds and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
scheduledExecutionTime() - method in class java.util.TimerTask
Returns the last time this task was scheduled or (when called by the task from the run method) the time the current execution of the task was scheduled.
scheduleLeases(gnu.java.rmi.server.UnicastRef) - static method in class gnu.java.rmi.dgc.LeaseRenewingTask
Schedule periodic leases for the given UnicastRef reference.
Schema - class javax.xml.validation.Schema
An immutable grammar.
Schema() - constructor for class javax.xml.validation.Schema
The basic constructor.
SCHEMA_CHANGE_NOT_IMPLEMENTED - static field in class gnu.classpath.jdwp.JdwpConstants.Error
Schema change has not been implemented
SchemaFactory - class javax.xml.validation.SchemaFactory
Factory for obtaining schemata.
SchemaFactory() - constructor for class javax.xml.validation.SchemaFactory
The basic constructor.
SchemaFactoryLoader - class javax.xml.validation.SchemaFactoryLoader
API compatibility class.
SchemaFactoryLoader() - constructor for class javax.xml.validation.SchemaFactoryLoader
The basic constructor.
SchemaViolationException - exception javax.naming.directory.SchemaViolationException
SchemaViolationException() - constructor for class javax.naming.directory.SchemaViolationException
Instantiate this Throwable with an empty message.
SchemaViolationException(java.lang.String) - constructor for class javax.naming.directory.SchemaViolationException
Instantiate this Throwable with the given message.
schemeName - field in class gnu.java.security.sig.BaseSignature
The canonical name of this signature scheme.
Screen - class gnu.gcj.xlib.Screen
A flyweight class that denotes an X11 screen.
Screen(gnu.gcj.xlib.Display) - constructor for class gnu.gcj.xlib.Screen
Screen(gnu.gcj.xlib.Display,int) - constructor for class gnu.gcj.xlib.Screen
Interface for images which are coupled to a GraphicsConfiguration, as is typically the case for an off-screen buffer used in double-buffering.
SCRIPT - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
The SCRIPT tag (needs special handling).
SCRIPT - static field in class javax.swing.text.html.HTML.Tag
The <script> tag
Script() - method in class gnu.javax.swing.text.html.parser.support.Parser
Read a script.
SCRIPT_CLOSE - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
SCRIPT element closing pattern.
SCRIPT_OPEN - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
SCRIPT element heading pattern.
SCROLL_ABSOLUTE - static field in class java.awt.Event
SCROLL_BAR - static field in class javax.accessibility.AccessibleRole
An object which allows selection of the view in a scroll pane.
SCROLL_BAR - static field in class javax.swing.plaf.synth.Region
Specifies the region of a scroll bar.
SCROLL_BAR_THUMB - static field in class javax.swing.plaf.synth.Region
Specifies the region of a scroll bar thumb.
SCROLL_BAR_TRACK - static field in class javax.swing.plaf.synth.Region
Specifies the region of a scroll bar track.
SCROLL_BEGIN - static field in class java.awt.Event
SCROLL_DOWN - static field in class javax.swing.plaf.basic.BasicComboPopup
direction for scrolling down list of combo box's items
SCROLL_END - static field in class java.awt.Event
SCROLL_LINE_DOWN - static field in class java.awt.Event
SCROLL_LINE_UP - static field in class java.awt.Event
SCROLL_LOCK - static field in class java.awt.Event
SCROLL_PAGE_DOWN - static field in class java.awt.Event
SCROLL_PAGE_UP - static field in class java.awt.Event
SCROLL_PANE - static field in class javax.accessibility.AccessibleRole
An object which allows an incremental view of a larger pane.
SCROLL_PANE - static field in class javax.swing.plaf.synth.Region
Specifies the region of a scroll pane.
SCROLL_TAB_LAYOUT - static field in class javax.swing.JTabbedPane
Indicates that the TabbedPane is in scrolling mode.
SCROLL_UP - static field in class javax.swing.plaf.basic.BasicComboPopup
direction for scrolling up list of combo box's items
Scrollable - interface javax.swing.Scrollable
Defines the method that a component should implement to behave nicely in JScrollPanes.
scrollbar - field in class javax.swing.plaf.basic.BasicScrollBarUI
The scrollbar this UI is acting for.
scrollBar - field in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
ScrollBar that is being adjusted
Scrollbar - class java.awt.Scrollbar
This class implements a scrollbar widget.
scrollbar - static field in class java.awt.SystemColor
The scrollbar color.
Scrollbar() - constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with a vertical orientation and default values for all other parameters.
ScrollBar(int) - constructor for class javax.swing.JScrollPane.ScrollBar
Scrollbar(int) - constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with the specified orientation and default values for all other parameters.
Scrollbar(int,int,int,int,int) - constructor for class java.awt.Scrollbar
Initializes a new instance of Scrollbar with the specified parameters.
ScrollbarPeer - interface java.awt.peer.ScrollbarPeer
SCROLLBARS_ALWAYS - static field in class java.awt.ScrollPane
Constant indicating that scrollbars are always displayed in this window.
SCROLLBARS_AS_NEEDED - static field in class java.awt.ScrollPane
Constant indicating that scrollbars are created as needed in this windows.
SCROLLBARS_BOTH - static field in class java.awt.TextArea
Display both horiztonal and vertical scroll bars.
SCROLLBARS_HORIZONTAL_ONLY - static field in class java.awt.TextArea
Display horizatonal scroll bar only.
SCROLLBARS_NEVER - static field in class java.awt.ScrollPane
Constant indicating that scrollbars are never displayed in this window.
SCROLLBARS_NONE - static field in class java.awt.TextArea
Do not display scrollbars.
SCROLLBARS_VERTICAL_ONLY - static field in class java.awt.TextArea
Display vertical scroll bar only.
ScrollBarUI - class javax.swing.plaf.ScrollBarUI
An abstract base class for delegates that implement the pluggable look and feel for a JScrollBar.
ScrollBarUI() - constructor for class javax.swing.plaf.ScrollBarUI
Constructs a new ScrollBarUI.
scrollBarWidth - field in class javax.swing.plaf.metal.MetalScrollBarUI
The scroll bar width.
scrollByBlock(int) - method in class javax.swing.plaf.basic.BasicScrollBarUI
The method scrolls the thumb by a block in the direction specified.
scrollByBlock(int) - method in class javax.swing.plaf.basic.BasicSliderUI
Moves the thumb one block in the direction specified (a block is 1/10th of the slider range).
scrollByUnit(int) - method in class javax.swing.plaf.basic.BasicScrollBarUI
The method scrolls the thumb by a unit in the direction specified.
scrollByUnit(int) - method in class javax.swing.plaf.basic.BasicSliderUI
Moves the thumb one unit in the specified direction.
scrollDirection - field in class javax.swing.plaf.basic.BasicComboPopup
Indicates auto scrolling direction
scrollDueToClickInTrack(int) - method in class javax.swing.plaf.basic.BasicSliderUI
This method is called when there has been a click in the track and the thumb needs to be scrolled on regular intervals.
scrollDueToClickInTrack(int) - method in class javax.swing.plaf.metal.MetalSliderUI
scroller - field in class javax.swing.plaf.basic.BasicComboPopup
JScrollPane that contains list portion of the combo box
SCROLLING - static field in class javax.swing.text.html.HTML.Attribute
The scrolling attribute
A helper class that listens for events from the timer that is used to move the thumb.
Helper class that listens to our swing timer.
ScrollListener() - constructor for class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
Creates a new ScrollListener object.
ScrollListener() - constructor for class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
Creates a new ScrollListener object.
ScrollListener(int,boolean) - constructor for class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
Creates a new ScrollListener object using the given direction and block.
ScrollListener(int,boolean) - constructor for class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
Creates a new ScrollListener object.
scrollpane - field in class javax.swing.plaf.basic.BasicScrollPaneUI
The Scrollpane for which the UI is provided by this class.
ScrollPane - class java.awt.ScrollPane
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window.
ScrollPane() - constructor for class java.awt.ScrollPane
Initializes a new instance of ScrollPane with a default scrollbar policy of SCROLLBARS_AS_NEEDED.
ScrollPane(int) - constructor for class java.awt.ScrollPane
Initializes a new instance of ScrollPane with the specified scrollbar policy.
Need this class since the serialization spec for ScrollPane uses it.
A border for JScrollPane components.
ScrollPaneBorder() - constructor for class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
Constructs a new ScrollPaneBorder.
Defines some constants that are used in JScrollPane and related components.
ScrollPaneLayout
ScrollPaneLayout() - constructor for class javax.swing.ScrollPaneLayout
The basic constructor.
ScrollPanePeer - interface java.awt.peer.ScrollPanePeer
ScrollPaneUI - class javax.swing.plaf.ScrollPaneUI
An abstract base class for delegates that implement the pluggable look and feel for a JScrollPane.
ScrollPaneUI() - constructor for class javax.swing.plaf.ScrollPaneUI
Constructs a new ScrollPaneUI.
Calls scrollRectToVisible on the component's parent.
Scrolls the view so that contentRect becomes visible.
scrollRowToVisible(int) - method in class javax.swing.JTree
SCROLLS_ON_EXPAND_PROPERTY - static field in class javax.swing.JTree
scrollsOnExpand - field in class javax.swing.JTree
scrollTimer - field in class javax.swing.plaf.basic.BasicScrollBarUI
The timer used to move the thumb when the mouse is held.
scrollTimer - field in class javax.swing.plaf.basic.BasicSliderUI
A timer that periodically moves the thumb.
scrollToReference(java.lang.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 - field in class javax.swing.JViewport
SDATA - static field in class javax.swing.text.html.parser.DTDConstants
The SDATA constant.
SE_RESIZE_CURSOR - static field in class java.awt.Cursor
Cursor used over SE corner of window decorations.
SE_RESIZE_CURSOR - static field in class java.awt.Frame
Cursor used over SE corner of window decorations.
SEALED - static field in class java.util.jar.Attributes.Name
Package sealing - whether (all) package(s) is(/are) sealed.
SealedObject - class javax.crypto.SealedObject
This class allows any Serializable object to be stored in an encrypted form.
Create a new sealed object from a Serializable object and a cipher.
SealedObject(javax.crypto.SealedObject) - constructor for class javax.crypto.SealedObject
Create a new sealed object from another sealed object.
search(java.lang.Object) - method in class java.util.Stack
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
search(org.omg.CORBA.ORB,gnu.CORBA.IOR) - static method in class gnu.CORBA.StubLocator
Search for the possibly available default stub.
SearchControls - class javax.naming.directory.SearchControls
SearchControls() - constructor for class javax.naming.directory.SearchControls
The basic constructor.
SearchResult - class javax.naming.directory.SearchResult
SECOND - static field in class java.util.Calendar
Constant representing the second time field.
SECOND - static field in class java.text.DateFormat.Field
SECOND_FIELD - static field in class java.text.DateFormat
Represents the position of the second pattern character in the array of localized pattern characters.
SECOND_SHIFT - static field in class gnu.javax.print.ipp.attribute.defaults.JobHoldUntilDefault
Job should be processed as second-shift (after close of business).
SECOND_SHIFT - static field in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
Job should be processed as second-shift (after close of business).
SECONDARY - static field in class java.text.Collator
This constant is a strength value which indicates that only secondary or primary differences between characters will be considered significant.
secondaryOrder(int) - static method in class java.text.CollationElementIterator
This method returns the secondary order value for the given collation value.
SECONDS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the seconds field.
SECRET_KEY - static field in class javax.crypto.Cipher
Constant for when the key to be unwrapped is a secret key.
SecretKey - interface javax.crypto.SecretKey
A secret key for symmetric cryptography.
SecretKeyFactory - class javax.crypto.SecretKeyFactory
A secret key factory translates SecretKey objects to and from KeySpec objects, and can translate between different vendors' representations of SecretKey objects (for security or semantics; whichever applies).
Create a new secret key factory.
SecretKeyFactoryImpl - class gnu.javax.crypto.jce.key.SecretKeyFactoryImpl
SecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.SecretKeyFactoryImpl
The Service Provider Interface (SPI) for the SecretKeyFactory class.
SecretKeyFactorySpi() - constructor for class javax.crypto.SecretKeyFactorySpi
Create a new secret key factory SPI.
SecretKeyGeneratorImpl - class gnu.javax.crypto.jce.key.SecretKeyGeneratorImpl
SecretKeyGeneratorImpl(java.lang.String) - constructor for class gnu.javax.crypto.jce.key.SecretKeyGeneratorImpl
SecretKeySpec - class javax.crypto.spec.SecretKeySpec
This is a simple wrapper around a raw byte array, for ciphers that do not require any key parameters other than the bytes themselves.
SecretKeySpec(byte[],int,int,java.lang.String) - constructor for class javax.crypto.spec.SecretKeySpec
Create a new secret key spec from part of a byte array.
SecretKeySpec(byte[],java.lang.String) - constructor for class javax.crypto.spec.SecretKeySpec
Create a new secret key spec from an entire byte array.
An element type for sections.
SectionElement() - constructor for class javax.swing.text.DefaultStyledDocument.SectionElement
Creates a new SectionElement.
SectionElementName - static field in class javax.swing.text.AbstractDocument
Standard name for section Elements.
secure - field in class gnu.java.net.protocol.http.Cookie
Indicates that the user-agent should only use secure means to transmit this cookie to the server.
secure - field in class gnu.java.net.protocol.http.HTTPConnection
Whether the connection should use transport level security (HTTPS).
SecureClassLoader - class java.security.SecureClassLoader
A Secure Class Loader for loading classes with additional support for specifying code source and permissions when they are retrieved by the system policy handler.
SecureClassLoader() - constructor for class java.security.SecureClassLoader
Create a new ClassLoader with as parent the system classloader.
SecureClassLoader(java.lang.ClassLoader) - constructor for class java.security.SecureClassLoader
Create a new ClassLoader with the specified parent.
SecureRandom - class java.security.SecureRandom
An interface to a cryptographically secure pseudo-random number generator (PRNG).
SecureRandom() - constructor for class java.security.SecureRandom
Default constructor for SecureRandom.
SecureRandom(byte[]) - constructor for class java.security.SecureRandom
A constructor for SecureRandom.
A constructor for SecureRandom.
SecureRandomSpi - class java.security.SecureRandomSpi
SecureRandomSpi is the Service Provider Interface for SecureRandom providers.
SecureRandomSpi() - constructor for class java.security.SecureRandomSpi
Default Constructor for SecureRandomSpi
Security - class java.security.Security
This class centralizes all security properties and common security methods.
SECURITY_AUTHENTICATION - static field in class javax.naming.Context
Property specifying the security level to use.
SECURITY_CREDENTIALS - static field in class javax.naming.Context
Property specifying the credentials of the principal for authenticating the caller to the service.
SECURITY_PRINCIPAL - static field in class javax.naming.Context
Property for the identity of the principal for authenticating the caller to the service.
SECURITY_PROTOCOL - static field in class javax.naming.Context
Property specifying the security protocol to use.
SecurityAttributeService - static field in class gnu.CORBA.GIOP.ServiceContext
SecurityException - exception java.lang.SecurityException
The security manager will throw this exception to indicate a security violation.
SecurityException() - constructor for class java.lang.SecurityException
Create an exception without a message.
SecurityException(java.lang.String) - constructor for class java.lang.SecurityException
Create an exception with a message.
Constructs a SecurityException using the specified error message, which should give further details as to the reason for this exception.
Constructs a SecurityException using the specified cause Throwable, which may be used to provide additional history, with regards to the root of the problem.
SecurityManager is a class you can extend to create your own Java security policy.
SecurityManager() - constructor for class java.lang.SecurityManager
Construct a new security manager.
This class provides a mechanism for specified named permissions related to the Java security framework.
SecurityPermission(java.lang.String) - constructor for class java.security.SecurityPermission
Create a new instance with the specified name.
Create a new instance with the specified name.
SEED - static field in class gnu.javax.crypto.prng.Fortuna
SEEED - static field in class gnu.java.security.prng.MDGenerator
Property name of seed material.
seek(int) - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
seek(int) - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
seek(int) - method in class gnu.CORBA.CDR.AligningInput
Jump to the given position, taking offset into consideration.
seek(int) - method in class gnu.CORBA.CDR.AligningOutput
Seek to the given position (not in use).
seek(int) - method in class gnu.CORBA.CDR.BufferedCdrOutput
Seek to the given position.
seek(int) - method in class gnu.CORBA.CDR.BufferredCdrInput
Jump to the given position, taking offset into consideration.
seek(int) - method in class gnu.CORBA.DynAn.DivideableAny
Set a position.
seek(int) - method in class org.omg.CORBA.DynAny
Moves the internal pointer, described in the current_component, to the given position.
seek(int) - method in class org.omg.DynamicAny.DynAnyOperations
Moves the internal pointer, described in the current_component, to the given position.
seek(int) - method in class gnu.CORBA.DynAn.gnuDynAny
This objects, stored in this wrapper, never have multiple internal components to seek.
seek(int) - method in class gnu.CORBA.CDR.gnuValueStream
Jump to the given position, taking offset into consideration.
seek(int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
seek(int) - method in class gnu.CORBA.DynAn.UndivideableAny
Not in use.
seek(long) - method in class javax.imageio.stream.FileImageInputStream
seek(long) - method in class javax.imageio.stream.FileImageOutputStream
seek(long) - method in class javax.imageio.stream.ImageInputStream
seek(long) - method in class javax.imageio.stream.ImageInputStreamImpl
seek(long) - method in class javax.imageio.stream.MemoryCacheImageInputStream
seek(long) - method in class java.io.RandomAccessFile
This method sets the current file position to the specified offset from the beginning of the file.
seekForwardOnly - field in class javax.imageio.ImageReader
true if this reader should only read data further ahead in the stream than its current location. false if it can read backwards in the stream.
SEG_CLOSE - static field in class java.awt.geom.PathIterator
The current segment closes a loop by an implicit line to the previous SEG_MOVETO coordinate.
SEG_CUBICTO - static field in class java.awt.geom.PathIterator
The current segment is a cubic parametric curve (more commonly known as a Bezier curve).
SEG_LINETO - static field in class java.awt.geom.PathIterator
The current segment is a line.
SEG_MOVETO - static field in class java.awt.geom.PathIterator
Starts a new subpath.
SEG_QUADTO - static field in class java.awt.geom.PathIterator
The current segment is a quadratic parametric curve.
Segment - class gnu.java.awt.java2d.Segment
Segment - class javax.swing.text.Segment
A text fragment represented by a sequence of characters stored in an array.
Segment() - constructor for class gnu.java.awt.java2d.Segment
Create a new, empty segment
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.
SEGMENT_INDEX - static field in class gnu.javax.crypto.prng.ICMGenerator
Property name of ICM's segment index.
SEGMENT_INDEX_LENGTH - static field in class gnu.javax.crypto.prng.ICMGenerator
Property name of ICM's segment index length.
SELECT - static field in class javax.swing.text.html.HTML.Tag
The <select> tag
select() - method in class gnu.xml.dom.html2.DomHTMLInputElement
select() - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
select() - 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 gnu.java.nio.SelectorImpl
Selects a set of keys whose corresponding channels are ready for I/O operations.
select(int) - method in class java.awt.Choice
Forces the item at the specified index to be selected.
select(int) - method in class java.awt.peer.ChoicePeer
select(int) - method in class gnu.java.awt.peer.gtk.GtkChoicePeer
select(int) - method in class gnu.java.awt.peer.gtk.GtkListPeer
select(int) - method in class java.awt.List
Makes the item at the specified index selected.
select(int) - method in class java.awt.peer.ListPeer
select(int) - method in class gnu.java.awt.peer.qt.QtChoicePeer
select(int) - method in class gnu.java.awt.peer.qt.QtListPeer
select(int,int) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
select(int,int) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
select(int,int) - method in class javax.swing.text.JTextComponent
Selects a part of the content of the text component.
select(int,int) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
select(int,int) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
select(int,int) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the current selection.
select(int,int) - method in class java.awt.TextComponent
This method sets the selected text range to the text between the specified start and end positions.
select(int,int) - method in class java.awt.peer.TextComponentPeer
select(java.lang.String) - method in class java.awt.Choice
Forces the named item to be selected.
select(long) - method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
select(long) - method in class gnu.java.nio.SelectorImpl
Selects a set of keys whose corresponding channels are ready for I/O operations.
SELECTABLE - static field in class javax.accessibility.AccessibleState
Indicates that this child is one which can be selected from its parent.
SelectableChannel - class java.nio.channels.SelectableChannel
SelectableChannel() - constructor for class java.nio.channels.SelectableChannel
Initializes the channel.
selectAdjacentRunTab(int,int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method selects the correct tab given an offset from the current tab index.
selectAll() - method in class javax.swing.plaf.basic.BasicComboBoxEditor
Selects all the text in the editor component.
selectAll() - method in class javax.swing.ComboBoxEditor
selectAll
selectAll() - method in class javax.swing.JTable
Select all table.
selectAll() - method in class javax.swing.text.JTextComponent
Selects the whole content of the text component.
selectAll() - method in class java.awt.TextComponent
Selects all of the text in the component.
selectAllAccessibleSelection() - method in class javax.accessibility.AccessibleSelection
Select all children of this Accessible object if the object supports multiple selections or has a single child.
Multiple selection is not supported by AccessibleJComboBox, so this does nothing.
Selects all items if multiple selections are supported.
AccessibleJMenu don't support multiple selection, so this method does nothing.
In menu bars it is not possible to select all items, so this method does nothing.
Does nothing - it makes no sense to select all for a tabbed pane, since only one tab can be selected at a time.
Selects all accessible children that can be selected.
Causes every selected item in the object to be selected if the object supports multiple selections.
Causes every selected item in the object to be selected if the object supports multiple selections.
Selects all Accessible children of this component which it is possible to select.
selectAllAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that selects the whole document.
selectBestTextFlavor(java.awt.datatransfer.DataFlavor[]) - static method in class java.awt.datatransfer.DataFlavor
Selects the best supported text flavor on this implementation.
selectColor - field in class javax.swing.plaf.metal.MetalButtonUI
The background color for the button when it is pressed.
selectColor - field in class javax.swing.plaf.metal.MetalRadioButtonUI
Used to fill the icon when the button is pressed.
selectColor - field in class javax.swing.plaf.metal.MetalTabbedPaneUI
The color for the selected tab.
selectColor - field in class javax.swing.plaf.metal.MetalToggleButtonUI
The color that indicates a selected button.
SELECTED - static field in class javax.accessibility.AccessibleState
Indicates that this child has been selected from its parent.
SELECTED - static field in class javax.swing.DefaultButtonModel
State constant indicating that the button is selected.
selected - field in class javax.swing.tree.DefaultTreeCellRenderer
A flag indicating the current selection status.
selected - field in class gnu.xml.dom.html2.DomHTMLOptionElement
SELECTED - static field in class javax.swing.text.html.HTML.Attribute
The selected attribute
SELECTED - static field in class java.awt.event.ItemEvent
This type indicates that the item was selected.
SELECTED - static field in class javax.swing.plaf.synth.SynthConstants
Indicates that a region is selected.
SELECTED_CONVERTED_TEXT_HIGHLIGHT - static field in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for selected converted text.
SELECTED_FILE_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for the selected file.
SELECTED_FILES_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
The name of the property for the selected files.
SELECTED_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "selectedIcon" property changes.
SELECTED_RAW_TEXT_HIGHLIGHT - static field in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for selected raw text.
selectedItemChanged() - method in class javax.swing.JComboBox
This method is invoked whenever selected item changes in the combo box's data model.
selectedItemReminder - field in class javax.swing.JComboBox
This field is reference to the current selection of the combo box.
selectedKeys() - method in class java.nio.channels.Selector
Returns this selector's selected-key set.
selectedKeys() - method in class gnu.java.nio.SelectorImpl
Returns this selector's selected-key set.
selectedRun - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The index of the run that the selected index is in.
selectedTabPadInsets - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The extra insets around the selected tab.
selectedTextColor - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The text color of the titlePane when the JInternalFrame is selected.
selectedTitleColor - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The background color of the TitlePane when the JInternalFrame is selected.
selectHighlight - field in class javax.swing.plaf.metal.MetalTabbedPaneUI
The color for a highlighted selected tab.
selectInitialValue() - method in class javax.swing.JOptionPane
This method requests focus for the initial value.
selectInitialValue(javax.swing.JOptionPane) - method in class javax.swing.plaf.basic.BasicOptionPaneUI
This method requests focus to the inputComponent (if one is present) and the initialFocusComponent otherwise.
selectInitialValue(javax.swing.JOptionPane) - method in class javax.swing.plaf.multi.MultiOptionPaneUI
Calls the OptionPaneUI.selectInitialValue(JOptionPane) method for all the UI delegates managed by this MultiOptionPaneUI.
Gives keyboard input focus to the component that represents the default value.
Attempts to select an input method or keyboard layout which supports the given locale.
selection - field in class javax.swing.tree.DefaultTreeSelectionModel
The current selection.
SELECTION - static field in class java.awt.JobAttributes.DefaultSelectionType
SELECTION_MODE_PROPERTY - static field in class javax.swing.tree.DefaultTreeSelectionModel
The name of the selection mode property.
SELECTION_MODEL_PROPERTY - static field in class javax.swing.JColorChooser
The property fired by the JColorChooser when the selectionModel property changes.
SELECTION_MODEL_PROPERTY - static field in class javax.swing.JTree
SELECTION_VALUES_PROPERTY - static field in class javax.swing.JOptionPane
The identifier for the propertyChangeEvent when the selectionValues property changes.
selectionBackground - field in class javax.swing.plaf.basic.BasicMenuItemUI
Color of text that is used when menu item is selected
selectionBackground - field in class javax.swing.JTable
The color to paint the background of selected cells.
selectionBackwardAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one character backwards, possibly extending the current selection.
selectionBeginAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the document, possibly extending the current selection.
selectionBeginLineAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the current line, possibly extending the current selection.
selectionBeginParagraphAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the current paragraph, possibly extending the current selection.
selectionBeginWordAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the current word, possibly extending the current selection.
selectionDownAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one line down, possibly extending the current selection.
selectionEndAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the end of the document, possibly extending the current selection.
selectionEndLineAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the end of the current line, possibly extending the current selection.
selectionEndParagraphAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the end of the current paragraph, possibly extending the current selection.
selectionEndWordAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the end of the current word, possibly extending the current selection.
selectionForeground - field in class javax.swing.plaf.basic.BasicMenuItemUI
Color of the text that is used when menu item is selected.
selectionForeground - field in class javax.swing.JTable
The color to paint the foreground of selected cells.
selectionForwardAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one character forwards, possibly extending the current selection.
SelectionKey - class java.nio.channels.SelectionKey
SelectionKey() - constructor for class java.nio.channels.SelectionKey
Initializes the selection key.
SelectionKeyImpl - class gnu.java.nio.SelectionKeyImpl
A listener for selection events in the file list.
SelectionListener() - constructor for class javax.swing.plaf.basic.BasicFileChooserUI.SelectionListener
Creates a new SelectionListener object.
selectionMode - field in class javax.swing.tree.DefaultTreeSelectionModel
The current selection mode.
selectionModel - field in class javax.swing.table.DefaultTableColumnModel
A selection model that keeps track of column selections.
selectionModel - field in class javax.swing.JPopupMenu
SelectionModel that keeps track of menu selection.
selectionModel - field in class javax.swing.JTable
A model of the rows of this table which are currently selected.
selectionModel - field in class javax.swing.JTree
selectionModelChanged - static field in class javax.swing.plaf.basic.BasicListUI
A constant to indicate that the selection model has changed.
Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change.
Constructor
selectionNextWordAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the next word, possibly extending the current selection.
selectionPreviousWordAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret to the beginning of the previous word, possibly extending the current selection.
selectionRedirector - field in class javax.swing.JTree
Redirects TreeSelectionEvents so that the source is this JTree.
selectionUpAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that moves the caret one line up, possibly extending the current selection.
selectionValues - field in class javax.swing.JOptionPane
The input values the user can select.
selectLineAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that selects the line around the caret.
selectNextIndex() - method in class javax.swing.plaf.basic.BasicListUI
Selects the next list item and force it to be visible.
selectNextPossibleValue() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Selects next possible item relative to the current selection to be next selected item in the combo box.
selectNextTab(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method selects the next tab (regardless of runs).
selectNextTabInRun(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method selects the next tab in the run.
selectNow() - method in class java.nio.channels.Selector
Selects a set of keys whose corresponding channels are ready for I/O operations.
selectNow() - method in class gnu.java.nio.SelectorImpl
Selects a set of keys whose corresponding channels are ready for I/O operations.
Selector - class gnu.xml.xpath.Selector
A single component of a location path.
Selector - class java.nio.channels.Selector
selector() - method in class java.nio.channels.SelectionKey
Returns the selector for which this key was created.
selector() - method in class gnu.java.nio.SelectionKeyImpl
Selector() - constructor for class java.nio.channels.Selector
Initializes the selector.
Selector(int,java.util.List) - constructor for class gnu.xml.xpath.Selector
SelectorImpl - class gnu.java.nio.SelectorImpl
Initializes the slector.
SelectorProvider - class java.nio.channels.spi.SelectorProvider
SelectorProvider() - constructor for class java.nio.channels.spi.SelectorProvider
Initializes the selector provider.
SelectorProviderImpl() - constructor for class gnu.java.nio.SelectorProviderImpl
Initializes the selector provider.
selectParagraphAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that selects the paragraph around the caret.
Messaged to update the selection based on a MouseEvent over a particular row.
selectPreviousIndex() - method in class javax.swing.plaf.basic.BasicListUI
Selects the previous list item and force it to be visible.
selectPreviousPossibleValue() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Selects previous item relative to current selection to be next selected item.
selectPreviousTab(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method selects the previous tab (regardless of runs).
selectPreviousTabInRun(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method selects the previous tab in the run.
selectText(int,int) - method in class javax.accessibility.AccessibleEditableText
Select the text between two points.
Selects the text between two indexes.
selectWithKeyChar(char) - method in class javax.swing.JComboBox
This method selects item in this combo box that matches specified specified keyChar and returns true if such item is found.
selectWordAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that selects the word around the caret.
SELF - static field in class gnu.xml.xpath.Selector
SELF - static field in class gnu.xml.xpath.XPathParser
selfTest() - method in class gnu.javax.crypto.cipher.Anubis
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.cipher.BaseCipher
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.java.security.hash.BaseHash
selfTest() - method in class gnu.javax.crypto.mac.BaseMac
A basic test.
selfTest() - method in class gnu.javax.crypto.mode.BaseMode
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.pad.BasePad
A default implementation of a correctness test that exercises the padder implementation, using block sizes varying from 2 to 256 bytes.
selfTest() - method in class gnu.javax.crypto.cipher.Blowfish
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.assembly.Cascade
Conducts a simple correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes of underlying block cipher(s) wrapped by Mode leafs.
selfTest() - method in class gnu.javax.crypto.cipher.Cast5
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.mode.EAX
A basic test.
selfTest() - method in class gnu.java.security.hash.Haval
selfTest() - method in class gnu.javax.crypto.mac.HMac
A basic test.
selfTest() - method in class gnu.javax.crypto.cipher.IBlockCipher
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.mac.IMac
A basic test.
selfTest() - method in class gnu.java.security.hash.IMessageDigest
A basic test.
selfTest() - method in class gnu.javax.crypto.pad.IPad
A basic symmetric pad/unpad test.
selfTest() - method in class gnu.javax.crypto.pad.ISO10126
The default self-test in the super-class would take too long to finish with this type of padder --due to the large amount of random data needed.
selfTest() - method in class gnu.javax.crypto.cipher.Khazad
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.java.security.hash.MD2
selfTest() - method in class gnu.java.security.hash.MD4
selfTest() - method in class gnu.java.security.hash.MD5
selfTest() - method in class gnu.javax.crypto.cipher.NullCipher
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.mac.OMAC
A basic test.
selfTest() - method in class gnu.javax.crypto.pad.PKCS1_V1_5
A basic symmetric pad/unpad test.
selfTest() - method in class gnu.javax.crypto.cipher.Rijndael
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.java.security.hash.RipeMD128
selfTest() - method in class gnu.java.security.hash.RipeMD160
selfTest() - method in class gnu.javax.crypto.cipher.Serpent
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.java.security.hash.Sha160
selfTest() - method in class gnu.java.security.hash.Sha256
selfTest() - method in class gnu.java.security.hash.Sha384
selfTest() - method in class gnu.java.security.hash.Sha512
selfTest() - method in class gnu.javax.crypto.cipher.Square
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.assembly.Stage
Conducts a simple correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes of underlying block cipher(s) wrapped by Mode leafs.
selfTest() - method in class gnu.java.security.hash.Tiger
selfTest() - method in class gnu.javax.crypto.mac.TMMH16
selfTest() - method in class gnu.javax.crypto.cipher.Twofish
A correctness test that consists of basic symmetric encryption / decryption test(s) for all supported block and key sizes, as well as one (1) variable key Known Answer Test (KAT).
selfTest() - method in class gnu.javax.crypto.mac.UHash32
selfTest() - method in class gnu.javax.crypto.mac.UMac32
A basic test.
selfTest() - method in class gnu.java.security.hash.Whirlpool
SEMIWEAK_KEYS - static field in class gnu.javax.crypto.cipher.DES
Semi-weak keys (parity adjusted): Some pairs of keys encrypt plain text to identical cipher text.
send() - method in class gnu.javax.print.ipp.IppRequest
Does some validation of the supplied parameters and then sends the request to the ipp server or service.
send(gnu.CORBA.IOR,org.omg.CORBA.ORB) - method in class gnu.CORBA.GIOP.ErrorMessage
Send the error message to the given IOR address.
send(gnu.gcj.xlib.Window,boolean,long) - method in class gnu.gcj.xlib.XAnyEvent
send(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Sends the specified command line to the server.
Sends the specified packet.
Transmits the specified packet of data to the network.
Sends a packet of data to a remote host
Sends a packet of data to a multicast address with a TTL that is different from the default TTL on this socket.
Sends a datagram via this channel.
Sends a datagram via this channel.
send(javax.sound.midi.MidiMessage,long) - method in class gnu.javax.sound.midi.alsa.AlsaPortDevice.AlsaReceiver
Send a MIDI message and timestamp.
send(javax.sound.midi.MidiMessage,long) - method in class javax.sound.midi.Receiver
Send a MIDI message and timestamp.
send_deferred() - method in class gnu.CORBA.gnuRequest
send_deferred() - method in class org.omg.CORBA.Request
Send a request without suspending the current thread.
SEND_DOCUMENT - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Operation to send a document to a multidoc job created via CREATE_JOB
ORB calls this method if the exception has been throw during the request processing.
Send multiple prepared requests expecting to get a reply.
Send multiple prepared requests expecting to get a reply.
Send multiple prepared requests expecting to get a reply.
This method is not allowed for a RestrictedORB.
Send multiple prepared requests one way, do not caring about the answer.
Send multiple prepared requests one way, do not caring about the answer.
Send multiple prepared requests one way, do not caring about the answer.
This method is not allowed for a RestrictedORB.
send_oneway() - method in class gnu.CORBA.gnuRequest
Send a request and forget about it, not waiting for a response.
send_oneway() - method in class org.omg.CORBA.Request
Send a request and forget about it, not waiting for a response.
ORB normally calls this method if the request has been forwarded.
This method is called by if ORB uses the Time- Independent Invocation (TII) polling.
ORB calls this method after the target operation has been invoked and before the reply is returned to the client.
ORB calls this method before sending the request to the server.
SEND_URI - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Operation to send a document uri to a multidoc job created via CREATE_JOB.
Sends the event to the debugger.
Send an event notification to the debugger
sending_exception() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Get an exception, wrapped into Any.
sending_exception() - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Get the exception to be returned to the client.
SendingContextRunTime - static field in class gnu.CORBA.GIOP.ServiceContext
sendPacket(gnu.classpath.jdwp.transport.JdwpPacket) - method in class gnu.classpath.jdwp.transport.JdwpConnection
Send a packet to the debugger
sendUrgentData(int) - method in class gnu.java.net.local.LocalSocket
sendUrgentData(int) - method in class gnu.java.net.PlainSocketImpl
Sends one byte of urgent data to the socket.
sendUrgentData(int) - method in class java.net.Socket
Sends urgent data through the socket
sendUrgentData(int) - method in class java.net.SocketImpl
Sends one byte of urgent data to the socket.
SENTENCE - static field in class javax.accessibility.AccessibleText
Constant designating that the next selection should be a sentence.
SentenceBreakIterator() - constructor for class gnu.java.text.SentenceBreakIterator
This method initializes a new instance of BreakIterator.
SEPARATE_DOCUMENTS_COLLATED_COPIES - static field in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as collated copies.
SEPARATE_DOCUMENTS_COLLATED_COPIES - static field in class gnu.javax.print.ipp.attribute.defaults.MultipleDocumentHandlingDefault
Supports multiple documents as collated copies
SEPARATE_DOCUMENTS_COLLATED_COPIES - static field in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
Supports multiple documents as collated copies
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - static field in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as uncollated copies.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - static field in class gnu.javax.print.ipp.attribute.defaults.MultipleDocumentHandlingDefault
Supports multiple documents as uncollated copies
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - static field in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
Supports multiple documents as uncollated copies
SEPARATOR - static field in class javax.accessibility.AccessibleRole
An object usually in a menu which separates logical sections of items.
separator - static field in class java.io.File
This is the path separator string for the current host.
This is the separator that can be used in popup menu.
This is an extension of JSeparator used in toolbars.
separator - static field in class gnu.java.io.PlatformHelper
SEPARATOR - static field in class javax.swing.plaf.synth.Region
Specifies the region of a separator.
Separator() - constructor for class javax.swing.JPopupMenu.Separator
Creates a new horizontal JSeparator object.
Separator() - constructor for class javax.swing.JToolBar.Separator
Creates a new Separator object.
Separator(java.awt.Dimension) - constructor for class javax.swing.JToolBar.Separator
Creates a new Separator object with the given size.
separatorChar - static field in class java.io.File
This is the first character of the file separator string.
separatorChar - static field in class gnu.java.io.PlatformHelper
SeparatorUI - class javax.swing.plaf.SeparatorUI
An abstract base class for delegates that implement the pluggable look and feel for a JSeparator.
SeparatorUI() - constructor for class javax.swing.plaf.SeparatorUI
Constructs a new SeparatorUI.
SEPTEMBER - static field in class java.util.Calendar
Constant representing September.
SEPTEMBER - static field in class javax.xml.datatype.DatatypeConstants
Value for September.
SEQUENCE - static field in class gnu.java.security.der.DER
Sequence - class gnu.java.security.util.Sequence
A monotonic sequence of integers in the finite field 232.
Sequence - class javax.sound.midi.Sequence
Objects of this type represent sequences of MIDI messages that can be played back by a Sequencer.
Sequence(float,int) - constructor for class javax.sound.midi.Sequence
Create a MIDI sequence object with no initial tracks.
Sequence(float,int,int) - constructor for class javax.sound.midi.Sequence
Create a MIDI seqence object.
Sequence(int) - constructor for class gnu.java.security.util.Sequence
Create a sequence of integers from 0 to end, with an increment of 1.
Sequence(int,int) - constructor for class gnu.java.security.util.Sequence
Create a sequence of integers from start to end, with an increment of 1.
Sequence(int,int,int) - constructor for class gnu.java.security.util.Sequence
Create a sequence of integers from start to end, with an increment of span.
Reports that a sequence of read operationshas completed.
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
This method creates a new SequenceInputStream that will read the two specified subordinate InputStreams in sequence.
This method creates a new SequenceInputStream that obtains its list of subordinate InputStreams from the specified Enumeration
Sequencer - interface javax.sound.midi.Sequencer
A Sequencer object plays MIDI sequences described as Sequence objects.
Reports that a sequence of read operations is beginning.
serializable - field in class java.beans.beancontext.BeanContextServicesSupport
Serializable - interface java.io.Serializable
This interface has no methods.
This class models permissions related to serialization.
This method initializes a new instance of SerializablePermission that has the specified name.
This method initializes a new instance of SerializablePermission that has the specified name and action list.
serialize(Node,java.io.OutputStream) - method in class gnu.xml.dom.ls.DomLSSerializer
serialize(Node,java.io.OutputStream) - method in class gnu.xml.transform.StreamSerializer
serialNo - field in class gnu.java.security.x509.X509Certificate
serialVersionUID - static field in class javax.naming.directory.Attribute
serialVersionUID - static field in class javax.crypto.interfaces.DHPrivateKey
Compatible with JDK1.4.
serialVersionUID - static field in class javax.crypto.interfaces.DHPublicKey
Compatible with JDK1.4.
serialVersionUID - static field in class java.security.interfaces.DSAPrivateKey
The version identifier used for serialization.
serialVersionUID - static field in class java.security.interfaces.DSAPublicKey
The version identifier used for serialization.
serialVersionUID - static field in class java.security.Key
The version identifier used for serialization.
serialVersionUID - static field in class javax.naming.Name
serialVersionUID - static field in class javax.crypto.interfaces.PBEKey
Compatible with JDK1.4.
serialVersionUID - static field in class java.security.PrivateKey
The version identifier used for serialization.
serialVersionUID - static field in class java.security.PublicKey
The version identifier used for serialization.
serialVersionUID - static field in class java.rmi.server.RemoteRef
Indicates compatibility with JDK 1.1.*
serialVersionUID - static field in class java.security.interfaces.RSAMultiPrimePrivateCrtKey
serialVersionUID - static field in class java.security.interfaces.RSAPrivateCrtKey
serialVersionUID - static field in class java.security.interfaces.RSAPrivateKey
serialVersionUID - static field in class java.security.interfaces.RSAPublicKey
serialVersionUID - static field in class javax.crypto.SecretKey
The version identifier used for serialization.
serialVersionUID - static field in class java.rmi.server.ServerRef
Serpent - class gnu.javax.crypto.cipher.Serpent
Serpent is a 32-round substitution-permutation network block cipher, operating on 128-bit blocks and accepting keys of 128, 192, and 256 bits in length.
OMacImpl.Serpent - class gnu.javax.crypto.jce.mac.OMacImpl.Serpent
PBES2.HMacHaval.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.Serpent
PBES2.HMacMD2.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.Serpent
PBES2.HMacMD4.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.Serpent
PBES2.HMacMD5.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.Serpent
PBES2.HMacRipeMD128.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.Serpent
PBES2.HMacRipeMD160.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.Serpent
PBES2.HMacSHA1.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.Serpent
PBES2.HMacSHA256.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.Serpent
PBES2.HMacSHA384.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.Serpent
PBES2.HMacSHA512.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.Serpent
PBES2.HMacTiger.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.Serpent
PBES2.HMacWhirlpool.Serpent - class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.Serpent
Serpent() - constructor for class gnu.javax.crypto.jce.mac.OMacImpl.Serpent
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.Serpent
The basic constructor.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.Serpent
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.Serpent
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.Serpent
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.Serpent
Create a new CipherSpi.
Serpent() - constructor for class gnu.javax.crypto.cipher.Serpent
Trivial zero-argument constructor.
SERPENT_CIPHER - static field in class gnu.java.security.Registry
SerpentKeyGeneratorImpl - class gnu.javax.crypto.jce.key.SerpentKeyGeneratorImpl
SerpentKeyGeneratorImpl() - constructor for class gnu.javax.crypto.jce.key.SerpentKeyGeneratorImpl
The basic constructor.
SerpentSecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.SerpentSecretKeyFactoryImpl
SerpentSpi - class gnu.javax.crypto.jce.cipher.SerpentSpi
The implementation of the Serpent Service Provider Interface (SPI) adapter.
SerpentSpi() - constructor for class gnu.javax.crypto.jce.cipher.SerpentSpi
Create a new CipherSpi.
servant - field in class gnu.CORBA.Poa.AOM.Obj
The servant, serving the given object.
servant - field in class gnu.CORBA.Poa.DynamicImpHandler
The servant that is a dynamic implementation rather than invoke handler.
Servant - class org.omg.PortableServer.Servant
The servant is responsible for handling the method invocation on the target object.
servant - field in class org.omg.CORBA.portable.ServantObject
The real servant, that can be casted to the expected type, later invoking the methods directly.
This method is always called after invoking the operation on the local servant.
Returns a servant that should be used for this request.
SERVANT_RETENTION_POLICY_ID - interface org.omg.PortableServer.SERVANT_RETENTION_POLICY_ID
Holds an integer ServantRetentionPolicy identifier.
Returns the id of the object, served by the given servant (assuming that the servant serves only one object).
servant_to_id(org.omg.PortableServer.Servant) - method in class org.omg.PortableServer.POAOperations
Returns the id of the object, served by the given servant.
Converts the given servant to the object reference.
Converts the given servant to the object reference.
ServantActivator - interface org.omg.PortableServer.ServantActivator
The POA, that has the RETAIN policy uses servant managers that are ServantActivators.
ServantActivatorHelper - class org.omg.PortableServer.ServantActivatorHelper
The helper operations for the CORBA object ServantActivator.
ServantActivatorOperations - interface org.omg.PortableServer.ServantActivatorOperations
Defines the operations, applicable to the ServantActivator.
ServantActivatorPOA - class org.omg.PortableServer.ServantActivatorPOA
This ServantActivator stub is an optional base for the servant activators.
ServantAlreadyActive - exception org.omg.PortableServer.POAPackage.ServantAlreadyActive
Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active.
ServantAlreadyActive() - constructor for class org.omg.PortableServer.POAPackage.ServantAlreadyActive
Create ServantAlreadyActive with no explaining message.
ServantAlreadyActive(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.ServantAlreadyActive
Create the ServantAlreadyActive with explaining message.
ServantAlreadyActiveHelper - class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
The helper operations for the exception ServantAlreadyActive.
The implementation of the servant delegate for the locally existing servant.The associated servant that must also implement the InvokeHandler interface.
Create the delegat for the servant that will be connected to the given poa.
ServantLocator - interface org.omg.PortableServer.ServantLocator
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLoacators.
ServantLocatorHelper - class org.omg.PortableServer.ServantLocatorHelper
The helper operations for the CORBA object ServantLocator.
ServantLocatorOperations - interface org.omg.PortableServer.ServantLocatorOperations
Defines the operations, applicable to the ServantLocator.
ServantLocatorPOA - class org.omg.PortableServer.ServantLocatorPOA
The ServantLocator stub is an optional base for the servant locators.
ServantManager - interface org.omg.PortableServer.ServantManager
A servant manager is associated with POA and provide possibility to activate objects on demand.
ServantManagerOperations - interface org.omg.PortableServer.ServantManagerOperations
This interface would define the operations, applicable to the ServantManager.
ServantNotActive - exception org.omg.PortableServer.POAPackage.ServantNotActive
Raised in several cases when the operation would be applicable to the activated servant, but the current object is not active.
ServantNotActive() - constructor for class org.omg.PortableServer.POAPackage.ServantNotActive
Create ServantNotActive with no explaining message.
ServantNotActive(java.lang.String) - constructor for class org.omg.PortableServer.POAPackage.ServantNotActive
Create the ServantNotActive with explaining message.
ServantNotActiveHelper - class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
The helper operations for the exception ServantNotActive.
ServantObject - class org.omg.CORBA.portable.ServantObject
Together with supporting methods in ObjectImpl and Delegate, provides mechanism for direct calls of clients, running on the same virtual machine (collocated).
ServantRetentionPolicy - interface org.omg.PortableServer.ServantRetentionPolicy
Specifies if the active servants should be retained in the Active Object Map.
Defines the operations, applicable to the ServantRetentionPolicy.
Specifies the servant retention policy.
ServantRetentionPolicyValue(int) - constructor for class org.omg.PortableServer.ServantRetentionPolicyValue
Normally, no new instances are required, so the constructor is protected.
Convert the servant to invocation handler.
SERVER_AUTH - static field in class javax.security.sasl.Sasl
The name of a property that specifies whether the server must authenticate to the client.
SERVER_AUTH_FALSE - static field in class gnu.java.security.Registry
Server does not need to, or cannot, authenticate to the client.
SERVER_AUTH_TRUE - static field in class gnu.java.security.Registry
Server must authenticate to the client.
SERVER_ERROR_BUSY - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server is currently busy with processing.
SERVER_ERROR_DEVICE_ERROR - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server has a device error e.g. paper jam.
SERVER_ERROR_INTERNAL_ERROR - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates an internal server error.
SERVER_ERROR_JOB_CANCELED - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server has canceled the job for various reasons.
SERVER_ERROR_MULTIPLE_DOCUMENT_JOBS_NOT_SUPPORTED - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server does not support multidocument jobs.
SERVER_ERROR_NOT_ACCEPTING_JOBS - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server is currently not accepting jobs.
SERVER_ERROR_OPERATION_NOT_SUPPORTED - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server does not support the operation.
SERVER_ERROR_PAUSE - static field in class gnu.CORBA.OrbFunctional
The server waits for this duration after the potentially transient error during its servicing cycle.
SERVER_ERROR_SERVICE_UNAVAILABLE - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server' service is not available.
SERVER_ERROR_TEMPORARY_ERROR - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server has a temporary error.
SERVER_ERROR_VERSION_NOT_SUPPORTED - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates that the server does not support the IPP version.
SERVER_EVIDENCE - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
The server's evidence: M2.
server_id - static field in class gnu.CORBA.OrbFunctional
The Id of this Server.
server_id() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
server_id() - method in class org.omg.PortableInterceptor.ObjectReferenceTemplate
Get the server id of of this adapter.
server_id() - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Returs the id of the server that is handling the current request.
SERVER_PUBLIC_KEY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
The server's public ephemeral exponent: B.
ServerCloneException - exception java.rmi.server.ServerCloneException
Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.
ServerCloneException(java.lang.String) - constructor for class java.rmi.server.ServerCloneException
Create an exception with a message.
Create an exception with a message and a cause.
ServerError - exception java.rmi.ServerError
Wraps any error thrown while processing the server of a remote call.
Create an exception with a message and a cause.
ServerException - exception java.rmi.ServerException
Wraps any exception thrown while processing the server of a remote call.
ServerException(java.lang.String) - constructor for class java.rmi.ServerException
Create an exception with a message.
Create an exception with a message and a cause.
ServerFactory - class gnu.javax.crypto.sasl.ServerFactory
The implementation of the SaslServerFactory.
ServerIdHelper - class org.omg.PortableInterceptor.ServerIdHelper
The Server Id is defined in OMG specification just as a narrow (not wide) string.
ServerMechanism - class gnu.javax.crypto.sasl.ServerMechanism
A base class to facilitate implementing SASL server-side mechanisms.
ServerMechanism(java.lang.String) - constructor for class gnu.javax.crypto.sasl.ServerMechanism
serverName - field in class gnu.javax.crypto.sasl.ClientMechanism
Name of server to authenticate to.
serverName - field in class gnu.javax.crypto.sasl.ServerMechanism
Name of server to authenticate to.
Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.
ServerNotActiveException() - constructor for class java.rmi.server.ServerNotActiveException
Create an exception with no message.
Create an exception with a message.
ServerRef - interface java.rmi.server.ServerRef
ServerRequest - class org.omg.CORBA.ServerRequest
This class was expected to be part of the dynamic skeleton interface, but it is almost never used in the code, generated by IDL to java compiler.
ServerRequestInfo - interface org.omg.PortableInterceptor.ServerRequestInfo
Provides request information, accessible for the ServerRequestInterceptor.
ServerRequestInfoOperations - interface org.omg.PortableInterceptor.ServerRequestInfoOperations
Provides request information, accessible for the ClientRequestInterceptor.
ServerRequestInterceptor - interface org.omg.PortableInterceptor.ServerRequestInterceptor
A server side request interceptor that is notified on various request processing steps on a server side.
Defines operations, applicable to the server side request interceptor.
A block of the all registered ServerRequest interceptors.
Create the interceptor pack with the registerend interceptor array, obtained from the registrator.
Wraps any runtime exception thrown while processing the server of a remote call.
Create an exception with a message and a cause.
ServerSocket - class java.net.ServerSocket
This class models server side sockets.
ServerSocket() - constructor for class java.net.ServerSocket
Constructor that simply sets the implementation.
ServerSocket(int) - constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int,int) - constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
Creates a server socket and binds it to the specified port.
ServerSocketChannel - class java.nio.channels.ServerSocketChannel
Initializes this channel.
Initializes this channel.
A factory for server sockets.
ServerSocketFactory() - constructor for class javax.net.ServerSocketFactory
Default 0-argument constructor.
ServerStore - class gnu.javax.crypto.sasl.srp.ServerStore
The server-side implementation of the SRP security context store.
service_context - field in class gnu.CORBA.GIOP.ContextHandler
The context data.
service_detail - field in class org.omg.CORBA.ServiceDetail
The binary data, defining the information.
service_detail_type - field in class org.omg.CORBA.ServiceDetail
The type of the information, defined by this detail.
service_details - field in class org.omg.CORBA.ServiceInformation
The array of service details, defining the various aspects of this service.
Predefined static DocFlavor objects for document types which use service formatted print data.
Constructor for doc flavor objects with a MIME type of "application/x-java-jvm-local-objectref" and the given print data representation classname.
SERVICE_OFF_LINE - static field in class javax.print.attribute.standard.JobStateReason
The printer is offline and therefore is not accepting jobs.
service_options - field in class org.omg.CORBA.ServiceInformation
The array, defining various options of this service.
Called by BeanContextServices whenever a service is made available.
Called by BeanContextServices whenever a service is made available.
serviceClass - field in class java.beans.beancontext.BeanContextServiceAvailableEvent
The Class representing the service which is now available.
serviceClass - field in class java.beans.beancontext.BeanContextServiceRevokedEvent
The Class representing the service which is now available.
ServiceContext - class gnu.CORBA.GIOP.ServiceContext
Contains the ORB service data being passed.
ServiceContext - class org.omg.IOP.ServiceContext
The ServiceContext structure contains the service data, being passed in the CORBA message.
ServiceContext() - constructor for class gnu.CORBA.GIOP.ServiceContext
Crete unitialised instance.
ServiceContext() - constructor for class org.omg.IOP.ServiceContext
Create the unitialised instance, assigning to the all fields java default values.
ServiceContext(int,byte[]) - constructor for class org.omg.IOP.ServiceContext
Create the instance, initialising the fields to the given values.
ServiceContext(org.omg.IOP.ServiceContext) - constructor for class gnu.CORBA.GIOP.ServiceContext
Create from omg context.
A helper operations for the structure ServiceContext.
A holder for the structure ServiceContext.
ServiceContextHolder() - constructor for class org.omg.IOP.ServiceContextHolder
Create the unitialised instance, leaving the value field with default null value.
Create the initialised instance.
The helper operations for the CORBA object ServiceContext[].
A holder for the sequence of the ServiceContexts.
ServiceContextListHolder() - constructor for class org.omg.IOP.ServiceContextListHolder
Create the unitialised instance, leaving the value field with default null value.
Create the initialised instance.
ServiceDetail - class org.omg.CORBA.ServiceDetail
An object, representing one of the additional details about the particular ORB service.
ServiceDetail() - constructor for class org.omg.CORBA.ServiceDetail
Create an unitialised instance.
ServiceDetail(int,byte[]) - constructor for class org.omg.CORBA.ServiceDetail
Create the instance of the service detail, initialising its fields to the given values.
The helper operations on the Service Detail.
The service detail holder.
Create the initialised instance.
ServiceFactory - class gnu.classpath.ServiceFactory
A factory for plug-ins that conform to a service provider interface.
ServiceIdHelper - class org.omg.IOP.ServiceIdHelper
A helper operations for a context service id.
Stores information about the CORBA service, available from some ORB.
ServiceInformation() - constructor for class org.omg.CORBA.ServiceInformation
Create an unitialised instance of the service information.
Create an instance of the service information, intialised with the passed values.
Helper operations for the service information.
A holder for the service information.
ServiceInformationHolder() - constructor for class org.omg.CORBA.ServiceInformationHolder
Create an unitialised instance.
Create the instance where the stored service information s intialised into the given value.
ServicePermission - class javax.security.auth.kerberos.ServicePermission
This represents permission to access to a Kerberos service principal.
ServicePermission(java.lang.String,java.lang.String) - constructor for class javax.security.auth.kerberos.ServicePermission
Create a new service permission with the indicated name and actions.
serviceProvider - field in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
ServiceRegistry - class javax.imageio.spi.ServiceRegistry
A registry for service providers.
ServiceRegistry(java.util.Iterator) - constructor for class javax.imageio.spi.ServiceRegistry
Constructs a ServiceRegistry for the specified service categories.
This class supports invocation using ServerRequest.
Called by BeanContextServices.revokeService() to indicate that a service has been revoked.
Called by BeanContextServices.revokeService() to indicate that a service has been revoked.
Called by BeanContextServices.revokeService() to indicate that a service has been revoked.
services - field in class java.beans.beancontext.BeanContextServicesSupport
ServiceUI - class javax.print.ServiceUI
ServiceUI provides a method to create a graphical print dialog.
ServiceUI() - constructor for class javax.print.ServiceUI
Default constructor.
ServiceUIFactory enables print services to provide additional user interface dialogs.
ServiceUIFactory() - constructor for class javax.print.ServiceUIFactory
Constructs a ServiceUIFactory object.
ServiceUnavailableException() - constructor for class javax.naming.ServiceUnavailableException
Instantiate this Throwable with an empty message.
Instantiate this Throwable with the given message.
SET - static field in class gnu.java.security.der.DER
Set - interface java.util.Set
A collection that contains no duplicates.
SET - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.EventRequest
set(byte,int) - method in class java.awt.image.renderable.ParameterBlock
set(char,int) - method in class java.awt.image.renderable.ParameterBlock
set(double,int) - method in class java.awt.image.renderable.ParameterBlock
set(float,int) - method in class java.awt.image.renderable.ParameterBlock
set(int) - method in class java.util.BitSet
Add the integer bitIndex to this set.
set(int) - method in class gnu.java.util.regex.RESyntax
Set a given bit in this syntax.
set(int,boolean) - method in class java.util.BitSet
Sets the bit at the given index to the specified value.
set(int,int) - method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to true.
set(int,int) - method in class java.util.Calendar
Sets the time field with the given value.
set(int,int) - method in class java.awt.image.renderable.ParameterBlock
set(int,int,boolean) - method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int,int,int) - method in class java.util.Calendar
Sets the fields for year, month, and date
set(int,int,int,int) - method in class java.awt.Insets
Set the contents of this Insets object to the specified values.
set(int,int,int,int,int) - method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int,int,int,int,int,int) - method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int,java.lang.Object) - method in class java.util.AbstractList
Replace an element of this list with another object (optional operation).
Replace an element of this list with another object (optional operation).
set(int,java.lang.Object) - method in class java.util.ArrayList
Sets the element at the specified index.
set(int,java.lang.Object) - method in class javax.naming.directory.Attribute
set(int,java.lang.Object) - method in class javax.naming.directory.BasicAttribute
set(int,java.lang.Object) - method in class gnu.java.beans.decoder.DecoderContext
Calls an appropriate indexed set method if it is available or throws an AssemblerException if that is not allowed on this Context.
set(int,java.lang.Object) - method in class javax.swing.DefaultListModel
Sets the list element at a particular index.
set(int,java.lang.Object) - method in class gnu.java.beans.decoder.DummyContext
Calls an appropriate indexed set method if it is available or throws an AssemblerException if that is not allowed on this Context.
set(int,java.lang.Object) - method in class java.util.LinkedList
Replace the element at the given location in the list.
set(int,java.lang.Object) - method in class java.util.List
Replace an element of this list with another object (optional operation).
set(int,java.lang.Object) - method in class gnu.java.beans.decoder.PersistenceParser
set(int,java.lang.Object) - method in class java.util.Vector
Puts element into the Vector at position index and returns the Object that previously occupied that position.
set(int,javax.management.Attribute) - method in class javax.management.AttributeList
Replaces the attribute at the specified index with the one supplied.
set(java.awt.JobAttributes) - method in class java.awt.JobAttributes
set(java.awt.PageAttributes) - method in class java.awt.PageAttributes
set(java.lang.Object) - method in class java.util.ListIterator
Replace the element last returned by a call to next or previous with a given object (optional operation).
set(java.lang.Object) - method in class java.lang.ThreadLocal
Sets the value associated with the ThreadLocal object for the currently executing Thread.
set(java.lang.Object,int) - method in class java.awt.image.renderable.ParameterBlock
set(java.lang.Object,int,java.lang.Object) - static method in class java.lang.reflect.Array
Sets an element of an array.
set(java.lang.Object,java.lang.Object) - method in class java.lang.reflect.Field
Set the value of this Field.
Sets the specified fields of the URL.
Sets the specified fields of the URL.
set(long,int) - method in class java.awt.image.renderable.ParameterBlock
set(short,int) - method in class java.awt.image.renderable.ParameterBlock
Sets the start of the century used for two digit years.
set_args(org.omg.CORBA.NVList) - method in class gnu.CORBA.gnuRequest
Set the argument list.
set_as_default() - method in class org.omg.CORBA.DynUnion
Checks if the discriminator of this union has been assigned a valid default value.
set_as_default(boolean) - method in class org.omg.CORBA.DynUnion
Determines if the discriminator of this union gets assigned a valid default value.
set_as_string(java.lang.String) - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
set_as_string(java.lang.String) - method in class org.omg.DynamicAny.DynEnumOperations
Set the current enumeration value, as string.
set_as_string(java.lang.String) - method in class gnu.CORBA.DynAn.gnuDynEnum
Set the value of this enumeration as string.
set_as_ulong(int) - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynEnum methods is not possible.
set_as_ulong(int) - method in class org.omg.DynamicAny.DynEnumOperations
Set the current enumeration value, as int.
set_as_ulong(int) - method in class gnu.CORBA.DynAn.gnuDynEnum
Set the value of this enumeration as int.
set_boxed_value(org.omg.CORBA.Any) - method in class org.omg.DynamicAny.DynValueBoxOperations
Set the value of the "box" as Any.
set_boxed_value(org.omg.CORBA.Any) - method in class gnu.CORBA.DynAn.gnuDynValueBox
Set the value of the "box" from DynAny.
Set the context list that is later returned by the method contexts().
SET_DEFAULT_STRATUM - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
set_delegate(java.lang.Object) - method in class org.omg.CORBA_2_3.ORB
This method is called by RMI-IIOP javax.rmi.Tie.orb(ORB), passing this as parameter.
set_delegate(java.lang.Object) - method in class gnu.CORBA.Poa.ORB_1_4
This method is called by RMI-IIOP javax.rmi.Tie.orb(ORB), passing this as parameter.
set_discriminator(org.omg.DynamicAny.DynAny) - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
Set the value of discriminator, activating the member variant that is consistent with the discriminator value.
Set the union discriminator.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynArray methods is not possible.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.CORBA.DynArray
Set the elements from of the enclosed array of Anys.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.DynamicAny.DynArrayOperations
Sets the array.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.CORBA.DynSequence
Set the elements from of the enclosed array of Anys.
set_elements(org.omg.CORBA.Any[]) - method in class org.omg.DynamicAny.DynSequenceOperations
Sets the sequence elements from the array.
set_elements(org.omg.CORBA.Any[]) - method in class gnu.CORBA.DynAn.gnuDynArray
Set elements when array of ordinary anys is provided.
set_elements(org.omg.CORBA.Any[]) - method in class gnu.CORBA.DynAn.gnuDynSequence
Set the elements from array of Any's.
The remote call of DynArray methods is not possible.
The remote call of DynAny methods is not possible.
Sets the array.
Sets the sequence elements from the array.
Set elements when array of dyn anys is provided.
Sets the sequence elements from the array.
Set the exception container.
Set the exception that has been thrown.
set_exception(org.omg.CORBA.Any) - method in class org.omg.CORBA.ServerRequest
Should set the exception that has been thrown during the method invocation.
Set the list of exceptions.
set_length(int) - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
set_length(int) - method in class org.omg.DynamicAny.DynSequenceOperations
Set the length of the sequence.
set_length(int) - method in class gnu.CORBA.DynAn.gnuDynSequence
Resize the sequence, preserving components.
Set all fields of this structure by name.
Set all members for the enclosed value type object.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
Set the structure contend from the array, where each member defines the name and value of the structure field.
Set all members from the array of the named Any's.
Set members from the provided array.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
Set the structure contend from the array, where each member defines the name and value of the structure field.
Set all members from the array of the named Any's.
Set members from the provided array.
Set a property.
set_operation(java.lang.String) - method in class gnu.CORBA.gnuRequest
Set the operation name.
SET_OVERRIDE - static field in class org.omg.CORBA.SetOverrideType
Replace the new existing policies by the new policies.
Set the ORB parameters.
Set the parameters and then register interceptors.
Set parameters (additionally search for the port range property).
Set the ORB parameters.
This method is not allowed for a RestrictedORB.
Set the ORB parameters.
Set the parameters and then register interceptors.
Set parameters (additionally search for the port range property).
Set the ORB parameters.
This method is not allowed for a RestrictedORB.
Returns a new object with the new policies either replacing or extending the current policies, depending on the second parameter.
set_result(org.omg.CORBA.Any) - method in class gnu.CORBA.Poa.LocalServerRequest
Set the result.
set_result(org.omg.CORBA.Any) - method in class org.omg.CORBA.ServerRequest
Should specify the return value for the call.
Set the named value, returned as result.
Set the type of the named value, returned as a result.
set_return_type(org.omg.CORBA.TypeCode) - method in class org.omg.CORBA.Request
Set the return type.
set_servant(org.omg.PortableServer.Servant) - method in class gnu.CORBA.Poa.gnuPOA
Sets the default servant for this POA.
set_servant(org.omg.PortableServer.Servant) - method in class org.omg.PortableServer.POAOperations
Sets the default servant for this POA.
Set a servant manager for this POA.
Set a servant manager for this POA.
set_slot(int,org.omg.CORBA.Any) - method in class org.omg.PortableInterceptor.CurrentOperations
Sets data for the slot with the given slot_id.
set_slot(int,org.omg.CORBA.Any) - method in class gnu.CORBA.Interceptor.gnuIcCurrent
Set value for the slot with the given id.
set_slot(int,org.omg.CORBA.Any) - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Set the give slot.
set_slot(int,org.omg.CORBA.Any) - method in class org.omg.PortableInterceptor.ServerRequestInfoOperations
Allows the interceptor to set a slot in the PortableInterceptor.Current that is in the scope of the request.
set_str(dest[],byte[],int,int) - static method in class gnu.java.math.MPN
set_target(org.omg.CORBA.Object) - method in class gnu.CORBA.gnuRequest
Set the invocation target.
set_to_default_member() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
set_to_default_member() - method in class org.omg.DynamicAny.DynUnionOperations
Set the discriminator to default value.
set_to_default_member() - method in class gnu.CORBA.DynAn.gnuDynUnion
Set to default member, if one exists.
set_to_no_active_member() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
set_to_no_active_member() - method in class org.omg.DynamicAny.DynUnionOperations
Set the discriminator to value that does not correspond any content variant (any union case label).
set_to_no_active_member() - method in class gnu.CORBA.DynAn.gnuDynUnion
set_to_null() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_to_null() - method in class org.omg.DynamicAny.DynValueCommon
Set the value of this DynAny to CORBA null.
set_to_null() - method in class org.omg.DynamicAny.DynValueCommonOperations
Set the value of this DynAny to CORBA null.
set_to_null() - method in class gnu.CORBA.DynAn.gnuDynValue
set_to_null() - method in class gnu.CORBA.DynAn.gnuDynValueBox
set_to_value() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
set_to_value() - method in class org.omg.DynamicAny.DynValueCommon
Set the value of this DynAny to the default non-null value.
set_to_value() - method in class org.omg.DynamicAny.DynValueCommonOperations
Set the value of this DynAny to the default non-null value.
set_to_value() - method in class gnu.CORBA.DynAn.gnuDynValue
set_to_value() - method in class gnu.CORBA.DynAn.gnuDynValueBox
set_value(byte[]) - method in class org.omg.CORBA.DynFixed
Sets the value of this DynFixed from the binary representation.
set_value(java.lang.String) - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
set_value(java.lang.String) - method in class org.omg.DynamicAny.DynFixedOperations
Set the value of the enclosed DynFixed, from string.
set_value(java.lang.String) - method in class gnu.CORBA.DynAn.gnuDynFixed
Set the value.
SET_VALUES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ArrayReference
SET_VALUES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ClassType
SET_VALUES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ObjectReference
SET_VALUES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.StackFrame
set_values(org.omg.CORBA.NVList) - method in class org.omg.CORBA.Context
Set multiple properties.
set_values(org.omg.CORBA.NVList) - method in class gnu.CORBA.gnuContext
setAbbr(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setAccelerationPriority(float) - method in class java.awt.Image
Sets the acceleration priority of the image.
setAccelerator(javax.swing.KeyStroke) - method in class javax.swing.JMenu
This method is overriden with empty implementation, s.t the accelerator couldn't be set for the menu.
setAccelerator(javax.swing.KeyStroke) - method in class javax.swing.JMenuItem
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccept(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
Sets the flag that controls whether or not the 'accept all' file filter is included in the list of filters, and sends a PropertyChangeEvent (with the property name ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY) to all registered listeners.
setAcceptCharset(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setAccessible(boolean) - method in class java.lang.reflect.AccessibleObject
Sets the accessibility flag for this reflection object.
Convenience method to set the flag on a number of objects with a single security check.
SetAccessibleAction - class gnu.java.security.action.SetAccessibleAction
PrivilegedAction implementation that calls setAccessible(true) on the AccessibleObject passed to its constructor.
SetAccessibleAction() - constructor for class gnu.java.security.action.SetAccessibleAction
The basic constructor.
SetAccessibleAction(java.lang.reflect.AccessibleObject) - constructor for class gnu.java.security.action.SetAccessibleAction
Set the table caption.
Sets the caption for the table.
Set the description of a column.
Sets the accessible description for the column with the specified index.
Set the column headers.
Sets the accessible column header.
Set the localized name of the object.
Set the accessible description of this object.
Modify the textual description of the icon and its purpose.
Sets the accessible icon description.
setAccessibleName(java.lang.String) - method in class javax.accessibility.AccessibleContext
Set the localized name of the object.
Set the localized accessible name of this object.
Sets the accessible parent of this object.
Set the description of a row.
Sets the accessible description for the row with the specified index.
Set the row headers.
Sets the accessible row header.
Set the table summary description.
Sets the summary for the table.
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLButtonElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLabelElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLegendElement
setAccessKey(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
Sets the accessory component for the file chooser and sends a PropertyChangeEvent to all registered listeners.
setAction(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setAction(javax.swing.Action) - method in class javax.swing.AbstractButton
Set the button's "action" property, subscribing the new action to the button, as an ActionListener, if it is not already subscribed.
setAction(javax.swing.Action) - method in class javax.swing.JComboBox
setAction
setAction(javax.swing.Action) - method in class javax.swing.JTextField
Sets the action command string for this button's model.
setActionCommand(java.lang.String) - method in class java.awt.Button
Sets the action command name for this button to the specified value.
setActionCommand(java.lang.String) - method in class javax.swing.ButtonModel
Sets the action command for the button.
Set the value of the model's "actionCommand" property.
setActionCommand(java.lang.String) - method in class javax.swing.JComboBox
This method sets actionCommand to the specified string.
setActionCommand(java.lang.String) - method in class javax.swing.JTextField
Sets the command string used in action events.
setActionCommand(java.lang.String) - method in class java.awt.MenuItem
Sets the name of the action command in the action events generated by this menu item.
setActionMap(javax.swing.ActionMap) - method in class javax.swing.JComponent
Replace the activation descriptor for the object with the given activation id.
Replace the activation descriptor, return the previous descriptor.
Replaces the group descriptor for the group with the given group activation id.
Replace the activation group descriptor, return the previous descriptor.
setActive(boolean) - method in class java.awt.dnd.DropTarget
This sets the address to which the data packet will be transmitted.
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLDivElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHeadingElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHRElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLegendElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLParagraphElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCaptionElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
setAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableSectionElement
setAlignment(int) - method in class java.awt.FlowLayout
Sets the justification value for this object to the specified value.
setAlignment(int) - method in class gnu.java.awt.peer.gtk.GtkLabelPeer
setAlignment(int) - method in class java.awt.Label
Sets the text alignment of this label to the specified value.
setAlignment(int) - method in class java.awt.peer.LabelPeer
setAlignment(int) - method in class gnu.java.awt.peer.qt.QtLabelPeer
setAlignment(int) - method in class gnu.java.awt.peer.swing.SwingLabelPeer
Sets the horizontal alignment of the label.
Adds an alignment attribute to the specified set.
setAlignmentX(float) - method in class javax.swing.JComponent
Set the value of the alignmentX property.
setAlignmentY(float) - method in class javax.swing.JComponent
Set the value of the alignmentY property.
setALink(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
setAllocation(java.awt.Shape) - method in class javax.swing.text.AsyncBoxView.ChildLocator
Sets the current allocation for this view.
setAllowsChildren(boolean) - method in class javax.swing.tree.DefaultMutableTreeNode
Sets the flag that controls whether or not this node allows the addition / insertion of child nodes.
setAllowsInvalid(boolean) - method in class javax.swing.text.DefaultFormatter
Sets the value of the allowsInvalid property.
Sets a boolean flag indicating whether or not user interaction is allowed for this connection.
setAlt(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setAlt(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setAlt(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setAlt(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setAlwaysOnTop(boolean) - method in class java.awt.Window
Sets the always-on-top state of this window (if supported).
This method sets the list of strings used to display AM/PM values to the specified list.
setAnchor(int) - method in class gnu.java.util.regex.CharIndexed
Sets the anchor.
Sets the value of the anchorSelectionIndex property.
setAnchorSelectionIndex(int) - method in class javax.swing.ListSelectionModel
Sets the index of the anchor item.
setAngleExtent(double) - method in class java.awt.geom.Arc2D
Set the extent, in degrees.
setAngleExtent(double) - method in class java.awt.geom.Arc2D.Double
Sets the extent angle of the arc.
setAngleExtent(double) - method in class java.awt.geom.Arc2D.Float
Sets the extent angle of the arc.
setAngles(double,double,double,double) - method in class java.awt.geom.Arc2D
Sets the starting and extent angles to those of the given points relative to the center of the arc.
Sets the starting and extent angles to those of the given points relative to the center of the arc.
setAngleStart(double) - method in class java.awt.geom.Arc2D
Set the start, in degrees.
setAngleStart(double) - method in class java.awt.geom.Arc2D.Double
Sets the start angle of the arc.
setAngleStart(double) - method in class java.awt.geom.Arc2D.Float
Sets the start angle of the arc.
setAngleStart(java.awt.geom.Point2D) - method in class java.awt.geom.Arc2D
Sets the starting angle to the angle of the given point relative to the center of the arc.
setAnimated(boolean) - method in class java.awt.image.MemoryImageSource
Changes a flag to indicate whether this MemoryImageSource supports animations.
setAnimationIndex(int) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method sets the current animation index.
setAnnotation(java.lang.String) - method in class gnu.java.rmi.server.RMIObjectOutputStream
setAnyPolicyInhibited(boolean) - method in class java.security.cert.PKIXParameters
Sets the value of the any policy inhibited flag.
setApproveButtonMnemonic(char) - method in class javax.swing.JFileChooser
Sets the mnemonic for the approve button and sends a PropertyChangeEvent (with the property name APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY) to all registered listeners.
setApproveButtonMnemonic(int) - method in class javax.swing.JFileChooser
Sets the mnemonic for the approve button and sends a PropertyChangeEvent (with the property name APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY) to all registered listeners.
Sets the approve button text and fires a PropertyChangeEvent (with the property name APPROVE_BUTTON_TEXT_CHANGED_PROPERTY) to all registered listeners.
Sets the tool tip text for the approve button and sends a PropertyChangeEvent (with the property name APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY) to all registered listeners.
Set the parameters of the arc.
Sets the arc to the given dimensions.
Sets the arc to the given dimensions.
setArc(java.awt.geom.Arc2D) - method in class java.awt.geom.Arc2D
Set the parameters of the arc from the given one.
Set the parameters of the arc.
Set the parameters of the arc.
Set the parameters of the arc.
Sets the parameters of the arc by finding the tangents of two lines, and using the specified radius.
setArchive(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setArchive(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setArcType(int) - method in class java.awt.geom.Arc2D
Set the closure type of this arc.
setAreaOfInterest(java.awt.Shape) - method in class java.awt.image.renderable.RenderContext
setArguments(java.util.List) - method in class gnu.xml.xpath.Function
Sets the list of expressions to evaluate as parameter values.
setArmed(boolean) - method in class javax.swing.ButtonModel
Sets the armed flag of the button.
setArmed(boolean) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "armed" property.
setArmed(boolean) - method in class javax.swing.JMenuItem
Sets menuItem's "ARMED" property
This method sets the specified parameter from the given Java Array value.
setArray(int,java.sql.Array) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java ASCII InputStream value.
This method sets the specified parameter from the given Java ASCII InputStream value.
setAsciiStream(long) - method in class java.sql.Clob
Returns an ASCII text stream that writes into this Clob, starting at the specified index.
setAsksAllowsChildren(boolean) - method in class javax.swing.tree.DefaultTreeModel
setAsksAllowsChildren
setAsText(java.lang.String) - method in class gnu.java.beans.editors.ColorEditor
setAsText for Color checks for standard color names and then checks for a #RRGGBB value or just RRGGBB, both in hex.
setAsText(java.lang.String) - method in class gnu.java.beans.editors.FontEditor
setAsText for Font calls Font.decode().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeBooleanEditor
setAsText for boolean checks for true or false or t or f.
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeByteEditor
setAsText for byte calls Byte.valueOf().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeDoubleEditor
setAsText for double calls Double.valueOf().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeFloatEditor
setAsText for float calls Float.valueOf().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeIntEditor
setAsText for int calls Integer.valueOf().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeLongEditor
setAsText for long calls Long.valueOf().
setAsText(java.lang.String) - method in class gnu.java.beans.editors.NativeShortEditor
setAsText for short calls Short.valueOf().
setAsText(java.lang.String) - method in class java.beans.PropertyEditor
Set the value of this property using a String.
Sets the value as text.
setAsText(java.lang.String) - method in class gnu.java.beans.editors.StringEditor
setAsText just sets the value.
setAsynchronousLoadPriority(int) - method in class javax.swing.text.AbstractDocument
Sets the asynchronous loading priority for this Document.
Set the named attribute on the underlying implementation.
Set the named attribute on the underlying implementation.
Set a named attribute on the underlying implementation.
There seems to be no useful specification for attribute names
Throws an exception (no implementation attributes are supported)
Set a named attribute on the underlying implementation.
DOM L1 Modifies an existing attribute to have the specified value, or creates a new one with that value.
setAttribute(java.lang.String,java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
setAttribute(javax.management.Attribute) - method in class javax.management.DynamicMBean
Sets the value of the specified attribute of the management bean.
setAttribute(javax.management.Attribute) - method in class javax.management.StandardMBean
Sets the value of the specified attribute of the management bean.
setAttributeNode(Attr) - method in class gnu.xml.dom.DomElement
DOM L1 Stores the specified attribute, optionally overwriting any existing one with that name.
setAttributeNode(Attr) - method in class javax.imageio.metadata.IIOMetadataNode
setAttributeNodeNS(Attr) - method in class gnu.xml.dom.DomElement
DOM L2 Stores the specified attribute, optionally overwriting any existing one with that name.
setAttributeNodeNS(Attr) - method in class javax.imageio.metadata.IIOMetadataNode
DOM L2 Modifies an existing attribute to have the specified value, or creates a new one with that value.
Set the attributes of text between two points.
Sets the attributes of all the text between two indexes.
Sets the value of each of the specified attributes to that supplied by the Attribute object.
Sets the value of each of the specified attributes to that supplied by the Attribute object.
setAttributes(javax.naming.directory.Attributes) - method in class javax.naming.directory.SearchResult
setAuthenticator(gnu.java.net.protocol.http.Authenticator) - method in class gnu.java.net.protocol.http.Request
Sets an authenticator that can be used to handle authentication automatically.
setAuthorityKeyIdentifier(byte[]) - method in class java.security.cert.X509CertSelector
Sets the authority key identifier criterion, or null to clear this criterion.
setAuthorized(boolean) - method in class javax.security.sasl.AuthorizeCallback
Sets if authorization is allowed or not.
setAuthorizedID(java.lang.String) - method in class javax.security.sasl.AuthorizeCallback
Sets the ID of the authorized entity.
setAutoCommit(boolean) - method in class java.sql.Connection
This method turns auto commit mode on or off.
setAutoCreateColumnsFromModel(boolean) - method in class javax.swing.JTable
Set the value of the autoCreateColumnsFromModel flag.
setAutoDelay(int) - method in class java.awt.Robot
Set the length of time this Robot sleeps after generating an event.
setAutoIncrement(int,boolean) - method in class javax.sql.RowSetMetaData
setAutoResizeMode(int) - method in class javax.swing.JTable
Set the value of the autoResizeMode property.
setAutoscrolls(boolean) - method in class javax.swing.JComponent
Set the value of the autoscrolls property.
setAutoWaitForIdle(boolean) - method in class java.awt.Robot
Set whether or not this Robot automatically calls waitForIdle() after generating an event.
setAxis(int) - method in class javax.swing.text.BoxView
Sets the axis along which this BoxView is laid out.
setAxis(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setBackground(java.awt.Color) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the current background.
setBackground(java.awt.Color) - method in class javax.accessibility.AccessibleComponent
Set the background color of this component to the specified color.
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Sets the background color (used by the Graphics.clearRect(int,int,int,int) method).
setBackground(java.awt.Color) - method in class java.awt.Component
Sets this component's background color to the specified color.
Sets the background color.
setBackground(java.awt.Color) - method in class java.awt.peer.ComponentPeer
Sets the background color of the component.
setBackground(java.awt.Color) - method in class javax.swing.table.DefaultTableCellRenderer
Assign the unselected-background.
setBackground(java.awt.Color) - method in class javax.swing.tree.DefaultTreeCellRenderer
Sets the background color.
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.x.GLGraphics
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.GLightweightPeer
setBackground(java.awt.Color) - method in class java.awt.Graphics2D
Sets the background color (used by the Graphics.clearRect(int,int,int,int) method).
setBackground(java.awt.Color) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the background color (used by the Graphics.clearRect(int,int,int,int) method).
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.gtk.GtkContainerPeer
Sets the background color of the component.
setBackground(java.awt.Color) - method in class javax.swing.JComponent
Set the value of the background property.
Calling this method has no effect, since the background color cannot be set on list children individually.
Sets the background of the cell.
Set the background color of this component to the specified color.
Set the background color of this object.
setBackground(java.awt.Color) - method in class javax.swing.text.LabelView
Sets the background color for the glyphs.
Sets the background color of the component to that specified.
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the background color of the component.
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the background color (used by the Graphics.clearRect(int,int,int,int) method).
setBackground(java.awt.Color) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the background color of the component.
setBackground(java.awt.Color) - method in class gnu.awt.xlib.XCanvasPeer
setBackground(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
Adds a background attribute to the specified set.
setBackground(long) - method in class gnu.gcj.xlib.WindowAttributes
setBackgroundAt(int,java.awt.Color) - method in class javax.swing.JTabbedPane
This method sets the background color of the tab.
Sets the background color for tree cells that are not selected.
Sets the background color for tree cells that are selected.
setBackingStoreEnabled(boolean) - method in class javax.swing.JViewport
setBase(java.net.URL) - method in class javax.swing.text.html.HTMLDocument
Sets the location against which to resolve relative URLs.
setBase(java.net.URL) - method in class javax.swing.text.html.StyleSheet
Sets the base url.
setBaseFontSize(int) - method in class javax.swing.text.html.StyleSheet
Sets the base font size between 1 and 7.
setBaseFontSize(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Sets the base font size from the String.
setBaseURI(java.lang.String) - method in class gnu.xml.dom.ls.DomLSInput
setBasicConstraints(int) - method in class java.security.cert.X509CertSelector
Sets the basic constraints criterion.
Sets the delegate object that is responsible for the UI of the JSplitPane containing this divider.
Set the parent BeanContext.
Set the parent BeanContext.
setBeanInfoSearchPath(java.lang.String[]) - static method in class java.beans.Introspector
Set the search path for BeanInfo classes.
setBeginIndex(int) - method in class java.text.FieldPosition
This method sets the beginning index of this field to the specified value.
setBgColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
setBgColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setBgColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setBgColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
Adds a bidi-level attribute to the specified set.
This method sets the specified parameter from the given Java java.math.BigDecimal value.
This method sets the specified parameter from the given Java BigDecimal value.
setBigEndian(boolean) - method in class gnu.CORBA.CDR.AbstractCdrInput
Set the Big Endian or Little Endian encoding.
setBigEndian(boolean) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Specify if the stream should use the Big Endian (usual for java) or Little Encoding.
setBigEndian(boolean) - method in class gnu.CORBA.gnuRequest
Set the encoding that will be used to send the message.
setBigEndian(boolean) - method in class gnu.CORBA.GIOP.MessageHeader
Set the encoding to use.
This method sets the specified parameter from the given Java binary InputStream value.
This method sets the specified parameter from the given Java binary InputStream value.
setBinaryStream(long) - method in class java.sql.Blob
Returns a binary stream that writes into this Blob, starting at the specified index.
setBit(int) - method in class java.math.BigInteger
setBitCount(short) - method in class gnu.javax.imageio.bmp.BMPInfoHeader
setBitOffset(int) - method in class javax.imageio.stream.ImageInputStream
setBitOffset(int) - method in class javax.imageio.stream.ImageInputStreamImpl
setBlinkRate(int) - method in class javax.swing.text.Caret
Sets the blink rate of this Caret in milliseconds.
setBlinkRate(int) - method in class javax.swing.text.DefaultCaret
Sets the blink rate of this Caret in milliseconds.
This method sets the specified parameter from the given Java Blob value.
setBlob(int,java.sql.Blob) - method in class javax.sql.RowSet
setBlockIncrement(int) - method in class java.awt.Adjustable
Sets the increment value for incrementing the value by blocks.
setBlockIncrement(int) - method in class javax.swing.JScrollBar
This method sets the blockIncrement property.
setBlockIncrement(int) - method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "block" amount control.
setBlockIncrement(int) - method in class java.awt.ScrollPaneAdjustable
Sets the increment value for incrementing the value by blocks.
setBlocking(boolean) - method in class gnu.java.nio.VMChannel
setBlocking(int,boolean) - method in class gnu.java.nio.VMChannel
Set the file descriptor to have the required blocking setting.
setBody(HTMLElement) - method in class gnu.xml.dom.html2.DomHTMLDocument
Adds a bold attribute to the specified set.
setBoolean(int,boolean) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java boolean value.
setBoolean(int,boolean) - method in class javax.sql.RowSet
setBoolean(java.lang.Object,boolean) - method in class java.lang.reflect.Field
Set this boolean Field.
setBoolean(java.lang.Object,int,boolean) - static method in class java.lang.reflect.Array
Sets an element of a boolean array.
This method sets the specified parameter from the given Java boolean value.
setBorder(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setBorder(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setBorder(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setBorder(javax.swing.border.Border) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Sets the border of this divider.
setBorder(javax.swing.border.Border) - method in class javax.swing.JComponent
Set the value of the border property.
setBorder(javax.swing.border.Border) - method in class javax.swing.JViewport
setBorder(javax.swing.border.Border) - method in class javax.swing.border.TitledBorder
Sets the border underneath the title.
setBorderColor(java.awt.Color) - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
This method changes the border color.
setBorderPainted(boolean) - method in class javax.swing.AbstractButton
Set the value of the "borderPainted" property.
setBorderPainted(boolean) - method in class javax.swing.JMenuBar
Sets painting status of the border.
setBorderPainted(boolean) - method in class javax.swing.JPopupMenu
Sets if the border of the popup menu should be painter or not.
setBorderPainted(boolean) - method in class javax.swing.JProgressBar
Sets the flag that controls whether or not the component's border is painted.
setBorderPainted(boolean) - method in class javax.swing.JToolBar
This method sets the borderPainted property.
setBorderPaintedFlat(boolean) - method in class javax.swing.JCheckBox
Sets the color to use for the border.
Sets the border color for tree cells that are selected.
setBorderToNonRollover(java.awt.Component) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the border of the given component to a non rollover border.
setBorderToNormal(java.awt.Component) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the border of the given component to its original value.
setBorderToRollover(java.awt.Component) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the border of the given component to a rollover border.
This method sets the bottom component.
setBottomInset(float) - method in class javax.swing.text.AsyncBoxView
Sets the bottom inset.
setBound(boolean) - method in class java.beans.PropertyDescriptor
Set whether the property is bound.
setBounds(int,int,int,int) - method in class java.awt.Component
Sets the bounding rectangle for this component to the specified values.
setBounds(int,int,int,int) - method in class java.awt.peer.ComponentPeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.GLightweightPeer
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkContainerPeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtDialogPeer
setBounds(int,int,int,int) - method in class java.awt.Rectangle
Updates this rectangle to have the specified dimensions.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Notifies the peer that the bounds of this component have changed.
setBounds(int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingFramePeer
Sets the size and location of this frame.
setBounds(int,int,int,int) - method in class gnu.gcj.xlib.Window
setBounds(int,int,int,int) - method in class gnu.awt.xlib.XCanvasPeer
setBounds(int,int,int,int) - method in class gnu.awt.xlib.XFramePeer
setBounds(int,int,int,int,int) - method in class java.awt.peer.ComponentPeer
Set the bounds of this component peer.
setBounds(int,int,int,int,int) - method in class gnu.java.awt.peer.GLightweightPeer
setBounds(int,int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setBounds(int,int,int,int,int) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Set the bounds of this component peer.
setBounds(int,int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Set the bounds of this component peer.
setBounds(int,int,int,int,int) - method in class gnu.awt.xlib.XCanvasPeer
setBounds(java.awt.Rectangle) - method in class javax.accessibility.AccessibleComponent
Set the bounds of this component to the specified height and width, and relative location to its parent.
setBounds(java.awt.Rectangle) - method in class java.awt.Component
Sets the bounding rectangle for this component to the specified rectangle.
Sets the bounds of this component.
Sets the bounding rectangle for this component to the specified rectangle.
Does nothing since the bounds cannot be set on list children individually.
The bounds of the table cells cannot be manipulated directly, so this method does nothing.
Set the bounds of this component to the specified height and width, and relative location to its parent.
Sets the bounds of this object in the form of a Rectangle object.
Sets the height and width of the component, and its position relative to this component's parent, to the values specified by the supplied rectangle.
setBounds(java.awt.Rectangle) - method in class java.awt.Rectangle
Updates this rectangle to match the dimensions of the specified rectangle.
This method calls setBounds with the given parameters and repaints the JComponent.
This method does the actual work for reshaping the JInternalFrame.
setBoundsPrivate(int,int,int,int) - method in class java.awt.peer.FramePeer
Sets the bounds of this frame peer.
setBoundsPrivate(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setBoundsPrivate(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtFramePeer
setBoundsPrivate(int,int,int,int) - method in class gnu.awt.xlib.XFramePeer
setBoundsPrivate(int,int,int,int) - method in class gnu.java.awt.peer.x.XFramePeer
Sets the bounds of this frame peer.
setBroadcast(boolean) - method in class java.net.DatagramSocket
Enables/Disables SO_BROADCAST
setBuilding(boolean) - method in class gnu.xml.dom.DomDocument
Sets the building flag.
setButtonIcons() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
Set icons for the minimize-, maximize- and close-buttons.
setByte(int,byte) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java byte value.
setByte(int,byte) - method in class javax.sql.RowSet
setByte(java.lang.Object,byte) - method in class java.lang.reflect.Field
Set this byte Field.
setByte(java.lang.Object,int,byte) - static method in class java.lang.reflect.Array
Sets an element of a byte array.
This method sets the specified parameter from the given Java byte value.
setByteOrder(java.nio.ByteOrder) - method in class javax.imageio.stream.ImageInputStream
setByteOrder(java.nio.ByteOrder) - method in class javax.imageio.stream.ImageInputStreamImpl
setBytes(int,byte[]) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java byte array value.
setBytes(int,byte[]) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java byte array value.
setBytes(long,byte[]) - method in class java.sql.Blob
Writes the specified data into this Blob, starting at the specified index.
setBytes(long,byte[],int,int) - method in class java.sql.Blob
Writes a portion of the specified data into this Blob, starting at the specified index.
setByteStream(java.io.InputStream) - method in class gnu.xml.dom.ls.DomLSInput
setByteStream(java.io.OutputStream) - method in class gnu.xml.dom.ls.DomLSOutput
setCacheDirectory(java.io.File) - static method in class javax.imageio.ImageIO
Set the directory to be used for caching image data.
setCalendar(java.util.Calendar) - method in class java.text.DateFormat
This method specified the Calendar that should be used by this object to parse/format datetimes.
setCalendar(java.util.Calendar) - method in class gnu.java.net.protocol.http.HTTPDateFormat
Don't allow setting the calendar.
setCalendarField(int) - method in class javax.swing.SpinnerDateModel
Sets the date field to change when calculating the next and previous values.
setCallTarget(java.lang.String) - method in class gnu.xml.pipeline.CallFilter
Assigns the URI of the call target to be used.
setCanonical(boolean) - method in class gnu.xml.util.XMLWriter
Sets the output style to be canonicalized.
setCanWrapLines(boolean) - method in class javax.swing.text.AbstractWriter
Set the flag indicating whether lines will wrap.
setCaption(HTMLTableCaptionElement) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setCaret(javax.swing.text.Caret) - method in class javax.swing.text.JTextComponent
Sets a new Caret for this text component.
setCaretColor(java.awt.Color) - method in class javax.swing.text.JTextComponent
setCaretPosition(int) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
setCaretPosition(int) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
setCaretPosition(int) - method in class javax.swing.text.JTextComponent
Sets the caret to a new position.
setCaretPosition(int) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
setCaretPosition(int) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
setCaretPosition(int) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the current caret position.
setCaretPosition(int) - method in class java.awt.TextComponent
Sets the caret position to the specified value.
setCaretPosition(int) - method in class java.awt.peer.TextComponentPeer
setCaseSensitive(int,boolean) - method in class javax.sql.RowSetMetaData
setCatalog(java.lang.String) - method in class java.sql.Connection
This method sets the name of the catalog in use by this connection.
setCatchLoc(gnu.classpath.jdwp.util.Location) - method in class gnu.classpath.jdwp.event.ExceptionEvent
Sets the catchLocation, used for exceptions that are caught in different stack frames from where they are thrown.
Set the value of the cellEditor property.

Unregister this as a CellEditorListener from previous cellEditor and register it with new parameter c.

Sets the cell editor for the column and sends a PropertyChangeEvent (with the property name 'cellEditor') to all registered listeners.
setCellEditor(javax.swing.tree.TreeCellEditor) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the cell editor.
setCellLength(int) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method sets the cell length.
setCellPadding(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
Sets the value of the getCellRenderer() property.
Sets the renderer for cells in this column and sends a PropertyChangeEvent (with the property name CELL_RENDERER_PROPERTY) to all registered listeners.
setCellRenderer(javax.swing.tree.TreeCellRenderer) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the TreeCellRenderer to tcr.
setCellSelectionEnabled(boolean) - method in class javax.swing.JTable
Set the value of the cellSelectionEnabled property.
setCellSpacing(int) - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method sets the cell spacing.
setCellSpacing(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setCentersChildren(boolean) - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method sets whether the children will be centered.
Sets the certificate criterion.
Sets the certificate being checked.
Assign the certificate to the alias in the keystore.
setCertificateValid(java.util.Date) - method in class java.security.cert.X509CertSelector
Sets the date at which certificates must be valid.
setCertifiedText(boolean) - method in class gnu.xml.dom.ls.DomLSInput
setCertPathCheckers(java.util.List) - method in class java.security.cert.PKIXParameters
Sets the certificate path checkers.
setCertStores(java.util.List) - method in class java.security.cert.PKIXParameters
Set the cert stores.
setCh(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setCh(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setCh(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
setCh(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableSectionElement
setChanged() - method in class java.util.Observable
Marks this Observable as having changed.
Sets the channel bindings to be used during context establishment.
setChannelPressure(int) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Set the key pressure for the channel.
setChannelPressure(int) - method in class javax.sound.midi.MidiChannel
Set the key pressure for the channel.
setChar(java.lang.Object,char) - method in class java.lang.reflect.Field
Set this char Field.
setChar(java.lang.Object,int,char) - static method in class java.lang.reflect.Array
Sets an element of a char array.
Sets text attributes for the fragment specified by offset and length.
setCharacterAttributes
Sets the specified character attributes on the currently selected text of editor.
Sets text attributes for the current selection.
This method sets the specified parameter from the given Java character Reader value.
setCharacterStream(java.io.Reader) - method in class gnu.xml.dom.ls.DomLSInput
setCharacterStream(java.io.Writer) - method in class gnu.xml.dom.ls.DomLSOutput
This method sets the specified parameter from the given Java character Reader value.
setCharacterStream(long) - method in class java.sql.Clob
Returns a character stream that writes into this Clob, starting at the specified index.
Sets the subsets of Unicode characters allowed to be input by the current input method, as well as subsequent input methods.
Sets the allowed Unicode subsets that this input method can use.
setCharAt(int,char) - method in class java.lang.StringBuffer
Set the character at the specified index.
setCharAt(int,char) - method in class java.lang.StringBuilder
Set the character at the specified index.
setCharset(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setCharset(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setCharset(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
Sets this object's checkbox group to the specified group.
setCheckboxGroup(java.awt.CheckboxGroup) - method in class gnu.java.awt.peer.gtk.GtkCheckboxPeer
setCheckboxGroup(java.awt.CheckboxGroup) - method in class gnu.java.awt.peer.qt.QtCheckboxPeer
setChecked(boolean) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setCheckForWeakKeys(boolean) - static method in class gnu.java.security.Properties
A convenience method to set the global property for checking for weak and semi-weak cipher keys.
setCheckingCharacters(boolean) - method in class gnu.xml.dom.DomDocument
Sets whether to check for document characters.
setCheckWellformedness(boolean) - method in class gnu.xml.dom.DomDocument
Sets whether to check for document well-formedness.
setChOff(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setChOff(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setChOff(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
setChOff(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableSectionElement
This method sets new range terminators and format strings for this object.
This method sets the chooserPanels property for this JColorChooser.
setCite(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLModElement
setCite(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLQuoteElement
Set the default assertion status for a class.
setClassName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
setClassName(java.lang.String) - method in class javax.naming.NameClassPair
Sets the classname of the bound object.
setClasspath(java.lang.String) - method in class gnu.java.rmi.rmic.Compiler
Set the classpath for compilation.
setClear(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBRElement
setClickCountToStart(int) - method in class javax.swing.DefaultCellEditor
Set the number of mouse clicks, required to start the editing session.
setClientData(java.lang.Object) - method in class gnu.gcj.xlib.XID
setClip(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the clip to the specified rectangle.
setClip(int,int,int,int) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setClip(int,int,int,int) - method in class javax.swing.DebugGraphics
Sets the clipping region.
setClip(int,int,int,int) - method in class java.awt.Graphics
Sets the clipping region to the rectangle determined by the specified parameters.
setClip(int,int,int,int) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the clipping region to the rectangle determined by the specified parameters.
setClip(int,int,int,int) - method in class gnu.java.awt.print.JavaPrinterGraphics
setClip(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the clipping region to the rectangle determined by the specified parameters.
setClip(int,int,int,int) - method in class gnu.awt.xlib.XGraphics
setClip(int,int,int,int) - method in class gnu.java.awt.peer.x.XGraphics
Sets the clipping region to the rectangle determined by the specified parameters.
setClip(java.awt.Shape) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the current clipping area to clip.
setClip(java.awt.Shape) - method in class gnu.awt.j2d.AbstractGraphicsState
setClip(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setClip(java.awt.Shape) - method in class gnu.java.awt.peer.gtk.ComponentGraphics
Sets the clipping region to the specified Shape.
setClip(java.awt.Shape) - method in class javax.swing.DebugGraphics
Sets the current clipping region
setClip(java.awt.Shape) - method in class gnu.awt.j2d.DirectRasterGraphics
setClip(java.awt.Shape) - method in class java.awt.Graphics
Sets the clipping region to the specified Shape.
setClip(java.awt.Shape) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the clipping region to the specified Shape.
setClip(java.awt.Shape) - method in class gnu.awt.j2d.IntegerGraphicsState
setClip(java.awt.Shape) - method in class gnu.java.awt.print.JavaPrinterGraphics
setClip(java.awt.Shape) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the clip
setClip(java.awt.Shape) - method in class gnu.awt.xlib.XGraphics
setClip(java.awt.Shape) - method in class gnu.java.awt.peer.x.XGraphics
Sets the current clip.
setClip(java.awt.Shape) - method in class gnu.java.awt.peer.x.XGraphics2D
setClipRectangles(java.awt.Rectangle[]) - method in class gnu.gcj.xlib.GC
Set the clip region for the graphics operations performed by the GC.
This method sets the specified parameter from the given Java Clob value.
setClob(int,java.sql.Clob) - method in class javax.sql.RowSet
setClosable(boolean) - method in class javax.swing.JInternalFrame
This method sets whether this JInternalFrame can be closed.
setClosed(boolean) - method in class javax.swing.JInternalFrame
This method closes the JInternalFrame if the given boolean is true.
setClosedIcon(javax.swing.Icon) - method in class javax.swing.tree.DefaultTreeCellRenderer
Sets the icon to be displayed for non-leaf nodes that are closed.
setCls(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setCoalesce(boolean) - method in class javax.swing.Timer
Sets whether the Timer coalesces multiple pending event firings.
setCoalescing(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
setCoalescing(boolean) - method in class gnu.xml.stream.XMLInputFactoryImpl
setCode(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setCode(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setCodeBase(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setCodeBase(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
Set the current code set context.
Set the current code set context.
setCodeType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setCollapsedIcon(javax.swing.Icon) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the collapsed icon.
setCollectionUsageThreshold(long) - method in class java.lang.management.MemoryPoolMXBean
Sets the collection threshold usage level to the given value.
setCollectionUsageThreshold(long) - method in class gnu.java.lang.management.MemoryPoolMXBeanImpl
Sets the collection threshold usage level to the given value.
setColor(int) - method in class javax.swing.JColorChooser
This method sets the current color for the JColorChooser using the integer value.
setColor(int,int,int) - method in class javax.swing.JColorChooser
This method sets the current color for the JColorChooser using RGB values.
setColor(java.awt.Color) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the current foreground.
setColor(java.awt.Color) - method in class gnu.awt.j2d.AbstractGraphicsState
setColor(java.awt.Color) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setColor(java.awt.Color) - method in class javax.swing.DebugGraphics
Sets the color to draw stuff with.
setColor(java.awt.Color) - method in class gnu.awt.j2d.DirectRasterGraphics
setColor(java.awt.Color) - method in class java.awt.Graphics
Sets the current color for this object.
setColor(java.awt.Color) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the current color for this object.
setColor(java.awt.Color) - method in class gnu.awt.j2d.IntegerGraphicsState
setColor(java.awt.Color) - method in class gnu.java.awt.print.JavaPrinterGraphics
setColor(java.awt.Color) - method in class javax.swing.JColorChooser
This method sets the current color for the JColorChooser.
setColor(java.awt.Color) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the current color for this object.
setColor(java.awt.Color) - method in class gnu.awt.xlib.XGraphics
setColor(java.awt.Color) - method in class gnu.java.awt.peer.x.XGraphics
Sets the current foreground color.
setColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBaseFontElement
setColor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFontElement
setColorMode(byte) - method in class gnu.javax.imageio.jpeg.JPEGFrame
setColorModel(java.awt.image.ColorModel) - method in class gnu.java.awt.peer.gtk.GtkImageConsumer
This ColorModel should indicate the model used by the majority of calls to setPixels.
This ColorModel should indicate the model used by the majority of calls to setPixels.
setColorModel(java.awt.image.ColorModel) - method in class gnu.java.awt.peer.x.ImageConverter
This ColorModel should indicate the model used by the majority of calls to setPixels.
setColorModel(java.awt.image.ColorModel) - method in class java.awt.image.ImageFilter
Override this method to process calls to this method from the ImageProducer.
Our ImageProducer will call setColorModel to indicate the model used by the majority of calls to setPixels.
setColorModel(java.awt.image.ColorModel) - method in class gnu.java.awt.peer.qt.QtImageConsumer
This ColorModel should indicate the model used by the majority of calls to setPixels.
Sets the ColorModel used to filter with.
This ColorModel should indicate the model used by the majority of calls to setPixels.
setColorSpace(int) - method in class gnu.java.awt.color.ProfileHeader
setCols(int) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setCols(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameSetElement
setColSpan(int) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setColumnCount(int) - method in class javax.swing.table.DefaultTableModel
Sets the number of columns in the table.
setColumnCount(int) - method in class javax.sql.RowSetMetaData
setColumnDisplaySize(int,int) - method in class javax.sql.RowSetMetaData
Sets the column identifiers, updates the data rows (truncating or padding each row with null values) to match the number of columns, and sends a TableModelEvent to all registered listeners.
setColumnIdentifiers(java.util.Vector) - method in class javax.swing.table.DefaultTableModel
Sets the column identifiers, updates the data rows (truncating or padding each row with null values) to match the number of columns, and sends a TableModelEvent to all registered listeners.
setColumnMargin(int) - method in class javax.swing.table.DefaultTableColumnModel
Sets the column margin then calls fireColumnMarginChanged() to notify the registered listeners.
setColumnMargin(int) - method in class javax.swing.table.TableColumnModel
Sets the column margin and sends a ChangeEvent to all registered TableColumnModelListeners registered with the model.
Set the value of the columnModel property.

Unregister this as a TableColumnModelListener from previous columnModel and register it with new parameter c.

Set the value of the columnModel property.
setColumns(int) - method in class java.awt.GridLayout
Set the number of columns.
setColumns(int) - method in class javax.swing.JTextArea
Sets the number of rows.
setColumns(int) - method in class javax.swing.JTextField
Sets the number of columns and then invalidates the layout.
setColumns(int) - method in class java.awt.TextArea
Set the preferred number of columns for this text area.
setColumns(int) - method in class java.awt.TextField
Sets the number of columns in this field to the specified value.
Sets the flag that indicates whether or not column selection is allowed.
setColumnSelectionAllowed(boolean) - method in class javax.swing.JTable
Set the value of the columnSelectionAllowed property.
setColumnSelectionAllowed(boolean) - method in class javax.swing.table.TableColumnModel
Sets the flag that indicates whether or not column selection is allowed.
setColumnSelectionInterval(int,int) - method in class javax.swing.JTable
setColumnType(int,int) - method in class javax.sql.RowSetMetaData
setComboBox(javax.swing.JComboBox) - method in class javax.swing.plaf.metal.MetalComboBoxButton
Sets the combo box that the button is used with.
setComboIcon(javax.swing.Icon) - method in class javax.swing.plaf.metal.MetalComboBoxButton
Sets the icon displayed by the button.
setCommand(byte) - method in class gnu.classpath.jdwp.transport.JdwpCommandPacket
Sets the command
setCommand(java.lang.String) - method in class javax.sql.RowSet
setCommandSet(byte) - method in class gnu.classpath.jdwp.transport.JdwpCommandPacket
Sets the command set
setComment(java.lang.String) - method in class java.util.zip.ZipEntry
Sets the entry comment.
setComment(java.lang.String) - method in class java.util.zip.ZipOutputStream
Set the zip file comment.
setCommitsOnValidEdit(boolean) - method in class javax.swing.text.DefaultFormatter
Sets the value of the commitsOnValidEdit property.
setCompact(boolean) - method in class gnu.xml.dom.html2.DomHTMLDirectoryElement
setCompact(boolean) - method in class gnu.xml.dom.html2.DomHTMLDListElement
setCompact(boolean) - method in class gnu.xml.dom.html2.DomHTMLMenuElement
setCompact(boolean) - method in class gnu.xml.dom.html2.DomHTMLOListElement
setCompact(boolean) - method in class gnu.xml.dom.html2.DomHTMLUListElement
Set the current value of the comparator property.
setComponent(java.awt.Component) - method in class java.awt.dnd.DropTarget
Sets the component associated with this drop target object.
setComponent(javax.swing.JComponent) - method in class javax.swing.JToolTip
Sets the component that the tool tip is associated with and sends a PropertyChangeEvent (with the property name 'component') to all registered listeners.
Adds a component attribute to the specified set.
This method sets the component associated with the tab.
setComponentCount(byte) - method in class gnu.javax.imageio.jpeg.JPEGFrame
Sets the text layout orientation of this component.
Sets the text layout orientation of this component.
Sets the popup menu for this component (this is a bound property with the property name 'componentPopupMenu').
This methods sets the bounds of the given component.
This method sets the bounds of the given component.
Sets the Z ordering for the component comp to index.
setComposite(java.awt.Composite) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the composite.
setComposite(java.awt.Composite) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Sets the current composite context.
setComposite(java.awt.Composite) - method in class java.awt.Graphics2D
Sets the current compositing rule.
setComposite(java.awt.Composite) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the current compositing rule.
setComposite(java.awt.Composite) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the current compositing rule.
setCompositionEnabled(boolean) - method in class java.awt.im.InputContext
Changes the enabled status of the current input method.
setCompositionEnabled(boolean) - method in class java.awt.im.spi.InputMethod
Changes the enabled status of this input method.
setCompressedSize(long) - method in class java.util.zip.ZipEntry
Sets the size of the compressed data.
setCompression(int) - method in class gnu.javax.imageio.bmp.BMPInfoHeader
setCompressionMode(int) - method in class javax.imageio.ImageWriteParam
setCompressionQuality(float) - method in class javax.imageio.ImageWriteParam
Set this property.
setConcurrency(int) - method in class javax.sql.RowSet
setConfiguration(javax.security.auth.login.Configuration) - static method in class javax.security.auth.login.Configuration
setConnectTimeout(int) - method in class gnu.java.net.protocol.http.HTTPURLConnection
Set the connection timeout speed, in milliseconds, or zero if the timeout is to be considered infinite.
setConnectTimeout(int) - method in class java.net.URLConnection
Set the connection timeout speed, in milliseconds, or zero if the timeout is to be considered infinite.
setConstrained(boolean) - method in class java.beans.PropertyDescriptor
Set whether the property is constrained.
Sets a constraint for the specified edge.
setContent(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLMetaElement
setContentAreaFilled(boolean) - method in class javax.swing.AbstractButton
Sets the value of the button's "contentAreaFilled" property.
setContentHandler(ContentHandler) - method in class gnu.xml.util.DomParser
SAX2: Assigns the object used to report the logical content of an XML document.
setContentHandler(ContentHandler) - method in class gnu.xml.pipeline.EventFilter
Assigns the content handler to use; a null handler indicates that these events will not be forwarded.
setContentHandler(ContentHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setContentHandler(ContentHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Assigns the object used to report the logical content of an XML document.
setContentHandler(ContentHandler) - method in class gnu.xml.stream.SAXParser
setContentHandler(ContentHandler) - method in class javax.xml.validation.ValidatorHandler
Sets the ContentHandler to receive PSVI SAX events.
setContentHandler(ContentHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Assigns the object used to report the logical content of an XML document.
Sets the ContentHandlerFactory for an application.
setContentPane(java.awt.Container) - method in class javax.swing.JApplet
setContentPane(java.awt.Container) - method in class javax.swing.JDialog
This method sets the ContentPane to use with this JDialog.
setContentPane(java.awt.Container) - method in class javax.swing.JFrame
setContentPane
This method sets the Container to be used as a Content Pane for this JInternalFrame.
setContentPane(java.awt.Container) - method in class javax.swing.JRootPane
Sets the JRootPane's content pane.
setContentPane(java.awt.Container) - method in class javax.swing.JWindow
setContentPane
setContentPane
Sets the content and owner of this clipboard.
Sets the new contents and advertises the available flavors to the gtk+ clipboard.
setContentType(java.lang.String) - method in class javax.swing.JEditorPane
setContentType(org.omg.CORBA.TypeCode) - method in class gnu.CORBA.typecodes.GeneralTypeCode
Set the component content type.
Sets the context classloader for this Thread.
setContinuousLayout(boolean) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method sets the continuous layout property of the JSplitPane.
setContinuousLayout(boolean) - method in class javax.swing.JSplitPane
This method sets the layout mode for the JSplitPane.
setControlButtonsAreShown(boolean) - method in class javax.swing.JFileChooser
Sets the flag that controls whether or not the control buttons are shown and, if it changes, sends a PropertyChangeEvent (with the property name CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY) to all registered listeners.
Sets the controller for this IIOParam.
setCookie(gnu.java.net.protocol.http.Cookie) - method in class gnu.java.net.protocol.http.CookieManager
Stores a cookie in the cookie manager.
setCookie(gnu.java.net.protocol.http.Cookie) - method in class gnu.java.net.protocol.http.SimpleCookieManager
setCookie(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLDocument
Sets the cookie manager to use for this connection.
setCoords(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setCoords(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setCopies(int) - method in class gnu.java.awt.print.JavaPrinterJob
Sets the number of copies to be printed.
setCopies(int) - method in class java.awt.JobAttributes
setCopies(int) - method in class java.awt.print.PrinterJob
Sets the number of copies to be printed.
setCopiesToDefault() - method in class java.awt.JobAttributes
setCountLimit(long) - method in class javax.naming.directory.SearchControls
setCrc(long) - method in class java.util.zip.ZipEntry
Sets the crc of the uncompressed data.
setCritical(boolean) - method in class gnu.java.security.x509.PolicyNodeImpl
setCurrency(int,boolean) - method in class javax.sql.RowSetMetaData
Sets the Currency on the DecimalFormatSymbols used, which also sets the currency symbols on those symbols.
This method sets the currency to the specified value.
setCurrency(java.util.Currency) - method in class java.text.NumberFormat
Sets the currency used by this number format when formatting currency values.
This method sets the currency symbol to the specified value.
setCurrent(java.awt.Checkbox) - method in class java.awt.CheckboxGroup
This method sets the specified checkbox to be the selected on in this group, and unsets all others.
Sets the current accessible value as object.
setCurrentAccessibleValue(java.lang.Number) - method in class javax.accessibility.AccessibleValue
Sets the current value of this object.
Sets the current value of this accessible object to that supplied.
Sets the layer for the internal frame.
Sets the layer for the internal frame represented by this JDesktopIcon component.
Sets the current value of the JProgressBar component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
Sets the current value of the JScrollBar component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
Sets the current value of the JSlider component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
Sets the divider location for the JSplitPane component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
Sets the current value of this accessible object to that supplied.
setCurrentDirectory(java.io.File) - method in class javax.swing.JFileChooser
Sets the current directory and fires a PropertyChangeEvent (with the property name DIRECTORY_CHANGED_PROPERTY) to all registered listeners.
Set the keyboard focus manager associated with the ThreadGroup to which the calling thread belongs.
setCurrentLineLength(int) - method in class javax.swing.text.AbstractWriter
Set the current line length.
setCurrentManager(javax.swing.FocusManager) - static method in class javax.swing.FocusManager
setCurrentManager
Sets the repaint manager for the calling thread's thread group.
setCurrentNode(Node) - method in class gnu.xml.dom.DomNodeIterator
setCurrentTheme(javax.swing.plaf.metal.MetalTheme) - static method in class javax.swing.plaf.metal.MetalLookAndFeel
Sets the current theme for the look and feel.
setCursor(int) - method in class java.awt.Frame
Sets the cursor for this window to the specified type.
setCursor(java.awt.Cursor) - method in class javax.accessibility.AccessibleComponent
Set the cursor of the component.
setCursor(java.awt.Cursor) - method in class java.awt.Component
Sets the cursor for this component to the specified cursor.
Sets the cursor.
setCursor(java.awt.Cursor) - method in class java.awt.peer.ComponentPeer
Sets the cursor of the component.
setCursor(java.awt.Cursor) - method in class java.awt.dnd.DragSourceContext
Sets the cursor for this drag operation to the specified cursor.
setCursor(java.awt.Cursor) - method in class java.awt.dnd.peer.DragSourceContextPeer
setCursor(java.awt.Cursor) - method in class gnu.java.awt.peer.GLightweightPeer
Sets the cursor on the heavy-weight parent peer.
setCursor(java.awt.Cursor) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setCursor(java.awt.Cursor) - method in class gnu.java.awt.dnd.peer.gtk.GtkDragSourceContextPeer
Sets the cursor for this list child.
Sets the cursor of the cell.
Set the cursor of the component.
Sets the Cursor of this object.
Sets the Cursor used when the pointer is positioned over the component.
setCursor(java.awt.Cursor) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the cursor of the component.
setCursor(java.awt.Cursor) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the cursor of the component.
setCursor(java.awt.Cursor) - method in class java.awt.Window
Sets the cursor for this window to the specifiec cursor.
setCursor(java.awt.Cursor) - method in class gnu.awt.xlib.XCanvasPeer
setCursorName(java.lang.String) - method in class java.sql.Statement
This method sets the cursor name that will be used by the result set.
Changes the curve geometry, separately specifying each coordinate value.
Changes the geometry of the curve.
Changes the geometry of the curve, specifying coordinate values as double-precision floating-point numbers.
Changes the curve geometry, separately specifying each coordinate value.
Changes the curve geometry, separately specifying each coordinate value.
Changes the curve geometry, separately specifying each coordinate value as a double-precision floating-point number.
setCurve(double[],int) - method in class java.awt.geom.CubicCurve2D
Changes the curve geometry, specifying coordinate values in an array.
setCurve(double[],int) - method in class java.awt.geom.QuadCurve2D
Changes the curve geometry, passing coordinate values in an array.
Changes the geometry of the curve, specifying coordinate values as single-precision floating-point numbers.
Changes the curve geometry, separately specifying each coordinate value as a single-precision floating-point number.
setCurve(java.awt.geom.CubicCurve2D) - method in class java.awt.geom.CubicCurve2D
Changes the curve geometry to that of another curve.
Changes the curve geometry, specifying coordinate values in separate Point objects.
Changes the curve geometry, specifying coordinate values in separate Point objects.
setCurve(java.awt.geom.Point2D[],int) - method in class java.awt.geom.CubicCurve2D
Changes the curve geometry, specifying coordinate values in an array of Point objects.
setCurve(java.awt.geom.Point2D[],int) - method in class java.awt.geom.QuadCurve2D
Changes the curve geometry, specifying coordinate values in an array of Point objects.
setCurve(java.awt.geom.QuadCurve2D) - method in class java.awt.geom.QuadCurve2D
Changes the geometry of the curve to that of another curve.
setDaemon(boolean) - method in class java.lang.Thread
Set the daemon status of this Thread.
setDaemon(boolean) - method in class java.lang.ThreadGroup
Set whether this ThreadGroup is a daemon group.
setData(byte[]) - method in class java.net.DatagramPacket
Sets the data buffer for this packet.
setData(byte[]) - method in class javax.imageio.stream.IIOByteBuffer
setData(byte[]) - method in class gnu.javax.print.ipp.IppRequest
Sets the data of the request.
setData(byte[]) - method in class gnu.classpath.jdwp.transport.JdwpPacket
Sets the command/reply-specific data in this packet
setData(byte[],int) - method in class gnu.gcj.xlib.XImage
Attach image data to this XImage.
setData(byte[],int,int) - method in class java.net.DatagramPacket
This method sets the data buffer for the packet.
setData(int,byte[]) - method in class java.awt.color.ICC_Profile
Sets the ICC profile tag data.
setData(int[],int) - method in class gnu.gcj.xlib.XImage
Attach image data to this XImage
setData(java.awt.image.Raster) - method in class java.awt.image.BufferedImage
setData(java.awt.image.Raster) - method in class java.awt.image.WritableRenderedImage
setData(java.io.InputStream) - method in class gnu.javax.print.ipp.IppRequest
Sets the data of the request.
setData(java.lang.String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Assigns the value of this node; same as setNodeValue.
setData(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
DOM L1 Assigns the data associated with the processing instruction; same as setNodeValue.
setData(short[],int) - method in class gnu.gcj.xlib.XImage
Attach image data to this XImage.
Sets the samples for the pixels in the region defined by (x, y, w, h) from a supplied primitive array (the array type must be consistent with the data type for this model).
This method implements a more efficient way to set data elements than the default implementation of the super class.
Set the pixel at x, y to the value in the first element of the primitive array obj.
Sets the samples for the pixel at location (x, y) from the supplied primitive array (the array type must be consistent with the data type for this model).
Set the pixel at x, y to the value in the first element of the primitive array obj.
Sets the datagram socket implementation factory for the application
setDataSourceName(java.lang.String) - method in class javax.sql.RowSet
Sets the data and column identifiers for the table.
Sets the data and column identifiers for the table.
setDate(int) - method in class java.util.Date
Sets the date to the given value.
setDate(int) - method in class java.sql.Time
This method always throws an IllegalArgumentException.
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(int,java.sql.Date) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java java.sql.Date value.
This method sets the specified parameter from the given Java java.sql.Date value.
This method sets the specified parameter from the given Java java.sql.Date value.
setDate(java.util.Date) - method in class java.security.cert.PKIXParameters
Sets the date for which the certificate path should be validated, or null if the current time should be used.
setDateAndTime(java.util.Date) - method in class java.security.cert.X509CRLSelector
Sets the date at which this CRL must be valid.
This method sets the format symbols information used for parsing and formatting dates.
setDateTime(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLModElement
setDay(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setDeactivated(boolean) - method in class gnu.CORBA.Poa.AOM.Obj
Set the deactivation state.
setDebugGraphicsOptions(int) - method in class javax.swing.JComponent
Set the value of the debugGraphicsOptions property.
setDebugOptions(int) - method in class javax.swing.DebugGraphics
setDebugOptions
Sets the symbols used by this instance.
This method sets the decimal point character to the specified value.
setDeclarationHandler(DeclHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setDeclare(boolean) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
Set the quantization and Huffman tables that will be used to decode the stream.
setDecomposition(int) - method in class java.text.Collator
This method sets the decomposition setting for this object to the specified value.
setDefault(java.net.Authenticator) - static method in class java.net.Authenticator
This method sets the default Authenticator object (an instance of a subclass of Authenticator) to use when prompting the user for information.
setDefault(java.util.Locale) - static method in class java.util.Locale
Changes the default locale.
setDefault(java.util.TimeZone) - static method in class java.util.TimeZone
setDefaultAction(javax.swing.Action) - method in class javax.swing.text.Keymap
setDefaultActions(int) - method in class java.awt.dnd.DropTarget
Sets the default actions.
setDefaultAllowUserInteraction(boolean) - static method in class java.net.URLConnection
Sets the default flag for whether or not interaction with a user is allowed.
Set the default assertion status for classes loaded by this classloader, used unless overridden by a package or class request.
This method changes the current default attribute for the next string or character which will be appended to the buffer.
This method changes the current default attribute for the next string or character which will be appended to the buffer.
This method changes the current default attribute for the next string or character which will be appended to the buffer.
setDefaultButton(javax.swing.JButton) - method in class javax.swing.JRootPane
setDefaultCapable(boolean) - method in class javax.swing.JButton
Sets the defaultCapable property which indicates if this button may become the default button in its JRootPane.
setDefaultChecked(boolean) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setDefaultCloseOperation(int) - method in class javax.swing.JDialog
This method sets the action to take when the JDialog is closed.
setDefaultCloseOperation(int) - method in class javax.swing.JFrame
Sets the default operation that is performed when this frame is closed.
setDefaultCloseOperation(int) - method in class javax.swing.JInternalFrame
Sets a code for the action to be taken when this JInternalFrame is closed.
setDefaultCursor(java.awt.Cursor) - method in class javax.swing.text.html.HTMLEditorKit
Sets the default cursor.
setDefaultDTD() - static method in class javax.swing.text.html.parser.ParserDelegator
Calling this method instructs that, if not specified directly, the documents will be parsed using the default DTD of the implementation.
Set the default editor for the given column class (column data type).
setDefaultEventName(java.lang.String) - method in class gnu.java.beans.BeanInfoEmbryo
Set the default Set of focus traversal keys for one of the focus traversal directions.
Sets the formatted to be used if no other appropriate non-null formatter can be found.
Sets the default hostname verifier to be used in all new connections.
setDefaultIndex(int) - method in class gnu.CORBA.typecodes.RecordTypeCode
Set the default index.
setDefaultLightWeightPopupEnabled(boolean) - static method in class javax.swing.JPopupMenu
Sets whether JPopupMenu should use ligthWeight container to display it menu items by default
setDefaultLocale(java.util.Locale) - static method in class javax.swing.JComponent
Sets the locale to be used as the default for all new components.
setDefaultLocale(java.util.Locale) - method in class javax.swing.UIDefaults
Sets the current locale to loc.
setDefaultLookAndFeelDecorated(boolean) - static method in class javax.swing.JDialog
This method sets whether JDialogs will have their window decorations provided by the Look and Feel.
setDefaultLookAndFeelDecorated(boolean) - static method in class javax.swing.JFrame
setDefaultNamespace(java.lang.String) - method in class javax.xml.stream.XMLEventWriter
Sets the current default namespace URI.
Sets the current default namespace URI.
setDefaultNamespace(java.lang.String) - method in class javax.xml.stream.XMLStreamWriter
Sets the URI for the default namespace.
setDefaultQueue(javax.swing.text.LayoutQueue) - static method in class javax.swing.text.LayoutQueue
Set the default layout queue.
Set default renderer for rendering the given data type.
Sets the default table cell renderer.
Sets the default value of a request property.
setDefaultSelected(boolean) - method in class gnu.xml.dom.html2.DomHTMLOptionElement
Sets the default SSL socket factory to be used in all new connections.
setDefaultStream(java.io.PrintStream) - static method in class java.rmi.server.LogStream
Sets the default uncaught exception handler used when one isn't provided by the thread or its associated ThreadGroup.
setDefaultUseCaches(boolean) - method in class java.net.URLConnection
Sets the default value used to determine whether or not caching of documents will be done when possible.
setDefaultValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setDefaultValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setDefer(boolean) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
setDelay(int) - method in class javax.swing.JMenu
Sets delay property for this menu.
setDelay(int) - method in class javax.swing.Timer
Set the delay between firing the subsequent events.
setDepth(int) - method in class gnu.java.security.x509.PolicyNodeImpl
setDerefLinkFlag(boolean) - method in class javax.naming.directory.SearchControls
setDescription(java.lang.String) - method in class javax.swing.ImageIcon
Sets a human readable description for this ImageIcon.
setDesignTime(boolean) - method in class java.beans.beancontext.BeanContextSupport
The environment will call this method on your BeanContextChild when it is registered in a parent BeanContext or when behavior needs to switch from design time to runtime behavior (or vice versa).
setDesignTime(boolean) - static method in class java.beans.Beans
Sets whether it is design time.
setDesignTime(boolean) - method in class java.beans.DesignMode
The environment will call this method on your BeanContextChild when it is registered in a parent BeanContext or when behavior needs to switch from design time to runtime behavior (or vice versa).
Sets the JDesktopIcon instance that represents this JInternalFrame while it is iconified and, if the new icon is not the same instance as the existing icon, sends a PropertyChangeEvent (with the property name "desktopIcon") to all registered listeners..
This method sets the DesktopManager to use with the JDesktopPane.
setDestination(java.lang.String) - method in class gnu.java.rmi.rmic.Compiler
Set the directory where output files will be put.
setDestinationBands(int[]) - method in class javax.imageio.ImageReadParam
setDestinationOffset(java.awt.Point) - method in class javax.imageio.IIOParam
Specify the destination pixel offset.
Set the destination image type.
setDialogTitle(java.lang.String) - method in class javax.swing.JFileChooser
Sets the dialog title and sends a PropertyChangeEvent (with the property name DIALOG_TITLE_CHANGED_PROPERTY) to all registered listeners.
setDialogType(int) - method in class javax.swing.JFileChooser
Sets the dialog type and fires a PropertyChangeEvent (with the property name DIALOG_TYPE_CHANGED_PROPERTY) to all registered listeners.
setDictionary(byte[]) - method in class java.util.zip.Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[]) - method in class java.util.zip.Inflater
Sets the preset dictionary.
setDictionary(byte[],int,int) - method in class java.util.zip.Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[],int,int) - method in class java.util.zip.Inflater
Sets the preset dictionary.
setDigit(char) - method in class java.text.DecimalFormatSymbols
This method sets the character used to represents a digit in a format string to the specified value.
setDigits(int) - method in class gnu.CORBA.typecodes.FixedTypeCode
Set the number of digits.
setDimensions(int,int) - method in class java.awt.image.CropImageFilter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class gnu.java.awt.peer.gtk.GtkImageConsumer
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class java.awt.image.ImageConsumer
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class gnu.java.awt.peer.x.ImageConverter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class java.awt.image.ImageFilter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class java.awt.image.PixelGrabber
Our ImageProducer calls this method to indicate the size of the image being produced.
setDimensions(int,int) - method in class gnu.java.awt.peer.qt.QtImageConsumer
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class java.awt.image.ReplicateScaleFilter
An ImageProducer indicates the size of the image being produced using this method.
setDimensions(int,int) - method in class gnu.awt.xlib.XOffScreenImage
An ImageProducer indicates the size of the image being produced using this method.
setDir(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
setDirection(int) - method in class javax.swing.plaf.basic.BasicArrowButton
Sets the direction of the arrow.
setDirection(int) - method in class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
Sets the direction to scroll in.
setDirection(int) - method in class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
Sets the direction to scroll in.
setDirection(short) - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Sets the direction of the element.
setDirectory(java.io.File) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Sets the current directory.
setDirectory(java.lang.String) - method in class java.awt.FileDialog
Sets the directory for this file dialog.
setDirectory(java.lang.String) - method in class java.awt.peer.FileDialogPeer
setDirectory(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkFileDialogPeer
setDirectory(java.lang.String) - method in class gnu.java.awt.peer.qt.QtFileDialogPeer
setDirectoryName(java.lang.String) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Sets the directory name (NOT IMPLEMENTED).
setDirectorySelected(boolean) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Sets the flag that indicates whether the current directory is selected.
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLButtonElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLOptGroupElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLOptionElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLStyleElement
setDisabled(boolean) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
Set the button's "disabledIcon" property.
setDisabledIcon(javax.swing.Icon) - method in class javax.swing.JLabel
Sets the icon displayed when the label is disabled (this is a bound property with the name 'disabledIcon').
This method sets the disabled icon of the tab.
Set the button's disabled selected icon.
setDisabledTextColor(java.awt.Color) - method in class javax.swing.text.JTextComponent
Set the discriminator type.
setDismissDelay(int) - method in class javax.swing.ToolTipManager
Sets the time the ToolTip will be shown before being hidden.
setDisplayedMnemonic(char) - method in class javax.swing.JLabel
Sets the character that will be the label's mnemonic.
setDisplayedMnemonic(int) - method in class javax.swing.JLabel
Sets the keycode that will be the label's mnemonic (this is a bound property with the name 'displayedMnemonic').
setDisplayedMnemonicIndex(int) - method in class javax.swing.AbstractButton
Sets the button's mnemonic index.
setDisplayedMnemonicIndex(int) - method in class javax.swing.JLabel
Sets the index of the character in the text that will be underlined to indicate that it is the mnemonic character for the label.
This method sets the displayed mnemonic index of the tab.
Sets the displayFormatter.
Sets the display mode.
setDisplayMode(java.awt.DisplayMode) - method in class gnu.java.awt.peer.qt.QtScreenDevice
Set the localized (display) name of this feature.
setDividerLocation(double) - method in class javax.swing.JSplitPane
This method sets the location of the divider.
setDividerLocation(int) - method in class javax.swing.JSplitPane
This method sets the location of the divider.
setDividerLocation(javax.swing.JSplitPane,int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method sets the location of the divider.
setDividerLocation(javax.swing.JSplitPane,int) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the SplitPaneUI.setDividerLocation(JSplitPane,int) method for all the UI delegates managed by this MultiSplitPaneUI.
Moves the divider to the specified location.
setDividerSize(int) - method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Sets the thickness of the divider.
setDividerSize(int) - method in class javax.swing.JSplitPane
This method sets the size of the divider.
setDockingColor(java.awt.Color) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the docking color.
Associates this JFormattedTextField with a Document and propagates a PropertyChange event to each listener.
setDocument(javax.swing.text.Document) - method in class javax.swing.text.JTextComponent
Sets the document to be used for this JTextField.
Sets the content model for this JTextPane.
Sets the DocumentFilter for this Document.
setDocumentHandler(DocumentHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX1: Set the document handler for this parser.
setDocumentLocator(Locator) - method in class gnu.xml.pipeline.DomConsumer.Handler
setDocumentLocator(Locator) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
setDocumentLocator(Locator) - method in class gnu.xml.pipeline.TeeConsumer
setDocumentLocator(Locator) - method in class gnu.xml.pipeline.WellFormednessFilter
Throws an exception when called after startDocument.
setDocumentLocator(Locator) - method in class gnu.xml.pipeline.XIncludeFilter
Passes "this" down the filter chain as a proxy locator.
setDocumentLocator(Locator) - method in class gnu.xml.util.XMLWriter
SAX1: provides parser status information
Sets the properties of this Document.
setDocumentURI(java.lang.String) - method in class gnu.xml.dom.DomDocument
setDocumentURI(java.lang.String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setDoInput(boolean) - method in class gnu.java.net.protocol.ftp.FTPURLConnection
This connection supports doInput.
setDoInput(boolean) - method in class java.net.URLConnection
Sets the value of a flag indicating whether or not input is going to be done for this connection.
setDoOutput(boolean) - method in class gnu.java.net.protocol.ftp.FTPURLConnection
This connection supports doOutput.
setDoOutput(boolean) - method in class java.net.URLConnection
Sets a boolean flag indicating whether or not output will be done on this connection.
setDoRSABlinding(boolean) - static method in class gnu.java.security.Properties
A convenience method to set the global property fo adding a blinding operation when executing the RSA decryption primitive.
setDot(int) - method in class javax.swing.text.Caret
Sets the current position of this Caret within the Document.
setDot(int) - method in class javax.swing.text.DefaultCaret
Sets the current position of this Caret within the Document.
setDouble(int,double) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java double value.
setDouble(int,double) - method in class javax.sql.RowSet
setDouble(java.lang.Object,double) - method in class java.lang.reflect.Field
Set this double Field.
setDouble(java.lang.Object,int,double) - static method in class java.lang.reflect.Array
Sets an element of a double array.
This method sets the specified parameter from the given Java double value.
setDoubleBuffered(boolean) - method in class javax.swing.JComponent
Set the value of the doubleBuffered property.
Set the value of the doubleBufferingEnabled property.
Set the value of the doubleBufferMaximumSize property.
setDragEnabled(boolean) - method in class javax.swing.JColorChooser
DOCUMENT ME!
setDragEnabled(boolean) - method in class javax.swing.JFileChooser
Sets the dragEnabled property, this disables/enables automatic drag handling (drag and drop) on this component.
setDragEnabled(boolean) - method in class javax.swing.JList
Set the dragEnabled property.
setDragEnabled(boolean) - method in class javax.swing.JTable
Set the value of the dragEnabled property.
setDragEnabled(boolean) - method in class javax.swing.text.JTextComponent
setDragEnabled(boolean) - method in class javax.swing.JTree
Set the dragEnabled property.
Set the column that is currently being dragged.
setDraggedDistance(int) - method in class javax.swing.table.JTableHeader
Set the value of the draggedDistance property.
setDragMode(int) - method in class javax.swing.JDesktopPane
This method sets the drag mode to use with the JDesktopPane.
setDragOffset(java.awt.Point) - method in class javax.swing.plaf.metal.MetalToolBarUI
Sets the offset for the window used for dragging the toolbar.
setDrawsLayeredHighlights(boolean) - method in class javax.swing.text.DefaultHighlighter
Set the associated drag-and-drop target, which receives events when this is enabled.
setDSTSavings(int) - method in class java.util.SimpleTimeZone
Sets the daylight savings offset.
setDTDHandler(DTDHandler) - method in class gnu.xml.util.DomParser
SAX1: Provides an object which may be used to intercept declarations related to notations and unparsed entities.
setDTDHandler(DTDHandler) - method in class gnu.xml.pipeline.EventFilter
Assigns the DTD handler to use; a null handler indicates that these events will not be forwarded.
setDTDHandler(DTDHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setDTDHandler(DTDHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the DTD handler for this parser.
setDTDHandler(DTDHandler) - method in class gnu.xml.stream.SAXParser
setDTDHandler(DTDHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns DTD handler
setDynamicLayout(boolean) - method in class java.awt.Toolkit
Sets the EAST-constraint.
setEastPane(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method sets the east pane to be the given JComponent.
setEchoChar(char) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
setEchoChar(char) - method in class javax.swing.JPasswordField
setEchoChar
setEchoChar(char) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
setEchoChar(char) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the echo character.
setEchoChar(char) - method in class java.awt.TextField
Sets the character that is echoed when protected input such as a password is displayed.
setEchoChar(char) - method in class java.awt.peer.TextFieldPeer
setEchoCharacter(char) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
setEchoCharacter(char) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
setEchoCharacter(char) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the echo character.
setEchoCharacter(char) - method in class java.awt.TextField
Sets the character that is echoed when protected input such as a password is displayed.
setEchoCharacter(char) - method in class java.awt.peer.TextFieldPeer
setEditable(boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Configures the receiver to allow, or not allow, editing.
setEditable(boolean) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
setEditable(boolean) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
setEditable(boolean) - method in class javax.swing.JComboBox
This method sets editability of the combo box.
setEditable(boolean) - method in class javax.swing.text.JTextComponent
Enables/disabled this text component's editability.
setEditable(boolean) - method in class javax.swing.JTree
Sets the editable property.
setEditable(boolean) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
setEditable(boolean) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
setEditable(boolean) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the editable flag of the text field.
setEditable(boolean) - method in class java.awt.TextComponent
Sets whether or not this component's text can be edited.
setEditable(boolean) - method in class java.awt.peer.TextComponentPeer
Sets the editFormatter.
setEditingColumn(int) - method in class javax.swing.JTable
Set the column, currently being edited
setEditingRow(int) - method in class javax.swing.JTable
Set the row currently being edited.
setEditor(javax.swing.ComboBoxEditor) - method in class javax.swing.JComboBox
Sets editor for this JComboBox
setEditor(javax.swing.JComponent) - method in class javax.swing.JSpinner
Changes the current editor to the new editor.
Sets the EditorKit to use for this JTextPane.
Explicitly sets an EditorKit to be used for the given content type.
Set the editor search path.
This method updates the editValid property of JFormattedTextField.
setElem(int,int) - method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferByte
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferDouble
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferFloat
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferInt
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferShort
Sets an element in the first data bank.
setElem(int,int) - method in class java.awt.image.DataBufferUShort
Sets an element in the first data bank.
setElem(int,int,int) - method in class gnu.java.awt.peer.gtk.CairoSurface
DataBank.setElem implementation
setElem(int,int,int) - method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferByte
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferDouble
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferFloat
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferInt
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferShort
Sets an element in a particular data bank.
setElem(int,int,int) - method in class java.awt.image.DataBufferUShort
Sets an element in a particular data bank.
setElemDouble(int,double) - method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemDouble(int,double) - method in class java.awt.image.DataBufferDouble
setElemDouble(int,double) - method in class java.awt.image.DataBufferFloat
setElemDouble(int,int,double) - method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElemDouble(int,int,double) - method in class java.awt.image.DataBufferDouble
setElemDouble(int,int,double) - method in class java.awt.image.DataBufferFloat
Sets the list element at a particular index.
setElementAt(java.lang.Object,int) - method in class java.util.Vector
Changes the element at index to be obj
setElemFloat(int,float) - method in class java.awt.image.DataBuffer
Sets an element in the first data bank.
setElemFloat(int,float) - method in class java.awt.image.DataBufferDouble
setElemFloat(int,float) - method in class java.awt.image.DataBufferFloat
setElemFloat(int,int,float) - method in class java.awt.image.DataBuffer
Sets an element in a particular data bank.
setElemFloat(int,int,float) - method in class java.awt.image.DataBufferDouble
setElemFloat(int,int,float) - method in class java.awt.image.DataBufferFloat
setEnabled(boolean) - method in class javax.swing.AbstractAction
Sets the flag that indicates whether or not the action is enabled and, if the value of the flag changed from the previous setting, sends a PropertyChangeEvent to all registered listeners (using the property name 'enabled').
setEnabled(boolean) - method in class javax.swing.AbstractButton
Enables or disables the button.
setEnabled(boolean) - method in class javax.accessibility.AccessibleComponent
Set this component to an enabled or disabled state.
setEnabled(boolean) - method in class javax.swing.Action
Sets the flag that indicates whether or not this action is enabled.
setEnabled(boolean) - method in class javax.swing.ButtonModel
Sets the enabled flag of the button.
setEnabled(boolean) - method in class java.awt.Component
Enables or disables this component.
Set whether the component is enabled.
setEnabled(boolean) - method in class java.awt.peer.ComponentPeer
Sets the enabled/disabled state of this component.
setEnabled(boolean) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "enabled" property.
setEnabled(boolean) - method in class gnu.java.awt.peer.GLightweightPeer
setEnabled(boolean) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setEnabled(boolean) - method in class gnu.java.awt.peer.gtk.GtkMenuItemPeer
setEnabled(boolean) - method in class javax.swing.JComboBox
This method disables or enables JComboBox.
setEnabled(boolean) - method in class javax.swing.JComponent
Set the value of the enabled property.
Does nothing since the enabled flag cannot be set for list children individually.
setEnabled(boolean) - method in class javax.swing.JMenuItem
Enable or disable menu item.
setEnabled(boolean) - method in class javax.swing.JScrollBar
This method overrides the setEnabled in JComponent.
Table cells cannot be disabled or enabled individually, so this method does nothing.
Set this component to an enabled or disabled state.
Sets the enabled state of the object.
Sets the enabled/disabled state of this component.
setEnabled(boolean) - method in class java.awt.MenuItem
Sets the enabled status of this menu item.
setEnabled(boolean) - method in class java.awt.peer.MenuItemPeer
setEnabled(boolean) - method in class javax.swing.plaf.metal.MetalComboBoxButton
Enables or disables the button.
setEnabled(boolean) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the enabled/disabled state of this component.
setEnabled(boolean) - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
setEnabled(boolean) - method in class gnu.java.awt.peer.qt.QtMenuPeer
setEnabled(boolean) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the enabled/disabled state of this component.
setEnabled(boolean) - method in class gnu.java.awt.peer.swing.SwingMenuItemPeer
Sets the enabled state to enabled.
setEnabled(boolean) - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Sets the enabled state of the menu to enabled.
setEnabled(boolean) - method in class javax.swing.ToolTipManager
This method sets whether ToolTips are enabled or disabled for all JComponents.
setEnabled(boolean) - method in class gnu.awt.xlib.XCanvasPeer
setEnabledAt(int,boolean) - method in class javax.swing.JTabbedPane
This method sets whether the tab is enabled.
Sets the list enabled cipher suites.
Sets the list of enabled cipher suites.
Set the list of cipher suites to use.
Sets the list of enabled protocols.
setEnabledProtocols(java.lang.String[]) - method in class javax.net.ssl.SSLSocket
Sets the list of enabled SSL protocols.
setEnableSessionCreation(boolean) - method in class javax.net.ssl.SSLServerSocket
Sets whether or not sessions will be created.
setEnableSessionCreation(boolean) - method in class javax.net.ssl.SSLSocket
Sets whether or not sessions will be created by this socket.
Set the quantization and Huffman tables that will be used to encode the stream.
setEncoding(java.lang.String) - method in class gnu.xml.dom.ls.DomLSInput
setEncoding(java.lang.String) - method in class gnu.xml.dom.ls.DomLSOutput
setEncoding(java.lang.String) - method in class java.util.logging.Handler
Sets the character encoding which this handler uses for publishing log records.
setEncoding(java.lang.String) - method in class java.util.logging.StreamHandler
Sets the character encoding which this handler uses for publishing log records.
setEnctype(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setEnd(java.lang.Comparable) - method in class javax.swing.SpinnerDateModel
Sets the upper limit for the date/time value and, if the new limit is different to the old limit, sends a ChangeEvent to all registered listeners.
setEndIndex(int) - method in class java.text.FieldPosition
This method sets the ending index of this field to the specified value.
setEndRule(int,int,int) - method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
setEndRule(int,int,int,int) - method in class java.util.SimpleTimeZone
Sets the daylight savings end rule.
Sets the daylight savings end rule.
setEntityResolver(EntityResolver) - method in class javax.xml.parsers.DocumentBuilder
Sets the SAX entity resolver callback used to resolve external entities in the XML document(s) to parse.
setEntityResolver(EntityResolver) - method in class gnu.xml.util.DomParser
SAX1: Provides an object which may be used when resolving external entities during parsing (both general and parameter entities).
setEntityResolver(EntityResolver) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
Sets the SAX entity resolver callback used to resolve external entities in the XML document(s) to parse.
setEntityResolver(EntityResolver) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setEntityResolver(EntityResolver) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the entity resolver for this parser.
setEntityResolver(EntityResolver) - method in class gnu.xml.stream.SAXParser
setEntityResolver(EntityResolver) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns parser's entity resolver
setEOL(java.lang.String) - method in class gnu.xml.util.XMLWriter
Assigns the line ending style to be used on output.
setEOS(byte[]) - method in class gnu.javax.crypto.sasl.OutputBuffer
Encodes a SASL EOS to the current buffer.
This method sets the list of strings used to display time eras to to the specified list.
setErr(java.io.PrintStream) - static method in class java.lang.System
Set err to a new PrintStream.
setError() - method in class java.io.PrintStream
This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setError() - method in class java.io.PrintWriter
This method can be called by subclasses to indicate that an error has occurred and should be reported by checkError.
setErrorCode(short) - method in class gnu.classpath.jdwp.transport.JdwpReplyPacket
Sets the error code
setErrorHandler(ErrorHandler) - method in class gnu.xml.pipeline.CallFilter
Assigns the error handler to be used to present most fatal errors.
setErrorHandler(ErrorHandler) - method in class javax.xml.parsers.DocumentBuilder
Sets the SAX error handler callback used to report parsing errors.
setErrorHandler(ErrorHandler) - method in class gnu.xml.pipeline.DomConsumer
setErrorHandler(ErrorHandler) - method in class gnu.xml.util.DomParser
SAX1: Provides an object which receives callbacks for XML errors of all levels (fatal, nonfatal, warning).
setErrorHandler(ErrorHandler) - method in class gnu.xml.pipeline.EventConsumer
This method provides a filter stage with a handler that abstracts presentation of warnings and both recoverable and fatal errors.
setErrorHandler(ErrorHandler) - method in class gnu.xml.pipeline.EventFilter
Records the error handler that should be used by this stage, and passes it "downstream" to any subsequent stage.
setErrorHandler(ErrorHandler) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
Sets the SAX error handler callback used to report parsing errors.
setErrorHandler(ErrorHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setErrorHandler(ErrorHandler) - method in class gnu.xml.validation.relaxng.RELAXNGSchemaFactory
setErrorHandler(ErrorHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the error handler for this parser.
setErrorHandler(ErrorHandler) - method in class gnu.xml.stream.SAXParser
setErrorHandler(ErrorHandler) - method in class javax.xml.validation.SchemaFactory
setErrorHandler(ErrorHandler) - method in class gnu.xml.pipeline.TeeConsumer
Provides the error handler to both subsequent nodes of this filter stage.
setErrorHandler(ErrorHandler) - method in class javax.xml.validation.Validator
setErrorHandler(ErrorHandler) - method in class javax.xml.validation.ValidatorHandler
setErrorHandler(ErrorHandler) - method in class gnu.xml.util.XCat
Assigns the error handler used to report catalog errors.
setErrorHandler(ErrorHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns error handler
setErrorHandler(ErrorHandler) - method in class gnu.xml.validation.xmlschema.XMLSchemaSchemaFactory
setErrorHandler(ErrorHandler) - method in class gnu.xml.util.XMLWriter
Assigns the error handler to be used to present most fatal errors.
setErrorIndex(int) - method in class java.text.ParsePosition
This method sets the error index to the specified value.
setErrorListener(javax.xml.transform.ErrorListener) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Sets the callback used to report errors during the transformation.
Sets the callback to be used by transformers obtained from this factory to report transformation errors.
Assigns a value that would be used when parsing stylesheets
Sets the callback used to report errors during the transformation.
Sets the callback to be used by transformers obtained from this factory to report transformation errors.
setErrorManager(java.util.logging.ErrorManager) - method in class java.util.logging.Handler
setEscapeProcessing(boolean) - method in class javax.sql.RowSet
setEscapeProcessing(boolean) - method in class java.sql.Statement
This method sets the local escape processing mode on or off.
setEstimatedMajorSpan(boolean) - method in class javax.swing.text.AsyncBoxView
Sets the estimatedMajorSpan property that determines if the major span should be treated as beeing estimated.
setEvent(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
Sets the event allocator.
setEventMask(long) - method in class java.awt.peer.ComponentPeer
Part of an older API, no longer needed.
setEventMask(long) - method in class gnu.java.awt.peer.GLightweightPeer
setEventMask(long) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setEventMask(long) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Classpath-specific method
setEventMask(long) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Part of an older API, no longer needed.
setEventMask(long) - method in class gnu.gcj.xlib.WindowAttributes
setEventMask(long) - method in class gnu.awt.xlib.XCanvasPeer
Sets the ExceptionListener instance to be used for reporting recorable exceptions in the instantiation and initialization sequence.
Sets the ExceptionListener instance to which notifications of exceptions are send while parsing the XML data.
setExpandedIcon(javax.swing.Icon) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the expanded icon.
setExpandedState
Set the expanded state of the given path.
Set the expanded state of the given path.
Sets whether document builders obtained from this factory will expand entity reference nodes.
setExpandingEntities(boolean) - method in class gnu.xml.util.XMLWriter
Controls whether the output text contains references to entities (the default), or instead contains the expanded values of those entities.
setExpandsSelectedPaths(boolean) - method in class javax.swing.JTree
setExpert(boolean) - method in class java.beans.FeatureDescriptor
Set whether this feature is for expert use only.
setExplicitPolicyRequired(boolean) - method in class java.security.cert.PKIXParameters
Sets the value of the explicit policy required flag.
setExtendedKeyUsage(java.util.Set) - method in class java.security.cert.X509CertSelector
Sets the extended key usage criterion, as a set of OID strings.
setExtendedState(int) - method in class java.awt.Frame
setExtent(int) - method in class javax.swing.BoundedRangeModel
Sets the extent, which is the length of the model's range, and sends a ChangeEvent to all registered listeners.
setExtent(int) - method in class javax.swing.DefaultBoundedRangeModel
Changes the current extent of this bounded range model.
setExtent(int) - method in class javax.swing.JSlider
Sets the slider's extent value and sends a ChangeEvent to all registered listeners.
setExtentSize(java.awt.Dimension) - method in class javax.swing.JViewport
setExtra(byte[]) - method in class java.util.zip.ZipEntry
Sets the extra data.
setFace(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBaseFontElement
setFace(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFontElement
Sets the value of the specified feature.
setFeature(java.lang.String,boolean) - method in class gnu.xml.util.DomParser
SAX2: Sets the state of features supported in this parser.
Sets the value of the specified feature.
setFeature(java.lang.String,boolean) - method in class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
setFeature(java.lang.String,boolean) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
Sets a feature of transformers and templates obtained from this factory.
setFeature(java.lang.String,boolean) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setFeature(java.lang.String,boolean) - method in class gnu.xml.aelfred2.JAXPFactory
Sets the value of the specified feature.
setFeature(java.lang.String,boolean) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Sets the state of feature flags in this parser.
setFeature(java.lang.String,boolean) - method in class gnu.xml.stream.SAXParser
setFeature(java.lang.String,boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets the specified feature for SAX2 parsers obtained from this factory.
setFeature(java.lang.String,boolean) - method in class javax.xml.validation.SchemaFactory
setFeature(java.lang.String,boolean) - method in class javax.xml.transform.TransformerFactory
Sets a feature of transformers and templates obtained from this factory.
setFeature(java.lang.String,boolean) - method in class javax.xml.validation.Validator
setFeature(java.lang.String,boolean) - method in class javax.xml.validation.ValidatorHandler
setFeature(java.lang.String,boolean) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Sets the state of features supported in this parser.
setFeature(java.lang.String,boolean) - method in class javax.xml.xpath.XPathFactory
Sets the state of the named feature.
Sets the state of the named feature.
setFetchDirection(int) - method in class java.sql.ResultSet
This method provides a hint to the driver about which direction the result set will be processed in.
setFetchDirection(int) - method in class java.sql.Statement
This method informs the driver which direction the result set will be accessed in.
setFetchSize(int) - method in class java.sql.ResultSet
This method provides a hint to the driver about how many rows at a time it should fetch from the database.
setFetchSize(int) - method in class java.sql.Statement
This method informs the driver how many rows it should fetch from the database at a time.
setFile(java.lang.String) - method in class java.awt.FileDialog
Sets the selected file for this dialog.
setFile(java.lang.String) - method in class java.awt.peer.FileDialogPeer
setFile(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkFileDialogPeer
setFile(java.lang.String) - method in class gnu.java.awt.peer.qt.QtFileDialogPeer
Sets the file filter and sends a PropertyChangeEvent (with the property name FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
setFileHidingEnabled(boolean) - method in class javax.swing.JFileChooser
Sets the flag that controls whether or not hidden files are displayed, and sends a PropertyChangeEvent (with the property name FILE_HIDING_CHANGED_PROPERTY) to all registered listeners.
setFileName(java.lang.String) - method in class javax.swing.plaf.basic.BasicFileChooserUI
Sets the file name.
setFileName(java.lang.String) - method in class java.awt.JobAttributes
setFileName(java.lang.String) - method in class javax.swing.plaf.metal.MetalFileChooserUI
Sets the file name in the text field.
Sets the filename filter used by this dialog.
setFilenameFilter(java.io.FilenameFilter) - method in class gnu.java.awt.peer.gtk.GtkFileDialogPeer
setFilenameFilter(java.io.FilenameFilter) - method in class gnu.java.awt.peer.qt.QtFileDialogPeer
setFileNameMap(java.net.FileNameMap) - static method in class java.net.URLConnection
This method sets the FileNameMap object being used to decode MIME types by file extension.
setFileSelectionMode(int) - method in class javax.swing.JFileChooser
Sets the file selection mode and sends a PropertyChangeEvent to all registered listeners.
setFileStructure(int) - method in class gnu.java.net.protocol.ftp.FTPConnection
Sets the desired file structure type.
Sets the file system view for the file chooser and sends a PropertyChangeEvent to all registered listeners.
Sets a custom FileView for the file chooser and sends a PropertyChangeEvent to all registered listeners.
setFilter(java.util.logging.Filter) - method in class java.util.logging.Handler
Sets the Filter for controlling which log records will be published by this Handler.
setFilter(java.util.logging.Filter) - method in class java.util.logging.Logger
setFilter(LSParserFilter) - method in class gnu.xml.dom.ls.DomLSParser
setFilter(LSSerializerFilter) - method in class gnu.xml.dom.ls.DomLSSerializer
setFinished() - method in class gnu.gcj.convert.CharsetToBytesAdaptor
Users should call this method when the input is coming to an end.
setFinished() - method in class gnu.gcj.convert.UnicodeToBytes
Users should call this method when the input is coming to an end.
setFirstDayOfWeek(int) - method in class java.util.Calendar
Sets what the first day of week is.
setFirstLineIndent(float) - method in class javax.swing.text.ParagraphView
Sets the indentation of the first line of the paragraph.
Adds a first line indentation attribute to the specified set.
setFixedCellHeight(int) - method in class javax.swing.JList
Sets the value of the fixedCellHeight property.
setFixedCellWidth(int) - method in class javax.swing.JList
Sets the value of the fixedCellWidth property.
setFlags(byte) - method in class gnu.classpath.jdwp.transport.JdwpPacket
Sets the packet flags
setFlags(int) - method in class gnu.CORBA.gnuNamedValue
Set the flags, the normally expected values are ARG_IN.value, ARG_OUT.value and ARG_INOUT.value.
setFlashColor(java.awt.Color) - static method in class javax.swing.DebugGraphics
setFlashColor
setFlashCount(int) - static method in class javax.swing.DebugGraphics
setFlashCount
setFlashTime(int) - static method in class javax.swing.DebugGraphics
setFlashTime
Discards the current mappings for the specified String native, and creates new mappings to the specified DataFlavors.
setFloat(int,float) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java float value.
setFloat(int,float) - method in class javax.sql.RowSet
setFloat(java.lang.Object,float) - method in class java.lang.reflect.Field
Set this float Field.
setFloat(java.lang.Object,int,float) - static method in class java.lang.reflect.Array
Sets an element of a float array.
This method sets the specified parameter from the given Java float value.
setFloatable(boolean) - method in class javax.swing.JToolBar
This method sets the floatable property.
setFloating(boolean,java.awt.Point) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the floating property for the JToolBar.
setFloatingColor(java.awt.Color) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the color displayed when the JToolBar is not in a dockable area.
setFloatingLocation(int,int) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method sets the floating location of the JToolBar.
setFocusable(boolean) - method in class java.awt.Component
Specify whether this component can receive focus.
setFocusableWindowState(boolean) - method in class java.awt.Window
Sets the value of the focusableWindowState property.
setFocusAccelerator(char) - method in class javax.swing.text.JTextComponent
setFocusCycleRoot(boolean) - method in class java.awt.Container
Set whether or not this Container is the root of a focus traversal cycle.
setFocusCycleRoot(boolean) - method in class javax.swing.JInternalFrame
This method does nothing because this must be the root of a focus traversal cycle.
setFocusCycleRoot(boolean) - method in class java.awt.Window
Set whether or not this Container is the root of a focus traversal cycle.
setFocusLostBehavior(int) - method in class javax.swing.JFormattedTextField
Sets the behaviour of this JFormattedTextField upon losing focus.
setFocusPainted(boolean) - method in class javax.swing.AbstractButton
Set the button's "paintFocus" property.
Sets the focus traversal keys for one of the three focus traversal directions supported by Components: KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, or KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS.
Sets the focus traversal keys for a given traversal operation for this Container.
Enable or disable focus traversal keys on this Component.
If this Container is a focus cycle root, set the focus traversal policy that determines the focus traversal order for its children.
Set to true if this container provides a focus traversal policy, false when the root container's focus traversal policy should be used.
setFollowRedirects(boolean) - static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(gnu.gcj.xlib.Font) - method in class gnu.gcj.xlib.GC
setFont(java.awt.Font) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the font on this graphics object.
setFont(java.awt.Font) - method in class gnu.awt.j2d.AbstractGraphicsState
setFont(java.awt.Font) - method in class javax.accessibility.AccessibleComponent
Set the font of this component.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setFont(java.awt.Font) - method in class java.awt.Component
Sets the font for this component to the specified font.
Sets the font.
setFont(java.awt.Font) - method in class java.awt.peer.ComponentPeer
Sets the font of the component.
setFont(java.awt.Font) - method in class java.awt.Container
Sets the font for this component to the specified font.
setFont(java.awt.Font) - method in class javax.swing.DebugGraphics
setFont
setFont(java.awt.Font) - method in class javax.swing.tree.DefaultTreeCellEditor
Sets the font to edit with. null indicates the renderers font should be used.
setFont(java.awt.Font) - method in class javax.swing.tree.DefaultTreeCellRenderer
Sets the font.
setFont(java.awt.Font) - method in class gnu.awt.j2d.DirectRasterGraphics
setFont(java.awt.Font) - method in class gnu.java.awt.peer.GLightweightPeer
setFont(java.awt.Font) - method in class java.awt.Graphics
Sets the font for this graphics context to the specified value.
setFont(java.awt.Font) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the font for this graphics context to the specified value.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setFont(java.awt.Font) - method in class gnu.java.awt.peer.gtk.GtkContainerPeer
Sets the font of the component.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.gtk.GtkMenuComponentPeer
Sets the font for this particular MenuComponent only (not any containing items, if any).
setFont(java.awt.Font) - method in class gnu.awt.j2d.IntegerGraphicsState
setFont(java.awt.Font) - method in class gnu.java.awt.print.JavaPrinterGraphics
setFont(java.awt.Font) - method in class javax.swing.JComponent
Set the value of the font property.
setFont(java.awt.Font) - method in class javax.swing.JLabel
Sets the font for the label (this a bound property with the name 'font').
Does nothing since it is not possible to set the font on list children individually.
Sets the font of the cell.
Set the font of this component.
setFont(java.awt.Font) - method in class javax.swing.JTextField
Sets the current font and revalidates so the font will take effect.
Sets the Font of this object.
setFont(java.awt.Font) - method in class java.awt.MenuComponent
Sets the font for this component to the specified font.
Sets the Font used for text created by this component.
setFont(java.awt.Font) - method in class java.awt.peer.MenuComponentPeer
Set the font on this menu component peer.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the font of the component.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the font for this graphics context to the specified value.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.qt.QtMenuComponentPeer
setFont(java.awt.Font) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the font of the component.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.swing.SwingMenuBarPeer
Sets a font for the menu bar.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.swing.SwingMenuItemPeer
Sets the font for this menu item.
setFont(java.awt.Font) - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Sets the font for the menu.
setFont(java.awt.Font) - method in class gnu.awt.xlib.XCanvasPeer
setFont(java.awt.Font) - method in class gnu.awt.xlib.XGraphics
setFont(java.awt.Font) - method in class gnu.java.awt.peer.x.XGraphics
Sets the font on the graphics context.
Adds a font family attribute to the specified set.
Adds a font size attribute to the specified set.
setForeground(java.awt.Color) - method in class javax.accessibility.AccessibleComponent
Set the foreground color of this component.
setForeground(java.awt.Color) - method in class java.awt.Component
Sets this component's foreground color to the specified color.
Sets the foreground color.
setForeground(java.awt.Color) - method in class java.awt.peer.ComponentPeer
Sets the foreground color of the component.
setForeground(java.awt.Color) - method in class javax.swing.table.DefaultTableCellRenderer
Assign the unselected-foreground.
setForeground(java.awt.Color) - method in class gnu.java.awt.peer.GLightweightPeer
setForeground(java.awt.Color) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setForeground(java.awt.Color) - method in class javax.swing.JComponent
Set the value of the foreground property.
Calling this method has no effect, since the foreground color cannot be set on list children individually.
Sets the foreground of the cell.
Set the foreground color of this component.
Sets the foreground color of this object.
Sets the foreground color of the component to that specified.
setForeground(java.awt.Color) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the foreground color of the component.
setForeground(java.awt.Color) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the foreground color of the component.
setForeground(java.awt.Color) - method in class gnu.awt.xlib.XCanvasPeer
Adds a foreground color attribute to the specified set.
setForeground(long) - method in class gnu.gcj.xlib.GC
setForegroundAt(int,java.awt.Color) - method in class javax.swing.JTabbedPane
This method sets the foreground color of the tab.
Sets the format for the argument at an specified index.
setFormat(java.text.DateFormat) - method in class javax.swing.text.DateFormatter
Sets the format that is used by this DateFormatter.
setFormat(java.text.Format) - method in class javax.swing.text.InternationalFormatter
Sets the Format object that is used to convert values to strings.
setFormat(java.text.Format) - method in class javax.swing.text.NumberFormatter
Sets the NumberFormat that this NumberFormatter will use to determine legal values for editing and displaying.
Set the format to used using the argument index number.
setFormats(java.text.Format[]) - method in class java.text.MessageFormat
Sets the formats for the arguments.
Set the format for argument using a specified array of formatters which is sorted according to the argument index.
setFormatter(java.util.logging.Formatter) - method in class java.util.logging.Handler
Sets the Formatter which will be used to localize the text of log messages and to substitute message parameters.
Sets the formatter for this JFormattedTextField.
Sets the factory from which this JFormattedTextField should obtain its formatters.
setFrame(double,double,double,double) - method in class java.awt.geom.Arc2D
Sets the location and bounds of the ellipse of which this arc is a part.
Sets the geometry of the ellipse's bounding box.

Sets the geometry of the ellipse's bounding box.
setFrame(double,double,double,double) - method in class java.awt.geom.Rectangle2D
Set the bounding box of this rectangle.
Set the framing rectangle of this shape to the given coordinate and size.
Set the boundary of this round rectangle.
setFrame(float,float,float,float) - method in class java.awt.geom.Ellipse2D.Float
Sets the geometry of the ellipse's bounding box.

Set the framing rectangle of this shape to the given coordinate and size.
Set the framing rectangle of this shape to the given rectangle.
setFrame(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setFrameBorder(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setFrameBorder(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
Set the framing rectangle of this shape using the center of the frame, and one of the four corners.
Set the framing rectangle of this shape using the center of the frame, and one of the four corners.
Set the framing rectangle of this shape using two points on a diagonal.
Set the framing rectangle of this shape using two points on a diagonal.
setFrameIcon(javax.swing.Icon) - method in class javax.swing.JInternalFrame
This method sets the Icon to be used in two places.
Sets the SwingFramePeer of the frame that holds this menu.
setFramePosition(int) - method in class javax.sound.sampled.Clip
Set the position to the indicated frame.
setFreeStanding(boolean) - method in class javax.swing.plaf.metal.MetalScrollButton
Sets the free standing flag.
setFromConfigure(boolean) - method in class gnu.gcj.xlib.XUnmapEvent
setFromPage(int) - method in class java.awt.JobAttributes
setFromTree(java.lang.String,Node) - method in class javax.imageio.metadata.IIOMetadata
setFullBufferUpdates(boolean) - method in class java.awt.image.MemoryImageSource
A flag to indicate whether or not to send full buffer updates when sending animation.
Toggle the given window between full screen and normal mode.
setFullScreenWindow(java.awt.Window) - method in class gnu.java.awt.peer.qt.QtScreenDevice
setGlassPane(java.awt.Component) - method in class javax.swing.JApplet
setGlassPane(java.awt.Component) - method in class javax.swing.JDialog
This method sets the GlassPane for this JDialog.
setGlassPane(java.awt.Component) - method in class javax.swing.JFrame
setGlassPane
setGlassPane(java.awt.Component) - method in class javax.swing.JInternalFrame
This method sets the Glass Pane used with this JInternalFrame.
setGlassPane(java.awt.Component) - method in class javax.swing.JRootPane
DOCUMENT ME!
setGlassPane(java.awt.Component) - method in class javax.swing.JWindow
setGlassPane
setGlassPane
Set the Window that will be returned by getActiveWindow() (when it is called from the current ThreadGroup) and getGlobalActiveWindow().
Set the Container that will be returned by getCurrentFocusCycleRoot() (when it is called from the current ThreadGroup) and getGlobalCurrentFocusCycleRoot().
Set the Window that will be returned by getFocusedWindow() (when it is called from the current ThreadGroup) and getGlobalFocusedWindow().
Set the Component that will be returned by getFocusOwner() (when it is called from the current ThreadGroup) and getGlobalFocusOwner().
Set the Component that will be returned by getPermanentFocusOwner() (when it is called from the current ThreadGroup) and getGlobalPermanentFocusOwner().
Sets the GlyphView.GlyphPainter to be used for this GlyphView.
Sets the position of a glyph.
Moves the specified glyph to a new position, or changes the advance width and height of the entire glyph vector.
Sets the transform of a single glyph.
Applies an affine transformation to the glyph at the specified index.
Sets the date of the switch from Julian dates to Gregorian dates.
setGridColor(java.awt.Color) - method in class javax.swing.JTable
Set the value of the gridColor property.
setGridLocation(int,int) - method in class javax.swing.text.TableView.TableCell
Sets the grid location of this table cell.
setGroup(javax.swing.ButtonGroup) - method in class javax.swing.ButtonModel
Sets the button group for the button.
Set the value of the model's "group" property.
This method sets the character used to separate groups of digits.
setGroupingSize(int) - method in class java.text.DecimalFormat
setGroupingUsed(boolean) - method in class java.text.NumberFormat
This method sets the grouping behavior of this formatter.
setGuiAvailable(boolean) - static method in class java.beans.Beans
Sets whether the GUI is available to use.
setHandle(long) - method in class gnu.java.awt.EmbeddedWindow
If the native peer for this embedded window has been created, then setHandle will embed the window.
setHandler(ContentHandler) - method in class javax.xml.transform.sax.SAXResult
Sets the content handler to which result document events will be propagated.
This is the hook through which a subclass provides a handler which knows how to access DOM extensions, specific to some implementation, to record additional data in a DOM.
setHashColor(java.awt.Color) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the Hash color.
setHeader(java.lang.String,java.lang.String) - method in class gnu.java.net.protocol.http.Request
Sets the specified header in this request.
Sets the renderer for the column header and sends a PropertyChangeEvent (with the property name HEADER_RENDERER_PROPERTY) to all registered listeners.
setHeaders(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setHeaderValue(java.lang.Object) - method in class javax.swing.table.TableColumn
Sets the header value and sends a PropertyChangeEvent (with the property name HEADER_VALUE_PROPERTY) to all registered listeners.
setHeight(int) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setHeight(int) - method in class gnu.javax.imageio.jpeg.JPEGScan
setHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
Sets the height-constraint.
setHelpMenu(java.awt.Menu) - method in class java.awt.MenuBar
Sets the help menu for this menu bar.
setHelpMenu(javax.swing.JMenu) - method in class javax.swing.JMenuBar
Sets help menu for this menu bar
setHgap(int) - method in class java.awt.BorderLayout
Sets the horizontal gap to the specified value.
setHgap(int) - method in class java.awt.CardLayout
Set this layout manager's horizontal gap.
setHgap(int) - method in class java.awt.FlowLayout
Sets the horizontal gap between lines of components to the specified value.
setHgap(int) - method in class java.awt.GridLayout
Set the horizontal gap.
setHidden(boolean) - method in class java.beans.FeatureDescriptor
Set whether this feature is for use by tools only.
setHidingCDATA(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer will save CDATA boundaries.
setHidingComments(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer is hiding comments.
setHidingReferences(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer will hide entity expansions, or will instead mark them with entity reference nodes.
setHidingWhitespace(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer hides ignorable whitespace
setHints(int) - method in class java.awt.image.AreaAveragingScaleFilter
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME from the ImageConsumer interface.
setHints(int) - method in class gnu.java.awt.peer.gtk.GtkImageConsumer
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - method in class java.awt.image.ImageConsumer
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - method in class gnu.java.awt.peer.x.ImageConverter
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - method in class java.awt.image.ImageFilter
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME from the ImageConsumer interface.
setHints(int) - method in class java.awt.image.PixelGrabber
Our ImageProducer may call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - method in class gnu.java.awt.peer.qt.QtImageConsumer
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHints(int) - method in class gnu.awt.xlib.XOffScreenImage
The ImageProducer should call this method with a bit mask of hints from any of RANDOMPIXELORDER, TOPDOWNLEFTRIGHT, COMPLETESCANLINES, SINGLEPASS, SINGLEFRAME.
setHoldability(int) - method in class java.sql.Connection
Sets the default holdability of ResultSetS that are created from StatementS using this Connection.
setHorizontalAlignment(int) - method in class javax.swing.AbstractButton
Set the horizontal alignment of the button's text and icon.
setHorizontalAlignment(int) - method in class javax.swing.JLabel
Sets the horizontal alignment for the label (this is a bound property with the name 'horizontalAlignment').
setHorizontalAlignment(int) - method in class javax.swing.JTextField
Sets the horizontal alignment of the text.
setHorizontalScrollBarPolicy(int) - method in class javax.swing.JScrollPane
Sets the horizontal scrollbar policy.
setHorizontalTextPosition(int) - method in class javax.swing.AbstractButton
Set the horizontal position of the button's text relative to its icon.
setHorizontalTextPosition(int) - method in class javax.swing.JLabel
Sets the horizontal position of the label's text relative to the icon (this is a bound property with the name 'horizontalTextPosition').
Sets the hostname verifier for this instance.
Set the hostname verifier to use.
setHour(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setHours(int) - method in class java.sql.Date
This method always throws an IllegalArgumentException.
setHours(int) - method in class java.util.Date
Sets the hours to the given value.
setHref(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setHref(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setHref(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBaseElement
setHref(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setHreflang(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setHreflang(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setHspace(int) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setHspace(int) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setHspace(int) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
Sets the value of the specified attribute.
setHtmlFor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLabelElement
setHtmlFor(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
setHttpEquiv(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLMetaElement
setHumanPresentableName(java.lang.String) - method in class java.awt.datatransfer.DataFlavor
Sets the human presentable name to the specified value.
setIcon(boolean) - method in class javax.swing.JInternalFrame
This method iconifies or deiconifies this JInternalFrame given the boolean argument.
setIcon(javax.swing.Icon) - method in class javax.swing.AbstractButton
Set the button's default "icon" property.
setIcon(javax.swing.Icon) - method in class javax.swing.JLabel
Sets the icon for the label (this is a bound property with the name 'icon').
setIcon(javax.swing.Icon) - method in class javax.swing.JOptionPane
This method changes the icon property.
Adds an icon attribute to the specified set.
setIconAt(int,javax.swing.Icon) - method in class javax.swing.JTabbedPane
This method sets the icon of the tab.
setIconifiable(boolean) - method in class javax.swing.JInternalFrame
This method sets whether the JInternalFrame can be iconified.
setIconImage(java.awt.Image) - method in class java.awt.Frame
Sets this frame's icon to the specified value.
setIconImage(java.awt.Image) - method in class java.awt.peer.FramePeer
setIconImage(java.awt.Image) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setIconImage(java.awt.Image) - method in class gnu.java.awt.peer.qt.QtFramePeer
setIconImage(java.awt.Image) - method in class gnu.awt.xlib.XFramePeer
setIconImage(java.awt.Image) - method in class gnu.java.awt.peer.x.XFramePeer
setIconOnly(boolean) - method in class javax.swing.plaf.metal.MetalComboBoxButton
Sets the flag that controls whether the button displays an icon only, or text as well.
setIcons(java.awt.Image[]) - method in class gnu.java.beans.BeanInfoEmbryo
setIconTextGap(int) - method in class javax.swing.AbstractButton
Set the value of the iconTextGap property.
setIconTextGap(int) - method in class javax.swing.JLabel
Sets the gap between the icon and the text, in the case that both are visible (this is a bound property with the name 'iconTextGap').
setId(int) - method in class gnu.classpath.jdwp.event.EventRequest
Sets the id of the request (used for auto-generated events)
setId(int) - method in class gnu.classpath.jdwp.transport.JdwpPacket
Sets the packet id
setId(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
setId(java.lang.String) - method in class gnu.CORBA.typecodes.GeneralTypeCode
Set this property.
setId(java.lang.String) - method in class gnu.java.beans.decoder.PersistenceParser
setID(java.lang.String) - method in class java.util.TimeZone
Sets the identifier of this time zone.
setId(long) - method in class gnu.classpath.jdwp.id.JdwpId
Sets the id for this object reference
setIdAttribute(java.lang.String,boolean) - method in class javax.imageio.metadata.IIOMetadataNode
setIdAttributeNode(Attr,boolean) - method in class gnu.xml.dom.DomElement
setIdAttributeNode(Attr,boolean) - method in class javax.imageio.metadata.IIOMetadataNode
setIdentifier(java.lang.Object) - method in class javax.swing.table.TableColumn
Sets the identifier for the column and sends a PropertyChangeEvent (with the property name 'identifier') to all registered listeners.
setIfModifiedSince(long) - method in class java.net.URLConnection
Sets the ifModified since instance variable.
setIgnoreRepaint(boolean) - method in class java.awt.Component
Sets whether paint messages delivered by the operating system should be ignored.
setIgnoringComments(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will discard comment nodes.
Sets whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
setImage(int,int,int[],java.util.Hashtable) - method in class gnu.java.awt.peer.gtk.GtkImage
Callback from the image consumer.
setImage(int,int,int[],java.util.Hashtable) - method in class gnu.java.awt.peer.qt.QtImage
Callback from the image consumer.
setImage(java.awt.Image) - method in class javax.swing.ImageIcon
Explicitly sets the backing Image for this ImageIcon.
setImageableArea(double,double,double,double) - method in class java.awt.print.Paper
This method sets the imageable area of the paper by specifying the coordinates of the upper left hand corner of that area, and its length and height.
Sets the ImageObserver that will be used for all Image operations.
setImplementation(java.lang.Object) - method in class javax.management.StandardMBean
Replaces the implementation of the interface used by this instance with the one specified.
Set whether or not implicit down cycling is enabled.
Set the current value of the implicitDownCycleTraversal property.
setIn(java.io.InputStream) - static method in class java.lang.System
Set in to a new InputStream.
Sets our indicator of whether we are initiating an I/O operation on our socket.
setInChannelOperation(boolean) - method in class gnu.java.net.PlainSocketImpl
Sets our indicator of whether an I/O operation is being initiated by a channel.
Sets whether or not this is in the default event set.
setIndentSpace(int) - method in class javax.swing.text.AbstractWriter
Set the number of spaces per indent level.
setIndeterminate(boolean) - method in class javax.swing.JProgressBar
Sets the flag that controls the mode for this JProgressBar (true for indeterminate mode, and false for determinate mode).
setIndex(int) - method in class java.text.CharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setIndex(int) - method in class gnu.java.text.FormatCharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
setIndex(int) - method in class java.text.ParsePosition
This method sets the current parsing index to the specified value.
setIndex(int) - method in class javax.swing.text.Segment
Sets the current index and returns the character at that position (or CharacterIterator.DONE if the index is equal to getEndIndex().
setIndex(int) - method in class java.text.StringCharacterIterator
This method sets the value of the index to the specified value, then returns the character at that position.
Sets the method that is used to read an indexed property.
Sets the method that is used to write an indexed property.
This method sets the string used to represents infinity.
setInfo(java.lang.String) - method in class java.security.Identity
Sets the general information string.
setInheritsPopupMenu(boolean) - method in class javax.swing.JComponent
Sets the flag that controls whether or not the component inherits its parent's popup menu when no popup menu is specified for this component.
Sets the initial context factory builder.
setInitialDelay(int) - method in class javax.swing.Timer
Set the intial delay before firing the first event since calling the start() method.
setInitialDelay(int) - method in class javax.swing.ToolTipManager
Sets the initial delay before the ToolTip is shown when the mouse enters a Component.
setInitialPolicies(java.util.Set) - method in class java.security.cert.PKIXParameters
Sets the initial policy identifiers (as OID strings).
This method changes the initial selection property.
setInitialValue(java.lang.Object) - method in class javax.swing.JOptionPane
This method changes the initial value property.
Replaces the children of the given element with the contents of the string.
setInput(byte[]) - method in class java.util.zip.Deflater
Sets the data which should be compressed next.
setInput(byte[]) - method in class java.util.zip.Inflater
Sets the input.
setInput(byte[],int,int) - method in class gnu.gcj.convert.BytesToUnicode
Make input bytes available to the conversion.
setInput(byte[],int,int) - method in class java.util.zip.Deflater
Sets the data which should be compressed next.
setInput(byte[],int,int) - method in class java.util.zip.Inflater
Sets the input.
setInput(java.lang.Object) - method in class gnu.javax.imageio.bmp.BMPImageReader
setInput(java.lang.Object) - method in class gnu.javax.imageio.gif.GIFImageReader
setInput(java.lang.Object) - method in class javax.imageio.ImageReader
Set the input source to the given object.
setInput(java.lang.Object,boolean) - method in class gnu.javax.imageio.bmp.BMPImageReader
setInput(java.lang.Object,boolean) - method in class gnu.javax.imageio.gif.GIFImageReader
setInput(java.lang.Object,boolean) - method in class javax.imageio.ImageReader
Set the input source to the given object and specify whether this reader should be allowed to read input from the data stream more than once.
setInput(java.lang.Object,boolean,boolean) - method in class gnu.javax.imageio.bmp.BMPImageReader
setInput(java.lang.Object,boolean,boolean) - method in class gnu.javax.imageio.gif.GIFImageReader
Set the input source to the given object, specify whether this reader should be allowed to read input from the data stream more than once, and specify whether this reader should ignore metadata in the input stream.
setInput(java.lang.Object,boolean,boolean) - method in class gnu.javax.imageio.png.PNGImageReader
Sets the input and checks the input parameter.
setInputEncoding(java.lang.String) - method in class gnu.xml.dom.DomDocument
Sets the input map for the given condition.
Set the input method context, which ties the input method to a client component.
setInputSource(InputSource) - method in class javax.xml.transform.sax.SAXSource
Sets the input source to parse.
Set the input stream that receives the CORBA input.
setInputStream(java.io.InputStream) - method in class javax.xml.transform.stream.StreamSource
Sets the source input stream.
setInputValue(java.lang.Object) - method in class javax.swing.JOptionPane
This method changes the inputValue property.
Sets the input verifier to use by this component.
setInsets(short,short,short,short) - method in class javax.swing.text.CompositeView
Sets the insets of this CompositeView.
Replaces the current array of installed LookAndFeelInfos.
Sets the value of this HttpURLConnection's instanceFollowRedirects field
setInt(int,int) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java int value.
setInt(int,int) - method in class javax.sql.RowSet
setInt(java.lang.Object,int) - method in class java.lang.reflect.Field
Set this int Field.
setInt(java.lang.Object,int,int) - static method in class java.lang.reflect.Array
Sets an element of an int array.
This method sets the specified parameter from the given Java int value.
setIntercellSpacing(java.awt.Dimension) - method in class javax.swing.JTable
Set the value of the intercellSpacing property.
Sets the interface to use for sending multicast packets.
This method sets the JInternalFrame that this JDesktopIcon represents.
This method sets the international currency symbols to the specified value.
setIntHTMLAttribute(java.lang.String,int) - method in class gnu.xml.dom.html2.DomHTMLElement
setInvalidCharacters(java.lang.String) - method in class javax.swing.text.MaskFormatter
Sets characters that are not valid for input.
setInverted(boolean) - method in class javax.swing.JSlider
Sets the flag that controls whether or not the value scale for the slider is inverted and, if the new flag value is different to the old flag value, sends a PropertyChangeEvent to all registered listeners.
setInvoker(java.awt.Component) - method in class javax.swing.JPopupMenu
Sets popup menu's invoker.
setInvokesStopCellEditing(boolean) - method in class javax.swing.JTree
setIor(gnu.CORBA.IOR) - method in class gnu.CORBA.gnuRequest
Set the IOR data, sufficient to find the invocation target.
setIor(gnu.CORBA.IOR) - method in class gnu.CORBA.IorDelegate
Reset the remote_ior flag, forcing to check if the object is local on the next getRequestInstance call.
setIor(gnu.CORBA.IOR) - method in class gnu.CORBA.SimpleDelegate
Set the IOR of this object.
setIsMap(boolean) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setIssuer(byte[]) - method in class java.security.cert.X509CertSelector
Sets the issuer, specified as the DER encoding of the issuer's distinguished name.
setIssuer(java.lang.String) - method in class java.security.cert.X509CertSelector
Sets the issuer, specified as a string representation of the issuer's distinguished name.
setIssuerNames(java.util.Collection) - method in class java.security.cert.X509CRLSelector
Sets the issuer names criterion.
Adds an italic attribute to the specified set.
setItem(java.lang.Object) - method in class javax.swing.plaf.basic.BasicComboBoxEditor
Sets item that should be edited when any editing operation is performed by the user.
setItem(java.lang.Object) - method in class javax.swing.ComboBoxEditor
Sets item that should be editted when any editting operation is performed by the user.
setJavaArchive(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setJavaArchive(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setJavaCode(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setJavaCode(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setJavaCodeBase(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setJavaCodeBase(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setJavaObject(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setJavaObject(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setJavaType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setJavaType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setJMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JApplet
setJMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JDialog
This method sets the JMenuBar used in this JDialog.
setJMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JFrame
This method sets the JMenuBar to be used with this JInternalFrame.
setJMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JRootPane
DOCUMENT ME!
setJobName(java.lang.String) - method in class gnu.java.awt.print.JavaPrinterJob
Sets the name of the print job.
setJobName(java.lang.String) - method in class java.awt.print.PrinterJob
Sets the name of the print job.
setJustification(int) - method in class javax.swing.text.ParagraphView
Sets the justification of the paragraph.
setKeepAlive(boolean) - method in class gnu.java.net.local.LocalSocket
setKeepAlive(boolean) - method in class java.net.Socket
This method sets the value for the socket level socket option SO_KEEPALIVE.
setKeyBindingActive(boolean) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
DOCUMENT ME!
setKeyBindingRegistered(boolean) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
DOCUMENT ME!
setKeyChar(char) - method in class java.awt.event.KeyEvent
Sets the Unicode character for this event to the specified value.
setKeyCode(int) - method in class java.awt.event.KeyEvent
Sets the key code for this event.
Assign the key to the alias in the keystore.
Assign the key to the alias in the keystore, protecting it with the given password.
setKeymap(javax.swing.text.Keymap) - method in class javax.swing.text.JTextComponent
Set the current Keymap of this component, installing appropriate KeymapWrapper and KeymapActionMap objects in the InputMap and ActionMap parent chains, respectively, and fire a property change event with name "keymap".
setKeyPair(java.security.KeyPair) - method in class java.security.Signer
Specifies the KeyPair associated with this Signer.
setKeySelectionManager
setKeyUsage(boolean[]) - method in class java.security.cert.X509CertSelector
Sets the public key usage criterion.
setLabel(java.lang.String) - method in class javax.swing.AbstractButton
Set the button's "label" property.
setLabel(java.lang.String) - method in class java.awt.Button
Sets the label for this button to the specified value.
setLabel(java.lang.String) - method in class java.awt.peer.ButtonPeer
setLabel(java.lang.String) - method in class java.awt.Checkbox
Sets the label for this checkbox to the specified value.
setLabel(java.lang.String) - method in class java.awt.peer.CheckboxPeer
setLabel(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLOptGroupElement
setLabel(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLOptionElement
setLabel(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkButtonPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkCheckboxPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkMenuItemPeer
setLabel(java.lang.String) - method in class javax.swing.JPopupMenu
Sets label for this popup menu.
setLabel(java.lang.String) - method in class java.awt.MenuItem
This method sets the label for this menu to the specified value.
setLabel(java.lang.String) - method in class java.awt.peer.MenuItemPeer
setLabel(java.lang.String) - method in class javax.swing.text.html.Option
Sets the label to use for this <option> tag.
setLabel(java.lang.String) - method in class gnu.java.awt.peer.qt.QtButtonPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.qt.QtCheckboxPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.qt.QtMenuPeer
setLabel(java.lang.String) - method in class gnu.java.awt.peer.swing.SwingButtonPeer
Sets the label of the button.
setLabel(java.lang.String) - method in class gnu.java.awt.peer.swing.SwingMenuItemPeer
Sets the label for the menu item.
setLabel(java.lang.String) - method in class gnu.java.awt.peer.swing.SwingMenuPeer
Sets the label of the menu.
setLabelFor(java.awt.Component) - method in class javax.swing.JLabel
Sets the component that this JLabel is providing the label for (this is a bound property with the name 'labelFor').
setLabelTable(java.util.Dictionary) - method in class javax.swing.JSlider
Sets the table of labels for the slider and sends a PropertyChangeEvent (with the property name "labelTable") to all registered listeners.
setLang(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
setLargeModel(boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Updates the componentListener, if necessary.
setLargeModel(boolean) - method in class javax.swing.JTree
setLastDividerLocation(int) - method in class javax.swing.JSplitPane
This method sets the last location of the divider.
setLastDragLocation(int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method sets the last location the divider was dragged to.
setLastMatch(gnu.java.util.regex.REMatch) - method in class gnu.java.util.regex.CharIndexed
Sets the REMatch last found on this input.
setLastModified(long) - method in class java.io.File
This method sets the modification time on the file to the specified value.
setLayer(int) - method in class javax.swing.JInternalFrame
A helper method that set the layer that this JInternalFrame resides in.
setLayer(java.awt.Component,int) - method in class javax.swing.JLayeredPane
Set the layer property for a component, within this container.
Set the layer and position of a component, within this container.
setLayer(java.lang.Integer) - method in class javax.swing.JInternalFrame
A helper method that sets the layer that this JInternalFrame resides in.
This method sets the JLayeredPane used in the JDialog.
setLayeredPane(javax.swing.JLayeredPane) - method in class javax.swing.JFrame
setLayeredPane
This method sets the JLayeredPane to use with this JInternalFrame.
DOCUMENT ME!
setLayeredPane
setLayeredPane
Sets a layout manager on this AbstractButton.
setLayout(java.awt.LayoutManager) - method in class javax.swing.Box
setLayout(java.awt.LayoutManager) - method in class java.awt.Container
Sets the layout manager for this container to the specified layout manager.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JApplet
Sets the layout manager for this container to the specified layout manager.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JDialog
This method sets the LayoutManager used in the JDialog.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JFrame
Sets the layout manager for this container to the specified layout manager.
This method sets the Layout Manager used in the JInternalFrame.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JScrollPane
Sets the layout manager for this container to the specified layout manager.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JToolBar
This method sets the layout manager to be used with the JToolBar.
setLayout(java.awt.LayoutManager) - method in class javax.swing.JWindow
Sets the layout manager for this container to the specified layout manager.
This method overrides its superclass method to ensure no layout manager is set for this container.
setLayoutOrientation(int) - method in class javax.swing.JList
Sets the layout orientation (this is a bound property with the name 'layoutOrientation').
Sets the value of the leadAnchorNotificationEnabled property.
Sets the value of the anchorSelectionIndex property.
setLeadSelectionIndex(int) - method in class javax.swing.ListSelectionModel
Sets the index of the lead item.
setLeafIcon(javax.swing.Icon) - method in class javax.swing.tree.DefaultTreeCellRenderer
Sets the icon to be displayed for leaf nodes.
setLeftChildIndent(int) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the left child's indent value.
setLeftComponent(java.awt.Component) - method in class javax.swing.JSplitPane
This method sets the left component.
Adds a left indentation attribute to the specified set.
setLeftInset(float) - method in class javax.swing.text.AsyncBoxView
Sets the left inset.
setLength(int) - method in class gnu.CORBA.typecodes.ArrayTypeCode
Sets the array length to the supplied value.
setLength(int) - method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Truncate.
setLength(int) - method in class java.net.DatagramPacket
Sets the length of the data in the buffer.
setLength(int) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setLength(int) - method in class gnu.CORBA.typecodes.GeneralTypeCode
Set the length property.
setLength(int) - method in class javax.imageio.stream.IIOByteBuffer
setLength(int) - method in class java.lang.StringBuffer
Set the length of this StringBuffer.
setLength(int) - method in class java.lang.StringBuilder
Set the length of this StringBuilder.
setLength(int) - method in class gnu.CORBA.typecodes.StringTypeCode
Set the length property.
setLength(long) - method in class java.io.RandomAccessFile
This method sets the length of the file to the specified length.
setLenient(boolean) - method in class java.util.Calendar
Specifies if the date/time interpretation should be lenient.
setLenient(boolean) - method in class java.text.DateFormat
This method specifies whether or not this object should be lenient in the syntax it accepts while parsing date/time values.
setLevel(int) - method in class java.util.zip.Deflater
Sets the compression level.
setLevel(int) - method in class java.util.zip.ZipOutputStream
Sets default compression level.
setLevel(java.util.logging.Level) - method in class java.util.logging.Handler
Sets the severity level threshold for this Handler.
setLevel(java.util.logging.Level) - method in class java.util.logging.Logger
Sets the severity level threshold for this Handler.
setLevel(java.util.logging.Level) - method in class java.util.logging.LogRecord
Sets the severity level of this LogRecord to a new value.
setLexicalHandler(LexicalHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setLexicalHandler(LexicalHandler) - method in class javax.xml.transform.sax.SAXResult
Sets the lexical handler to which lexical events will be propagated.
setLightWeightPopupEnabled(boolean) - method in class javax.swing.JComboBox
This method sets JComboBox's popup to be either lightweight or heavyweight.
setLightWeightPopupEnabled(boolean) - method in class javax.swing.JPopupMenu
DOCUMENT ME!
This method sets whether LightweightToolTips are enabled.
setLimit(int) - method in class javax.swing.undo.UndoManager
Changes the maximal number of edits that this UndoManager can process.
setLine(double,double,double,double) - method in class java.awt.geom.Line2D
Set the coordinates of the line to the given coordinates.
setLine(double,double,double,double) - method in class java.awt.geom.Line2D.Double
Set this line to the given points.
setLine(double,double,double,double) - method in class java.awt.geom.Line2D.Float
Set this line to the given points.
setLine(float,float,float,float) - method in class java.awt.geom.Line2D.Float
Set this line to the given points.
setLine(java.awt.geom.Line2D) - method in class java.awt.geom.Line2D
Set the coordinates to those of the given line.
Set the coordinates to the given points.
setLineIncrement(int) - method in class gnu.java.awt.peer.gtk.GtkScrollbarPeer
setLineIncrement(int) - method in class gnu.java.awt.peer.qt.QtScrollbarPeer
setLineIncrement(int) - method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "unit" amount control.
setLineIncrement(int) - method in class java.awt.peer.ScrollbarPeer
setLineLength(int) - method in class javax.swing.text.AbstractWriter
Set the maximum line length.
setLineNumber(int) - method in class java.io.LineNumberInputStream
This method sets the current line number to the specified value.
setLineNumber(int) - method in class java.io.LineNumberReader
This method sets the current line number to the specified value.
setLineSeparator(java.lang.String) - method in class javax.swing.text.AbstractWriter
Set the current line separator.
setLineSeparator(java.lang.String) - method in class gnu.java.util.regex.RESyntax
Changes the line separator string for regular expressions created using this RESyntax.
setLineSpacing(float) - method in class javax.swing.text.ParagraphView
Sets the line spacing for this paragraph.
Adds a line spacing attribute to the specified set.
setLineWrap(boolean) - method in class javax.swing.JTextArea
Enables/disables line wrapping.
setLink(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
setLinkCursor(java.awt.Cursor) - method in class javax.swing.text.html.HTMLEditorKit
Sets the Cursor for links.
setList(java.util.List) - method in class javax.swing.SpinnerListModel
Changes the backing list for this model.
setListData(java.lang.Object[]) - method in class javax.swing.JList
Sets the model property of the list to a new anonymous AbstractListModel subclass which accesses the provided Object array directly.
setListData(java.util.Vector) - method in class javax.swing.JList
Sets the model property of the list to a new anonymous AbstractListModel subclass which accesses the provided vector directly.
setLoadsSynchronously(boolean) - method in class javax.swing.text.html.ImageView
Set if the image should be loaded only when needed (synchronuosly).
setLocale(java.util.Locale) - method in class java.beans.beancontext.BeanContextSupport
setLocale(java.util.Locale) - method in class java.awt.Component
Sets the locale for this component to the specified locale.
setLocale(java.util.Locale) - method in class gnu.xml.util.DomParser
SAX1: Identifies the locale which the parser should use for the diagnostics it provides.
setLocale(java.util.Locale) - method in class javax.imageio.ImageReader
Set the current locale or use the default locale.
setLocale(java.util.Locale) - method in class javax.imageio.ImageWriter
Set the current locale or use the default locale.
setLocale(java.util.Locale) - method in class java.awt.im.spi.InputMethod
Sets the input locale.
setLocale(java.util.Locale) - method in class javax.security.auth.callback.LanguageCallback
Set the retrieved Locale.
setLocale(java.util.Locale) - method in class java.text.MessageFormat
Sets the locale.
setLocale(java.util.Locale) - method in class gnu.xml.aelfred2.SAXDriver
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
setLocale(java.util.Locale) - method in class gnu.xml.aelfred2.XmlReader
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
This method sets the list of characters used to specific date/time formatting strings.
setLocation(double,double) - method in class java.awt.Point
Sets this object's coordinates to the specified values.
setLocation(double,double) - method in class java.awt.geom.Point2D
Set the location of this point to the new coordinates.
setLocation(double,double) - method in class java.awt.geom.Point2D.Double
Sets the location of this point.
setLocation(double,double) - method in class java.awt.geom.Point2D.Float
Sets the location of this point.
setLocation(float,float) - method in class java.awt.geom.Point2D.Float
Sets the location of this point.
setLocation(int,int) - method in class java.awt.Component
Moves this component to the specified location, relative to the parent's coordinates.
setLocation(int,int) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
setLocation(int,int) - method in class javax.swing.JPopupMenu
Sets location of the popup menu.
setLocation(int,int) - method in class java.awt.Point
Sets this object's coordinates to the specified values.
setLocation(int,int) - method in class java.awt.Rectangle
Moves the location of this rectangle by setting its upper left corner to the specified coordinates.
setLocation(java.awt.geom.Point2D) - method in class java.awt.geom.Point2D
Set the location of this point to the new coordinates.
setLocation(java.awt.Point) - method in class javax.accessibility.AccessibleComponent
Set the location of this component relative to its parent.
setLocation(java.awt.Point) - method in class java.awt.Component
Moves this component to the specified location, relative to the parent's coordinates.
Sets the location of this relative to its parent's coordinate system.
Does nothing since the screen location cannot be set on list children explictitly.
The location of the table cells cannot be manipulated directly, so this method does nothing.
Set the location of this component relative to its parent.
Sets the location of the object relative to the parent.
Sets the location of the component, with co-ordinates relative to the parent component and using the co-ordinate space of the screen.
setLocation(java.awt.Point) - method in class java.awt.Point
Sets this object's coordinates to match those of the specified point.
setLocation(java.awt.Point) - method in class java.awt.Rectangle
Moves the location of this rectangle by setting its upper left corner to the specified point.
setLocation(javax.xml.stream.Location) - method in class javax.xml.stream.XMLEventFactory
Sets the location for each event created by this factory.
Sets the location for each event created by this factory.
Sets the locator indicating where the error occurred.
setLockingKeyState(int,boolean) - method in class java.awt.Toolkit
Sets the state of the given locking key on the keyboard.
setLog(java.io.OutputStream) - static method in class java.rmi.server.RemoteServer
Set the stream for logging RMI calls.
Sets the logging level for a particular logger.
setLoggerName(java.lang.String) - method in class java.util.logging.LogRecord
Sets the name of the logger where this LogRecord has originated.
Sets the logical style for the paragraph at the specified position.
setLogicalStyle
Sets the logical style for the paragraph at the current caret position.
setLoginTimeout(int) - method in class javax.sql.DataSource
setLoginTimeout(int) - static method in class java.sql.DriverManager
This method set the login timeout used by JDBC drivers.
setLoginTimeout(int) - method in class javax.sql.XADataSource
setLogStream(java.io.PrintStream) - static method in class javax.swing.DebugGraphics
setLogStream
setLogStream(java.io.PrintStream) - static method in class java.sql.DriverManager
This method sets the log stream in use by JDBC.
setLogTimers(boolean) - static method in class javax.swing.Timer
Set the timer logging state.
setLogWriter(java.io.PrintWriter) - method in class javax.sql.DataSource
setLogWriter(java.io.PrintWriter) - static method in class java.sql.DriverManager
This method sets the log writer being used by JDBC drivers.
setLong(int,long) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java long value.
setLong(int,long) - method in class javax.sql.RowSet
setLong(java.lang.Object,int,long) - static method in class java.lang.reflect.Array
Sets an element of a long array.
setLong(java.lang.Object,long) - method in class java.lang.reflect.Field
Set this long Field.
This method sets the specified parameter from the given Java long value.
setLongDesc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setLongDesc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setLongDesc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setLookAndFeel(java.lang.String) - static method in class javax.swing.UIManager
Set the current default look and feel using a class name.
setLookAndFeel(javax.swing.LookAndFeel) - static method in class javax.swing.UIManager
Sets the current LookAndFeel.
setLoopbackMode(boolean) - method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast packets.
setLoopPoints(int,int) - method in class javax.sound.sampled.Clip
Set the loop begin and end points.
setMac(gnu.javax.crypto.mac.IMac) - method in class gnu.javax.crypto.mac.MacInputStream
Sets the MAC this stream is updating, which must have already been initialized.
setMac(gnu.javax.crypto.mac.IMac) - method in class gnu.javax.crypto.mac.MacOutputStream
Sets the MAC this stream is updating, which must have already been initialized.
setMagicCaretPosition(java.awt.Point) - method in class javax.swing.text.Caret
Sets the current visual position of this Caret.
setMagicCaretPosition(java.awt.Point) - method in class javax.swing.text.DefaultCaret
Sets the current visual position of this Caret.
setMajorOffset(float) - method in class javax.swing.text.AsyncBoxView.ChildState
Sets the offset of the child view along the major layout axis.
setMajorTickSpacing(int) - method in class javax.swing.JSlider
Sets the distance between major tick marks along the slider's value scale, and sends a PropertyChangeEvent (with the property name "majorTickSpacing") to all registered listeners.
setMargin(java.awt.Insets) - method in class javax.swing.AbstractButton
Set the button's "margin" property, which is an Insets object describing the distance between the button's border and its text and icon.
setMargin(java.awt.Insets) - method in class javax.swing.JMenuBar
Sets the menu bar's "margin" bound property, which represents distance between the menubar's border and its menus.
setMargin(java.awt.Insets) - method in class javax.swing.text.JTextComponent
setMargin(java.awt.Insets) - method in class javax.swing.JToolBar
This method sets the margin property.
setMarginHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setMarginHeight(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setMarginWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setMarginWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setMask(java.lang.String) - method in class javax.swing.text.MaskFormatter
Sets the mask for this MaskFormatter.
setMask(long) - method in class gnu.java.awt.BitMaskExtent
Set the bit mask.
setMasked(boolean) - method in class gnu.javax.crypto.keyring.MaskableEnvelopeEntry
Sets the masked state to the specified value.
Set the source of timing information. sync must be found in the array returned by getMasterSyncModes().
setMatchAllSubjectAltNames(boolean) - method in class java.security.cert.X509CertSelector
Sets whether or not all subject alternative names must be matched.
setMaxCRLNumber(java.math.BigInteger) - method in class java.security.cert.X509CRLSelector
Sets the maximum value of the CRLNumber extension present in CRLs matched by this selector.
setMaxFieldSize(int) - method in class javax.sql.RowSet
setMaxFieldSize(int) - method in class java.sql.Statement
This method sets the limit for the maximum length of any column in bytes.
setMaximizable(boolean) - method in class javax.swing.JInternalFrame
This method sets whether the JInternalFrame can be maximized.
setMaximizedBounds(java.awt.Rectangle) - method in class java.awt.peer.FramePeer
setMaximizedBounds(java.awt.Rectangle) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setMaximizedBounds(java.awt.Rectangle) - method in class gnu.java.awt.peer.qt.QtFramePeer
setMaximizedBounds(java.awt.Rectangle) - method in class gnu.awt.xlib.XFramePeer
setMaximizedBounds(java.awt.Rectangle) - method in class gnu.java.awt.peer.x.XFramePeer
setMaximum(boolean) - method in class javax.swing.JInternalFrame
This method sets the JInternalFrame to maximized (if the given argument is true) or restores the JInternalFrame to its normal bounds otherwise.
setMaximum(int) - method in class java.awt.Adjustable
Sets the maximum value this object can have.
setMaximum(int) - method in class javax.swing.BoundedRangeModel
Sets the upper bound for the model and sends a ChangeEvent to all registered listeners.
setMaximum(int) - method in class javax.swing.DefaultBoundedRangeModel
Changes the current maximal value of this bounded range model.
setMaximum(int) - method in class javax.swing.JProgressBar
Sets the maximum value for the JProgressBar.
setMaximum(int) - method in class javax.swing.JScrollBar
This method sets the maximum value of the scrollbar.
setMaximum(int) - method in class javax.swing.JSlider
Sets the maximum value of the slider and fires a PropertyChangeEvent (with the property name "maximum") to all registered listeners.
setMaximum(int) - method in class javax.swing.ProgressMonitor
Sets the maximum or end value of the operation to the given integer.
setMaximum(int) - method in class java.awt.Scrollbar
Sets the maximum value for this scrollbar to the specified value.
setMaximum(int) - method in class java.awt.ScrollPaneAdjustable
Sets the maximum value this object can have.
setMaximum(java.lang.Comparable) - method in class javax.swing.text.InternationalFormatter
Sets the maximum value that is allowed by this Formatter.
Sets the maximum value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
setMaximumFractionDigits(int) - method in class java.text.DecimalFormat
setMaximumFractionDigits(int) - method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the fraction portion of a number to the specified value.
setMaximumIntegerDigits(int) - method in class java.text.DecimalFormat
setMaximumIntegerDigits(int) - method in class java.text.NumberFormat
This method sets the maximum number of digits allowed in the integer portion of a number to the specified value.
setMaximumRowCount(int) - method in class javax.swing.JComboBox
Sets number of rows that should be visible in this JComboBox's popup.
Sets the maximum size that will be returned by getMaximumSize() always, and sends a PropertyChangeEvent (with the property name 'maximumSize') to all registered listeners.
setMaximumSize(java.awt.Dimension) - method in class javax.swing.JComponent
Set the value of the maximumSize property.
setMaxLength(int) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setMaxPage(int) - method in class java.awt.JobAttributes
setMaxPathLength(int) - method in class java.security.cert.PKIXBuilderParameters
Sets the maximum length of certificate paths to build.
setMaxPriority(int) - method in class java.lang.ThreadGroup
Set the maximum priority for Threads in this ThreadGroup. setMaxPriority can only be used to reduce the current maximum.
setMaxRows(int) - method in class javax.sql.RowSet
setMaxRows(int) - method in class java.sql.Statement
This method sets the maximum number of rows that can be present in a result set.
setMaxSize(int,int) - method in class gnu.gcj.xlib.WMSizeHints
If the max version is assigned, the orb replies with the error message if the request version is above the supported 1.2 version.
setMaxWidth(int) - method in class javax.swing.table.TableColumn
Sets the maximum width for the column and sends a PropertyChangeEvent (with the property name 'maxWidth') to all registered listeners.
setMayscript(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setMayscript(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setMedia(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setMedia(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLStyleElement
setMediaToDefault() - method in class java.awt.PageAttributes
setMember(java.lang.reflect.AccessibleObject) - method in class gnu.java.security.action.SetAccessibleAction
setMenuBar(java.awt.MenuBar) - method in class java.awt.Frame
Sets this frame's menu bar.
setMenuBar(java.awt.MenuBar) - method in class java.awt.peer.FramePeer
setMenuBar(java.awt.MenuBar) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setMenuBar(java.awt.MenuBar) - method in class gnu.java.awt.peer.qt.QtFramePeer
setMenuBar(java.awt.MenuBar) - method in class gnu.java.awt.peer.swing.SwingFramePeer
Sets the menu bar to display in this frame.
setMenuBar(java.awt.MenuBar) - method in class gnu.awt.xlib.XFramePeer
setMenuBar(java.awt.MenuBar) - method in class gnu.java.awt.peer.x.XFramePeer
setMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JInternalFrame
This method is deprecated.
setMenuBar(javax.swing.JMenuBar) - method in class javax.swing.JRootPane
setMenuLocation(int,int) - method in class javax.swing.JMenu
Sets location at which popup menu should be displayed The location given is relative to this menu item
setMessage(byte[],int) - method in class javax.sound.midi.MidiMessage
Set the complete MIDI message.
setMessage(byte[],int) - method in class javax.sound.midi.SysexMessage
Set the sysex message.
setMessage(int) - method in class javax.sound.midi.ShortMessage
Set the MIDI message to one that requires no data bytes.
setMessage(int,byte[],int) - method in class javax.sound.midi.MetaMessage
Set the meta message.
setMessage(int,byte[],int) - method in class javax.sound.midi.SysexMessage
Set the sysex message. status must be either 0xF0 or 0xF7.
setMessage(int,int,int) - method in class javax.sound.midi.ShortMessage
Set the MIDI message.
setMessage(int,int,int,int) - method in class javax.sound.midi.ShortMessage
setMessage(java.lang.Object) - method in class javax.swing.JOptionPane
This method changes the message property.
setMessage(java.lang.String) - method in class java.util.logging.LogRecord
Sets the message for this LogRecord.
Sets the current MessageDigest to current parameter
Sets the current MessageDigest to current parameter
setMessageType(int) - method in class javax.swing.JOptionPane
This method changes the messageType property.
Set this IIOImage's metadata.
setMethod(int) - method in class java.util.zip.ZipEntry
Sets the compression method.
setMethod(int) - method in class java.util.zip.ZipOutputStream
Sets default compression method.
setMethod(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setMicrosecondPosition(long) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setMicrosecondPosition(long) - method in class javax.sound.sampled.Clip
Set the position to the indicated microsecond.
setMicrosecondPosition(long) - method in class javax.sound.midi.Sequencer
Set the current playback position of the sequencer in microseconds.
setMillis(long) - method in class java.util.logging.LogRecord
Sets the time when this LogRecord was created.
setMillisecond(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setMillisToDecideToPopup(int) - method in class javax.swing.ProgressMonitor
Sets the amount of milliseconds to wait until the ProgressMonitor should decide whether a progress dialog is to be shown or not.
setMillisToPopup(int) - method in class javax.swing.ProgressMonitor
Sets the number of milliseconds to wait before displaying the progress dialog.
setMinCRLNumber(java.math.BigInteger) - method in class java.security.cert.X509CRLSelector
Sets the minimum value of the CRLNumber extension present in CRLs matched by this selector.
setMinimalDaysInFirstWeek(int) - method in class java.util.Calendar
Sets how many days are required in the first week of the year.
setMinimum(int) - method in class java.awt.Adjustable
Sets the minimum value this object can have.
setMinimum(int) - method in class javax.swing.BoundedRangeModel
Sets the lower bound for the model and sends a ChangeEvent to all registered listeners.
setMinimum(int) - method in class javax.swing.DefaultBoundedRangeModel
Changes the current minimal value of this bounded range model.
setMinimum(int) - method in class javax.swing.JProgressBar
Sets the minimum value for the JProgressBar.
setMinimum(int) - method in class javax.swing.JScrollBar
This method sets the minimum value of the scrollbar.
setMinimum(int) - method in class javax.swing.JSlider
Sets the minimum value of the slider and fires a PropertyChangeEvent (with the property name "minimum") to all registered listeners.
setMinimum(int) - method in class javax.swing.ProgressMonitor
Use this method to set the minimum or start value of your operation.

For typical application like copy operation this will be zero.

Keep in mind that changing this value after the progress dialog is made visible has no effect upon the progress bar.

setMinimum(int) - method in class java.awt.Scrollbar
Sets the minimum value for this scrollbar to the specified value.
setMinimum(int) - method in class java.awt.ScrollPaneAdjustable
Sets the minimum value this object can have.
setMinimum(java.lang.Comparable) - method in class javax.swing.text.InternationalFormatter
Sets the minimum value that is allowed by this Formatter.
Sets the minimum value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
setMinimumFractionDigits(int) - method in class java.text.DecimalFormat
setMinimumFractionDigits(int) - method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the fraction portion of a number to the specified value.
setMinimumIntegerDigits(int) - method in class java.text.DecimalFormat
setMinimumIntegerDigits(int) - method in class java.text.NumberFormat
This method sets the minimum number of digits allowed in the integer portion of a number to the specified value.
Sets the minimum size that will be returned by getMinimumSize() always, and sends a PropertyChangeEvent (with the property name 'minimumSize') to all registered listeners.
setMinimumSize(java.awt.Dimension) - method in class javax.swing.JComponent
Set the value of the minimumSize property.
setMinor(int,java.lang.String) - method in class org.ietf.jgss.GSSException
Used internally by the GSS-API implementation and the underlying mechanisms to set the minor code and its textual representation.
setMinorTickSpacing(int) - method in class javax.swing.JSlider
Sets the distance between minor tick marks along the slider's value scale, and sends a PropertyChangeEvent (with the property name "minorTickSpacing") to all registered listeners.
setMinPage(int) - method in class java.awt.JobAttributes
setMinSize(int,int) - method in class gnu.gcj.xlib.WMSizeHints
setMinusSign(char) - method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the minus sign.
setMinute(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setMinutes(int) - method in class java.sql.Date
This method always throws an IllegalArgumentException.
setMinutes(int) - method in class java.util.Date
Sets the minutes to the given value.
setMinWidth(int) - method in class javax.swing.table.TableColumn
Sets the minimum width for the column and sends a PropertyChangeEvent (with the property name 'minWidth') to all registered listeners.
setMnemonic(char) - method in class javax.swing.AbstractButton
Set the current keyboard mnemonic value.
setMnemonic(int) - method in class javax.swing.AbstractButton
Set the current keyboard mnemonic value.
setMnemonic(int) - method in class javax.swing.ButtonModel
Sets the keyboard mnemonic for the button.
setMnemonic(int) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "mnemonic" property.
setMnemonicAt(int,int) - method in class javax.swing.JTabbedPane
This method sets the mnemonic for the tab.
setModal(boolean) - method in class java.awt.Dialog
Changes the modality of this dialog box.
setMode(gnu.javax.crypto.assembly.Operation) - method in class gnu.javax.crypto.assembly.Transformer
Sets the operational mode of this Transformer.
setMode(int) - method in class java.awt.FileDialog
Sets the mode of this dialog to either LOAD or SAVE.
Sets the model for the JProgressBar and sends a ChangeEvent to all registered listeners.
This method sets the model to use with the scrollbar.
setModel(javax.swing.BoundedRangeModel) - method in class javax.swing.JSlider
Sets the slider's model and sends a PropertyChangeEvent (with the property name "model") to all registered listeners.
Set the model the button is currently using.
setModel(javax.swing.ButtonModel) - method in class javax.swing.JMenu
Sets model for this menu.
setModel(javax.swing.ComboBoxModel) - method in class javax.swing.JComboBox
Set the data model for this JComboBox.
setModel(javax.swing.ListModel) - method in class javax.swing.JList
Sets the value of the model property.
This method changes the model property of the JTabbedPane.
setModel(javax.swing.SpinnerModel) - method in class javax.swing.JSpinner
Sets a new underlying model.
setModel(javax.swing.table.TableModel) - method in class javax.swing.JTable
Set the value of the dataModel property.

Unregister this as a TableModelListener from previous dataModel and register it with new parameter m.

Sets the model that provides the tree data.
setModel(javax.swing.tree.TreeModel) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the tree's model.
Set the tree model that will provide the data.
setModel(javax.swing.tree.TreeModel) - method in class javax.swing.JTree
Sets the model to use in JTree.
Set the tree model that will provide the data.
setModelIndex(int) - method in class javax.swing.table.TableColumn
Sets the index of the column in the related TableModel that this TableColumn maps to, and sends a PropertyChangeEvent (with the property name 'modelIndex') to all registered listeners.
setModifiers(int) - method in class java.awt.event.KeyEvent
Sets the modifier keys to the specified value.
This method sets the character used for the decimal point in currency values.
setMono(boolean) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Turns mono mode on or off.
setMono(boolean) - method in class javax.sound.midi.MidiChannel
Turns mono mode on or off.
setMonth(int) - method in class java.util.Date
Sets the month to the given value.
setMonth(int) - method in class java.sql.Time
This method always throws an IllegalArgumentException.
setMonth(int) - method in class javax.xml.datatype.XMLGregorianCalendar
This method sets the list of strings used to display month names.
setMPI(java.math.BigInteger) - method in class gnu.javax.crypto.sasl.OutputBuffer
Encodes a SASL MPI to the current buffer.
setMultiClickThreshhold(long) - method in class javax.swing.AbstractButton
Sets the time in milliseconds in which clicks gets coalesced into a single ActionEvent.
setMultiple(boolean) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setMultipleMode(boolean) - method in class gnu.java.awt.peer.gtk.GtkListPeer
setMultipleMode(boolean) - method in class java.awt.List
This method enables or disables multiple selection mode for this list.
setMultipleMode(boolean) - method in class java.awt.peer.ListPeer
setMultipleMode(boolean) - method in class gnu.java.awt.peer.qt.QtListPeer
Sets multiple-selection mode.
setMultipleSelections(boolean) - method in class gnu.java.awt.peer.gtk.GtkListPeer
setMultipleSelections(boolean) - method in class java.awt.List
This method enables or disables multiple selection mode for this list.
setMultipleSelections(boolean) - method in class java.awt.peer.ListPeer
setMultipleSelections(boolean) - method in class gnu.java.awt.peer.qt.QtListPeer
setMultiplier(int) - method in class java.text.DecimalFormat
setMultiSelectionEnabled(boolean) - method in class javax.swing.JFileChooser
Sets the flag that controls whether multiple selections are allowed in this filechooser and sends a PropertyChangeEvent (with the property name MULTI_SELECTION_ENABLED_CHANGED_PROPERTY) to all registered listeners.
setMute(boolean) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Turns mute mode on or off.
setMute(boolean) - method in class javax.sound.midi.MidiChannel
Turns mute mode on or off.
setName(java.lang.String) - method in class java.awt.Component
Sets the name of this component to the specified name (this is a bound property with the name 'name').
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLButtonElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLMapElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLMetaElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLParamElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setName(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setName(java.lang.String) - method in class java.beans.FeatureDescriptor
Set the programmatic name of this feature.
setName(java.lang.String) - method in class gnu.CORBA.typecodes.GeneralTypeCode
Set this property.
setName(java.lang.String) - method in class gnu.CORBA.gnuNamedValue
Set the name of the value.
setName(java.lang.String) - method in class java.awt.MenuComponent
Sets the name of this component to the specified name.
setName(java.lang.String) - method in class javax.security.auth.callback.NameCallback
Set the retrieved name.
setName(java.lang.String) - method in class javax.naming.NameClassPair
Sets the name of the binding.
setName(java.lang.String) - method in class javax.swing.text.StyleContext.NamedStyle
setName(java.lang.String) - method in class java.lang.Thread
Set this Thread's name.
setName(java.security.Principal,java.lang.String) - method in class java.security.acl.Acl
This method sets the name of the ACL
setNameConstraints(byte[]) - method in class java.security.cert.X509CertSelector
Sets the name constraints criterion; specify null to clear this criterion.
setNamedItem(Node) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Stores the named item into the map, optionally overwriting any existing node with that name.
setNamedItemNS(Node) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L2 Stores the named item into the map, optionally overwriting any existing node with that fully qualified name.
Sets the full name for this binding.
setNamespaceAware(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will be XML Namespace aware.
setNamespaceAware(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XML Namespace aware.
Sets the namespace context for managing namespace prefixes and URIs.
Sets the namespace context for managing namespace prefixes and URIs.
Sets the namespace context for namespace resolution.
This method sets the string used to represent the NaN (not a number) value.
setNanos(int) - method in class java.sql.Timestamp
This method sets the nanosecond value for this object.
Discards the current mappings for the specified DataFlavor and all DataFlavors equal to the specified DataFlavor, and creates new mappings to the specified String natives.
setNativeText(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkLabelPeer
setNeedClientAuth(boolean) - method in class javax.net.ssl.SSLServerSocket
Enabled or disables the requirement that clients authenticate themselves.
setNeedClientAuth(boolean) - method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will require connecting clients to authenticate themselves.
setNegativePermissions() - method in class java.security.acl.AclEntry
This method sets this ACL entry to be a negative entry, indicating that it contains a list of permissions that are not granted to the entry's Principal.
Sets the local network interface used to send multicast messages
setNewLine(java.lang.String) - method in class gnu.xml.dom.ls.DomLSSerializer
This method adds a new exception to the end of the chain of exceptions that are chained to this object.
Set the specified component to be the next component in the focus cycle, overriding the FocusTraversalPolicy for this component.
setNextSibling(Node) - method in class javax.xml.transform.dom.DOMResult
Sets the child node before which the result nodes will be inserted.
This method adds a new exception to the end of the chain of exceptions that are chained to this object.
setNode(Node) - method in class javax.xml.transform.dom.DOMResult
Sets the node to which the result tree will be appended.
setNode(Node) - method in class javax.xml.transform.dom.DOMSource
Sets the context node.
setNodeDimensions
setNodeValue(java.lang.String) - method in class gnu.xml.dom.DomAttr
DOM L1 Assigns the attribute value; using this API, no entity or character references will exist.
setNodeValue(java.lang.String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Assigns the value of this node.
setNodeValue(java.lang.String) - method in class gnu.xml.dom.DomNode
DOM L1 Does nothing; this must be overridden (along with the getNodeValue method) for nodes with a non-null defined value.
DOM L1 Assigns the data associated with the processing instruction.
setNodeValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
setNodeValue(java.lang.String) - method in class gnu.xml.libxmlj.util.StandaloneDocumentType
setNoHref(boolean) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
This method sets the component to use as the nonContinuousLayoutDivider.
This method sets the component to use as the nonContinuousLayoutDivider.
setNoResize(boolean) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
This method sets the bounds that this JInternalFrame will be restored to.
setNorthPane(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method sets the north pane to be the given JComponent.
setNoShade(boolean) - method in class gnu.xml.dom.html2.DomHTMLHRElement
setNote(java.lang.String) - method in class javax.swing.ProgressMonitor
Set the message shown in the progess dialog.

Changing the note while the progress dialog is visible is possible.

setNoWrap(boolean) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setNull(int,int) - method in class java.sql.PreparedStatement
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(int,int) - method in class javax.sql.RowSet
This method populates the specified parameter with a SQL NULL value for the specified type.
setNull(int,int,java.lang.String) - method in class javax.sql.RowSet
This method populates the specified parameter with a SQL NULL value for the specified type.
This method populates the specified parameter with a SQL NULL value for the specified type.
setNullable(int,int) - method in class javax.sql.RowSetMetaData
Sets the nullFormatter.
This method specifies the NumberFormat object that should be used by this object to parse/format times.
setNumberFormat(java.text.NumberFormat) - method in class gnu.java.net.protocol.http.HTTPDateFormat
Don't allow setting the NumberFormat.
setNumRows(int) - method in class javax.swing.table.DefaultTableModel
This method is obsolete, use setRowCount(int) instead.
This method sets the specified parameter from the given Java Object value.
setObject(int,java.lang.Object) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java Object value.
setObject(int,java.lang.Object,int) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java Object value.
setObject(java.lang.Object) - method in class javax.naming.Binding
Sets the bound object of this binding.
setObject(java.lang.Object) - method in class java.beans.Customizer
Set the object to Customize.
setObject(java.lang.Object) - method in class java.sql.Ref
setObject(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setObject(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
This method sets the specified parameter from the given Java Object value.
This method sets the specified parameter from the given Java Object value.
This method sets the specified parameter from the given Java Object value.
Sets the initial object factory builder.
setOffset(int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class gnu.CORBA.CDR.AligningInput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class gnu.CORBA.CDR.AligningOutput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class gnu.CORBA.CDR.BufferedCdrOutput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class gnu.CORBA.CDR.BufferredCdrInput
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class java.text.CollationElementIterator
This method sets the iteration index position into the current String to the specified value.
setOffset(int) - method in class gnu.CORBA.CDR.EncapsulationStream
Set the alignment offset, if the index of the first byte in the stream is different from 0.
setOffset(int) - method in class javax.imageio.stream.IIOByteBuffer
setOffset(int) - method in class java.io.ObjectStreamField
This method sets the current offset of the field.
setOffset(int) - method in class gnu.java.awt.color.TagEntry
setOffset(java.awt.Point) - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
This method changes the mouse offset.
setOffset(long) - method in class gnu.javax.imageio.bmp.BMPFileHeader
Sets the bitmap offset within the file
SetOfIntegerSyntax - class javax.print.attribute.SetOfIntegerSyntax
SetOfIntegerSyntax is the abstract base class of all attribute classes which provide a set of non-negative integers as value (e.g. the page ranges to print) represented as single values or ranges of values.
SetOfIntegerSyntax(int) - constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(int,int) - constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(int[][]) - constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
SetOfIntegerSyntax(java.lang.String) - constructor for class javax.print.attribute.SetOfIntegerSyntax
Creates a SetOfIntegerSyntax object.
setOmni(boolean) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Turns omni mode on or off.
setOmni(boolean) - method in class javax.sound.midi.MidiChannel
Turns omni mode on or off.
setOneTouchExpandable(boolean) - method in class javax.swing.JSplitPane
This method sets whether the divider has one touch expandable buttons.
setOOBInline(boolean) - method in class gnu.java.net.local.LocalSocket
setOOBInline(boolean) - method in class java.net.Socket
Enables/disables the SO_OOBINLINE option
setOpaque(boolean) - method in class javax.swing.JComponent
Set if the component should paint all pixels withing its bounds.
setOpaque(boolean) - method in class javax.swing.table.JTableHeader
Set the value of the opaque property.
setOpenIcon(javax.swing.Icon) - method in class javax.swing.tree.DefaultTreeCellRenderer
Sets the icon to be displayed for non-leaf nodes that are open (expanded).
setOperation(java.lang.String) - method in class gnu.CORBA.gnuRequest
The the method name to invoke.
setOperationAttributeDefaults() - method in class gnu.javax.print.ipp.IppRequest
Adds the default values for the operation attributes "attributes-charset" and "attributes-natural-language"
setOperationID(short) - method in class gnu.javax.print.ipp.IppRequest
Sets the operation id for this request.
setOptimizeHuffmanTables(boolean) - method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Specify whether or not Huffman tables written to the output stream should be optimized.
Sets the value of an option on the socket
setOption(int,java.lang.Object) - method in class gnu.java.net.PlainSocketImpl
Sets the specified option on a socket to the passed in object.
Sets the specified option on a socket to the passed in object.
setOptions(java.lang.Object[]) - method in class javax.swing.JOptionPane
This method changes the options property.
setOptionType(int) - method in class javax.swing.JOptionPane
This method changes the optionType property.
setOrb(org.omg.CORBA.ORB) - method in class gnu.CORBA.CDR.AbstractCdrInput
Set the orb, associated with this stream.
setOrb(org.omg.CORBA.ORB) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Set the orb, associated with this stream.
setOrb(org.omg.CORBA.ORB) - method in class gnu.CORBA.gnuAny
Set the associated orb.
setORB(org.omg.CORBA.ORB) - method in class gnu.CORBA.gnuRequest
Set the ORB, related to the invocation target.
Adds an ordering constraint on service providers.
setOrientation(int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method sets the orientation of the JSplitPane.
setOrientation(int) - method in class javax.swing.plaf.basic.BasicToolBarUI
This is a convenience method for changing the orientation of the JToolBar.
setOrientation(int) - method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
Sets the orientation of the toolbar and the drag window.
setOrientation(int) - method in class javax.swing.JProgressBar
Sets the orientation for this JProgressBar component and, if the value changes, sends a PropertyChangeEvent (with the property name "orientation") to all registered listeners.
setOrientation(int) - method in class javax.swing.JScrollBar
This method sets the orientation of the scrollbar.
setOrientation(int) - method in class javax.swing.JSeparator
Sets the orientation for the JSeparator and sends a PropertyChangeEvent (with the property name orientation) to all registered listeners.
setOrientation(int) - method in class javax.swing.JSlider
Sets the orientation for the slider and sends a PropertyChangeEvent (with the property name "orientation") to all registered listeners.
setOrientation(int) - method in class javax.swing.JSplitPane
Sets the orientation for the JSplitPane and sends a PropertyChangeEvent (with the property name ORIENTATION_PROPERTY) to all registered listeners.
setOrientation(int) - method in class javax.swing.JToolBar
This method sets the orientation property for JToolBar.
setOrientation(int) - method in class java.awt.print.PageFormat
This method sets the page orientation for this format to the specified value.
setOrientation(int) - method in class java.awt.Scrollbar
Sets the orientation of this scrollbar to the specified value.
setOrientationRequested(int) - method in class java.awt.PageAttributes
setOS(byte[]) - method in class gnu.javax.crypto.sasl.OutputBuffer
Encodes a SASL OS to the current buffer.
setOut(java.io.PrintStream) - static method in class java.lang.System
Set out to a new PrintStream.
Replaces the given element in the parent with the string.
setOutput(byte[],int) - method in class gnu.gcj.convert.UnicodeToBytes
setOutput(java.lang.Object) - method in class javax.imageio.ImageWriter
Set the output destination of the given object.
setOutputProperties(java.util.Properties) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Sets the output properties for the transformation, overriding any properties defined in the stylesheet.
setOutputProperties(java.util.Properties) - method in class javax.xml.transform.Transformer
Sets the output properties for the transformation, overriding any properties defined in the stylesheet.
Sets an output property for the transformation, overriding any property of the same name defined in the stylesheet.
Sets an output property for the transformation, overriding any property of the same name defined in the stylesheet.
Set the output stream that receives the CORBA output.
setOutputStream(java.io.OutputStream) - method in class java.rmi.server.LogStream
setOutputStream(java.io.OutputStream) - method in class java.util.logging.StreamHandler
Changes the output stream to which this handler publishes logging records.
setOutputStream(java.io.OutputStream) - method in class javax.xml.transform.stream.StreamResult
Sets the target output stream.
SetOverrideType - class org.omg.CORBA.SetOverrideType
Defines the instruction, how the newly specified policies can be taken into consideration.
SetOverrideType(int) - constructor for class org.omg.CORBA.SetOverrideType
No other instances can be created.
A helper operations for the definition kind.
The holder for SetOverrideType.
Create the initialised instance.
setOverwriteMode(boolean) - method in class javax.swing.text.DefaultFormatter
Sets the value of the overwriteMode property.
setOwner(java.lang.Object) - method in class java.beans.XMLDecoder
Sets the owner object which can be accessed from the parsed XML data.
setOwner(java.lang.Object) - method in class java.beans.XMLEncoder
setOwnerElement(Element) - method in class gnu.xml.dom.DomAttr
Records the element with which this attribute is associated.
Set the default assertion status for packages, used unless overridden by a class request.
setPadding(int) - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method sets the amount of space between each component.
This method changes the Printable and PageFormat for the specified page.
setPage(java.lang.String) - method in class javax.swing.JEditorPane
Sets the current URL being displayed.
setPage(java.net.URL) - method in class javax.swing.JEditorPane
Sets the current URL being displayed.
setPageable(java.awt.print.Pageable) - method in class gnu.java.awt.print.JavaPrinterJob
This sets the pages that are to be printed.
setPageable(java.awt.print.Pageable) - method in class java.awt.print.PrinterJob
This sets the pages that are to be printed.
setPageIncrement(int) - method in class gnu.java.awt.peer.gtk.GtkScrollbarPeer
setPageIncrement(int) - method in class gnu.java.awt.peer.qt.QtScrollbarPeer
setPageIncrement(int) - method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "block" amount control.
setPageIncrement(int) - method in class java.awt.peer.ScrollbarPeer
setPageRanges(int[][]) - method in class java.awt.JobAttributes
setPaint(java.awt.Paint) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the current foreground.
setPaint(java.awt.Paint) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Sets the paint to be used for subsequent drawing operations.
setPaint(java.awt.Paint) - method in class java.awt.Graphics2D
Sets the paint to be used for subsequent drawing operations.
setPaint(java.awt.Paint) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the paint to be used for subsequent drawing operations.
setPaint(java.awt.Paint) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the paint to be used for subsequent drawing operations.
setPaintLabels(boolean) - method in class javax.swing.JSlider
Sets the flag that controls whether or not labels are painted for the tick marks along the slider and sends a PropertyChangeEvent (with the property name "paintLabels") to all registered listeners.
setPaintMode() - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setPaintMode() - method in class gnu.awt.j2d.AbstractGraphicsState
setPaintMode() - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setPaintMode() - method in class javax.swing.DebugGraphics
setPaintMode
setPaintMode() - method in class gnu.awt.j2d.DirectRasterGraphics
setPaintMode() - method in class java.awt.Graphics
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setPaintMode() - method in class gnu.awt.j2d.Graphics2DImpl
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setPaintMode() - method in class gnu.awt.j2d.IntegerGraphicsState
setPaintMode() - method in class gnu.java.awt.print.JavaPrinterGraphics
setPaintMode() - method in class gnu.java.awt.peer.qt.QtGraphics
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setPaintMode() - method in class gnu.awt.xlib.XGraphics
setPaintMode() - method in class gnu.java.awt.peer.x.XGraphics
Sets this context into "paint" mode, where the target pixels are completely overwritten when drawn on.
setPaintTicks(boolean) - method in class javax.swing.JSlider
Sets the flag that controls whether or not tick marks are painted along the slider's value scale, and sends a PropertyChangeEvent (with the property name "paintTicks") to all registered listeners.
setPaintTrack(boolean) - method in class javax.swing.JSlider
Sets the flag that controls whether or not the track is painted, and sends a PropertyChangeEvent (for the "paintTrack" property) to all registered listeners.
setPalette(boolean) - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Sets the flag that controls whether the title pane is drawn in the palette style or the regular style.
setPalette(boolean) - method in class javax.swing.plaf.metal.MetalInternalFrameUI
Sets the state of the JInternalFrame to reflect whether or not it is using the palette style.
setPaper(java.awt.print.Paper) - method in class java.awt.print.PageFormat
Sets the Paper object to be used by this page format.
Sets text attributes for the paragraph at the specified fragment.
setParagraphAttributes
Sets the specified character attributes on the paragraph that contains the currently selected text of editor.
Sets text attributes for the paragraph at the current selection.
Sets the insets defined by attributes in attributes.
setParameter(java.lang.String,java.lang.Object) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Sets a parameter value for the transformation.
Sets the specified algorithm parameter to the specified value.
setParameter(java.lang.String,java.lang.Object) - method in class javax.xml.transform.Transformer
Sets a parameter value for the transformation.
Sets the signature engine with the specified AlgorithmParameterSpec.
setParameters(java.lang.Object[]) - method in class java.util.logging.LogRecord
Sets the parameters to the log message.
setParameters(java.lang.String) - method in class gnu.java.security.action.GetPropertyAction
setParameters(java.lang.String) - method in class gnu.java.security.action.GetSecurityPropertyAction
setParameters(java.lang.String,java.lang.String) - method in class gnu.java.security.action.GetPropertyAction
setParameters(java.util.Vector) - method in class java.awt.image.renderable.ParameterBlock
setParent(java.util.logging.Logger) - method in class java.util.logging.Logger
Sets the parent of this logger.
Set the parent of this bundle.
setParent(javax.swing.ActionMap) - method in class javax.swing.ActionMap
Sets a parent for this ActionMap.
Sets a parent for this ComponentInputMap.
setParent(javax.swing.InputMap) - method in class javax.swing.InputMap
Sets a parent for this InputMap.
setParent(javax.swing.text.View) - method in class javax.swing.text.AsyncBoxView
Sets the parent for this view.
setParent(javax.swing.text.View) - method in class javax.swing.text.html.BlockView
Creates the parent view for this.
setParent(javax.swing.text.View) - method in class javax.swing.text.ComponentView
This sets up the component when the view is added to its parent, or cleans up the view when it is removed from its parent.
setParent(javax.swing.text.View) - method in class javax.swing.text.CompositeView
Sets the parent of this View.
setParent(javax.swing.text.View) - method in class javax.swing.text.html.ParagraphView
Sets the parent of this view.
setParent(javax.swing.text.View) - method in class javax.swing.text.View
Sets the parent for this view.
Set the parent node for this node.
Sets the parent of the node.
setParent(javax.xml.stream.XMLEventReader) - method in class javax.xml.stream.util.EventReaderDelegate
Sets the parent.
setParent(javax.xml.stream.XMLStreamReader) - method in class javax.xml.stream.util.ReaderDelegate
Sets the parent.
setParseIntegerOnly(boolean) - method in class java.text.NumberFormat
This method sets the parsing behavior of this object to parse only integers or not.
Sets the parser used by this HTMLDocument to insert HTML.
setParserClass(java.lang.String) - method in class gnu.xml.util.XCat
Names the SAX2 parser class used to parse catalogs.
setPartialReturn(boolean) - method in class javax.swing.text.Segment
Sets the partial return flag.
setPassive(boolean) - method in class gnu.java.net.protocol.ftp.FTPConnection
Set passive mode.
setPassword(char[]) - method in class javax.security.auth.callback.PasswordCallback
Set the retrieved password.

This method makes a copy of the input password before storing it.

setPassword(java.lang.String) - method in class javax.sql.RowSet
This method sets the character used to separate positive and negative subpatterns in a format pattern.
setPercent(char) - method in class java.text.DecimalFormatSymbols
This method sets the character used as the percent sign.
setPerMill(char) - method in class java.text.DecimalFormatSymbols
This method sets the character used as the per mille character.
Sets the PersistenceDelegate instance for the given class.
setPitchBend(int) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Change the pitch bend for this channel using a positive 14-bit value.
setPitchBend(int) - method in class javax.sound.midi.MidiChannel
Change the pitch bend for this channel using a positive 14-bit value.
setPixel(int,int,double[]) - method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int,int,float[]) - method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixel(int,int,int) - method in class gnu.gcj.xlib.XImage
Set a pixel value at a given position in the image.
setPixel(int,int,int[]) - method in class java.awt.image.WritableRaster
Sets the samples for the pixel at (x, y) in the raster to the specified values.
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
Sets the sample values for the pixel at location (x, y) stored in the specified data buffer.
Sets the sample value for the pixel at (x, y) in the specified data buffer to the specified value.
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
Sets the samples for the pixel at (x, y) in the specified data buffer to the specified values.
setPixels(int,int,int,int,double[]) - method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int,int,int,int,float[]) - method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setPixels(int,int,int,int,int[]) - method in class java.awt.image.WritableRaster
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
This method implements a more efficient way to set pixels than the default implementation of the super class.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
Our ImageProducer calls setPixels to deliver a subset of its pixels.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as a byte at index (n * scansize + m + offset).
If the ColorModel is the same ColorModel which as already converted then it converts it the converted ColorModel.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
Our ImageProducer calls setPixels to deliver a subset of its pixels.
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any pixel(m,n) is stored in the array as an int at index (n * scansize + m + offset).
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
setPixels(int[]) - method in class gnu.java.awt.peer.gtk.CairoSurface
setPlaceholder(java.lang.String) - method in class javax.swing.text.MaskFormatter
Sets the string to use if the value does not completely fill in the mask.
setPlaceholderCharacter(char) - method in class javax.swing.text.MaskFormatter
Sets the char to use if the value does not completely fill in the mask.
setPluginsPage(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setPolicy(java.security.Policy) - static method in class java.security.Policy
Sets the Policy handler to a new value.
setPolicy(javax.security.auth.Policy) - static method in class javax.security.auth.Policy
setPolicyMappingInhibited(boolean) - method in class java.security.cert.PKIXParameters
Sets the value of the policy mapping inhibited flag.
setPolicyQualifiersRejected(boolean) - method in class java.security.cert.PKIXParameters
Sets the value of the policy qualifiers enabled flag.
setPolyPressure(int,int) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Change in a key pressure for a note.
setPolyPressure(int,int) - method in class javax.sound.midi.MidiChannel
Change in a key pressure for a note.
setPopupMenuVisible(boolean) - method in class javax.swing.JMenu
Sets popup menu visibility
setPopupSize(int,int) - method in class javax.swing.JPopupMenu
Sets size of the popup menu
setPopupSize(java.awt.Dimension) - method in class javax.swing.JPopupMenu
Sets size of the popup
setPopupVisible(boolean) - method in class javax.swing.JComboBox
This method either displayes or hides the popup containing list of combo box's items.
setPopupVisible(javax.swing.JComboBox,boolean) - method in class javax.swing.plaf.basic.BasicComboBoxUI
Displays/hides the JComboBox's list of items on the screen.
Sets the visibility of the popup button.
setPopupVisible(javax.swing.JComboBox,boolean) - method in class javax.swing.plaf.multi.MultiComboBoxUI
Calls the ComboBoxUI.setPopupVisible(JComboBox,boolean) method for all the UI delegates managed by this MultiComboBoxUI.
setPort(int) - method in class java.net.DatagramPacket
This sets the port to which the data packet will be transmitted.
setPort(int) - static method in class gnu.CORBA.OrbFunctional
Set the port, on that the server is listening for the client requests.
setPortRange(int,int) - method in class gnu.CORBA.OrbFocused
Set the port range.
setPortRange(java.lang.String) - method in class gnu.CORBA.OrbFocused
Parse the "gnu.CORBA.ListenerPort" property and initialize the valid port set range.
setPosition(int) - method in class java.awt.font.LineBreakMeasurer
Change the position of a component within its layer.
setPrecision(byte) - method in class gnu.javax.imageio.jpeg.JPEGFrame
setPrecision(int,int) - method in class javax.sql.RowSetMetaData
setPreferred(boolean) - method in class java.beans.FeatureDescriptor
setPreferredMinSize(java.awt.Dimension) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the preferred minimum size.
Set the value of the preferredViewportSize property.
Sets the preferred size that will be returned by getPreferredSize() always, and sends a PropertyChangeEvent (with the property name 'preferredSize') to all registered listeners.
setPreferredSize(java.awt.Dimension) - method in class javax.swing.JComponent
Set the value of the preferredSize property.
setPreferredWidth(int) - method in class javax.swing.table.TableColumn
Sets the preferred width for the column and sends a PropertyChangeEvent (with the property name 'preferredWidth') to all registered listeners.
setPrefix(java.lang.String) - method in class gnu.xml.dom.DomNode
DOM L2 Does nothing; this must be overridden (along with the getPrefix method) for element and attribute nodes.
setPrefix(java.lang.String) - method in class gnu.xml.dom.DomNsNode
DOM L2 Assigns the prefix part of the node's name (before any colon).
setPrefix(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
setPrefix(java.lang.String) - method in class gnu.xml.libxmlj.util.StandaloneDocumentType
Associates the given namespace prefix and URI.
Associates the given namespace prefix and URI.
Sets the prefix for the given namespace URI.
setPrefixDefaulting(boolean) - method in class gnu.xml.stream.XMLOutputFactoryImpl
setPreservesUnknownTags(boolean) - method in class javax.swing.text.html.HTMLDocument
Sets the behaviour of the parser when it encounters unknown HTML tags.
setPressed(boolean) - method in class javax.swing.ButtonModel
Sets the pressed flag of the button.
setPressed(boolean) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "pressed" property.
Sets the pressed state of the button.
setPressedIcon(javax.swing.Icon) - method in class javax.swing.AbstractButton
Set the button's "pressedIcon" property.
setPrettyPrinting(boolean) - method in class gnu.xml.util.XMLWriter
Controls pretty-printing, which by default is not enabled (and currently is most useful for XHTML output).
This method changes the previewPanel property for the JTabbedPane.
This method sets the bounds of the JInternalFrame right before the maximizeFrame call.
setPrimary1(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the primary1 color of the theme.
setPrimary2(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the primary2 color of the theme.
setPrimary3(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the primary3 color of the theme.
setPrincipal(java.security.Principal) - method in class java.security.acl.AclEntry
This method sets ths Principal associated with this ACL entry.
setPrintable(java.awt.print.Printable) - method in class gnu.java.awt.print.JavaPrinterJob
Sets this specified Printable as the one to use for rendering the pages on the print device.
setPrintable(java.awt.print.Printable) - method in class java.awt.print.PrinterJob
Sets this specified Printable as the one to use for rendering the pages on the print device.
Sets the Printable and the page format for the pages to be printed.
Sets the Printable and the page format for the pages to be printed.
setPrinter(java.lang.String) - method in class java.awt.JobAttributes
setPrinterResolution(int) - method in class java.awt.PageAttributes
setPrinterResolution(int[]) - method in class java.awt.PageAttributes
setPrintQuality(int) - method in class java.awt.PageAttributes
setPrintQualityToDefault() - method in class java.awt.PageAttributes
setPrintService(javax.print.PrintService) - method in class gnu.java.awt.print.JavaPrinterJob
Change the printer for this print job to service.
setPrintService(javax.print.PrintService) - method in class java.awt.print.PrinterJob
Change the printer for this print job to service.
setPriority(int) - method in class java.lang.Thread
Set this Thread's priority.
setPrivacy(boolean) - method in class org.ietf.jgss.MessageProp
Sets the privacy state.
setPrivateKeyValid(java.util.Date) - method in class java.security.cert.X509CertSelector
This method, and its related X.509 certificate extension — the private key usage period — is not supported under the Internet PKI for X.509 certificates (PKIX), described in RFC 3280.
setProfile(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHeadElement
setProfileClass(int) - method in class gnu.java.awt.color.ProfileHeader
setProfileColorSpace(int) - method in class gnu.java.awt.color.ProfileHeader
setProgress(int) - method in class javax.swing.ProgressMonitor
Updates the progress value.

When called for the first time this initializes a timer which decides after millisToDecideToPopup time whether to show a progress dialog or not.

If the progress value equals or exceeds the maximum value the progress dialog is closed automatically.

setProgressiveMode(int) - method in class javax.imageio.ImageWriteParam
setPrompt(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIsIndexElement
Set the most recent propagator of this event.
Set the propagation ID.
setProperties(java.util.Hashtable) - method in class java.awt.image.CropImageFilter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Hashtable) - method in class gnu.java.awt.peer.gtk.GtkImageConsumer
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Hashtable) - method in class java.awt.image.ImageConsumer
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Hashtable) - method in class gnu.java.awt.peer.x.ImageConverter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Hashtable) - method in class java.awt.image.ImageFilter
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Hashtable) - method in class java.awt.image.PixelGrabber
Our ImageProducer may call this method to send us a list of its image's properties.
setProperties(java.util.Hashtable) - method in class gnu.java.awt.peer.qt.QtImageConsumer
An ImageProducer can set a list of properties associated with this image by using this method.
An ImageProducer can set a list of properties associated with this image by using this method.
An ImageProducer can set a list of properties associated with this image by using this method.
setProperties(java.util.Properties) - static method in class java.lang.System
Set all the system properties at once.
setProperties(java.util.Properties) - static method in class gnu.classpath.SystemProperties
setPropertiesFromAttributes() - method in class javax.swing.text.html.BlockView
Updates any cached values that come from attributes.
setPropertiesFromAttributes() - method in class javax.swing.text.html.ImageView
Update all cached properties from the attribute set, returned by the getAttributes().
setPropertiesFromAttributes() - method in class javax.swing.text.html.InlineView
Loads the properties of this label view from the element's text attributes.
setPropertiesFromAttributes() - method in class javax.swing.text.LabelView
Loads the properties of this label view from the element's text attributes.
setPropertiesFromAttributes() - method in class javax.swing.text.html.ListView
Fetches this view's properties from the style attributes of this view's element.
setPropertiesFromAttributes() - method in class javax.swing.text.ParagraphView
Fetches the cached properties from the element's attributes.
setPropertiesFromAttributes() - method in class javax.swing.text.html.ParagraphView
Loads the visual properties of the ParagraphView from the element's attributes and the stylesheet of the HTML document.
setProperty(int,int,byte[]) - method in class gnu.gcj.xlib.Window
setProperty(int,int,java.lang.String) - method in class gnu.gcj.xlib.Window
SAX2: Assigns the specified property.
Stores the property, normally a handler; a null handler indicates that these events will not be forwarded.
SAX2: Assigns the specified property.
Sets the specified SAX2 parser property.
setProperty(java.lang.String,java.lang.Object) - method in class javax.xml.parsers.SAXParser
Sets the specified SAX2 parser property.
setProperty(java.lang.String,java.lang.Object) - method in class javax.xml.validation.SchemaFactory
setProperty(java.lang.String,java.lang.Object) - method in class javax.xml.validation.Validator
Sets the implementation-specific property of the given name.
Sets the implementation-specific property of the given name.
Sets the implementation-specific property of the given name.
SAX2: Assigns the specified property.
setProperty(java.lang.String,java.lang.String) - static method in class gnu.java.security.Properties
Sets the value of a designated library global configuration property, to a string representation of what should be a legal value.
Adds the given key/value pair to this properties.
setProperty(java.lang.String,java.lang.String) - static method in class java.security.Security
Sets a security property value.

First, if there is a security manager, its checkPermission() method is called with a SecurityPermission("setProperty."+key) permission to see if it's ok to set the specified security property value.

setProperty(java.lang.String,java.lang.String) - static method in class java.lang.System
Set a single system property by name.
Set the PropertyEditor class.
setPrototypeCellValue(java.lang.Object) - method in class javax.swing.JList
Set the prototypeCellValue property.
Sets the object that is assumed to be the displayed item when calculating the preferred size for the combo box.
setProxy(java.lang.String,int) - method in class gnu.java.net.protocol.http.HTTPConnection
Directs this connection to use the specified proxy.
setPublicId(java.lang.String) - method in class gnu.xml.dom.ls.DomLSInput
setPublicId(java.lang.String) - method in class javax.xml.transform.stream.StreamSource
Sets the public ID for this source.
setPublicKey(java.security.PublicKey) - method in class java.security.Identity
Sets the public key for this identity.
setPushLevel(java.util.logging.Level) - method in class java.util.logging.MemoryHandler
Sets the push level threshold for this Handler.
setQOP(int) - method in class org.ietf.jgss.MessageProp
Sets the QOP value.
setQuantizationTable(int[]) - method in class gnu.javax.imageio.jpeg.JPEGComponent
Set the quantization table for this component.
setQueryTimeout(int) - method in class javax.sql.RowSet
setQueryTimeout(int) - method in class java.sql.Statement
This method sets the number of seconds a statement may be in process before timing out.
Sets all the properties for the model in a single call.
Sets all properties.
setRaster(java.awt.image.Raster) - method in class javax.imageio.IIOImage
Set the raster data for this image.
setRawOffset(int) - method in class java.util.SimpleTimeZone
Sets the standard time zone offset to GMT.
setRawOffset(int) - method in class java.util.TimeZone
Sets the time zone offset, ignoring daylight savings.
setReader(java.io.Reader) - method in class javax.xml.transform.stream.StreamSource
Sets the source reader.
Sets the read method.
The read method is used to retrieve the value of a property.
setReadOnly() - method in class java.io.File
This method sets the file represented by this object to be read only.
setReadOnly() - method in class java.security.PermissionCollection
This method sets this PermissionCollection object to be read only.
setReadOnly() - method in class gnu.java.security.x509.PolicyNodeImpl
setReadOnly() - method in class javax.security.auth.Subject
Marks this subject as read-only.
setReadOnly(boolean) - method in class java.sql.Connection
This method turns read only mode on or off.
setReadOnly(boolean) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setReadOnly(boolean) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setReadOnly(boolean) - method in class javax.sql.RowSet
setReceiveBufferSize(int) - method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - method in class gnu.java.net.local.LocalServerSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - method in class gnu.java.net.local.LocalSocket
setReceiveBufferSize(int) - method in class java.net.ServerSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - method in class java.net.Socket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
Set the Receiver to which MIDI events will be sent.
setReceiver(javax.sound.midi.Receiver) - method in class javax.sound.midi.Transmitter
Set the Receiver to which MIDI events will be sent.
Updates this rectangle to have the specified dimensions, as rounded to integers.
setRect(double,double,double,double) - method in class java.awt.geom.Rectangle2D
Set the bounding box of this rectangle.
Set the contents of this rectangle to those specified.
Set the contents of this rectangle to those specified.
setRect(float,float,float,float) - method in class java.awt.geom.Rectangle2D.Float
Set the contents of this rectangle to those specified.
setRect(java.awt.geom.Rectangle2D) - method in class java.awt.geom.Rectangle2D
Set the bounding box of this rectangle from the given one.
Set the contents of this rectangle to those specified.
Set the contents of this rectangle to those specified.
setRect(java.awt.image.Raster) - method in class java.awt.image.WritableRaster
setRef(int,java.sql.Ref) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java Ref value.
setRef(int,java.sql.Ref) - method in class javax.sql.RowSet
Sets the given remote reference for the given stub.
setReference(java.lang.ref.SoftReference) - method in class gnu.classpath.jdwp.id.JdwpId
Sets the object/class reference for this ID
setRel(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setRel(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setRelative(boolean) - method in class javax.naming.NameClassPair
Sets if the name is relative to the target context.
Sets the part of the name that could be resolved before this exception happend.
setRemainingName(javax.naming.Name) - method in class javax.naming.spi.ResolveResult
Set the remaining unresolved name.
Set the rendered image data for this image.
This method sets cell renderer for this JComboBox that will be used to paint combo box's items.
Sets the specified rendering hint.
FIXME- support better
Adds or updates a hint in the current rendering hints table.
Adds or updates a hint in the current rendering hints table.
Adds or updates a hint in the current rendering hints table.
setRenderingHints(java.awt.RenderingHints) - method in class java.awt.image.renderable.RenderContext
setRenderingHints(java.util.Map) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the specified rendering hints.
setRenderingHints(java.util.Map) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Replaces the current rendering hints with the supplied hints.
setRenderingHints(java.util.Map) - method in class java.awt.Graphics2D
Replaces the current rendering hints with the supplied hints.
setRenderingHints(java.util.Map) - method in class gnu.awt.j2d.Graphics2DImpl
Replaces the current rendering hints with the supplied hints.
setRenderingHints(java.util.Map) - method in class gnu.java.awt.peer.qt.QtGraphics
Replaces the current rendering hints with the supplied hints.
setReorderingAllowed(boolean) - method in class javax.swing.table.JTableHeader
Set the table ability to reorder columns by dragging column header with mouse.
setRepeats(boolean) - method in class javax.swing.Timer
Enable firing the repetetive events.
setRepresentationType(int) - method in class gnu.java.net.protocol.ftp.FTPConnection
Sets the desired representation type of the transfer data.
setReproducible(boolean) - static method in class gnu.java.security.Properties
A convenience method to set the global property for reproducibility of the default PRNG bit stream output.
setRequestBody(byte[]) - method in class gnu.java.net.protocol.http.Request
Convenience method to set the entire request body.
Sets the request body provider.
setRequestFocusEnabled(boolean) - method in class javax.swing.JComponent
Set the value of the requestFocusEnabled property.
setRequestMethod(java.lang.String) - method in class gnu.java.net.protocol.http.HTTPURLConnection
Overrides the corresponding method in HttpURLConnection to permit arbitrary methods, as long as they're valid ASCII alphabetic characters.
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal
Sets the value of the named request property.
setReshowDelay(int) - method in class javax.swing.ToolTipManager
Sets the amount of delay where if the mouse re-enters a Component, the tooltip will be shown immediately.
setResizable(boolean) - method in class java.awt.Dialog
Changes the resizability of this dialog box.
setResizable(boolean) - method in class java.awt.peer.DialogPeer
setResizable(boolean) - method in class java.awt.Frame
Sets the resizability of this frame to the specified value.
setResizable(boolean) - method in class java.awt.peer.FramePeer
setResizable(boolean) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setResizable(boolean) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
Needed by both GtkFramePeer and GtkDialogPeer subclasses, so implemented here.
setResizable(boolean) - method in class javax.swing.JInternalFrame
This method sets whether the JInternalFrame can be resized by a user action (like dragging at the frame borders).
setResizable(boolean) - method in class gnu.java.awt.peer.qt.QtDialogPeer
setResizable(boolean) - method in class gnu.java.awt.peer.qt.QtFramePeer
setResizable(boolean) - method in class javax.swing.table.TableColumn
Sets the flag that controls whether or not the column is resizable, and sends a PropertyChangeEvent (with the property name 'isResizable') to all registered listeners.
setResizable(boolean) - method in class gnu.java.awt.peer.x.XDialogPeer
setResizable(boolean) - method in class gnu.awt.xlib.XFramePeer
setResizable(boolean) - method in class gnu.java.awt.peer.x.XFramePeer
setResizeWeight(double) - method in class javax.swing.JSplitPane
This method determines how extra space will be distributed among the left and right components.
setResizingAllowed(boolean) - method in class javax.swing.table.JTableHeader
Set the table ability to resize columns by dragging the column boundary in the table header with mouse.
The the column that is currently being resized.
Sets the part of the name that could be resolved before this exception happend.
setResolvedObj(java.lang.Object) - method in class javax.naming.NamingException
Sets the Object to which (part of) the name could be resolved before this exception happend.
setResolvedObj(java.lang.Object) - method in class javax.naming.spi.ResolveResult
Set the object to that the part of the name has been resolved.
Sets the parent attribute set against which the element can resolve attributes that are not defined in itself.
setResolveParent(javax.swing.text.AttributeSet) - method in class gnu.javax.swing.text.html.parser.htmlAttributeSet
Set the parent set, containing the default values.
Sets the reolving parent for this set.
Sets the reolving parent for this set.
Sets the reolving parent for this set.
setResolveParent(javax.swing.text.Keymap) - method in class javax.swing.text.Keymap
setResourceBaseName(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
setResourceBundle(java.util.ResourceBundle) - method in class java.util.logging.LogRecord
Sets the resource bundle that is used when the message of this LogRecord needs to be localized.
setResourceBundleName(java.lang.String) - method in class java.util.logging.LogRecord
Sets the name of the resource bundle that is used when the message of this LogRecord needs to be localized.
setResourceResolver(LSResourceResolver) - method in class gnu.xml.validation.relaxng.RELAXNGSchemaFactory
setResourceResolver(LSResourceResolver) - method in class javax.xml.validation.SchemaFactory
setResourceResolver(LSResourceResolver) - method in class javax.xml.validation.Validator
setResourceResolver(LSResourceResolver) - method in class javax.xml.validation.ValidatorHandler
setResourceResolver(LSResourceResolver) - method in class gnu.xml.validation.xmlschema.XMLSchemaSchemaFactory
setResponseData(java.io.InputStream) - method in class gnu.javax.print.ipp.IppResponse
Sets the data received from the request sent.
setResponseExpected(boolean) - method in class gnu.CORBA.GIOP.RequestHeader
Set if the sender expects any response to this message.
setResponseExpected(boolean) - method in class gnu.CORBA.GIOP.v1_0.RequestHeader
Set if the sender expects any response to this message.
setResponseExpected(boolean) - method in class gnu.CORBA.GIOP.v1_2.RequestHeader
Set if the sender expects any response to this message.
Sets a callback handler to be invoked for the specified header name.
setResult(javax.xml.transform.Result) - method in class javax.xml.transform.sax.TransformerHandler
Sets the result sink to be used as the output of the transformation.
setReturnedValue(java.lang.Object) - method in class gnu.classpath.jdwp.util.MethodResult
setReturningAttributes(java.lang.String[]) - method in class javax.naming.directory.SearchControls
setReturningObjFlag(boolean) - method in class javax.naming.directory.SearchControls
setReuseAddress(boolean) - method in class java.net.DatagramSocket
Enables/Disables SO_REUSEADDR.
setReuseAddress(boolean) - method in class gnu.java.net.local.LocalServerSocket
Enables/Disables the SO_REUSEADDR option
setReuseAddress(boolean) - method in class gnu.java.net.local.LocalSocket
setReuseAddress(boolean) - method in class java.net.ServerSocket
Enables/Disables the SO_REUSEADDR option
setReuseAddress(boolean) - method in class java.net.Socket
Enables/Disables the SO_REUSEADDR option
setRev(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setRev(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setRevocationEnabled(boolean) - method in class java.security.cert.PKIXParameters
Sets the value of the revocation enabled flag.
setRGB(int,int,int) - method in class java.awt.image.BufferedImage
setRGB(int,int,int) - method in class gnu.gcj.xlib.XColor
setRGB(int,int,int,int,int[],int,int) - method in class java.awt.image.BufferedImage
setRightChildIndent(int) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the right child's indent value.
This method sets the right component.
Adds a right indentation attribute to the specified set.
setRightInset(float) - method in class javax.swing.text.AsyncBoxView
Sets the right inset.
setRollbackOnly() - method in class javax.transaction.Transaction
setRollbackOnly() - method in class javax.transaction.TransactionManager
setRollbackOnly() - method in class javax.transaction.UserTransaction
setRollover(boolean) - method in class javax.swing.ButtonModel
Sets the rollover flag of the button.
setRollover(boolean) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "rollover" property.
setRollover(boolean) - method in class javax.swing.JToolBar
This method sets the rollover property for the JToolBar.
setRolloverBorders(boolean) - method in class javax.swing.plaf.basic.BasicToolBarUI
This method changes the child components to have rollover borders if the given parameter is true.
setRolloverEnabled(boolean) - method in class javax.swing.AbstractButton
Set the "rolloverEnabled" property.
Set the button's rollover icon and sets the rolloverEnabled property to true.
Set the button's rollover selected icon and sets the rolloverEnabled property to true.
setRolloverTab(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
Sets the tab which should be highlighted when in rollover mode.
setRoot(javax.swing.tree.TreeNode) - method in class javax.swing.tree.DefaultTreeModel
setRoot
setRootCause(java.lang.Throwable) - method in class javax.naming.NamingException
Sets the root cause field rootException of this Exception.
setRootFrame(java.awt.Frame) - static method in class javax.swing.JOptionPane
This method changes the Frame used for JOptionPane dialogs that have no parent.
setRootPane(javax.swing.JRootPane) - method in class javax.swing.JApplet
setRootPane(javax.swing.JRootPane) - method in class javax.swing.JDialog
This method sets the JRootPane used with this JDialog.
setRootPane(javax.swing.JRootPane) - method in class javax.swing.JFrame
This method sets the Root Pane for this JInternalFrame.
setRootPane(javax.swing.JRootPane) - method in class javax.swing.JWindow
setRootPaneCheckingEnabled(boolean) - method in class javax.swing.JApplet
setRootPaneCheckingEnabled(boolean) - method in class javax.swing.JDialog
This method sets whether rootPane checking is enabled.
setRootPaneCheckingEnabled(boolean) - method in class javax.swing.JFrame
This method sets whether root pane checking is enabled.
setRootPaneCheckingEnabled(boolean) - method in class javax.swing.JWindow
setRootVisible(boolean) - method in class javax.swing.tree.AbstractLayoutCache
setRootVisible
setRootVisible(boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the root to being visible.
setRootVisible(boolean) - method in class javax.swing.tree.FixedHeightLayoutCache
Inform the instance if the tree root node is visible.
setRootVisible(boolean) - method in class javax.swing.JTree
setRootVisible(boolean) - method in class javax.swing.tree.VariableHeightLayoutCache
Inform the instance if the tree root node is visible.
Set the values of this round rectangle
Set the values of this round rectangle to be the same as those of the argument.
setRowCount(int) - method in class javax.swing.table.DefaultTableModel
Sets the number of rows in the table.
setRowHeader(javax.swing.JViewport) - method in class javax.swing.JScrollPane
setRowHeight(int) - method in class javax.swing.tree.AbstractLayoutCache
setRowHeight
setRowHeight(int) - method in class javax.swing.plaf.basic.BasicTreeUI
Sets the row height.
setRowHeight(int) - method in class javax.swing.JTable
Sets the height for all rows in the table.
setRowHeight(int) - method in class javax.swing.JTree
setRowHeight(int,int) - method in class javax.swing.JTable
Sets the height of a single row in the table.
Sets the RowMapper that should be used to map between paths and their rows.
setRowMargin(int) - method in class javax.swing.JTable
Set the value of the rowMargin property.
setRows(int) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setRows(int) - method in class java.awt.GridLayout
Set the number of rows
setRows(int) - method in class javax.swing.JTextArea
Sets the number of rows.
setRows(int) - method in class java.awt.TextArea
Set the preferred number of rows for this text area.
setRows(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameSetElement
setRowSelectionAllowed(boolean) - method in class javax.swing.JTable
Set the value of the rowSelectionAllowed property.
setRowSelectionInterval(int,int) - method in class javax.swing.JTable
setRowSpan(int) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setRules(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
Replace the instance of RunTime.
Replace the instance of RunTime.
Replace the instance of RunTime.
setRunTime(gnu.CORBA.CDR.gnuRuntime) - method in class gnu.CORBA.CDR.HeadlessInput
Replace the instance of RunTime.
setSample(int,int,int,double) - method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int,int,int,float) - method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
setSample(int,int,int,int) - method in class java.awt.image.WritableRaster
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for band b of the pixel at location (x, y) in the specified data buffer.
Sets the sample value for band b of the pixel at location (x, y) in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the specified data buffer.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamples(int,int,int,int,int,int[]) - method in class java.awt.image.WritableRaster
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for one band for the pixels in the region specified by (x, y, w, h) in the specified data buffer.
setSamplesPerLine(short) - method in class gnu.javax.imageio.jpeg.JPEGFrame
setSavepoint() - method in class java.sql.Connection
Creates a new unnamed savepoint for this Connection
setSavepoint(java.lang.String) - method in class java.sql.Connection
Creates a new savepoint with the specifiend name for this Connection.
setSavingPrefixes(boolean) - method in class gnu.xml.pipeline.XIncludeFilter
Assigns the flag controlling the setting of the SAX2 namespace-prefixes flag.
setScalar(int,int) - method in class gnu.javax.crypto.sasl.OutputBuffer
Encodes a SASL scalar quantity, count-octet long, to the current buffer.
setScale(int) - method in class java.math.BigDecimal
setScale(int) - method in class gnu.CORBA.typecodes.FixedTypeCode
Set the number of digits after the decimal point.
setScale(int,int) - method in class java.math.BigDecimal
setScale(int,int) - method in class javax.sql.RowSetMetaData
setScanLines(short) - method in class gnu.javax.imageio.jpeg.JPEGFrame
Sets the schema.
setSchema(javax.xml.validation.Schema) - method in class javax.xml.parsers.SAXParserFactory
Sets the schema.
setScheme(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLMetaElement
setScope(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setScriptable(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setScrollByBlock(boolean) - method in class javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
Sets whether scrolling will be done in blocks.
setScrollByBlock(boolean) - method in class javax.swing.plaf.basic.BasicSliderUI.ScrollListener
Sets whether movement will be in blocks.
setScrolling(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setScrolling(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setScrollMode(int) - method in class javax.swing.JViewport
setScrollOffset(int) - method in class javax.swing.JTextField
Sets the scroll offset in pixels.
setScrollPosition(int,int) - method in class gnu.java.awt.peer.gtk.GtkScrollPanePeer
setScrollPosition(int,int) - method in class gnu.java.awt.peer.qt.QtScrollPanePeer
setScrollPosition(int,int) - method in class java.awt.ScrollPane
Sets the scroll position to the specified value.
setScrollPosition(int,int) - method in class java.awt.peer.ScrollPanePeer
Sets the scroll position to the specified value.
setScrollsOnExpand(boolean) - method in class javax.swing.JTree
setSearchable(int,boolean) - method in class javax.sql.RowSetMetaData
setSearchScope(int) - method in class javax.naming.directory.SearchControls
setSecond(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setSecondary1(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the secondary1 color of the theme.
setSecondary2(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the secondary2 color of the theme.
setSecondary3(java.awt.Color) - method in class gnu.javax.swing.plaf.metal.CustomizableTheme
Sets the secondary3 color of the theme.
setSeconds(int) - method in class java.sql.Date
This method always throws an IllegalArgumentException.
setSeconds(int) - method in class java.util.Date
Sets the seconds to the given value.
setSecurityManager(java.lang.SecurityManager) - static method in class java.lang.System
Set the current SecurityManager.
setSeed(byte[]) - method in class java.security.SecureRandom
Seeds the SecureRandom.
setSeed(long) - method in class java.util.Random
Sets the seed for this pseudorandom number generator.
setSeed(long) - method in class java.security.SecureRandom
Seeds the SecureRandom.
setSelected(boolean) - method in class javax.swing.AbstractButton
Set the value of the button's "selected" property.
setSelected(boolean) - method in class javax.swing.ButtonModel
Sets the selected flag of the button.
setSelected(boolean) - method in class javax.swing.DefaultButtonModel
Set the value of the model's "selected" property.
setSelected(boolean) - method in class gnu.xml.dom.html2.DomHTMLOptionElement
setSelected(boolean) - method in class javax.swing.JInternalFrame
This method sets whether this JInternalFrame is the selected frame in the JDesktopPane (or other container).
setSelected(boolean) - method in class javax.swing.JMenu
Changes this menu selected state if selected is true and false otherwise This method fires menuEvents to menu's registered listeners.
Sets the selected state of the button.
setSelected(java.awt.Component) - method in class javax.swing.JMenuBar
Changes menu bar's selection to the specified menu.
setSelected(java.awt.Component) - method in class javax.swing.JPopupMenu
Selects specified component in this popup menu.
Sets the currently selected button model.
This method sets the specified checkbox to be the selected on in this group, and unsets all others.
setSelectedColor(java.awt.Color) - method in class javax.swing.colorchooser.ColorSelectionModel
Sets the selected color.
setSelectedColor(java.awt.Color) - method in class javax.swing.colorchooser.DefaultColorSelectionModel
This method sets the color.
This method sets the component at the selected index.
setSelectedFile(java.io.File) - method in class javax.swing.JFileChooser
Sets the selected file and sends a PropertyChangeEvent to all registered listeners.
setSelectedFiles(java.io.File[]) - method in class javax.swing.JFileChooser
Sets the selected files and sends a PropertyChangeEvent (with the name SELECTED_FILES_CHANGED_PROPERTY) to all registered listeners.
This method sets the selected frame in the JDesktopPane.
Set the button's selected icon.
setSelectedIndex(int) - method in class javax.security.auth.callback.ChoiceCallback
Set the selected choice.
setSelectedIndex(int) - method in class javax.security.auth.callback.ConfirmationCallback
Set the selected confirmation option.
Sets the selected index and, if this is different to the previous selection, sends a ChangeEvent to all registered listeners.
setSelectedIndex(int) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setSelectedIndex(int) - method in class javax.swing.JComboBox
Forces JComboBox to select component located in the given index in the combo box.
setSelectedIndex(int) - method in class javax.swing.JList
Adds the interval [a,a] to the set of selections managed by this list's selectionModel property.
setSelectedIndex(int) - method in class javax.swing.JTabbedPane
This method sets the selected index.
setSelectedIndex(int) - method in class javax.swing.SingleSelectionModel
Sets the selected index and, if this is different to the previous selection, sends a ChangeEvent to all registered listeners.
setSelectedIndexes(int[]) - method in class javax.security.auth.callback.ChoiceCallback
Set the selected choices.
setSelectedIndices(int[]) - method in class javax.swing.JList
For each element a[i] of the provided array a, calls setSelectedIndex(int) on a[i].
setSelectedItem(java.lang.Object) - method in class javax.swing.ComboBoxModel
Sets the selected item in the combo box.
Sets the selected item for the model and sends a ListDataEvent to all registered listeners.
setSelectedItem(java.lang.Object) - method in class javax.swing.JComboBox
Forces combo box to select given item
Sets the selected item.
Sets the selected filter.
Sets menu selection to the specified path
Sets the currently selected print service.
setSelectedTextColor(java.awt.Color) - method in class javax.swing.text.JTextComponent
Sets the selection to cover only the specified value, if it exists in the model.
setSelection(boolean) - method in class javax.swing.text.html.Option
Sets the selected state of this <option> tag.
setSelectionBackground(java.awt.Color) - method in class javax.swing.JList
Sets the value of the selectionBackground property.
setSelectionBackground(java.awt.Color) - method in class javax.swing.JTable
Set the value of the selectionBackground property.

Fire a PropertyChangeEvent with name SELECTION_BACKGROUND_CHANGED_PROPERTY to registered listeners, if selectionBackground changed.

setSelectionColor(java.awt.Color) - method in class javax.swing.text.JTextComponent
setSelectionEnd(int) - method in class javax.swing.text.JTextComponent
Selects the text from the selection start postion to the given position.
setSelectionEnd(int) - method in class java.awt.TextComponent
Sets the ending position of the selected region to the specified value.
setSelectionForeground(java.awt.Color) - method in class javax.swing.JList
Sets the value of the selectionForeground property.
setSelectionForeground(java.awt.Color) - method in class javax.swing.JTable
Set the value of the selectionForeground property.

Fire a PropertyChangeEvent with name SELECTION_FOREGROUND_CHANGED_PROPERTY to registered listeners, if selectionForeground changed.

Clears the current selection and marks a given interval as "selected".
setSelectionInterval(int,int) - method in class javax.swing.JList
Sets the current selection to the items in the specified range (inclusive).
setSelectionInterval(int,int) - method in class javax.swing.JTree
Sets the selection interval to the specified range (note that anchor can be less than, equal to, or greater than lead).
setSelectionMode(int) - method in class javax.swing.DefaultListSelectionModel
Sets the value of the selectionMode property.
setSelectionMode(int) - method in class javax.swing.tree.DefaultTreeSelectionModel
Sets the current selection mode.
setSelectionMode(int) - method in class javax.swing.JList
Sets the list's "selectionMode" property, which simply mirrors the same property on the list's selectionModel property.
setSelectionMode(int) - method in class javax.swing.JTable
Set the value of the selectionMode property by delegation to the selectionModel field.
setSelectionMode(int) - method in class javax.swing.ListSelectionModel
Sets the selection mode.
setSelectionMode(int) - method in class javax.swing.tree.TreeSelectionModel
This method sets the ColorSelectionModel to be used with this JColorChooser.
Sets the selection model that will be used to keep track of the selected columns.
Sets the value of the selectionModel property.
Set the value of the selectionModel property.

Unregister this as a ListSelectionListener from previous selectionModel and register it with new parameter s.

Sets the selection model that will be used to keep track of the selected columns.
Sets menuBar's selection model to the one specified
Sets selection model for this popup menu
setSelectionModel
Resets the selection model.
Sets this path as the only selection.
Sets the paths as selection.
This catches attempts to set a selection and sets nothing instead.
setSelectionRow(int) - method in class javax.swing.JTree
setSelectionRows(int[]) - method in class javax.swing.JTree
setSelectionStart(int) - method in class javax.swing.text.JTextComponent
Selects the text from the given postion to the selection end position.
setSelectionStart(int) - method in class java.awt.TextComponent
Sets the starting position of the selected region to the specified value.
This method changes the selectionValues property.
setSelectionVisible(boolean) - method in class javax.swing.text.Caret
Sets the visiblity state of the selection.
setSelectionVisible(boolean) - method in class javax.swing.text.DefaultCaret
Sets the visiblity state of the selection.
setSendBufferSize(int) - method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSendBufferSize(int) - method in class gnu.java.net.local.LocalServerSocket
setSendBufferSize(int) - method in class gnu.java.net.local.LocalSocket
setSendBufferSize(int) - method in class java.net.Socket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
This method sets the size of the Separator.
setSequence(java.io.InputStream) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setSequence(java.io.InputStream) - method in class javax.sound.midi.Sequencer
Set the sequence for this sequencer. istream reads on a valid MIDI file.
setSequence(javax.sound.midi.Sequence) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setSequence(javax.sound.midi.Sequence) - method in class javax.sound.midi.Sequencer
Set the Sequence object for this sequencer.
setSequenceNumber(long) - method in class java.util.logging.LogRecord
Sets the sequence number of this LogRecord to a new value.
setSequenceNumber(long) - method in class javax.management.Notification
Sets the sequence number to the value specified.
setSerialNumber(java.math.BigInteger) - method in class java.security.cert.X509CertSelector
Sets the serial number of the desired certificate.
setServant(org.omg.PortableServer.Servant) - method in class gnu.CORBA.Poa.AOM.Obj
Set the servant value, preserving any non null value as the primary servant.
Set a servant, if it has not been previously set.
setSessionCacheSize(int) - method in class javax.net.ssl.SSLSessionContext
Sets the maximum number of sessions that may be cached by this session context.
setSessionTimeout(int) - method in class javax.net.ssl.SSLSessionContext
Sets the period of time (in seconds) that a session may be cached for before becoming invalid.
setShape(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setShape(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setSharedInstance(javax.swing.PopupFactory) - static method in class javax.swing.PopupFactory
Sets the shared factory.
setShort(int,short) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java short value.
setShort(int,short) - method in class javax.sql.RowSet
setShort(java.lang.Object,int,short) - static method in class java.lang.reflect.Array
Sets an element of a short array.
setShort(java.lang.Object,short) - method in class java.lang.reflect.Field
Set this short Field.
This method sets the specified parameter from the given Java short value.
setShortcut(java.awt.MenuShortcut) - method in class java.awt.MenuItem
Sets the shortcut for this menu item to the specified value.
Set the localized short description for this feature.
This method sets the list of strings used to display abbreviated month names.
This method sets the list of strings used to display abbreviated weekday names.
setShowGrid(boolean) - method in class javax.swing.JTable
Set the value of the showGrid property.
setShowHorizontalLines(boolean) - method in class javax.swing.JTable
Set the value of the showHorizontalLines property.
setShowsRootHandles(boolean) - method in class javax.swing.plaf.basic.BasicTreeUI
Determines whether the node handles are to be displayed.
setShowsRootHandles(boolean) - method in class javax.swing.JTree
setShowVerticalLines(boolean) - method in class javax.swing.JTable
Set the value of the showVerticalLines property.
setSidesToDefault() - method in class java.awt.JobAttributes
setSigned(int,boolean) - method in class javax.sql.RowSetMetaData
Helper to set the signers of a class.
setSigProvider(java.lang.String) - method in class java.security.cert.PKIXParameters
Sets the signature algorithm provider, or null if there is no preferred provider.
setSize(double,double) - method in class java.awt.Dimension
Sets the size of this dimension.
setSize(double,double) - method in class java.awt.geom.Dimension2D
Set the size of this dimension to the requested values.
setSize(double,double) - method in class java.awt.print.Paper
This method sets the size of the paper to the specified width and height, which are specified in 1/72nds of an inch.
setSize(float,float) - method in class javax.swing.text.AsyncBoxView
Sets the size of this view.
setSize(float,float) - method in class javax.swing.text.BoxView
Sets the size of the view.
setSize(float,float) - method in class javax.swing.text.html.ImageView
Starts loading the image asynchronuosly.
setSize(float,float) - method in class javax.swing.text.View
setSize(float,float) - method in class javax.swing.text.WrappedPlainView
Sets the size of the View.
setSize(int) - method in class javax.swing.DefaultListModel
Sets the size of the list to a particular value.
setSize(int) - method in class gnu.xml.dom.html2.DomHTMLBaseFontElement
setSize(int) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setSize(int) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setSize(int) - method in class gnu.java.awt.color.ProfileHeader
setSize(int) - method in class java.util.Vector
Explicitly sets the size of the vector (but not necessarily the size of the internal data array).
setSize(int,int) - method in class java.awt.Component
Sets the size of this component to the specified width and height.
setSize(int,int) - method in class java.awt.Dimension
Sets the width and height of this object to the specified values.
setSize(int,int) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
setSize(int,int) - method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
setSize(int,int) - method in class javax.swing.SizeSequence
Sets the size of the element at the specified index.
setSize(java.awt.Dimension) - method in class javax.accessibility.AccessibleComponent
Set the size of this component to the given dimensions.
setSize(java.awt.Dimension) - method in class gnu.javax.imageio.bmp.BMPInfoHeader
setSize(java.awt.Dimension) - method in class java.awt.Component
Sets the size of this component to the specified value.
Sets the size of this component.
setSize(java.awt.Dimension) - method in class java.awt.Dimension
Sets the width and height of this object to match that of the specified object.
Does nothing since the size cannot be set on list children individually.
The size cannot be set on table cells directly, so this method does nothing.
Set the size of this component to the given dimensions.
Resizes this object so that it has width and height.
Sets the size of the component.
setSize(java.awt.Dimension) - method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
setSize(java.awt.geom.Dimension2D) - method in class java.awt.geom.Dimension2D
Set the size of this dimension to the requested value.
setSize(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFontElement
setSize(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHRElement
setSize(long) - method in class gnu.javax.imageio.bmp.BMPFileHeader
Sets the file size
setSize(long) - method in class java.util.zip.ZipEntry
Sets the size of the uncompressed data.
setSizes(int[]) - method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This method stores the given int array as the new sizes array.
setSizes(int[]) - method in class javax.swing.SizeSequence
Sets the sizes for the elements in the sequence.
Set the slave synchronization mode for this sequencer. sync must be found in the array returned by getSlaveSyncModes().
setSnapToTicks(boolean) - method in class javax.swing.JSlider
Sets the flag that controls whether the slider thumb will snap to ticks and sends a PropertyChangeEvent (with the property name 'snapToTicks') to all registered listeners.
Sets the address of the remote host this package will be sent
Sets the SocketImplFactory for all ServerSocket's.
Sets the SocketImplFactory.
setSoLinger(boolean,int) - method in class gnu.java.net.local.LocalSocket
setSoLinger(boolean,int) - method in class java.net.Socket
Sets the value of the SO_LINGER option on the socket.
setSolo(boolean) - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Turns solo mode on or off.
setSolo(boolean) - method in class javax.sound.midi.MidiChannel
Turns solo mode on or off.
setSoTimeout(int) - method in class java.net.DatagramSocket
Sets the value of the socket's SO_TIMEOUT value.
setSoTimeout(int) - method in class gnu.java.net.local.LocalServerSocket
Sets the value of SO_TIMEOUT.
setSoTimeout(int) - method in class gnu.java.net.local.LocalSocket
setSoTimeout(int) - method in class java.net.ServerSocket
Sets the value of SO_TIMEOUT.
setSoTimeout(int) - method in class java.net.Socket
Sets the value of the SO_TIMEOUT option on the socket.
setSource(java.lang.Object) - method in class java.awt.AWTEvent
Retarget the event, such as converting a heavyweight component to a lightweight child of the original.
setSource(java.lang.Object) - method in class javax.management.Notification
Sets the source of this notification to the value specified.
Sets the bean that is used as the source of events when property changes occur.
setSource(java.lang.Object,int) - method in class java.awt.image.renderable.ParameterBlock
setSourceActions(int) - method in class java.awt.dnd.DragGestureRecognizer
setSourceBands(int[]) - method in class javax.imageio.IIOParam
Set the indices of the source bands to be used.
setSourceClassName(java.lang.String) - method in class java.util.logging.LogRecord
Sets the name of the class where the event being logged has had its origin.
setSourceMethodName(java.lang.String) - method in class java.util.logging.LogRecord
Sets the name of the method where the event being logged has had its origin.
setSourceProgressivePasses(int,int) - method in class javax.imageio.ImageReadParam
setSourceRegion(java.awt.Rectangle) - method in class javax.imageio.IIOParam
Set the source region from which to read.
setSources(java.util.Vector) - method in class java.awt.image.renderable.ParameterBlock
setSourceSubsampling(int,int,int,int) - method in class javax.imageio.IIOParam
Set the source sampling intervals and offsets.
Sets the SOUTH-constraint.
setSouthPane(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method sets the south pane to be the given JComponent.
Adds a 'space above' attribute to the specified set.
Adds a 'space below' attribute to the specified set.
setSpan(int) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setSpecified(boolean) - method in class gnu.xml.dom.DomAttr
Records whether this attribute was in the source text.
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFrameElement
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setSrc(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
Sets the SSL socket factory for this instance.
Change the stack trace manually.
setStandby(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setStart(int) - method in class gnu.xml.dom.html2.DomHTMLOListElement
setStart(java.lang.Comparable) - method in class javax.swing.SpinnerDateModel
Sets the lower limit for the date/time value and, if the new limit is different to the old limit, sends a ChangeEvent to all registered listeners.
setStartRule(int,int,int) - method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
setStartRule(int,int,int,int) - method in class java.util.SimpleTimeZone
Sets the daylight savings start rule.
Sets the daylight savings start rule.
setStartYear(int) - method in class java.util.SimpleTimeZone
Sets the first year, where daylight savings applies.
setState(boolean) - method in class java.awt.Checkbox
Sets the state of this checkbox to the specified value.
setState(boolean) - method in class java.awt.CheckboxMenuItem
Sets the state of this menu item.
setState(boolean) - method in class java.awt.peer.CheckboxMenuItemPeer
setState(boolean) - method in class java.awt.peer.CheckboxPeer
setState(boolean) - method in class gnu.java.awt.peer.gtk.GtkCheckboxMenuItemPeer
setState(boolean) - method in class gnu.java.awt.peer.gtk.GtkCheckboxPeer
Sets native GtkCheckButton is state is different from current state.
setState(boolean) - method in class javax.swing.JCheckBoxMenuItem
Sets state for this check box menu item.
setState(boolean) - method in class gnu.java.awt.peer.qt.QtCheckboxPeer
setState(boolean) - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
setState(int) - method in class java.awt.Frame
setState(int) - method in class java.awt.peer.FramePeer
setState(int) - method in class gnu.java.awt.peer.gtk.GtkFramePeer
setState(int) - method in class gnu.java.awt.peer.qt.QtFramePeer
setState(int) - method in class gnu.awt.xlib.XFramePeer
setState(int) - method in class gnu.java.awt.peer.x.XFramePeer
setStatement(boolean) - method in class gnu.java.beans.decoder.PersistenceParser
Sets the step size and, if the new step size is different to the old step size, sends a ChangeEvent to all registered listeners.
setStrategy(int) - method in class java.util.zip.Deflater
Sets the compression strategy.
Associate a stream to a key for this applet context, possibly replacing the old value.
setStrength(int) - method in class java.text.Collator
This method sets the strength setting for this object to the specified value.
setStrictErrorChecking(boolean) - method in class gnu.xml.dom.DomDocument
setStrictErrorChecking(boolean) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setStrikeThrough(boolean) - method in class javax.swing.text.LabelView
Sets the strike-through flag.
Adds a strike-through attribue to the specified set.
This method sets the specified parameter from the given Java String value.
setString(int,java.lang.String) - method in class javax.sql.RowSet
setString(java.lang.String) - method in class javax.swing.JProgressBar
Sets the string to display within the progress bar and, if the new value is different to the old value, sends a PropertyChangeEvent (with the property name "string") to all registered listeners.
This method sets the specified parameter from the given Java String value.
setString(java.lang.String,java.lang.String) - method in class gnu.java.util.prefs.gconf.GConfNativePeer
Change the value of key to val.
setString(long,java.lang.String) - method in class java.sql.Clob
Writes the specified string into this Clob, starting at the specified index.
Writes the specified portion of a string into this Clob, starting at the specified index.
setStringData(java.lang.String) - method in class gnu.xml.dom.ls.DomLSInput
setStringPainted(boolean) - method in class javax.swing.JProgressBar
Sets the flag that controls whether or not the string returned by getString() is displayed by the JProgressBar component.
setStroke(java.awt.Stroke) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets the stroke for this graphics object.
setStroke(java.awt.Stroke) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Sets the stroke to be used for subsequent drawing operations.
setStroke(java.awt.Stroke) - method in class java.awt.Graphics2D
Sets the stroke to be used for subsequent drawing operations.
setStroke(java.awt.Stroke) - method in class gnu.awt.j2d.Graphics2DImpl
Sets the stroke to be used for subsequent drawing operations.
setStroke(java.awt.Stroke) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the stroke to be used for subsequent drawing operations.
setStub(java.applet.AppletStub) - method in class java.applet.Applet
The browser calls this method to set the applet's stub, which is the low level interface to the browser.
Sets the content model for this JTextPane.
setStyleFactory(javax.swing.plaf.synth.SynthStyleFactory) - static method in class javax.swing.plaf.synth.SynthLookAndFeel
Sets the style factory that the UI classes of Synth will use to load their sets of styles.
setStyleSheet(javax.swing.text.html.StyleSheet) - method in class javax.swing.text.html.HTMLEditorKit
Set the set of styles to be used to render the various HTML elements.
setSubject(byte[]) - method in class java.security.cert.X509CertSelector
Sets the subject, specified as the DER encoding of the subject's distinguished name.
setSubject(java.lang.String) - method in class java.security.cert.X509CertSelector
Sets the subject, specified as a string representation of the subject's distinguished name.
Sets the subject alternative names critertion.
setSubjectKeyIdentifier(byte[]) - method in class java.security.cert.X509CertSelector
Sets the subject key identifier criterion, or null to clear this criterion.
setSubjectPublicKey(byte[]) - method in class java.security.cert.X509CertSelector
Sets the subject public key criterion as a DER-encoded key.
Sets the subject public key criterion as an opaque representation.
Sets the public key algorithm ID that matching certificates must have.
setSubscript(boolean) - method in class javax.swing.text.LabelView
Sets the subscript flag.
Adds a subscript attribute to the specified set.
setSummary(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setSuperscript(boolean) - method in class javax.swing.text.LabelView
Sets the superscript flag.
Adds a superscript attribute to the specified set.
This method sets the state for the supplementary information flags and the minor status in MessageProp.
setSurrendersFocusOnKeystroke(boolean) - method in class javax.swing.JTable
Sets whether cell editors of this table should receive keyboard focus when the editor is activated by a keystroke.
setSyncAllWidths(boolean) - method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
This method sets whether the widths will be synced.
setSystem(java.rmi.activation.ActivationSystem) - static method in class java.rmi.activation.ActivationGroup
Set the activation system for this virtual machine.
setSystemId(java.io.File) - method in class javax.xml.transform.stream.StreamResult
Sets the system ID from a File reference.
setSystemId(java.io.File) - method in class javax.xml.transform.stream.StreamSource
Sets the system ID using a File reference.
setSystemId(java.lang.String) - method in class gnu.xml.dom.ls.DomLSInput
setSystemId(java.lang.String) - method in class gnu.xml.dom.ls.DomLSOutput
setSystemId(java.lang.String) - method in class javax.xml.transform.dom.DOMResult
Sets the system ID used to resolve external entities.
setSystemId(java.lang.String) - method in class javax.xml.transform.dom.DOMSource
Sets the base URI to use as the context for resolving entities.
setSystemId(java.lang.String) - method in class javax.xml.transform.Result
Sets the XML system ID for this result.
setSystemId(java.lang.String) - method in class javax.xml.transform.sax.SAXResult
Sets the system ID which this result represents.
setSystemId(java.lang.String) - method in class javax.xml.transform.sax.SAXSource
Sets the system ID for this source.
setSystemId(java.lang.String) - method in class javax.xml.transform.Source
Sets the XML system ID for this source.
setSystemId(java.lang.String) - method in class javax.xml.transform.stream.StreamResult
Sets the system ID.
setSystemId(java.lang.String) - method in class javax.xml.transform.stream.StreamSource
Sets the system ID for this source.
setSystemId(java.lang.String) - method in class javax.xml.transform.sax.TemplatesHandler
Sets the system ID for the templates object created by this processor.
setSystemId(java.lang.String) - method in class javax.xml.transform.sax.TransformerHandler
Sets the system ID relative to which URLs will be resolved.
setSystemScope(java.security.IdentityScope) - static method in class java.security.IdentityScope
Sets the scope of the system.
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLButtonElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setTabIndex(int) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setTabLayoutPolicy(int) - method in class javax.swing.JTabbedPane
This method changes the tabLayoutPolicy property of the JTabbedPane.
setTable(javax.swing.JTable) - method in class javax.swing.table.JTableHeader
Set the value of the table property.
Set the value of the tableHeader property.
setTabPlacement(int) - method in class javax.swing.JTabbedPane
This method changes the tabPlacement property of the JTabbedPane.
Adds a TabSet attribute to the specified set.
setTabSize(int) - method in class javax.swing.JTextArea
Sets the number of characters used for a tab to the supplied value.
setTarget(java.lang.Object) - method in class javax.accessibility.AccessibleRelation
Set the target to a single object.
setTarget(java.lang.Object[]) - method in class javax.accessibility.AccessibleRelation
Set the target to an array of objects.
setTarget(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setTarget(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAreaElement
setTarget(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBaseElement
setTarget(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLFormElement
setTarget(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setTarget(java.rmi.Remote) - method in class javax.rmi.CORBA.Tie
Set the invocation target, where all method calls should be delegated.
setTargetActions(int) - method in class java.awt.dnd.DropTargetContext
setTargetActions(int) - method in class java.awt.dnd.peer.DropTargetContextPeer
setTargetActions(int) - method in class gnu.java.awt.dnd.peer.gtk.GtkDropTargetContextPeer
Sets the constraints placed on the target certificate.
setTcpNoDelay(boolean) - method in class gnu.java.net.local.LocalSocket
setTcpNoDelay(boolean) - method in class java.net.Socket
Sets the TCP_NODELAY option on the socket.
setTempoFactor(float) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTempoFactor(float) - method in class javax.sound.midi.Sequencer
Set a scaling factor for the playback tempo, which is 1.0 by default.
setTempoInBPM(float) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTempoInBPM(float) - method in class javax.sound.midi.Sequencer
Sets the current tempo in beats per minute.
setTempoInMPQ(float) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTempoInMPQ(float) - method in class javax.sound.midi.Sequencer
Sets the current tempo in microseconds per quarter note.
setText(java.lang.String) - method in class javax.swing.AbstractButton
Set the button's "text" property.
setText(java.lang.String) - method in class java.text.BreakIterator
This method sets the text string to iterate over.
This method sets the String that it is iterating over to the specified String.
setText(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
setText(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
setText(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTitleElement
setText(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkLabelPeer
setText(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
setText(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkTextFieldPeer
setText(java.lang.String) - method in class javax.swing.JEditorPane
Sets the text of the JEditorPane.
setText(java.lang.String) - method in class javax.swing.JLabel
Sets the text for the label and sends a PropertyChangeEvent (with the name 'text') to all registered listeners.
setText(java.lang.String) - method in class javax.swing.text.JTextComponent
setText(java.lang.String) - method in class java.awt.Label
Sets the text in this label to the specified value.
setText(java.lang.String) - method in class java.awt.peer.LabelPeer
setText(java.lang.String) - method in class gnu.javax.crypto.sasl.OutputBuffer
Encodes a SASL Text to the current buffer.
setText(java.lang.String) - method in class gnu.java.awt.peer.qt.QtLabelPeer
setText(java.lang.String) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
setText(java.lang.String) - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
This method allows other classes in java.text to change the value of the underlying text being iterated through.
setText(java.lang.String) - method in class gnu.java.awt.peer.swing.SwingLabelPeer
Sets the text of the label.
setText(java.lang.String) - method in class gnu.java.awt.peer.swing.SwingTextFieldPeer
Sets the content of the textfield.
setText(java.lang.String) - method in class java.awt.TextComponent
Sets the text in this component to the specified string.
setText(java.lang.String) - method in class java.awt.peer.TextComponentPeer
setText(java.lang.String) - method in class javax.security.auth.callback.TextInputCallback
Set the retrieved text.
This method sets the text to iterate over from the specified CharacterIterator.
This method sets the text to iterate over from the specified CharacterIterator.
This method sets the String that it is iterating over to the String represented by the specified CharacterIterator.
setTextContent(java.lang.String) - method in class gnu.xml.dom.DomNode
setTextContent(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
setTextContent(java.lang.String) - method in class gnu.xml.libxmlj.util.StandaloneDocumentType
setTextContents(java.lang.String) - method in class javax.accessibility.AccessibleEditableText
Set the text contents to the given string.
Sets the text contents.
Sets the text color for tree cells that are not selected.
Sets the text color for tree cells that are selected.
setTextShiftOffset() - method in class javax.swing.plaf.basic.BasicButtonUI
Sets the text shift offset to the value in defaultTextShiftOffset.
setTFoot(HTMLTableSectionElement) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setTHead(HTMLTableSectionElement) - method in class gnu.xml.dom.html2.DomHTMLTableElement
setThreadContentionMonitoringEnabled(boolean) - method in class java.lang.management.ThreadMXBean
Toggles the monitoring of thread contention.
setThreadContentionMonitoringEnabled(boolean) - method in class gnu.java.lang.management.ThreadMXBeanImpl
Toggles the monitoring of thread contention.
setThreadCpuTimeEnabled(boolean) - method in class java.lang.management.ThreadMXBean
Toggles the monitoring of CPU time used by threads.
setThreadCpuTimeEnabled(boolean) - method in class gnu.java.lang.management.ThreadMXBeanImpl
Toggles the monitoring of CPU time used by threads.
setThreadID(int) - method in class java.util.logging.LogRecord
Sets the identifier indicating in which thread this LogRecord was created.
setThrown(java.lang.Throwable) - method in class java.util.logging.LogRecord
Associates this LogRecord with an exception or error.
setThrownException(java.lang.Exception) - method in class gnu.classpath.jdwp.util.MethodResult
setThumbBounds(int,int,int,int) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method sets the thumb's bounds.
setThumbLocation(int,int) - method in class javax.swing.plaf.basic.BasicSliderUI
This method sets the position of the thumbRect.
setThumbnails(java.util.List) - method in class javax.imageio.IIOImage
Set the list of thumbnails for this IIOImage to a new list of BufferedImages or to null.
setThumbRollover(boolean) - method in class javax.swing.plaf.basic.BasicScrollBarUI
Set thumbRollover to active.
setTick(long) - method in class javax.sound.midi.MidiEvent
Set the timestemp for this event in MIDI ticks.
setTickPosition(long) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTickPosition(long) - method in class javax.sound.midi.Sequencer
Set the current playback position of the sequencer in MIDI ticks.
setTiling(int,int,int,int) - method in class javax.imageio.ImageWriteParam
setTilingMode(int) - method in class javax.imageio.ImageWriteParam
setTime(int,int,int) - method in class javax.xml.datatype.XMLGregorianCalendar
setTime(int,int,int,int) - method in class javax.xml.datatype.XMLGregorianCalendar
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(int,java.sql.Time) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java java.sql.Time value.
This method sets the specified parameter from the given Java java.sql.Time value.
This method sets the specified parameter from the given Java java.sql.Time value.
setTime(java.util.Date) - method in class java.util.Calendar
Sets this Calendar's time to the given Date.
setTime(long) - method in class java.util.Date
Sets the time which this object should represent.
setTime(long) - method in class java.util.zip.ZipEntry
Sets the time of last modification of the entry.
setTimeInMillis(long) - method in class java.util.Calendar
Sets this Calendar's time to the given Time.
setTimeLimit(int) - method in class javax.naming.directory.SearchControls
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimestamp(int,java.sql.Timestamp) - method in class javax.sql.RowSet
This method sets the specified parameter from the given Java java.sql.Timestamp value.
This method sets the specified parameter from the given Java java.sql.Timestamp value.
This method sets the specified parameter from the given Java java.sql.Timestamp value.
setTimeStamp(long) - method in class javax.management.Notification
Sets the date and time at which this notification was emitted.
setTimeToLive(int) - method in class java.net.DatagramSocketImpl
Sets the Time to Live (TTL) setting on this socket to the specified value.
setTimeToLive(int) - method in class java.net.MulticastSocket
Sets the "Time to Live" value for a socket.
setTimeToLive(int) - method in class gnu.java.net.PlainDatagramSocketImpl
Sets the Time to Live value for the socket
setTimezone(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setTimeZone(java.util.TimeZone) - method in class java.util.Calendar
Sets the time zone to the specified value.
setTimeZone(java.util.TimeZone) - method in class java.text.DateFormat
This method sets the time zone that should be used by this object.
setTipText(java.lang.String) - method in class javax.swing.JToolTip
Sets the text to be displayed by the tool tip and sends a PropertyChangeEvent (with the property name 'tiptext') to all registered listeners.
setTitle(java.lang.String) - method in class java.awt.Dialog
Sets the title of this dialog box to the specified string.
setTitle(java.lang.String) - method in class java.awt.peer.DialogPeer
setTitle(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLDocument
setTitle(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLElement
setTitle(java.lang.String) - method in class java.awt.Frame
Sets this frame's title to the specified value.
setTitle(java.lang.String) - method in class java.awt.peer.FramePeer
setTitle(java.lang.String) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
setTitle(java.lang.String) - method in class javax.swing.JInternalFrame
Sets the title for the JInternalFrame and sends a PropertyChangeEvent (with the property name TITLE_PROPERTY) to all registered listeners.
setTitle(java.lang.String) - method in class gnu.java.awt.peer.qt.QtWindowPeer
setTitle(java.lang.String) - method in class javax.swing.border.TitledBorder
Sets the text of the title.
setTitle(java.lang.String) - method in class gnu.java.awt.peer.x.XDialogPeer
setTitle(java.lang.String) - method in class gnu.awt.xlib.XFramePeer
setTitle(java.lang.String) - method in class gnu.java.awt.peer.x.XFramePeer
setTitleAt(int,java.lang.String) - method in class javax.swing.JTabbedPane
This method sets the title of the tab.
setTitleColor(java.awt.Color) - method in class javax.swing.border.TitledBorder
Sets the color for displaying the title text.
setTitleFont(java.awt.Font) - method in class javax.swing.border.TitledBorder
Sets the font for displaying the title text.
setTitleJustification(int) - method in class javax.swing.border.TitledBorder
Sets the horizontal alignment of the title text in relation to the border.
setTitlePosition(int) - method in class javax.swing.border.TitledBorder
Sets the vertical position of the title text in relation to the border.
setToggleClickCount(int) - method in class javax.swing.JTree
setToIdentity() - method in class java.awt.geom.AffineTransform
Reset this transform to the identity (no transformation):
 [ 1 0 0 ]
 [ 0 1 0 ]
 [ 0 0 1 ]
 
setTokenThreshold(int) - method in class javax.swing.text.html.HTMLDocument
Sets the number of tokens to buffer before trying to display the Document.
setToolTipText(java.lang.String) - method in class javax.swing.JComponent
Set the value of the toolTipText property.
This method sets the tooltip text of the tab.
setToPage(int) - method in class java.awt.JobAttributes
setTopComponent(java.awt.Component) - method in class javax.swing.JSplitPane
This method sets the top component.
setTopDown(boolean) - method in class javax.imageio.plugins.bmp.BMPImageWriteParam
If set, the data will be written out in a top-down manner, the first scanline being written first.
setTopInset(float) - method in class javax.swing.text.AsyncBoxView
Sets the top inset.
setToRotation(double) - method in class java.awt.geom.AffineTransform
Set this transform to a rotation.
Set this transform to a rotation about a point.
setToScale(double,double) - method in class java.awt.geom.AffineTransform
Set this transform to a scale:
 [ sx 0  0 ]
 [ 0  sy 0 ]
 [ 0  0  1 ]
 
setToShear(double,double) - method in class java.awt.geom.AffineTransform
Set this transform to a shear (points are shifted in the x direction based on a factor of their y coordinate, and in the y direction as a factor of their x coordinate):
 [  1  shx 0 ]
 [ shy  1  0 ]
 [  0   0  1 ]
 
setToTranslation(double,double) - method in class java.awt.geom.AffineTransform
Set this transform to a translation:
 [ 1 0 tx ]
 [ 0 1 ty ]
 [ 0 0 1  ]
 
setTrackMute(int,boolean) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTrackMute(int,boolean) - method in class javax.sound.midi.Sequencer
Sets the mute state for a specific track.
setTrackSolo(int,boolean) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
setTrackSolo(int,boolean) - method in class javax.sound.midi.Sequencer
Sets the solo state for a specific track.
setTrafficClass(int) - method in class java.net.DatagramSocket
Sets the traffic class value
setTrafficClass(int) - method in class gnu.java.net.local.LocalSocket
setTrafficClass(int) - method in class java.net.Socket
Sets the traffic class value
setTransactionIsolation(int) - method in class java.sql.Connection
This method sets the current transaction isolation mode.
setTransactionIsolation(int) - method in class javax.sql.RowSet
setTransactionTimeout(int) - method in class javax.transaction.TransactionManager
setTransactionTimeout(int) - method in class javax.transaction.UserTransaction
setTransactionTimeout(int) - method in class javax.transaction.xa.XAResource
Set the value of the transferHandler property.
setTransferMode(int) - method in class gnu.java.net.protocol.ftp.FTPConnection
Sets the desired transfer mode.
Set this transform to the given values:
 [ m00 m01 m02 ]
 [ m10 m11 m12 ]
 [  0   0   1  ]
 
Sets the transformation for this Graphics object.
Set this transform to a copy of the given one.
setTransform(java.awt.geom.AffineTransform) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Set the current transform
Sets the current transform.
Sets the current transform.
setTransform(java.awt.geom.AffineTransform) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets the current transform.
setTransform(java.awt.geom.AffineTransform) - method in class java.awt.image.renderable.RenderContext
setTree(javax.swing.JTree) - method in class javax.swing.tree.DefaultTreeCellEditor
Sets the tree currently editing for.
setTrustAnchors(java.util.Set) - method in class java.security.cert.PKIXParameters
Sets the trust anchors of this class, replacing the current trust anchors with those in the given set.
setTTL(byte) - method in class java.net.DatagramSocketImpl
Sets the Time to Live (TTL) setting on this socket to the specified value.
setTTL(byte) - method in class java.net.MulticastSocket
Sets the "Time to Live" value for a socket.
setTTL(byte) - method in class gnu.java.net.PlainDatagramSocketImpl
Sets the Time to Live value for the socket
setType(int) - method in class javax.sql.RowSet
setType(int) - method in class gnu.gcj.xlib.XAnyEvent
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAnchorElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLEmbedElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLIElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLLinkElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLOListElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLParamElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLScriptElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLStyleElement
setType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLUListElement
setType(short) - method in class javax.swing.text.DefaultStyledDocument.ElementSpec
Sets the type of the element.
setTypeMap(java.util.Map) - method in class java.sql.Connection
This method sets the mapping table for SQL types to Java classes.
setTypeMap(java.util.Map) - method in class javax.sql.RowSet
setTypeModifier(int) - method in class gnu.CORBA.typecodes.GeneralTypeCode
Set the type modifier.
setUI(javax.swing.plaf.ButtonUI) - method in class javax.swing.AbstractButton
Set the "UI" property of the button, which is a look and feel class responsible for handling the button's input events and painting it.
This method sets the UI Component used for this JColorChooser.
setUI(javax.swing.plaf.ComboBoxUI) - method in class javax.swing.JComboBox
Set the "UI" property of the combo box, which is a look and feel class responsible for handling comboBox's input events and painting it.
setUI(javax.swing.plaf.ComponentUI) - method in class javax.swing.JComponent
Install a new UI delegate as the component's ui property.
This method sets the UI used for this JDesktopIcon.
This method sets the UI used with the JDesktopPane.
This method is used to set the UI responsible for the JInternalFrame.
setUI(javax.swing.plaf.LabelUI) - method in class javax.swing.JLabel
Sets the label's UI delegate.
setUI(javax.swing.plaf.ListUI) - method in class javax.swing.JList
Sets the value of the UI property.
setUI(javax.swing.plaf.MenuBarUI) - method in class javax.swing.JMenuBar
Set the "UI" property of the menu bar, which is a look and feel class responsible for handling menuBar's input events and painting it.
setUI(javax.swing.plaf.MenuItemUI) - method in class javax.swing.JMenuItem
Set the "UI" property of the menu item, which is a look and feel class responsible for handling menuItem's input events and painting it.
This method sets the UI used with the JOptionPane.
setUI(javax.swing.plaf.PanelUI) - method in class javax.swing.JPanel
Sets the UI delegate for the JPanel component.
setUI(javax.swing.plaf.PopupMenuUI) - method in class javax.swing.JPopupMenu
Set the "UI" property of the menu item, which is a look and feel class responsible for handling popupMenu's input events and painting it.
Sets the UI delegate for this component.
setUI(javax.swing.plaf.RootPaneUI) - method in class javax.swing.JRootPane
DOCUMENT ME!
setUI(javax.swing.plaf.ScrollBarUI) - method in class javax.swing.JScrollBar
This method sets the UI of this scrollbar to the given UI.
This method sets the scrollpane's UI delegate.
setUI(javax.swing.plaf.SeparatorUI) - method in class javax.swing.JSeparator
Sets the separator's UI delegate.
setUI(javax.swing.plaf.SliderUI) - method in class javax.swing.JSlider
Sets the slider's UI delegate.
setUI(javax.swing.plaf.SpinnerUI) - method in class javax.swing.JSpinner
Sets the UI delegate for the component.
setUI(javax.swing.plaf.SplitPaneUI) - method in class javax.swing.JSplitPane
This method sets the UI used by the JSplitPane.
This method sets the UI used to display the JTabbedPane.
setUI(javax.swing.plaf.TableHeaderUI) - method in class javax.swing.table.JTableHeader
setUI(javax.swing.plaf.TableUI) - method in class javax.swing.JTable
This method sets the table's UI delegate.
setUI(javax.swing.plaf.TextUI) - method in class javax.swing.text.JTextComponent
This method sets the label's UI delegate.
setUI(javax.swing.plaf.ToolBarUI) - method in class javax.swing.JToolBar
This method sets the UI used with the JToolBar.
setUI(javax.swing.plaf.TreeUI) - method in class javax.swing.JTree
Sets the UI associated with this JTree object.
setUI(javax.swing.plaf.ViewportUI) - method in class javax.swing.JViewport
This method sets the viewport's UI delegate.
Assigns the given UncaughtExceptionHandler to this thread.
setUndecorated(boolean) - method in class java.awt.Dialog
Disables or enables decorations for this frame.
setUndecorated(boolean) - method in class java.awt.Frame
Disables or enables decorations for this frame.
setUnderline(boolean) - method in class javax.swing.text.LabelView
Sets the underline flag.
Adds an underline attribute to the specified set.
setUnicast(boolean) - method in class java.beans.EventSetDescriptor
Sets whether or not multiple listeners may be added.
This method sets the specified parameter from the given Java Unicode UTF-8 InputStream value.
setUnified(boolean) - method in class gnu.xml.util.XCat
Assigns the value of the flag returned by isUnified().
setUnitIncrement(int) - method in class java.awt.Adjustable
Sets the increment value for incrementing the value by units.
setUnitIncrement(int) - method in class javax.swing.JScrollBar
This method sets the unitIncrement property.
setUnitIncrement(int) - method in class java.awt.Scrollbar
Sets the value added or subtracted to the scrollbar value when the user selects the scroll by a "unit" amount control.
setUnitIncrement(int) - method in class java.awt.ScrollPaneAdjustable
Sets the increment value for incrementing the value by units.
setUnitIncrement(java.awt.Adjustable,int) - method in class gnu.java.awt.peer.gtk.GtkScrollPanePeer
setUnitIncrement(java.awt.Adjustable,int) - method in class gnu.java.awt.peer.qt.QtScrollPanePeer
setUnmodifiable() - method in class gnu.java.security.x509.X500DistinguishedName
setup() - method in class gnu.javax.crypto.mode.BaseMode
The initialisation phase of the concrete mode implementation.
setup() - method in class gnu.javax.crypto.pad.BasePad
If any additional checks or resource setup must be done by the subclass, then this is the hook for it.
setup() - method in class gnu.javax.crypto.mode.CBC
setup() - method in class gnu.javax.crypto.mode.CFB
setup() - method in class gnu.javax.crypto.mode.CTR
setup() - method in class gnu.javax.crypto.mode.ECB
The initialisation phase of the concrete mode implementation.
setup() - method in class gnu.javax.crypto.mode.ICM
setup() - method in class gnu.javax.crypto.pad.ISO10126
If any additional checks or resource setup must be done by the subclass, then this is the hook for it.
setup() - method in class gnu.javax.crypto.mode.OFB
setup() - method in class gnu.javax.crypto.pad.PKCS1_V1_5
setup() - method in class gnu.javax.crypto.pad.PKCS7
If any additional checks or resource setup must be done by the subclass, then this is the hook for it.
setup() - method in class gnu.java.awt.peer.qt.QtButtonPeer
setup() - method in class gnu.java.awt.peer.qt.QtCanvasPeer
setup() - method in class gnu.java.awt.peer.qt.QtCheckboxPeer
setup() - method in class gnu.java.awt.peer.qt.QtChoicePeer
setup() - method in class gnu.java.awt.peer.qt.QtComponentPeer
setup() - method in class gnu.java.awt.peer.qt.QtContainerPeer
setup() - method in class gnu.java.awt.peer.qt.QtDialogPeer
setup() - method in class gnu.java.awt.peer.qt.QtEmbeddedWindowPeer
setup() - method in class gnu.java.awt.peer.qt.QtFileDialogPeer
setup() - method in class gnu.java.awt.peer.qt.QtFramePeer
setup() - method in class gnu.java.awt.peer.qt.QtGraphics
Set up some generic defaults.
setup() - method in class gnu.java.awt.peer.qt.QtLabelPeer
setup() - method in class gnu.java.awt.peer.qt.QtListPeer
setup() - method in class gnu.java.awt.peer.qt.QtMenuBarPeer
setup() - method in class gnu.java.awt.peer.qt.QtMenuComponentPeer
setup() - method in class gnu.java.awt.peer.qt.QtMenuItemPeer
setup() - method in class gnu.java.awt.peer.qt.QtMenuPeer
setup() - method in class gnu.java.awt.peer.qt.QtPanelPeer
setup() - method in class gnu.java.awt.peer.qt.QtScrollbarPeer
setup() - method in class gnu.java.awt.peer.qt.QtScrollPanePeer
setup() - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
setup() - method in class gnu.java.awt.peer.qt.QtTextFieldPeer
setup() - method in class gnu.java.awt.peer.qt.QtWindowPeer
setup() - method in class gnu.javax.crypto.pad.SSL3
setup() - method in class gnu.javax.crypto.pad.TBC
setup() - method in class gnu.javax.crypto.pad.TLS1
setup(java.util.Map) - method in class gnu.javax.crypto.prng.ARCFour
setup(java.util.Map) - method in class gnu.java.security.prng.BasePRNG
setup(java.util.Map) - method in class gnu.javax.crypto.prng.CSPRNG
setup(java.util.Map) - method in class gnu.java.security.key.dss.DSSKeyPairGenerator
Configures this instance.
setup(java.util.Map) - method in class gnu.javax.crypto.prng.Fortuna
setup(java.util.Map) - method in class gnu.javax.crypto.prng.Fortuna.Generator
setup(java.util.Map) - method in class gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator
setup(java.util.Map) - method in class gnu.javax.crypto.prng.ICMGenerator
setup(java.util.Map) - method in class gnu.java.security.key.IKeyPairGenerator
[Re]-initialises this instance for use with a given set of attributes.
setup(java.util.Map) - method in class gnu.java.security.prng.MDGenerator
setup(java.util.Map) - method in class gnu.javax.crypto.prng.PBKDF2
setup(java.util.Map) - method in class gnu.java.security.key.rsa.RSAKeyPairGenerator
Configures this instance.
setup(java.util.Map) - method in class gnu.javax.crypto.key.srp6.SRPKeyPairGenerator
setup(java.util.Map) - method in class gnu.javax.crypto.prng.UMacGenerator
Sets up the file chooser.
setup(long) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
Sets up the default values and allocates the native cairographics2d structure
setUpdatePolicy(int) - method in class javax.swing.text.DefaultCaret
Sets the Caret update policy.
setUpdateRect(java.awt.Rectangle) - method in class java.awt.event.PaintEvent
Sets the rectangle to be updated for this event.
setUpdateTableInRealTime(boolean) - method in class javax.swing.table.JTableHeader
Set the value of the updateTableInRealTime property.
setupForSigning(java.security.PrivateKey) - method in class gnu.java.security.sig.BaseSignature
setupForSigning(java.security.PrivateKey) - method in class gnu.java.security.sig.dss.DSSSignature
setupForSigning(java.security.PrivateKey) - method in class gnu.java.security.sig.rsa.RSAPKCS1V1_5Signature
setupForSigning(java.security.PrivateKey) - method in class gnu.java.security.sig.rsa.RSAPSSSignature
setupForVerification(java.security.PublicKey) - method in class gnu.java.security.sig.BaseSignature
setupForVerification(java.security.PublicKey) - method in class gnu.java.security.sig.dss.DSSSignature
setupForVerification(java.security.PublicKey) - method in class gnu.java.security.sig.rsa.RSAPKCS1V1_5Signature
setupForVerification(java.security.PublicKey) - method in class gnu.java.security.sig.rsa.RSAPSSSignature
setupGlyphMetrics() - method in class gnu.java.awt.peer.gtk.FreetypeGlyphVector
setupMenuCloseKey() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
DOCUMENT ME!
setupMenuOpenKey() - method in class javax.swing.plaf.basic.BasicInternalFrameUI
DOCUMENT ME!
setupPostTimer(javax.swing.JMenu) - method in class javax.swing.plaf.basic.BasicMenuUI
setupReverseTrc() - method in class gnu.java.awt.color.ToneReproductionCurve
Calculates a reverse-lookup table.
setupSign(java.util.Map) - method in class gnu.java.security.sig.BaseSignature
setupSign(java.util.Map) - method in class gnu.java.security.sig.ISignature
Initialises this instance for signature generation.
setupVerify(java.util.Map) - method in class gnu.java.security.sig.BaseSignature
setupVerify(java.util.Map) - method in class gnu.java.security.sig.ISignature
Initialises this instance for signature verification.
setURIResolver(javax.xml.transform.URIResolver) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Sets the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
Set the resolver callback to be used by transformers obtained from this factory.
Assigns a value that would be used when parsing stylesheets
setURIResolver(javax.xml.transform.URIResolver) - method in class javax.xml.transform.Transformer
Sets the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
Set the resolver callback to be used by transformers obtained from this factory.
setURL(int,java.net.URL) - method in class java.sql.PreparedStatement
This method sets the specified parameter from the given Java java.net.URL value.
setUrl(java.lang.String) - method in class javax.sql.RowSet
This method sets the value of the specified parameter to the specified java.net.URL
This methods sets the instance variables representing the various fields of the URL to the values passed in.
Sets the fields of the URL argument to the indicated values
Sets the URLStreamHandlerFactory for this class.
setUsageThreshold(long) - method in class java.lang.management.MemoryPoolMXBean
Sets the threshold usage level to the given value.
setUsageThreshold(long) - method in class gnu.java.lang.management.MemoryPoolMXBeanImpl
Sets the threshold usage level to the given value.
setUseCache(boolean) - static method in class javax.imageio.ImageIO
Control whether or not an on-disk cache is used.
setUseCaches(boolean) - method in class java.net.URLConnection
Sets a boolean flag indicating whether or not caching will be used (if possible) to store data downloaded via the connection.
setUseClientMode(boolean) - method in class javax.net.ssl.SSLServerSocket
Sets whether or not sockets accepted by this server socket will be created in client mode.
setUseClientMode(boolean) - method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will connect in client mode.
Sets if the Codec must write the record length in the beginning of the array.
setUseMap(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setUseMap(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setUseMap(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setUseParentHandlers(boolean) - method in class java.util.logging.Logger
Sets whether or not this Logger forwards log records to handlers registered for its parent loggers.
setUserData(java.lang.Object) - method in class javax.management.Notification
Sets the additional user data associated with the notification to the specified value.
setUsername(java.lang.String) - method in class javax.sql.RowSet
setUserObject(java.lang.Object) - method in class javax.swing.tree.DefaultMutableTreeNode
Sets the user object for this node
setUserObject(java.lang.Object) - method in class javax.imageio.metadata.IIOMetadataNode
setUserObject(java.lang.Object) - method in class javax.swing.tree.MutableTreeNode
Sets a user object, the data represented by the node.
setUsingPublic(boolean) - method in class gnu.xml.util.XCat
Specifies which catalog search mode is used.
setValidating(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will validate their input.
setValidating(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will validate their input.
setValidCharacters(java.lang.String) - method in class javax.swing.text.MaskFormatter
Sets characters that are valid for input.
setValidPolicy(java.lang.String) - method in class gnu.java.security.x509.PolicyNodeImpl
setVAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setVAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setVAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableRowElement
setVAlign(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableSectionElement
setValue(boolean) - method in class javax.sound.sampled.BooleanControl
Set the value of the control as indicated.
setValue(float) - method in class javax.sound.sampled.FloatControl
Set the new value of this control.
setValue(int) - method in class java.awt.Adjustable
Sets the current value of the object.
setValue(int) - method in class javax.swing.BoundedRangeModel
Sets the value for the model and sends a ChangeEvent to all registered listeners.
setValue(int) - method in class javax.swing.DefaultBoundedRangeModel
Changes the current value of this bounded range model.
setValue(int) - method in class gnu.xml.dom.html2.DomHTMLLIElement
setValue(int) - method in class javax.swing.JProgressBar
Sets the current value for the JProgressBar.
setValue(int) - method in class javax.swing.JScrollBar
This method changes the value of the scrollbar.
setValue(int) - method in class javax.swing.JSlider
Sets the slider's value and sends a ChangeEvent to all registered listeners.
setValue(int) - method in class java.awt.Scrollbar
Sets the current value for this scrollbar to the specified value.
setValue(int) - method in class java.awt.ScrollPaneAdjustable
Sets the current value of the object.
setValue(int) - method in class javax.swing.Spring
Sets the actual value.
setValue(int,java.lang.Object) - method in class gnu.classpath.jdwp.VMFrame
Assigns the given variable to the given value.
setValue(java.awt.Adjustable,int) - method in class gnu.java.awt.peer.gtk.GtkScrollPanePeer
setValue(java.awt.Adjustable,int) - method in class gnu.java.awt.peer.qt.QtScrollPanePeer
setValue(java.awt.Adjustable,int) - method in class java.awt.peer.ScrollPanePeer
Set the value for the editor component.
setValue(java.lang.Object) - method in class javax.swing.table.DefaultTableCellRenderer
Sets the String for this cell.
setValue(java.lang.Object) - method in class javax.sound.sampled.EnumControl
Set the value of this control.
setValue(java.lang.Object) - method in class java.beans.Expression
Set the cached value to be returned by getValue()
setValue(java.lang.Object) - method in class javax.swing.JFormattedTextField
Sets the value that will be formatted and displayed.
setValue(java.lang.Object) - method in class javax.swing.JOptionPane
This method sets the value has been selected out of options.
setValue(java.lang.Object) - method in class javax.swing.JSpinner
Sets the value in the model.
setValue(java.lang.Object) - method in class java.util.Map.Entry
Replaces the value with the specified object (optional operation).
setValue(java.lang.Object) - method in class java.beans.PropertyEditor
Called by the RAD tool to set the value of this property for the PropertyEditor.
Sets the current value of the property and a property change event is fired to all registered PropertyChangeListener instances.
setValue(java.lang.Object) - method in class javax.swing.SpinnerDateModel
Sets the current date and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
setValue(java.lang.Object) - method in class javax.swing.SpinnerListModel
Sets the current value of the model to be the one supplied.
setValue(java.lang.Object) - method in class javax.swing.SpinnerModel
Sets the current value of the model to that specified.
setValue(java.lang.Object) - method in class javax.swing.SpinnerNumberModel
Sets the current value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
setValue(java.lang.Object,boolean) - method in class javax.swing.Renderer
setValue
setValue(java.lang.String) - method in class gnu.xml.dom.DomAttr
DOM L1 Assigns the value of the attribute; it will have one child, which is a text node with the specified value (same as setNodeValue).
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLButtonElement
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLInputElement
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLOptionElement
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLParamElement
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
setValue(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTextAreaElement
setValue(java.lang.String) - method in class gnu.java.net.protocol.http.ResponseHeaderHandler
Sets the value for the header associated with this handler.
Set an arbitrary string-value pair with this feature.
setValue(org.omg.CORBA.Any) - method in class gnu.CORBA.gnuNamedValue
Set the value of the value.
setValueAt(java.lang.Object,int,int) - method in class javax.swing.table.AbstractTableModel
Sets the value of the given cell.
setValueAt(java.lang.Object,int,int) - method in class javax.swing.table.DefaultTableModel
Sets the value for the specified cell in the table and sends a TableModelEvent to all registered listeners.
setValueAt(java.lang.Object,int,int) - method in class javax.swing.JTable
Set value for the cell at the given position.
setValueAt(java.lang.Object,int,int) - method in class javax.swing.table.TableModel
Sets the value at a particular cell in the table.
setValueClass(java.lang.Class) - method in class javax.swing.text.DefaultFormatter
Sets the class that is used for values.
Determines whether stringToValue will return literal characters or not.
setValueIsAdjusting(boolean) - method in class javax.swing.BoundedRangeModel
Sets the valueIsAdjusting property.
Specifies whether or not the value of this bounded range model is going to change in the immediate future.
Sets the value of the valueIsAdjusting property.
setValueIsAdjusting(boolean) - method in class javax.swing.JList
Sets the valueIsAdjusting flag in the list's selection model.
setValueIsAdjusting(boolean) - method in class javax.swing.JScrollBar
This method sets the model's isAdjusting value.
setValueIsAdjusting(boolean) - method in class javax.swing.JSlider
Sets the valueIsAdjusting flag in the slider's model, and sends a ChangeEvent to all registered listeners.
setValueIsAdjusting(boolean) - method in class javax.swing.ListSelectionModel
Sets the flag that is passed to listeners for each change notification.
setValueIsAdjusting(boolean) - method in class java.awt.Scrollbar
Sets the value of valueIsAdjusting.
Sets the value of valueIsAdjusting.
setValues(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkScrollbarPeer
setValues(int,int,int,int) - method in class javax.swing.JScrollBar
This method sets the value, extent, minimum and maximum.
setValues(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtScrollbarPeer
setValues(int,int,int,int) - method in class java.awt.Scrollbar
Sets the current value, visible amount, minimum, and maximum for this scrollbar.
setValues(int,int,int,int) - method in class java.awt.peer.ScrollbarPeer
setValueType(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLParamElement
setVerbose(boolean) - method in class java.lang.management.ClassLoadingMXBean
Turns on or off the emission of additional information when classes are loaded and unloaded.
setVerbose(boolean) - method in class gnu.java.lang.management.ClassLoadingMXBeanImpl
setVerbose(boolean) - method in class java.lang.management.MemoryMXBean
Turns on or off the emission of additional information when memory is allocated and deallocated.
setVerbose(boolean) - method in class gnu.java.lang.management.MemoryMXBeanImpl
Turns on or off the emission of additional information when memory is allocated and deallocated.
setVersion(gnu.CORBA.Version) - method in class gnu.CORBA.CDR.AbstractCdrInput
Set the GIOP version.
setVersion(gnu.CORBA.Version) - method in class gnu.CORBA.CDR.AbstractCdrOutput
Set the GIOP version.
setVersion(int,int) - method in class gnu.java.net.protocol.http.HTTPConnection
Sets the HTTP version supported by this connection.
setVersion(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHtmlElement
setVerticalAlignment(int) - method in class javax.swing.AbstractButton
Set the vertical alignment of the button's text and icon.
setVerticalAlignment(int) - method in class javax.swing.JLabel
Sets the vertical alignment for the label (this is a bound property with the name 'verticalAlignment').
setVerticalScrollBarPolicy(int) - method in class javax.swing.JScrollPane
Sets the vertical scrollbar policy.
setVerticalTextPosition(int) - method in class javax.swing.AbstractButton
Set the vertical position of the button's text relative to its icon.
setVerticalTextPosition(int) - method in class javax.swing.JLabel
Sets the vertical position of the label's text relative to the icon (this is a bound property with the name 'verticalTextPosition').
setVgap(int) - method in class java.awt.BorderLayout
Sets the vertical gap to the specified value.
setVgap(int) - method in class java.awt.CardLayout
Set this layout manager's vertical gap.
setVgap(int) - method in class java.awt.FlowLayout
Sets the vertical gap between lines of components to the specified value.
setVgap(int) - method in class java.awt.GridLayout
Set the vertical gap.
setView(java.awt.Component) - method in class javax.swing.JViewport
setView(javax.swing.text.View) - method in class javax.swing.plaf.basic.BasicTextUI
Sets the root view for the text component.
setViewport(javax.swing.JViewport) - method in class javax.swing.JScrollPane
setViewportView(java.awt.Component) - method in class javax.swing.JScrollPane
setViewPosition(java.awt.Point) - method in class javax.swing.JViewport
setViewSize(java.awt.Dimension) - method in class javax.swing.JViewport
setVisible(boolean) - method in class javax.accessibility.AccessibleComponent
Set the visible state of this component.
setVisible(boolean) - method in class javax.swing.text.Caret
Sets the visibility state of the caret.
setVisible(boolean) - method in class java.awt.Component
Makes this component visible or invisible.
Sets the visibility of this component.
setVisible(boolean) - method in class java.awt.peer.ComponentPeer
Sets the visibility state of the component.
setVisible(boolean) - method in class javax.swing.text.DefaultCaret
Sets the visibility state of the caret.
setVisible(boolean) - method in class gnu.java.awt.peer.GLightweightPeer
setVisible(boolean) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setVisible(boolean) - method in class javax.swing.JComponent
Set the value of the visible property.
The value of the visible property cannot be modified, so this method does nothing.
setVisible(boolean) - method in class javax.swing.JPopupMenu
Sets visibility property of this popup menu.
The visibility cannot be set on individual table cells, so this method does nothing.
Set the visible state of this component.
Sets the visible state of the object.
Sets the visibility state of the component.
setVisible(boolean) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Sets the visibility state of the component.
setVisible(boolean) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Sets the visibility state of the component.
setVisible(boolean) - method in class gnu.awt.xlib.XCanvasPeer
setVisibleAmount(int) - method in class java.awt.Adjustable
Sets the length of the indicator for this object to the specified value.
setVisibleAmount(int) - method in class javax.swing.JScrollBar
This method sets the visible amount (AKA extent).
setVisibleAmount(int) - method in class java.awt.Scrollbar
Sets the width of the scrollbar's thumb, in units relative to the maximum and minimum value of the scrollbar.
setVisibleAmount(int) - method in class java.awt.ScrollPaneAdjustable
Sets the length of the indicator for this object to the specified value.
setVisibleComponent(java.awt.Component) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method sets the visible component.
setVisibleNative(boolean) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setVisibleNative(boolean) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
setVisibleNativeUnlocked(boolean) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
setVisibleNativeUnlocked(boolean) - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
setVisibleRowCount(int) - method in class javax.swing.JList
Sets the value of the visibleRowCount property.
setVisibleRowCount(int) - method in class javax.swing.JTree
setVisual(gnu.gcj.xlib.Visual) - method in class gnu.gcj.xlib.WindowAttributes
setVLink(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLBodyElement
setVspace(int) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setVspace(int) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setVspace(int) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setWantClientAuth(boolean) - method in class javax.net.ssl.SSLServerSocket
Sets whether or not this server socket will want client authentication.
setWantClientAuth(boolean) - method in class javax.net.ssl.SSLSocket
Sets whether or not this socket will request that connecting clients authenticate themselves.
setWantsInput(boolean) - method in class javax.swing.JOptionPane
This method changes the wantsInput property.
This method sets the value to true if the given JInternalFrame has been iconized and the bounds of its DesktopIcon are valid.
This method sets the list of strings used to display weekday names.
setWestPane(javax.swing.JComponent) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method sets the west pane to be the given JComponent.
setWheelScrollingEnabled(boolean) - method in class javax.swing.JScrollPane
Enables/disables wheel scrolling.
setWidth(int) - method in class gnu.xml.dom.html2.DomHTMLImageElement
setWidth(int) - method in class gnu.xml.dom.html2.DomHTMLPreElement
setWidth(int) - method in class gnu.javax.imageio.jpeg.JPEGScan
setWidth(int) - method in class gnu.java.awt.peer.swing.SwingMenuBarPeer
Sets the width of the menu bar.
setWidth(int) - method in class javax.swing.table.TableColumn
Sets the width for the column and sends a PropertyChangeEvent (with the property name 'width') to all registered listeners.
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLAppletElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLHRElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLIFrameElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLObjectElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableCellElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableColElement
setWidth(java.lang.String) - method in class gnu.xml.dom.html2.DomHTMLTableElement
Sets the width-constraint.
setWindingRule(int) - method in class java.awt.geom.GeneralPath
Sets the path’s winding rule, which controls which areas are considered ’inside’ or ’outside’ the path on drawing.
setWindow(gnu.gcj.xlib.Window) - method in class gnu.gcj.xlib.XAnyEvent
setWindowDecorationStyle(int) - method in class javax.swing.JRootPane
setWMProtocols(int[]) - method in class gnu.gcj.xlib.Window
setWrapStyleWord(boolean) - method in class javax.swing.JTextArea
Enables/Disables word style wrapping.
Sets the write method.
The write method is used to set the value of a property.
setWriter(java.io.Writer) - method in class javax.xml.transform.stream.StreamResult
Sets the target writer.
Resets the handler to write a new text document.
Sets the WEST-constraint.
setXhtml(boolean) - method in class gnu.xml.util.XMLWriter
Controls whether the output should attempt to follow the "transitional" XHTML rules so that it meets the "HTML Compatibility Guidelines" appendix in the XHTML specification.
setXIncludeAware(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXIncludeAware(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXmlEncoding(java.lang.String) - method in class gnu.xml.dom.DomDocument
setXMLReader(XMLReader) - method in class javax.xml.transform.sax.SAXSource
Sets the SAX parser to be used by this source.
Sets the error reporter.
Sets the entity resolver.
setXmlStandalone(boolean) - method in class gnu.xml.dom.DomDocument
setXmlStandalone(boolean) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setXmlVersion(java.lang.String) - method in class gnu.xml.dom.DomDocument
setXmlVersion(java.lang.String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setXORMode(java.awt.Color) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
setXORMode(java.awt.Color) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
setXORMode(java.awt.Color) - method in class javax.swing.DebugGraphics
setXORMode
setXORMode(java.awt.Color) - method in class gnu.awt.j2d.DirectRasterGraphics
setXORMode(java.awt.Color) - method in class java.awt.Graphics
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
setXORMode(java.awt.Color) - method in class gnu.awt.j2d.Graphics2DImpl
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
setXORMode(java.awt.Color) - method in class gnu.awt.j2d.IntegerGraphicsState
setXORMode(java.awt.Color) - method in class gnu.java.awt.print.JavaPrinterGraphics
setXORMode(java.awt.Color) - method in class gnu.java.awt.peer.qt.QtGraphics
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
setXORMode(java.awt.Color) - method in class gnu.awt.xlib.XGraphics
setXORMode(java.awt.Color) - method in class gnu.java.awt.peer.x.XGraphics
Sets this context info "XOR" mode, where the targe pixles are XOR-ed when drawn on.
Sets the XPath extension function resolver calback.
Sets the XPath extension function resolver calback.
Sets the XPath variable resolver calback.
Sets the XPath variable resolver calback.
Sets the NORTH-constraint.
setYear(int) - method in class java.util.Date
Sets the year to the specified year, plus 1900.
setYear(int) - method in class java.sql.Time
This method always throws an IllegalArgumentException.
setYear(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setYear(java.math.BigInteger) - method in class javax.xml.datatype.XMLGregorianCalendar
setZeroDigit(char) - method in class java.text.DecimalFormatSymbols
This method sets the character used to represent the digit zero.
This method sets the list of display strings for time zones.
SEVERE - static field in class java.util.logging.Level
Log records whose level is SEVERE indicate a serious failure that prevents normal program execution.
severe(java.lang.String) - method in class java.util.logging.Logger
Logs a message with severity level SEVERE, indicating a serious failure that prevents normal program execution.
Severity - class javax.print.attribute.standard.Severity
The Severity printing attribute specifies the severity for a PrinterStateReason attribute.
Severity(int) - constructor for class javax.print.attribute.standard.Severity
Constructs a Severity object.
SF_SUFFIX - static field in class gnu.java.util.jar.JarUtils
SGML - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
SGML element heading pattern.
Sgml() - method in class gnu.javax.swing.text.html.parser.support.Parser
Process SGML insertion that is not a comment.
Sha160 - class gnu.java.security.hash.Sha160
The Secure Hash Algorithm (SHA-1) is required for use with the Digital Signature Algorithm (DSA) as specified in the Digital Signature Standard (DSS) and whenever a secure hash algorithm is required for federal applications.
Sha160() - constructor for class gnu.java.security.hash.Sha160
Trivial 0-arguments constructor.
SHA160_HASH - static field in class gnu.java.security.Registry
Sha160RandomSpi - class gnu.java.security.jce.prng.Sha160RandomSpi
The implementation of the SHA1-based SecureRandom Service Provider Interface (SPI) adapter.
Sha160RandomSpi() - constructor for class gnu.java.security.jce.prng.Sha160RandomSpi
Default Constructor for SecureRandomSpi
Sha160Spi - class gnu.java.security.jce.hash.Sha160Spi
The implementation of the SHA-1 (160-bit) Service Provider Interface (SPI) adapter.
Sha160Spi() - constructor for class gnu.java.security.jce.hash.Sha160Spi
Default constructor of the MessageDigestSpi class
SHA160withDSS - class gnu.java.security.jce.sig.SHA160withDSS
A JCE Adapter for providing X.509 formatted DSS with SHA1 signatures.
SHA160withDSS() - constructor for class gnu.java.security.jce.sig.SHA160withDSS
SHA160withRSA - class gnu.java.security.jce.sig.SHA160withRSA
A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA160 hash and X.509 encoding format.
SHA160withRSA() - constructor for class gnu.java.security.jce.sig.SHA160withRSA
The basic constructor.
SHA1_HASH - static field in class gnu.java.security.Registry
SHA1 is synonymous to SHA-160.
Sha256 - class gnu.java.security.hash.Sha256
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
Sha256() - constructor for class gnu.java.security.hash.Sha256
Trivial 0-arguments constructor.
SHA256_HASH - static field in class gnu.java.security.Registry
Sha256RandomSpi - class gnu.java.security.jce.prng.Sha256RandomSpi
The implementation of the SHA-256 based SecureRandom Service Provider Interface (SPI) adapter.
Sha256RandomSpi() - constructor for class gnu.java.security.jce.prng.Sha256RandomSpi
Default Constructor for SecureRandomSpi
Sha256Spi - class gnu.java.security.jce.hash.Sha256Spi
The implementation of the SHA-2-1 (256-bit) Service Provider Interface (SPI) adapter.
Sha256Spi() - constructor for class gnu.java.security.jce.hash.Sha256Spi
Default constructor of the MessageDigestSpi class
SHA256withRSA - class gnu.java.security.jce.sig.SHA256withRSA
A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA256 hash and X.509 encoding format.
SHA256withRSA() - constructor for class gnu.java.security.jce.sig.SHA256withRSA
Sha384 - class gnu.java.security.hash.Sha384
Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
Sha384() - constructor for class gnu.java.security.hash.Sha384
Trivial 0-arguments constructor.
SHA384_HASH - static field in class gnu.java.security.Registry
Sha384RandomSpi - class gnu.java.security.jce.prng.Sha384RandomSpi
The implementation of the SHA-384 based SecureRandom Service Provider Interface (SPI) adapter.
Sha384RandomSpi() - constructor for class gnu.java.security.jce.prng.Sha384RandomSpi
Default Constructor for SecureRandomSpi
Sha384Spi - class gnu.java.security.jce.hash.Sha384Spi
The implementation of the SHA-2-2 (384-bit) Service Provider Interface (SPI) adapter.
Sha384Spi() - constructor for class gnu.java.security.jce.hash.Sha384Spi
SHA384withRSA - class gnu.java.security.jce.sig.SHA384withRSA
A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA384 hash and X.509 encoding format.
SHA384withRSA() - constructor for class gnu.java.security.jce.sig.SHA384withRSA
Creates a new instance of SignatureSpi.
Sha512 - class gnu.java.security.hash.Sha512
Implementation of SHA2-3 [SHA-512] per the IETF Draft Specification.
Sha512() - constructor for class gnu.java.security.hash.Sha512
Trivial 0-arguments constructor.
SHA512_HASH - static field in class gnu.java.security.Registry
Sha512RandomSpi - class gnu.java.security.jce.prng.Sha512RandomSpi
The implementation of the SHA-512 based SecureRandom Service Provider Interface (SPI) adapter.
Sha512RandomSpi() - constructor for class gnu.java.security.jce.prng.Sha512RandomSpi
Default Constructor for SecureRandomSpi
Sha512Spi - class gnu.java.security.jce.hash.Sha512Spi
The implementation of the SHA-2-3 (512-bit) Service Provider Interface (SPI) adapter.
Sha512Spi() - constructor for class gnu.java.security.jce.hash.Sha512Spi
SHA512withRSA - class gnu.java.security.jce.sig.SHA512withRSA
A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA512 hash and X.509 encoding format.
SHA512withRSA() - constructor for class gnu.java.security.jce.sig.SHA512withRSA
SHA_1_HASH - static field in class gnu.java.security.Registry
SHA-1 is synonymous to SHA-160.
SHA_HASH - static field in class gnu.java.security.Registry
SHA is synonymous to SHA-160.
shadow - field in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
The color for drawing the shaded parts of the border.
shadow - field in class javax.swing.plaf.basic.BasicBorders.FieldBorder
The color for drawing the outer half of the top and left edges.
shadow - field in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
The color for drawing the top and left edges of the border.
shadow - field in class javax.swing.plaf.basic.BasicSeparatorUI
The shadow color.
shadow - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The inner bottom and right edge color for the tab and content border.
shadow - field in class javax.swing.border.EtchedBorder
The shadow color, or null to indicate that the color shall be derived from the background of the enclosed component.
shadowInner - field in class javax.swing.border.BevelBorder
The inner shadow color, or null to indicate that the color shall be derived from the background of the component whose border is being painted.
shadowOuter - field in class javax.swing.border.BevelBorder
The outer shadow color, or null to indicate that the color shall be derived from the background of the component whose border is being painted.
shallowClone() - method in class java.awt.image.renderable.ParameterBlock
SHAPE - static field in class javax.swing.text.html.HTML.Attribute
The shape attribute
Shape - interface java.awt.Shape
This interface represents an abstract shape.
shape(char[],int,int) - method in class java.awt.font.NumericShaper
Shape the text in the given array.
shape(char[],int,int,int) - method in class java.awt.font.NumericShaper
Shape the given text, using the indicated initial context.
This is an implementation of GraphicAttribute that draws shapes in a TextLayout.
Constructor.
SHAPES - static field in class javax.swing.text.html.HTML.Attribute
The shapes attribute
SHARED_MESSAGE - static field in class gnu.CORBA.Unexpected
The default message for the CORBA assertion error.
SHARED_MODULUS - static field in class gnu.javax.crypto.key.srp6.SRP6KeyAgreement
SHARED_MODULUS - static field in class gnu.javax.crypto.key.srp6.SRPKeyPairGenerator
Property name of the modulus (N) of an SRP key.
SHARED_MODULUS - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
The public shared modulus: n.
sharedInstance - static field in class javax.swing.JTree.EmptySelectionModel
The shared instance of this model.
sharedInstance() - static method in class javax.swing.JTree.EmptySelectionModel
Returns the shared instance of EmptySelectionModel.
sharedInstance() - static method in class javax.swing.ToolTipManager
This method returns the shared instance of ToolTipManager used by all JComponents.
SharedLibHelper - class gnu.gcj.runtime.SharedLibHelper
SharedLibLoader - class gnu.gcj.runtime.SharedLibLoader
A ClassLoader backed by a gcj-compiled shared library.
SharedLibLoader(java.lang.String) - constructor for class gnu.gcj.runtime.SharedLibLoader
Load a shared library, and asociate a ClassLoader with it.
Load a shared library, and associate a ClassLoader with it.
A server, responsible for listening on requests on some local port and serving multiple requests (probably to the different objects) on the same thread.
SharedUIDefaults - class javax.swing.plaf.basic.SharedUIDefaults
Manages shared instances for UI defaults.
SHAVIAN - static field in class java.lang.Character.UnicodeBlock
Shavian.
shear(double,double) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Shears the coordinate system by shearX and shearY.
shear(double,double) - method in class gnu.awt.j2d.AbstractGraphicsState
shear(double,double) - method in class java.awt.geom.AffineTransform
Concatenate a shearing onto this transform.
shear(double,double) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
shear(double,double) - method in class java.awt.Graphics2D
shear(double,double) - method in class gnu.awt.j2d.Graphics2DImpl
shear(double,double) - method in class gnu.awt.j2d.IntegerGraphicsState
shear(double,double) - method in class gnu.java.awt.peer.qt.QtGraphics
SheetCollate - class javax.print.attribute.standard.SheetCollate
The SheetCollate printing attribute specifies whether or not the sheets of each copy in a print job have to be in sequence.
SheetCollate(int) - constructor for class javax.print.attribute.standard.SheetCollate
Creates a SheetCollate object.
SHELL_FIELD - static field in class gnu.javax.crypto.sasl.crammd5.CramMD5Registry
Name of the SHELL field in the plain password file.
SHELL_FIELD - static field in class gnu.javax.crypto.sasl.plain.PlainRegistry
Name of the SHELL field in the plain password file.
SHIFT - static field in class gnu.java.lang.CharData
The character shift amount to look up the block offset.
shift(float,float,int) - method in class javax.sound.sampled.FloatControl
This tells the control to start at the starting value and to shift its value incrementally to the final value over the given time interval, specified in microseconds.
SHIFT_DOWN_MASK - static field in class java.awt.event.InputEvent
The SHIFT key extended modifier.
SHIFT_MASK - static field in class java.awt.event.ActionEvent
Bit mask indicating the shift key was pressed.
SHIFT_MASK - static field in class java.awt.Event
SHIFT_MASK - static field in class java.awt.event.InputEvent
This is the bit mask which indicates the shift key is down.
shiftDown() - method in class java.awt.Event
shiftEnd(int) - method in class javax.swing.text.GapContent
Enlarges the gap.
shiftGap(int) - method in class javax.swing.text.GapContent
Shifts the gap to the specified position.
shiftGapEndUp(int) - method in class javax.swing.text.GapContent
Shifts the gap end upwards.
shiftGapStartDown(int) - method in class javax.swing.text.GapContent
Shifts the gap start downwards.
shiftLeft(int) - method in class java.math.BigInteger
shiftRight(int) - method in class java.math.BigInteger
SHORT - static field in class java.text.DateFormat
Short - class java.lang.Short
Instances of class Short represent primitive short values.
SHORT - static field in class gnu.classpath.jdwp.JdwpConstants.Tag
Short value (2 bytes)
SHORT - static field in class javax.management.openmbean.SimpleType
The SimpleType representation of java.lang.Short.
SHORT - static field in class java.util.TimeZone
Constant used to indicate that a short timezone abbreviation should be returned, such as "EST"
SHORT - static field in class gnu.xml.validation.datatype.TypeLibrary
Short(java.lang.String) - constructor for class java.lang.Short
Create a Short object representing the value of the argument after conversion to a short.
Short(short) - constructor for class java.lang.Short
Create a Short object representing the value of the short argument.
SHORT_DESCRIPTION - static field in class javax.swing.Action
A key to access the short description for the action (the short description is typically used as the tool tip text).
ShortBuffer - class java.nio.ShortBuffer
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.
ShortBufferException() - constructor for class javax.crypto.ShortBufferException
Create an exception without a message.
Create an exception with a message.
shortcuts() - method in class java.awt.MenuBar
Returns a list of all shortcuts for the menus in this menu bar.
ShortHolder - class org.omg.CORBA.ShortHolder
A holder for CORBA short that is mapped into java short.
ShortHolder() - constructor for class org.omg.CORBA.ShortHolder
Constructs an instance of ShortHolder, initializing value to 0.
ShortHolder(short) - constructor for class org.omg.CORBA.ShortHolder
Constructs an instance of ShortHolder, initializing value to the given short.
ShortLookupTable - class java.awt.image.ShortLookupTable
ShortLookupTable represents translation arrays for pixel values.
ShortLookupTable(int,short[]) - constructor for class java.awt.image.ShortLookupTable
Creates a new ShortLookupTable instance.
ShortLookupTable(int,short[][]) - constructor for class java.awt.image.ShortLookupTable
Creates a new ShortLookupTable instance.
ShortMessage - class javax.sound.midi.ShortMessage
A short MIDI message that is no longer than 3 bytes long.
ShortMessage() - constructor for class javax.sound.midi.ShortMessage
Create a short MIDI message.
ShortMessage(byte[]) - constructor for class javax.sound.midi.ShortMessage
Create a short MIDI message.
ShortSeqHelper - class org.omg.CORBA.ShortSeqHelper
Provides static helper methods for working with CORBA sequence of short (ShortSeq).
ShortSeqHolder - class org.omg.CORBA.ShortSeqHolder
A sequence holder for CORBA ShortSeq that is mapped into java short[].
ShortSeqHolder() - constructor for class org.omg.CORBA.ShortSeqHolder
Constructs an instance of ShortSeqHolder, initializing value to null.
ShortSeqHolder(short[]) - constructor for class org.omg.CORBA.ShortSeqHolder
Constructs an instance of ShortSeqHolder, initializing value to the given short[].
shortValue() - method in class java.lang.Byte
Return the value of this Byte as a short.
shortValue() - method in class java.lang.Double
Return the value of this Double as a short.
shortValue() - method in class java.lang.Float
Return the value of this Float as a short.
shortValue() - method in class java.lang.Integer
Return the value of this Integer as a short.
shortValue() - method in class java.lang.Long
Return the value of this Long as a short.
shortValue() - method in class java.lang.Number
Return the value of this Number as a short.
shortValue() - method in class java.lang.Short
Return the value of this Short.
shortValueExact() - method in class java.math.BigDecimal
Converts this BigDecimal into a short by first calling longValueExact and then checking that the long returned from that method fits into a short.
shouldFillGap(int,int,int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns true if the gap should be filled in.
shouldPadTabRun(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns whether a tab run should be padded.
shouldPadTabRun(int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns true if the tabs in the specified run should be padded to make the run fill the width/height of the JTabbedPane.
Returns true if the expand (toggle) control should be drawn for the specified row.
shouldRotateTabRuns(int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method returns whether the tab runs should be rotated.
shouldRotateTabRuns(int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI
Returns true if we should rotate the tab runs.
shouldScroll(int) - method in class javax.swing.plaf.basic.BasicSliderUI.TrackListener
Indicates whether the thumb should scroll in the given direction.
Returns true if the editing cell should be selected, false otherwise.
shouldSelectCell
Forwards call to the delegate.
Returns true to indicate that the editing cell can be selected.
Messages the realEditor for the return value.
Returns true if event is a MouseEvent and the click count is 1.
shouldUpdateStyleOnAncestorChanged() - method in class javax.swing.plaf.synth.SynthLookAndFeel
FIXME: DOCUMENT ME!
shouldYieldFocus
show() - method in class javax.swing.plaf.basic.BasicComboPopup
This method displays drow down list of combo box items on the screen.
show() - method in class java.awt.image.BufferStrategy
Applies this buffer strategy.
show() - method in class javax.swing.plaf.basic.ComboPopup
This method display popup menu containing list of JComboBox's items to the screen
show() - method in class java.awt.Component
Makes this component visible on the screen.
show() - method in class java.awt.Component.BltBufferStrategy
Bring the contents of the back buffer to the front buffer.
show() - method in class java.awt.Component.FlipBufferStrategy
Bring the contents of the back buffer to the front buffer.
show() - method in class java.awt.peer.ComponentPeer
Makes the component visible.
show() - method in class java.awt.Dialog
Makes this dialog visible and brings it to the front.
show() - method in class gnu.java.awt.peer.GLightweightPeer
show() - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
show() - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
Makes the component visible.
show() - method in class javax.swing.JInternalFrame
This method displays the JInternalFrame.
show() - method in class javax.swing.Popup
Displays the Popup on the screen.
show() - method in class gnu.java.awt.peer.qt.QtComponentPeer
Makes the component visible.
show() - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Makes the component visible.
show() - method in class java.awt.Window
Shows on-screen this window and any of its owned windows for whom isVisible returns true.
show() - method in class gnu.awt.xlib.XCanvasPeer
show() - method in class gnu.java.awt.peer.x.XWindowPeer
Makes the component visible.
show(boolean) - method in class java.awt.Component
Makes this component visible or invisible.
show(java.awt.Component,int,int) - method in class gnu.java.awt.peer.gtk.GtkPopupMenuPeer
Part of the older API, replaced by event version instead.
show(java.awt.Component,int,int) - method in class javax.swing.JPopupMenu
This method displays JPopupMenu on the screen at the specified location.
show(java.awt.Component,int,int) - method in class java.awt.PopupMenu
Displays this popup menu at the specified coordinates relative to the specified component.
show(java.awt.Component,int,int) - method in class java.awt.peer.PopupMenuPeer
Part of the older API, replaced by event version instead.
show(java.awt.Component,int,int) - method in class gnu.java.awt.peer.qt.QtPopupMenuPeer
Part of the older API, replaced by event version instead.
Cause the named component to be shown.
show(java.awt.Event) - method in class gnu.java.awt.peer.gtk.GtkPopupMenuPeer
show(java.awt.Event) - method in class java.awt.peer.PopupMenuPeer
show(java.awt.Event) - method in class gnu.java.awt.peer.qt.QtPopupMenuPeer
show(java.lang.Object) - method in class gnu.javax.swing.text.html.parser.models.list
Check if the provided token can match as a next token in the list.
show(java.lang.Object) - method in class gnu.javax.swing.text.html.parser.models.node
Check if the provided token can match this node.
show(java.lang.Object) - method in class gnu.javax.swing.text.html.parser.models.noTagModel
show(java.lang.Object) - method in class gnu.javax.swing.text.html.parser.models.PCDATAonly_model
Check if the provided token can match this node.
show(java.lang.Object) - method in class gnu.javax.swing.text.html.parser.models.TableRowContentModel
This method shows a confirmation dialog with the title "Select an Option" and displays the given message.
This method shows a confirmation dialog with the given message, optionType and title.
This method shows a confirmation dialog with the given message, title, messageType and optionType.
This method shows a confirmation dialog with the given message, title, optionType, messageType and icon.
Displays the file chooser in a modal dialog using the CUSTOM_DIALOG type.
This method shows a JColorChooser inside a JDialog.
showDocument(java.net.URL) - method in class java.applet.AppletContext
Displays the web page pointed to by the specified URL in the window for this object.
Displays the web page pointed to be the sepcified URL in the window with the specified name.
showEvent() - method in class gnu.java.awt.peer.qt.QtComponentPeer
showHorizontalLines - field in class javax.swing.JTable
The showHorizontalLines property.
SHOWING - static field in class javax.accessibility.AccessibleState
Indicates that this object and all its parents are visible, so that it is on the screen.
SHOWING_CHANGED - static field in class java.awt.event.HierarchyEvent
This indicates that the HIERARCHY_CHANGED is a changed visibility.
This method will show a QUESTION_MESSAGE input dialog with the given message.
This method will show a QUESTION_MESSAGE type input dialog with the given message and initialSelectionValue.
This method displays a new input dialog with the given message, title and messageType.
This method shows an input dialog with the given message, title, messageType, icon, selectionValues, and initialSelectionValue.
showInputDialog(java.lang.Object) - static method in class javax.swing.JOptionPane
This method shows a QUESTION_MESSAGE type input dialog.
This method shows a QUESTION_MESSAGE type input dialog.
This method shows an internal confirmation dialog with the given message.
This method shows an internal confirmation dialog with the given message, optionType and title.
This method shows an internal confirmation dialog with the given message, title, optionTypes and icon for the given message type.
This method shows an internal confirmation dialog with the given message, title, option type, message type, and icon.
This method shows an internal input dialog with the given message.
This method shows an internal input dialog with the given message, title and message type.
This method shows an internal input dialog with the given message, title message type, icon, selection value list and initial selection value.
This method shows an internal message dialog with the given message.
This method shows an internal message dialog with the given message, title and message type.
This method shows an internal message dialog with the given message, title, message type and icon.
This method displays an internal option dialog with the given message, title, option type, message type, icon, option list, and initial option value.
This method shows an INFORMATION_MESSAGE type message dialog.
This method shows a message dialog with the given message, title and messageType.
This method shows a message dialog with the given message, title, messageType and icon.
showOpenDialog(java.awt.Component) - method in class javax.swing.JFileChooser
Displays the file chooser in a modal dialog using the OPEN_DIALOG type.
This method shows an option dialog with the given message, title, optionType, messageType, icon, options and initialValue.
showPopup() - method in class javax.swing.JComboBox
This method displays popup with list of combo box's items on the screen
SHOWS_ROOT_HANDLES_PROPERTY - static field in class javax.swing.JTree
showSaveDialog(java.awt.Component) - method in class javax.swing.JFileChooser
Displays the file chooser in a modal dialog using the SAVE_DIALOG type.
showsRootHandles - field in class javax.swing.JTree
showStatus(java.lang.String) - method in class java.applet.Applet
Displays the specified message in the status window if that window exists.
showStatus(java.lang.String) - method in class java.applet.AppletContext
Displays the specified message in the status window if that window exists.
showSystemMenu() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
This method programmatically shows the JMenu.
showSystemMenu() - method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
Overridden to do nothing.
showVerticalLines - field in class javax.swing.JTable
The showVerticalLines property.
shrink() - method in class gnu.javax.imageio.png.PNGData
Shrink the chunk to offset size, used for the last chunk in a stream (no trailing data!)
shrinkAbsorb - field in class java.awt.font.GlyphJustificationInfo
shrinkLeftLimit - field in class java.awt.font.GlyphJustificationInfo
shrinkPriority - field in class java.awt.font.GlyphJustificationInfo
shrinkRightLimit - field in class java.awt.font.GlyphJustificationInfo
shuffle(java.util.List) - static method in class java.util.Collections
Shuffle a list according to a default source of randomness.
shuffle(java.util.List,java.util.Random) - static method in class java.util.Collections
Shuffle a list according to a given source of randomness.
SHUTDOWN - static field in class javax.print.attribute.standard.PrinterStateReason
The printer device has been shutdown or removed from service.
shutdown() - method in class java.rmi.activation.ActivationSystem
Shutdown the activation system and all associated activation groups
shutdown() - method in class gnu.java.rmi.activation.ActivationSystemTransient
Calls .shutdown on all bidirectional tables (has no effect if these table are not persistent).
shutdown() - method in class gnu.java.rmi.activation.BidiTable
This method is called before exit and may be used to write the database to the disk.
shutdown() - method in class gnu.classpath.jdwp.transport.ITransport
Shutdown the transport
shutdown() - method in class gnu.classpath.jdwp.Jdwp
Shutdown the JDWP back-end NOTE: This does not quite work properly.
shutdown() - method in class gnu.classpath.jdwp.transport.JdwpConnection
Shutdown the connection
shutdown() - method in class gnu.classpath.jdwp.processor.PacketProcessor
Shutdown the packet processor
shutdown(boolean) - method in class org.omg.CORBA.ORB
Shutdown the ORB server.
shutdown(boolean) - method in class gnu.CORBA.OrbFunctional
Shutdown the ORB server.
shutdown(boolean) - method in class gnu.CORBA.OrbRestricted
Shutdown the ORB server.
shutdownInput() - method in class gnu.java.net.local.LocalSocket
shutdownInput() - method in class gnu.java.net.PlainSocketImpl
Flushes the input stream and closes it.
shutdownInput() - method in class java.net.Socket
Closes the input side of the socket stream.
shutdownInput() - method in class java.net.SocketImpl
Shut down the input side of this socket.
shutdownOutput() - method in class gnu.java.net.local.LocalSocket
shutdownOutput() - method in class gnu.java.net.PlainSocketImpl
Flushes the output stream and closes it.
shutdownOutput() - method in class java.net.Socket
Closes the output side of the socket stream.
shutdownOutput() - method in class java.net.SocketImpl
Shut down the output side of this socket.
SIDE - static field in class javax.print.attribute.standard.MediaTray
Side tray
Sides - class javax.print.attribute.standard.Sides
The Sides printing attribute specifies how consecutive printing pages are arranged on the media sheet.
Sides(int) - constructor for class javax.print.attribute.standard.Sides
Creates a Sides object.
SidesDefault - class gnu.javax.print.ipp.attribute.defaults.SidesDefault
SidesDefault provides the default for the sides attribute.
SidesDefault(int) - constructor for class gnu.javax.print.ipp.attribute.defaults.SidesDefault
Creates a SidesDefault object.
SidesSupported - class gnu.javax.print.ipp.attribute.supported.SidesSupported
SidesSupported provides the supported values for the sides attribute.
SidesSupported(int) - constructor for class gnu.javax.print.ipp.attribute.supported.SidesSupported
Creates a SidesSupported object.
sigAlgId - field in class gnu.java.security.x509.X509Certificate
sigAlgVal - field in class gnu.java.security.x509.X509Certificate
SIGN - static field in class java.text.NumberFormat.Field
Attribute set to all characters containing a sign (plus or minus).
SIGN - static field in class java.security.Signature
Possible state value which signifies that this instance has been initialized for signing purposes.
sign() - method in class gnu.java.security.sig.BaseSignature
sign() - method in class gnu.java.security.sig.ISignature
Terminates a signature generation phase by digesting and processing the context of the underlying message digest algorithm instance.
sign() - method in class java.security.Signature
Returns the signature bytes of all the data fed to this instance.
sign(byte[],int,int) - method in class java.security.Signature
Generates signature bytes of all the data fed to this instance and stores it in the designated array.
sign(java.security.interfaces.DSAPrivateKey,byte[]) - static method in class gnu.java.security.sig.dss.DSSSignature
sign(java.security.PrivateKey,java.math.BigInteger) - static method in class gnu.java.security.sig.rsa.RSA
An implementation of the RSASP method: Assuming that the designated RSA private key is a valid one, this method computes a signature representative for a designated message representative signed by the holder of the designated RSA private key.
Signature - class gnu.classpath.jdwp.util.Signature
A class to compute class and method signatures.
Signature - class java.security.Signature
Signature is used to provide an interface to digital signature algorithms.
SIGNATURE - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ReferenceType
signature - field in class gnu.java.security.x509.X509Certificate
Signature(java.lang.String) - constructor for class java.security.Signature
Constructs a new Signature instance for a designated digital signature algorithm.
SIGNATURE_VERSION - static field in class java.util.jar.Attributes.Name
General main attribute - the version of the jar file signature.
SIGNATURE_VERSION - static field in class gnu.java.util.jar.JarUtils
The original string representation of the signature version attribute name.
SIGNATURE_WITH_GENERIC - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ReferenceType
SignatureCodecFactory - class gnu.java.security.sig.SignatureCodecFactory
A Factory class to instantiate Signature codecs.
SignatureException - exception java.security.SignatureException
This exception is thrown when a problem is encountered with a digital signature.
SignatureException() - constructor for class java.security.SignatureException
Create an instance with no descriptive error message.
SignatureException(java.lang.String) - constructor for class java.security.SignatureException
Create an instance with a descriptive error message.
Create a new instance with a descriptive error message and a cause.
SignatureException(java.lang.Throwable) - constructor for class java.security.SignatureException
Create a new instance with a cause.
SignatureFactory - class gnu.java.security.sig.SignatureFactory
A Factory to instantiate signature-with-appendix handlers.
SignatureSpi - class java.security.SignatureSpi
SignatureSpi defines the Service Provider Interface (SPI) for the Signature class.
SignatureSpi() - constructor for class java.security.SignatureSpi
Creates a new instance of SignatureSpi.
SignedObject - class java.security.SignedObject
SignedObject is used for storing runtime objects whose integrity cannot be compromised without being detected.
Constructs a new instance of SignedObject from a Serializable object.
Signer - class java.security.Signer
Signer is a subclass of Identity.
Signer() - constructor for class java.security.Signer
Trivial constructor for serialization purposes.
Signer(java.lang.String) - constructor for class java.security.Signer
Constructs a new instance of Signer with the specified identity name.
Signer(java.lang.String,java.security.IdentityScope) - constructor for class java.security.Signer
Constructs a new instance of Signer with the specified identity name and IdentityScope.
SIGNER_KEY - static field in class gnu.java.security.sig.ISignature
Property name of the signer's private key.
SignerInfo - class gnu.java.security.pkcs.SignerInfo
SignerInfo(gnu.java.security.ber.BERReader) - constructor for class gnu.java.security.pkcs.SignerInfo
Parse a SignerInfo object.
Constructs a new instance of SignerInfo given a designated set of fields.
signum() - method in class java.math.BigDecimal
signum() - method in class java.math.BigInteger
signum(double) - static method in class java.lang.Math
Returns the sign of the argument as follows:
  • If a is greater than zero, the result is 1.0.
  • If a is less than zero, the result is -1.0.
  • If a is NaN, the result is NaN.
signum(double) - static method in class java.lang.StrictMath
Returns the sign of the argument as follows:
  • If a is greater than zero, the result is 1.0.
  • If a is less than zero, the result is -1.0.
  • If a is NaN, the result is NaN.
signum(float) - static method in class java.lang.Math
Returns the sign of the argument as follows:
  • If a is greater than zero, the result is 1.0f.
  • If a is less than zero, the result is -1.0f.
  • If a is NaN, the result is NaN.
signum(float) - static method in class java.lang.StrictMath
Returns the sign of the argument as follows:
  • If a is greater than zero, the result is 1.0f.
  • If a is less than zero, the result is -1.0f.
  • If a is NaN, the result is NaN.
signum(int) - static method in class java.lang.Integer
Return 1 if x is positive, -1 if it is negative, and 0 if it is zero.
signum(long) - static method in class java.lang.Long
Return 1 if x is positive, -1 if it is negative, and 0 if it is zero.
silenceAllowed() - method in class gnu.javax.swing.text.html.parser.models.node
Check if it would be a valid case if this node is visited zero times.
SILENT - static field in class java.rmi.server.LogStream
Simple1LineFormatter - class gnu.classpath.debug.Simple1LineFormatter
A simple 1-line formatter to use instead of the 2-line SimpleFormatter used by default in the JDK logging handlers.
SIMPLE_SCROLL_MODE - static field in class javax.swing.JViewport
SimpleAttributeSet - class javax.swing.text.SimpleAttributeSet
A set of attributes.
SimpleAttributeSet() - constructor for class javax.swing.text.SimpleAttributeSet
Creates a new attribute set that is initially empty.
Creates a new SimpleAttributeSet with the same attributes and resolve parent as the specified set.
SimpleBeanInfo - class java.beans.SimpleBeanInfo
SimpleBeanInfo is a class you may extend to more easily provide select information to the Introspector.
SimpleCookieManager - class gnu.java.net.protocol.http.SimpleCookieManager
A simple non-persistent cookie manager.
SimpleCookieManager() - constructor for class gnu.java.net.protocol.http.SimpleCookieManager
Constructor.
SimpleDateFormat provides convenient methods for parsing and formatting dates using Gregorian calendars (see java.util.GregorianCalendar).
SimpleDateFormat() - constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(java.lang.String) - constructor for class java.text.SimpleDateFormat
Creates a date formatter using the specified non-localized pattern, with the default DateFormatSymbols for the default locale.
Creates a date formatter using the specified non-localized pattern.
Creates a date formatter using the specified non-localized pattern, with the default DateFormatSymbols for the given locale.
SimpleDelegate - class gnu.CORBA.SimpleDelegate
The delegate, implementing the basic functionality only.
SimpleDoc - class javax.print.SimpleDoc
Simple implementation of the Doc interface capable of handling the predefined document flavors of DocFlavor.
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.
SimpleFormatter - class java.util.logging.SimpleFormatter
A SimpleFormatter formats log records into short human-readable messages, typically one or two lines.
SimpleFormatter() - constructor for class java.util.logging.SimpleFormatter
Constructs a SimpleFormatter.
SimpleList - class gnu.java.security.util.SimpleList
A simple way to create immutable n-tuples.
SimpleList() - constructor for class gnu.java.security.util.SimpleList
Create the empty list.
SimpleList(java.lang.Object) - constructor for class gnu.java.security.util.SimpleList
Create a singleton list.
SimpleList(java.lang.Object,java.lang.Object) - constructor for class gnu.java.security.util.SimpleList
Create an ordered pair (2-tuple).
SimpleList(java.lang.Object,java.lang.Object,java.lang.Object) - constructor for class gnu.java.security.util.SimpleList
Create a 3-tuple.
Create a 4-tuple.
SimpleList(java.util.Collection) - constructor for class gnu.java.security.util.SimpleList
Create an n-tuple of arbitrary size.
SimpleSHSStream - class gnu.gcj.io.SimpleSHSStream
SimpleSHSStream(java.io.OutputStream) - constructor for class gnu.gcj.io.SimpleSHSStream
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream
SimpleTimeZone - class java.util.SimpleTimeZone
This class represents a simple time zone offset and handles daylight savings.
SimpleTimeZone(int,java.lang.String) - constructor for class java.util.SimpleTimeZone
Create a SimpleTimeZone with the given time offset from GMT and without daylight savings.
Create a SimpleTimeZone with the given time offset from GMT and with daylight savings.
This constructs a new SimpleTimeZone that supports a daylight savings rule.
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SimpleType - class gnu.xml.validation.datatype.SimpleType
An XML Schema simple type.
SimpleType - class javax.management.openmbean.SimpleType
The open type descriptor for data values that are members of one of the simple types (such as an integer or a string).
SIMPLIFIED_CHINESE - static field in class java.util.Locale
Locale which represents the Chinese language as used in China.
SIMPLIFIED_HANZI - static field in class java.awt.im.InputSubset
Constant for all Han characters used in writing Simplified Chinese, including a subset of the CJK unified ideographs as well as Simplified Chinese Han characters that may be defined as surrogate characters.
sin(double) - static method in class java.lang.Math
The trigonometric function sin.
sin(double) - static method in class java.lang.StrictMath
The trigonometric function sin.
since_inclusive(int,int) - method in class gnu.CORBA.Version
Returns true if the given version is higher than or equals to the version, supplied as parameter in the form of two integers.
SINGLE_DOCUMENT - static field in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated as a single document.
SINGLE_DOCUMENT - static field in class gnu.javax.print.ipp.attribute.defaults.MultipleDocumentHandlingDefault
Supports only multiple documents treated as a single document.
SINGLE_DOCUMENT - static field in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
Supports only multiple documents treated as a single document.
SINGLE_DOCUMENT_NEW_SHEET - static field in class javax.print.attribute.standard.MultipleDocumentHandling
Multiple documents are treated so that every single document starts with a new sheet.
SINGLE_DOCUMENT_NEW_SHEET - static field in class gnu.javax.print.ipp.attribute.defaults.MultipleDocumentHandlingDefault
Supports multiple documents where every single document starts with a new sheet.
SINGLE_DOCUMENT_NEW_SHEET - static field in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
Supports multiple documents where every single document starts with a new sheet.
SINGLE_INTERVAL_SELECTION - static field in class javax.swing.ListSelectionModel
A selection mode in which a single interval can be selected (an interval is a range containing one or more contiguous items).
SINGLE_LINE - static field in class javax.accessibility.AccessibleState
Indicates that this text object can only hold a single line.
SINGLE_OP_PROTOCOL - static field in class gnu.java.rmi.server.ProtocolConstants
SINGLE_SELECTION - static field in class javax.swing.ListSelectionModel
A selection mode in which only one item can be selected.
SINGLE_STEP - static field in class gnu.classpath.jdwp.JdwpConstants.EventKind
SINGLE_THREAD_MODEL - static field in class org.omg.PortableServer.ThreadPolicyValue
An instance of ThreadPolicyValue, initialized to SINGLE_THREAD_MODEL.
SINGLE_TREE_SELECTION - static field in class javax.swing.tree.TreeSelectionModel
A mouse listener for the JFileChooser.
Creates a new listener.
SINGLEFRAME - static field in class java.awt.image.ImageConsumer
The pixels will be delivered with multiple calls to setPixels.
SINGLEFRAMEDONE - static field in class java.awt.image.ImageConsumer
A single frame is complete but more will follow.
singleIdWritten(java.lang.String,int) - method in class gnu.CORBA.CDR.gnuRuntime
Mark the given object as written at the given position.
SINGLEPASS - static field in class java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
A SampleModel used when all samples are stored in a single data element in the DataBuffer, and each data element contains samples for one pixel only.
Creates a new SinglePixelPackedSampleModel.
Creates a new SinglePixelPackedSampleModel.
A data model that is used in components that support at most one selected element, like JTabbedPane, JMenu and JPopupMenu.
SingleStepEvent - class gnu.classpath.jdwp.event.SingleStepEvent
Notification from the VM that a single step has compleated including the thread and location stepped to
Constructs a new SingleStepEvent
Singleton - static field in class gnu.CORBA.DefaultSocketFactory
It is enough to have one instance of this class for all ORBs.
singleton - static field in class gnu.CORBA.NamingService.NameComponentComparator
The singleton instance of the name comparator.
Singleton - static field in class gnu.CORBA.OrbRestricted
The singleton instance of this ORB.
singleton(java.lang.Object) - static method in class java.util.Collections
Obtain an immutable Set consisting of a single element.
singletonList(java.lang.Object) - static method in class java.util.Collections
Obtain an immutable List consisting of a single element.
Obtain an immutable Map consisting of a single key-value pair.
sinh(double) - static method in class java.lang.Math
Returns the hyperbolic sine of the given value.
SINHALA - static field in class java.lang.Character.UnicodeBlock
Sinhala.
sink() - method in class java.nio.channels.Pipe
Returns a pipe's sink channel.
Pipe.SinkChannel - class java.nio.channels.Pipe.SinkChannel
Initializes the channel.
SITE - static field in class gnu.java.net.protocol.ftp.FTPConnection
SIZE - static field in class gnu.javax.imageio.bmp.BMPFileHeader
BITMAPFILEHEADER is 14 bytes
SIZE - static field in class gnu.javax.imageio.bmp.BMPInfoHeader
BITMAPINFOHEADER is 40 bytes
SIZE - static field in class java.lang.Byte
The number of bits needed to represent a byte.
SIZE - static field in class java.lang.Character
The number of bits needed to represent a char.
size - field in class gnu.java.awt.peer.ClasspathFontPeer
The font point size.
size - field in class java.awt.image.DataBuffer
The size of the banks.
SIZE - static field in class java.lang.Double
The number of bits needed to represent a double.
SIZE - static field in class java.lang.Float
The number of bits needed to represent a float.
size - field in class java.awt.Font
The size of this font in points, rounded.
SIZE - static field in class javax.swing.text.html.HTML.Attribute
The size attribute
SIZE - static field in class java.lang.Integer
The number of bits needed to represent an int.
SIZE - static field in class gnu.classpath.jdwp.id.JdwpId
The size of an ID.
SIZE - static field in class java.lang.Long
The number of bits needed to represent a long.
SIZE - static field in class java.lang.Short
The number of bits needed to represent a short.
Size - static field in class javax.swing.text.StyleConstants
Size - static field in class javax.swing.text.StyleConstants.CharacterConstants
Size - static field in class javax.swing.text.StyleConstants.FontConstants
A key for the size font attribute.
SIZE - static field in class java.awt.font.TextAttribute
A key for the text size attribute.
SIZE - static field in class gnu.classpath.jdwp.VMFrame
Returns the size of a frame ID over JDWP
SIZE - static field in class gnu.classpath.jdwp.VMMethod
Returns the size of a JDWP method ID
size() - method in class java.util.AbstractCollection
Return the number of elements in this collection.
size() - method in class java.util.AbstractMap
Returns the number of key-value mappings in the map.
size() - method in class javax.accessibility.AccessibleRelationSet
Return the number of relations in the set.
size() - method in class javax.swing.ActionMap
Returns the number of entries in this ActionMap.
size() - method in class java.util.ArrayList
Returns the number of elements in this list.
size() - method in class javax.naming.directory.Attribute
size() - method in class java.util.jar.Attributes
Returns the number of defined attribute name/value pairs.
size() - method in class javax.naming.directory.Attributes
size() - method in class javax.print.attribute.AttributeSet
Returns the number of elements in this attribute set.
size() - method in class gnu.javax.crypto.keyring.BaseKeyring
Returns the number of entries in this keyring.
size() - method in class javax.naming.directory.BasicAttribute
size() - method in class javax.naming.directory.BasicAttributes
size() - method in class java.beans.beancontext.BeanContextMembershipEvent
The number of children removed or added.
size() - method in class java.beans.beancontext.BeanContextSupport
Get the number of elements in this collection.
size() - method in class gnu.java.rmi.activation.BidiTable
Get the size.
size() - method in class java.util.BitSet
Returns the number of bits actually used by this bit set.
size() - method in class gnu.java.security.der.BitString
Returns the size, in bits, of this bit string.
size() - method in class java.io.ByteArrayOutputStream
This method returns the number of bytes that have been written to the buffer so far.
size() - method in class gnu.javax.crypto.assembly.Cascade
Returns the current number of stages in this chain.
size() - method in class java.io.CharArrayWriter
This method returns the number of chars that have been written to the buffer so far.
size() - method in class java.util.Collection
Get the number of elements in this collection.
size() - method in class java.awt.Component
Returns the size of this object.
size() - method in class javax.naming.CompositeName
Returns the number of components of this Name.
size() - method in class javax.naming.CompoundName
Returns the number of components of this Name.
size() - method in class java.io.DataOutputStream
This method returns the total number of bytes that have been written to the underlying output stream so far.
size() - method in class javax.swing.DefaultListModel
Gets the number of elements in the list.
size() - method in class java.util.Dictionary
Returns the number of values currently in this Dictionary.
size() - method in class java.nio.channels.FileChannel
Return the size of the file thus far
size() - method in class gnu.java.nio.channels.FileChannelImpl
Return the size of the file thus far
size() - method in class java.nio.channels.FileLock
Returns the size of the locked region in bytes.
size() - method in class javax.print.attribute.HashAttributeSet
Returns the number of elements in this attribute set.
size() - method in class java.util.HashMap
Returns the number of kay-value mappings currently in this Map.
size() - method in class java.util.HashSet
Returns the number of elements in this Set (its cardinality).
size() - method in class java.util.Hashtable
Returns the number of key-value mappings currently in this hashtable.
size() - method in class java.util.IdentityHashMap
Returns the number of kay-value mappings currently in this Map
size() - method in class java.security.IdentityScope
Returns the number of entries within this IdentityScope.
size() - method in class gnu.javax.crypto.keyring.IKeyring
Returns the number of entries in this keyring.
size() - method in class javax.swing.InputMap
Returns the number of entries in this InputMap.
size() - method in class gnu.javax.imageio.jpeg.JPEGScan
size() - method in class java.security.KeyStore
Returns the number of entries in the keystore.
size() - method in class java.util.LinkedList
Returns the size of the list.
size() - method in class java.util.List
Get the number of elements in this list.
size() - method in class java.util.Map
Returns the number of key-value mappings in the map.
size() - method in class javax.naming.Name
Returns the number of components of this Name.
size() - method in class gnu.CORBA.NamingService.NamingMap
Get the size of the map.
size() - method in class gnu.gcj.runtime.PersistentByteMap
size() - method in class gnu.javax.swing.text.html.parser.support.low.Queue
Size of the queue.
size() - method in class javax.naming.Reference
Return the number of the defined addresses.
size() - method in class java.awt.RenderingHints
Returns the number of hints in the collection.
size() - method in class gnu.java.security.util.Sequence
Get the number of elements in this list.
size() - method in class java.util.Set
Returns the number of elements in the set.
size() - method in class gnu.java.security.util.SimpleList
Get the number of elements in this list.
size() - method in class javax.management.openmbean.TabularData
Returns the number of CompositeData values or rows in the table.
size() - method in class javax.sound.midi.Track
Get the number events in this track.
size() - method in class java.util.TreeMap
Returns the number of key-value mappings currently in this Map.
size() - method in class java.util.TreeSet
Returns the number of elements in this Set
size() - method in class java.util.Vector
Returns the number of elements stored in this Vector.
size() - method in class java.util.WeakHashMap
Returns the size of this hash map.
size() - method in class gnu.java.util.WeakIdentityHashMap
Returns the size of this hash map.
size() - method in class gnu.java.security.x509.X500DistinguishedName
size() - method in class java.util.zip.ZipFile
Returns the number of entries in this zip file.
Size2DSyntax - class javax.print.attribute.Size2DSyntax
Size2DSyntax is the abstract base class of all attribute classes which provide a two dimensional size as value (e.g. the size of a media like Letter or A4).
Size2DSyntax(float,float,int) - constructor for class javax.print.attribute.Size2DSyntax
Creates a Size2DSyntax object with the given arguments.
Size2DSyntax(int,int,int) - constructor for class javax.print.attribute.Size2DSyntax
Creates a Size2DSyntax object with the given arguments.
SIZE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Size action.
This action is responsible for sizing the JInternalFrame.
SizeAction() - constructor for class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SizeAction
Creates a new action.
sizeColumnsToFit(boolean) - method in class javax.swing.JTable
sizeColumnsToFit(int) - method in class javax.swing.JTable
Obsolete since JDK 1.4.
sizeComponentBlocks() - method in class gnu.javax.imageio.jpeg.JPEGScan
Thrown from the NamingEnumeration, this exception indicates that there are more elements than the previously specified size limit.
SizeLimitExceededException() - constructor for class javax.naming.SizeLimitExceededException
Create an exception without a message.
Create an exception with a message.
This class calculates information about the size and position requirements of components.
SizeRequirements() - constructor for class javax.swing.SizeRequirements
Creates a SizeRequirements object with minimum, preferred and maximum size set to zero, and an alignment value of 0.5.
SizeRequirements(int,int,int,float) - constructor for class javax.swing.SizeRequirements
Creates a SizeRequirements object with the specified minimum, preferred, maximum and alignment values.
sizes - field in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This array contains the current width (for HORIZONTAL_SPLIT) or height (for VERTICAL_SPLIT) of the components.
SizeSequence - class javax.swing.SizeSequence
A sequence of values that represent the dimensions (widths or heights) of some collection of items (for example, the widths of the columns in a table).
SizeSequence() - constructor for class javax.swing.SizeSequence
Creates a new empty SizeSequence instance.
SizeSequence(int) - constructor for class javax.swing.SizeSequence
Creates a new SizeSequence instance with the specified number of elements, each having a size of 0.
SizeSequence(int,int) - constructor for class javax.swing.SizeSequence
Creates a new SizeSequence instance with the specified number of elements all having the same size (value).
SizeSequence(int[]) - constructor for class javax.swing.SizeSequence
Creates a new SizeSequence instance using the specified element sizes.
sizeWidthToFit() - method in class javax.swing.table.TableColumn
Sets the minimum, maximum, preferred and current width to match the minimum, maximum and preferred width of the header renderer component.
skel - field in class gnu.java.rmi.server.UnicastServerRef
The skeleton (if any), associated with the exported remote object.
Skeleton - interface java.rmi.server.Skeleton
Thrown if a call is received that does not match a Skeleton.
Create an exception with the specified message.
Thrown if a Skeleton corresponding to the remote object is not found.
Create an exception with the specified message.
Create an exception with the specified message and cause.
skip(int) - method in class gnu.CORBA.CDR.AligningOutput
Write the specified number of zero bytes.
skip(int) - method in class gnu.java.security.der.DERReader
skip(long) - method in class javax.sound.sampled.AudioInputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class gnu.java.io.Base64InputStream
Calls the in.skip(long) method
skip(long) - method in class java.io.BufferedInputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class java.io.BufferedReader
This method skips the specified number of chars in the stream.
skip(long) - method in class java.io.ByteArrayInputStream
This method attempts to skip the requested number of bytes in the input stream.
skip(long) - method in class java.io.CharArrayReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - method in class java.util.zip.CheckedInputStream
Skips n bytes by reading them in a temporary buffer and updating the the checksum with that buffer.
skip(long) - method in class javax.crypto.CipherInputStream
Skip a number of bytes.
skip(long) - method in class gnu.javax.rmi.CORBA.CorbaInput
skip(long) - method in class gnu.java.net.protocol.core.CoreInputStream
skip(long) - method in class java.io.FileInputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class java.io.FilterInputStream
Calls the in.skip(long) method
skip(long) - method in class java.io.FilterReader
Calls the in.skip(long) method
skip(long) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
skip(long) - method in class gnu.javax.imageio.IIOInputStream
skip(long) - method in class java.util.zip.InflaterInputStream
Skip specified number of bytes of uncompressed data
skip(long) - method in class java.io.InputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class java.io.LineNumberInputStream
This method skips up to the requested number of bytes in the input stream.
skip(long) - method in class java.io.LineNumberReader
This method skips over characters in the stream.
skip(long) - method in class java.io.ObjectInput
This method causes the specified number of bytes to be read and discarded.
skip(long) - method in class javax.swing.ProgressMonitorInputStream
Skips the specified number of bytes and updates the ProgressMonitor.
skip(long) - method in class java.io.PushbackInputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class java.io.PushbackReader
This method skips the specified number of chars in the stream.
skip(long) - method in class java.io.Reader
Skips the specified number of chars in the stream.
skip(long) - method in class gnu.xml.dom.ls.ReaderInputStream
This method skips the specified number of bytes in the stream.
skip(long) - method in class java.io.StringBufferInputStream
This method attempts to skip the requested number of bytes in the input stream.
skip(long) - method in class java.io.StringReader
This method attempts to skip the requested number of chars in the input stream.
skipBytes(int) - method in class gnu.CORBA.CDR.AbstractDataInput
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(int) - method in class gnu.javax.rmi.CORBA.CorbaInput
skipBytes(int) - method in class java.io.DataInput
This method skips and discards the specified number of bytes in an input stream.
skipBytes(int) - method in class java.io.DataInputStream
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(int) - method in class javax.imageio.stream.ImageInputStream
skipBytes(int) - method in class javax.imageio.stream.ImageInputStreamImpl
skipBytes(int) - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(int) - method in class java.io.ObjectInputStream
skipBytes(int) - method in class java.io.RandomAccessFile
This method attempts to skip and discard the specified number of bytes in the input stream.
skipBytes(long) - method in class javax.imageio.stream.ImageInputStream
skipBytes(long) - method in class javax.imageio.stream.ImageInputStreamImpl
skippedEntity(java.lang.String) - method in class gnu.xml.pipeline.DomConsumer.Handler
skippedEntity(java.lang.String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
skippedEntity(java.lang.String) - method in class gnu.xml.pipeline.TeeConsumer
skippedEntity(java.lang.String) - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Reports a fatal exception.
skippedEntity(java.lang.String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
skippedEntity(java.lang.String) - method in class gnu.xml.util.XMLWriter
SAX1: indicates a non-expanded entity reference
skipReferral() - method in class javax.naming.ReferralException
skipToImage(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.BMPDecoder
Read bytes to the start of the image data
SLASH - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
Slash (indicates closing tag).
SLASH - static field in class gnu.xml.xpath.XPathParser
This method sets a flag that indicates whether or not "C++" language style comments ("//" comments through EOL ) are handled by the parser.
This method sets a flag that indicates whether or not "C" language style comments (with nesting not allowed) are handled by the parser.
sleep(long) - static method in class java.lang.Thread
Suspend the current Thread's execution for the specified amount of time.
sleep(long,int) - static method in class java.lang.Thread
Suspend the current Thread's execution for the specified amount of time.
SLEEPING - static field in class gnu.classpath.jdwp.JdwpConstants.ThreadStatus
slice() - method in class java.nio.ByteBuffer
Creates a new ByteBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.CharBuffer
Creates a new CharBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.DoubleBuffer
Creates a new DoubleBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.FloatBuffer
Creates a new FloatBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.IntBuffer
Creates a new IntBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.LongBuffer
Creates a new LongBuffer whose content is a shared subsequence of this buffer's content.
slice() - method in class java.nio.ShortBuffer
Creates a new ShortBuffer whose content is a shared subsequence of this buffer's content.
SLIDER - static field in class javax.accessibility.AccessibleRole
An object which allows selection in a bounded range.
slider - field in class javax.swing.plaf.basic.BasicSliderUI
A reference to the JSlider that this UI was created for.
SLIDER - static field in class javax.swing.plaf.synth.Region
Specifies the region of a slider.
SLIDER_FILL - field in class javax.swing.plaf.metal.MetalSliderUI
A key to look up the filledSlider setting in the UIManager.
SLIDER_THUMB - static field in class javax.swing.plaf.synth.Region
Specifies the region of a slider thumb.
SLIDER_TRACK - static field in class javax.swing.plaf.synth.Region
Specifies the region of a slider track.
sliderModel - field in class javax.swing.JSlider
The model used to store the slider's range and current value.
SliderUI - class javax.swing.plaf.SliderUI
An abstract base class for delegates that implement the pluggable look and feel for a JSlider.
SliderUI() - constructor for class javax.swing.plaf.SliderUI
Constructs a new SliderUI.
slow_fdct(float[][]) - static method in class gnu.javax.imageio.jpeg.DCT
slow_idct(double[][]) - static method in class gnu.javax.imageio.jpeg.DCT
slow_idct - Figure A.3.3 IDCT (informative) on A-5 of the ISO DIS 10918-1.
SMALL - static field in class javax.swing.text.html.HTML.Tag
The <small> tag
SMALL_FORM_VARIANTS - static field in class java.lang.Character.UnicodeBlock
Small Form Variants.
SMALL_ICON - static field in class javax.swing.Action
A key to access the icon for the action.
smallestAppropriateTransferType(int) - static method in class gnu.java.awt.Buffers
SmallHtmlAttributeSet - class gnu.javax.swing.text.html.parser.SmallHtmlAttributeSet
Small fixed HTML attribute set.
SmallHtmlAttributeSet(javax.swing.text.AttributeSet) - constructor for class gnu.javax.swing.text.html.parser.SmallHtmlAttributeSet
Create a new small fixed attribute set that contains the unchangeable copy of the passed attribute set and inherits its parent.
SMALLINT - static field in class java.sql.Types
SMNT - static field in class gnu.java.net.protocol.ftp.FTPConnection
SMPTE_24 - static field in class javax.sound.midi.Sequence
24 frames/second timing.
SMPTE_25 - static field in class javax.sound.midi.Sequence
25 frames/second timing.
SMPTE_30 - static field in class javax.sound.midi.Sequence
30 frames/second timing.
SMPTE_30DROP - static field in class javax.sound.midi.Sequence
29.97 frames/second timing.
snapToTicks - field in class javax.swing.JSlider
Whether the slider snaps its values to ticks.
SND - static field in class javax.sound.sampled.AudioFileFormat.Type
The SND format.
SO_BINDADDR - static field in class java.net.SocketOptions
Retrieve the local address to which the socket is bound.
SO_BROADCAST - static field in class java.net.SocketOptions
Sets SO_BROADCAST for a socket
SO_KEEPALIVE - static field in class java.net.SocketOptions
Option id for the SO_KEEPALIVE value
SO_LINGER - static field in class java.net.SocketOptions
Option id for the SO_LINGER value
SO_OOBINLINE - static field in class java.net.SocketOptions
Sets SO_OOBINLINE for a socket
SO_RCVBUF - static field in class java.net.SocketOptions
Option id for the receive buffer size
SO_REUSEADDR - static field in class java.net.SocketOptions
Sets the SO_REUSEADDR parameter on a socket
SO_SNDBUF - static field in class java.net.SocketOptions
Option id for the send buffer size
SO_TIMEOUT - static field in class java.net.SocketOptions
Option id for the SO_TIMEOUT value
socket - field in class gnu.java.net.protocol.ftp.FTPConnection
The socket used to communicate with the server.
socket - field in class gnu.java.net.protocol.http.HTTPConnection
The socket this connection communicates on.
Socket - class java.net.Socket
This class models a client site socket.
Socket - static field in class gnu.CORBA.Minor
Socket related errors like failure to open socket on the expected port, failure to get a free port when required and so on.
socket() - method in class java.nio.channels.DatagramChannel
Retrieves the channel's socket.
socket() - method in class gnu.java.nio.DatagramChannelImpl
Retrieves the channel's socket.
socket() - method in class java.nio.channels.ServerSocketChannel
Retrieves the channels socket.
socket() - method in class gnu.java.nio.ServerSocketChannelImpl
Retrieves the channels socket.
Socket() - constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
socket() - method in class java.nio.channels.SocketChannel
Retrieves the channel's socket.
socket() - method in class gnu.java.nio.SocketChannelImpl
Socket(java.lang.String,int) - constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the hostname and port specified as arguments.
Socket(java.lang.String,int,boolean) - constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the hostname and port specified as arguments.
Initializes a new instance of Socket that connects to the named host on the specified port and binds to the specified local address and port.
Socket(java.net.InetAddress,int) - constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments.
Socket(java.net.InetAddress,int,boolean) - constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments.
Initializes a new instance of Socket and connects to the address and port number specified as arguments, plus binds to the specified local address and port.
Socket(java.net.SocketImpl) - constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
SocketAddress - class java.net.SocketAddress
Abstract base class for InetSocketAddress.
SocketAddress() - constructor for class java.net.SocketAddress
Initializes the socket address.
SocketChannel - class java.nio.channels.SocketChannel
Initializes this socket channel.
SocketException - exception java.net.SocketException
This exception indicates that a generic error occurred related to an operation on a socket.
SocketException() - constructor for class java.net.SocketException
Create a new instance without a descriptive error message.
SocketException(java.lang.String) - constructor for class java.net.SocketException
Create a new instance with a descriptive error message.
SocketFactory - interface gnu.CORBA.interfaces.SocketFactory
This class produces sockets for serving and submitting CORBA requests.
SocketFactory - class javax.net.SocketFactory
A factory for client sockets.
socketFactory - field in class gnu.CORBA.OrbFunctional
The producer of the client and server sockets for this ORB.
SocketFactory() - constructor for class javax.net.SocketFactory
Default 0-arguments constructor.
SocketHandler - class java.util.logging.SocketHandler
A SocketHandler publishes log records to a TCP/IP socket.
SocketHandler() - constructor for class java.util.logging.SocketHandler
Constructs a SocketHandler that publishes log records to a TCP/IP socket.
SocketHandler(java.lang.String,int) - constructor for class java.util.logging.SocketHandler
Constructs a SocketHandler that publishes log records to a TCP/IP socket.
SocketImpl - class java.net.SocketImpl
This abstract class serves as the parent class for socket implementations.
SocketImpl() - constructor for class java.net.SocketImpl
Default, no-argument constructor for use by subclasses.
This interface defines one method which returns a SocketImpl object.
SocketOptions - interface java.net.SocketOptions
This interface is used by SocketImpl and DatagramSocketImpl to implement options on sockets.
This class models a specific set of permssions for connecting to a host.
Initializes a new instance of SocketPermission with the specified host/port combination and actions string.
This class caches the opened sockets that are reused during the frequent calls.
Thrown during remote object export if the code does not have permission to create a java.net.ServerSocket on the specified port.
Create an exception with the specified message.
Create an exception with the specified message and cause.
This exception signals that a socket read or accept timed out.
SocketTimeoutException() - constructor for class java.net.SocketTimeoutException
Create a new instance without a descriptive error message.
Create a new instance with a descriptive error message.
SOF0 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Huffman-coding frame (baseline dct).
SOF1 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Huffman-coding frame (extended dct).
SOF10 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Arithmetic-coding frame (progressive dct).
SOF11 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Arithmetic-coding frame (lossless).
SOF13 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Arithmetic-coding frame (sequential dct).
SOF14 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Arithmetic-coding frame (progressive dct).
SOF15 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Arithmetic-coding frame (lossless).
SOF2 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Huffman-coding frame (progressive dct).
SOF3 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Huffman-coding frame Lossless (Sequential).
SOF5 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Huffman-coding frame Sequential DCT.
SOF6 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Huffman-coding frame Progressive DCT.
SOF7 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Differential Huffman-coding frame lossless.
SOF9 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Nondifferential Arithmetic-coding frame (extended dct).
SoftBevelBorder - class javax.swing.border.SoftBevelBorder
A rectangular, three pixel thick border that looks like a BevelBorder with slightly softened corners.
SoftBevelBorder(int) - constructor for class javax.swing.border.SoftBevelBorder
Constructs a SoftBevelBorder whose colors will be derived from the background of the enclosed component.
SoftBevelBorder(int,java.awt.Color,java.awt.Color) - constructor for class javax.swing.border.SoftBevelBorder
Constructs a SoftBevelBorder given its appearance type and two colors for its highlight and shadow.
Constructs a SoftBevelBorder given its appearance type and all colors.
SoftReference - class java.lang.ref.SoftReference
A soft reference will be cleared, if the object is only softly reachable and the garbage collection needs more memory.
SoftReference(java.lang.Object) - constructor for class java.lang.ref.SoftReference
Create a new soft reference, that is not registered to any queue.
Create a new soft reference.
SOI - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Start of Image.
solveCubic(double[]) - static method in class java.awt.geom.CubicCurve2D
Finds the non-complex roots of a cubic equation, placing the results into the same array as the equation coefficients.
solveCubic(double[],double[]) - static method in class java.awt.geom.CubicCurve2D
Finds the non-complex roots of a cubic equation.
solveQuadratic(double[]) - static method in class java.awt.geom.QuadCurve2D
Finds the non-complex roots of a quadratic equation, placing the results into the same array as the equation coefficients.
solveQuadratic(double[],double[]) - static method in class java.awt.geom.QuadCurve2D
Finds the non-complex roots of a quadratic equation.
SOMEBITS - static field in class java.awt.image.ImageObserver
More pixels are now available for drawing a scaled variation of the image.
SONG_POSITION_POINTER - static field in class javax.sound.midi.ShortMessage
Status byte for Song Position Pointer message.
SONG_SELECT - static field in class javax.sound.midi.ShortMessage
Status byte for Song Select message.
sort(byte[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(byte[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(java.lang.Object[]) - static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(java.lang.Object[],int,int) - static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
Sort an array of Objects according to a Comparator.
sort(java.lang.Object[],java.util.Comparator) - static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(java.util.List) - static method in class java.util.Collections
Sort a list according to the natural ordering of its elements.
sort(java.util.List,java.util.Comparator) - static method in class java.util.Collections
Sort a list according to a specified Comparator.
sort(java.util.Vector) - method in class javax.swing.plaf.basic.BasicDirectoryModel
Sorts a Vector of File objects.
sort(long[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[]) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[],int,int) - static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
SortedMap - interface java.util.SortedMap
A map which guarantees its key's iteration order.
SortedSet - interface java.util.SortedSet
A set which guarantees its iteration order.
Creates a new SortingFocusTraversalPolicy with no comparator set.
Creates a new SortingFocusTraversalPolicy with the given comparator set.
SOS - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Start of Scan.
Soundbank - interface javax.sound.midi.Soundbank
A Soundbank is a container for instruments which may be loaded into a Synthesizer.
SoundbankReader - class javax.sound.midi.spi.SoundbankReader
The SoundbankReader abstract class defines the methods to be provided by a soundbank file reader.
SoundbankResource - class javax.sound.midi.SoundbankResource
SoundbankResource objects represent audio data stored in a sound bank.
Create a SoundbankResource object.
source - field in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Source that events are coming from
SOURCE - static field in class gnu.java.lang.CharData
The Unicode definition file that was parsed to build this database.
source - field in class java.util.EventObject
The source object; in other words, the object which this event takes place on.
Source - interface javax.xml.transform.Source
An XML input source.
source - field in class javax.management.Notification
The source of the notification.
source() - method in class java.nio.channels.Pipe
Returns a pipe's source channel
SOURCE_DEBUG_EXTENSION - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ReferenceType
SOURCE_FILE - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ReferenceType
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.key.dh.DiffieHellmanKeyAgreement
SOURCE_OF_RANDOMNESS - static field in class gnu.java.security.key.dss.DSSKeyPairGenerator
Property name of an optional SecureRandom instance to use.
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.key.dh.ElGamalKeyAgreement
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator
Property name of an optional SecureRandom instance to use.
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.kwa.IKeyWrappingAlgorithm
Property name of an optional SecureRandom instance to use.
SOURCE_OF_RANDOMNESS - static field in class gnu.java.security.sig.ISignature
Property name of an optional SecureRandom, Random, or IRandom instance to use.
SOURCE_OF_RANDOMNESS - static field in class gnu.java.security.key.rsa.RSAKeyPairGenerator
Property name of an optional SecureRandom instance to use.
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.key.srp6.SRP6KeyAgreement
SOURCE_OF_RANDOMNESS - static field in class gnu.javax.crypto.key.srp6.SRPKeyPairGenerator
Property name of an optional SecureRandom instance to use.
sourceActions - field in class java.awt.dnd.DragGestureRecognizer
sourceBands - field in class javax.imageio.IIOParam
An array indicating which source bands will be used or null.
Pipe.SourceChannel - class java.nio.channels.Pipe.SourceChannel
Initializes the channel.
SourceDataLine - interface javax.sound.sampled.SourceDataLine
This is a DataLine to which data may be written.
SourceLocator - interface javax.xml.transform.SourceLocator
The location in an XML resource at which an event occurred.
sourceRegion - field in class javax.imageio.IIOParam
The source pixel region or null.
sourceRenderSize - field in class javax.imageio.ImageReadParam
sources - field in class java.awt.image.renderable.ParameterBlock
sourceToInputSource(javax.xml.transform.Source) - static method in class javax.xml.transform.sax.SAXSource
Converts a source into a SAX input source.
sourceXSubsampling - field in class javax.imageio.IIOParam
Sample every sourceXSubsampling'th pixel in the source image when pixelating the destination image in the horizontal direction.
sourceYSubsampling - field in class javax.imageio.IIOParam
Sample every sourceYSubsampling'th pixel in the source image when pixelating the destination image in the vertical direction.
SOUTH - static field in class java.awt.BorderLayout
Constant indicating the bottom of the container
SOUTH - static field in class java.awt.GridBagConstraints
Position to the south.
SOUTH - static field in class javax.swing.SpringLayout
The bottom edge of a component.
SOUTH - static field in class javax.swing.SwingConstants
SOUTH_EAST - static field in class javax.swing.SwingConstants
SOUTH_WEST - static field in class javax.swing.SwingConstants
SOUTHEAST - static field in class java.awt.GridBagConstraints
Position to the southeast.
southPane - field in class javax.swing.plaf.basic.BasicInternalFrameUI
The JComponent placed at the south region of the JInternalFrame.
SOUTHWEST - static field in class java.awt.GridBagConstraints
Position to the southwest.
SPACE - static field in class javax.xml.stream.XMLStreamConstants
An ignorable whitespace event.
SPACE_SEPARATOR - static field in class java.lang.Character
Zs = Separator, Space (Normative).
SpaceAbove - static field in class javax.swing.text.StyleConstants
SpaceAbove - static field in class javax.swing.text.StyleConstants.ParagraphConstants
A key for the 'space above' paragraph attribute.
SpaceBelow - static field in class javax.swing.text.StyleConstants
SpaceBelow - static field in class javax.swing.text.StyleConstants.ParagraphConstants
A key for the 'space below' paragraph attribute.
SPACING_MODIFIER_LETTERS - static field in class java.lang.Character.UnicodeBlock
Spacing Modifier Letters.
SPAN - static field in class javax.swing.text.html.HTML.Tag
The <span> tag
SPEAKER - static field in class javax.sound.sampled.Port.Info
A speaker.
SPECIAL_SYSTEM_EXCLUSIVE - static field in class javax.sound.midi.SysexMessage
Inserts the elements that are represented by ths single tag with attributes (only).
SPECIALS - static field in class java.lang.Character.UnicodeBlock
Specials.
SPECIFICATION_TITLE - static field in class java.util.jar.Attributes.Name
Package versioning - title of the specification contained in this jar.
SPECIFICATION_VENDOR - static field in class java.util.jar.Attributes.Name
Package versioning - organisation that maintains the specification contains in this jar.
SPECIFICATION_VERSION - static field in class java.util.jar.Attributes.Name
Package versioning - version of the specification contained in this jar.
specified - field in class gnu.xml.stream.AttributeImpl
SPIN_BOX - static field in class javax.accessibility.AccessibleRole
A component with spinner arrows for simple numbers.
spinner - field in class javax.swing.plaf.basic.BasicSpinnerUI
The spinner for this UI
SPINNER - static field in class javax.swing.plaf.synth.Region
Specifies the region of a spinner.
A date model used by the JSpinner component.
SpinnerDateModel() - constructor for class javax.swing.SpinnerDateModel
Constructs a SpinnerDateModel using the current date, no start or end limit, and Calendar.DAY_OF_MONTH as the calendar field.
Constructs a SpinnerDateModel with the specified value, lower and upper bounds, and which spins the specified calendar field.
An implementation of SpinnerModel which uses the values contained within a list or an array.
SpinnerListModel() - constructor for class javax.swing.SpinnerListModel
Constructs a default SpinnerListModel.
SpinnerListModel(java.lang.Object[]) - constructor for class javax.swing.SpinnerListModel
Constructs a SpinnerListModel using the supplied array.
SpinnerListModel(java.util.List) - constructor for class javax.swing.SpinnerListModel
Constructs a SpinnerListModel using the supplied list.
SpinnerModel - interface javax.swing.SpinnerModel
The data model that is used in JSpinners.
A model used by the JSpinner component.
SpinnerNumberModel() - constructor for class javax.swing.SpinnerNumberModel
Creates a SpinnerNumberModel with initial value 0, step 1, and no maximum nor minimum.
Creates a SpinnerNumberModel with double precision.
SpinnerNumberModel(int,int,int,int) - constructor for class javax.swing.SpinnerNumberModel
Creates a SpinnerNumberModel with integer precision.
Creates a SpinnerNumberModel with the given attributes.
SpinnerUI - class javax.swing.plaf.SpinnerUI
An abstract base class for delegates that implement the pluggable look and feel for a JSpinner.
SpinnerUI() - constructor for class javax.swing.plaf.SpinnerUI
Constructs a new SpinnerUI.
split(java.lang.CharSequence) - method in class java.util.regex.Pattern
split(java.lang.CharSequence,int) - method in class java.util.regex.Pattern
split(java.lang.String) - method in class java.lang.String
Split this string around the matches of a regular expression.
split(java.lang.String,int) - method in class java.lang.String
Split this string around the matches of a regular expression.
SPLIT_PANE - static field in class javax.accessibility.AccessibleRole
A specialized pane which presents two other panels, and can often adjust the divider between them.
SPLIT_PANE - static field in class javax.swing.plaf.synth.Region
Specifies the region of a split pane.
SPLIT_PANE_DIVIDER - static field in class javax.swing.plaf.synth.Region
Specifies the region of a split pane divider.
splitPane - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
The JSplitPane containing this divider.
splitPane - field in class javax.swing.plaf.basic.BasicSplitPaneUI
The JSplitPane that this UI draws.
A border for JSplitPanes in the Basic look and feel.
Constructs a new border for drawing a JSplitPane in the Basic look and feel.
splitPaneUI - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
The delegate object that is responsible for the UI of the JSplitPane that contains this divider.
SplitPaneUI - class javax.swing.plaf.SplitPaneUI
An abstract base class for delegates that implement the pluggable look and feel for a JSplitPane.
SplitPaneUI() - constructor for class javax.swing.plaf.SplitPaneUI
Constructs a new SplitPaneUI.
splitText(int) - method in class gnu.xml.dom.DomText
DOM L1 Splits this text node in two parts at the offset, returning the new text node (the sibling with the second part).
SPOOL_AREA_FULL - static field in class javax.print.attribute.standard.PrinterStateReason
The printers spool area is currently full.
SpooledDocument - class gnu.java.awt.print.SpooledDocument
SpooledDocument(java.io.File) - constructor for class gnu.java.awt.print.SpooledDocument
Spools a single page, returns NO_SUCH_PAGE unsuccessful, PAGE_EXISTS if it was.
Spool a document to PostScript.
spPropertyChangeListener - field in class javax.swing.plaf.basic.BasicScrollPaneUI
The scrollpane property change listener.
Spring - class javax.swing.Spring
Calculates the space between component edges, that are layed out by SpringLayout.
Spring() - constructor for class javax.swing.Spring
Creates a new Spring object.
SpringLayout - class javax.swing.SpringLayout
A very flexible layout manager.
SpringLayout() - constructor for class javax.swing.SpringLayout
Creates a new SpringLayout.
SQLData - interface java.sql.SQLData
This interface is used for mapping SQL data to user defined datatypes.
SQLException - exception java.sql.SQLException
This exception is thrown when a database error occurs.
SQLException() - constructor for class java.sql.SQLException
This method initializes a new instance of SQLException that does not have a descriptive messages and SQL state, and which has a vendor error code of 0.
SQLException(java.lang.String) - constructor for class java.sql.SQLException
This method initializes a new instance of SQLException with the specified descriptive error message.
This method initializes a new instance of SQLException with the specified descriptive error message and SQL state string.
This method initializes a nwe instance of SQLException with the specified descriptive error message, SQL state string, and vendor code.
SQLInput - interface java.sql.SQLInput
This interface provides methods for reading values from a stream that is connected to a SQL structured or distinct type.
SQLOutput - interface java.sql.SQLOutput
This interface provides methods for writing Java types to a SQL stream.
SQLPermission - class java.sql.SQLPermission
SQLPermission(java.lang.String) - constructor for class java.sql.SQLPermission
sqlStateSQL99 - static field in class java.sql.DatabaseMetaData
sqlStateXOpen - static field in class java.sql.DatabaseMetaData
SQLWarning - exception java.sql.SQLWarning
This exception is thrown when a database warning occurs.
SQLWarning() - constructor for class java.sql.SQLWarning
This method initializes a new instance of SQLWarning that does not have a descriptive messages and SQL state, and which has a vendor error code of 0.
SQLWarning(java.lang.String) - constructor for class java.sql.SQLWarning
This method initializes a new instance of SQLWarning with the specified descriptive error message.
This method initializes a new instance of SQLWarning with the specified descriptive error message and SQL state string.
This method initializes a nwe instance of SQLWarning with the specified descriptive error message, SQL state string, and vendor code.
sqrt(double) - static method in class java.lang.Math
Take a square root.
sqrt(double) - static method in class java.lang.StrictMath
Take a square root.
Square - class gnu.javax.crypto.cipher.Square
Square is a 128-bit key, 128-bit block cipher algorithm developed by Joan Daemen, Lars Knudsen and Vincent Rijmen.
OMacImpl.Square - class gnu.javax.crypto.jce.mac.OMacImpl.Square
PBES2.HMacHaval.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.Square
PBES2.HMacMD2.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.Square
PBES2.HMacMD4.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.Square
PBES2.HMacMD5.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.Square
PBES2.HMacRipeMD128.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.Square
PBES2.HMacRipeMD160.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.Square
PBES2.HMacSHA1.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.Square
PBES2.HMacSHA256.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.Square
PBES2.HMacSHA384.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.Square
PBES2.HMacSHA512.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.Square
PBES2.HMacTiger.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.Square
PBES2.HMacWhirlpool.Square - class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.Square
Square() - constructor for class gnu.javax.crypto.jce.mac.OMacImpl.Square
Create a new MacSpi instance.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacHaval.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD2.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD4.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacMD5.Square
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD128.Square
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacRipeMD160.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA1.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA256.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA384.Square
The basic constructor.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacSHA512.Square
Create a new CipherSpi.
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacTiger.Square
Square() - constructor for class gnu.javax.crypto.jce.cipher.PBES2.HMacWhirlpool.Square
Square() - constructor for class gnu.javax.crypto.cipher.Square
Trivial 0-arguments constructor.
SQUARE_CIPHER - static field in class gnu.java.security.Registry
SquareKeyGeneratorImpl - class gnu.javax.crypto.jce.key.SquareKeyGeneratorImpl
SquareKeyGeneratorImpl() - constructor for class gnu.javax.crypto.jce.key.SquareKeyGeneratorImpl
SquareSecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.SquareSecretKeyFactoryImpl
The basic constructor.
SquareSpi - class gnu.javax.crypto.jce.cipher.SquareSpi
The implementation of the Square Service Provider Interface (SPI) adapter.
SquareSpi() - constructor for class gnu.javax.crypto.jce.cipher.SquareSpi
Src - static field in class java.awt.AlphaComposite
SRC - static field in class javax.swing.text.html.HTML.Attribute
The src attribute
SRC_ATOP - static field in class java.awt.AlphaComposite
SRC_IN - static field in class java.awt.AlphaComposite
SRC_OUT - static field in class java.awt.AlphaComposite
SRC_OVER - static field in class java.awt.AlphaComposite
SrcAtop - static field in class java.awt.AlphaComposite
srccols - field in class java.awt.image.ReplicateScaleFilter
srcHeight - field in class java.awt.image.ReplicateScaleFilter
The height of the source image.
SrcIn - static field in class java.awt.AlphaComposite
SrcOut - static field in class java.awt.AlphaComposite
SrcOver - static field in class java.awt.AlphaComposite
srcrows - field in class java.awt.image.ReplicateScaleFilter
srcWidth - field in class java.awt.image.ReplicateScaleFilter
The width of the source image.
SrgbConverter - class gnu.java.awt.color.SrgbConverter
Note the matrix numbers used here are NOT identical to those in the w3 spec, as those numbers are CIE XYZ relative a D65 white point.
SRP - class gnu.javax.crypto.sasl.srp.SRP
A Factory class that returns SRP Singletons that know all SRP-related mathematical computations and protocol-related operations for both the client- and server-sides.
srp - field in class gnu.javax.crypto.key.srp6.SRP6KeyAgreement
SRP6_KA - static field in class gnu.java.security.Registry
SRP6Host - class gnu.javax.crypto.key.srp6.SRP6Host
The implementation of the Host in the SRP-6 key agreement protocol.
SRP6KeyAgreement - class gnu.javax.crypto.key.srp6.SRP6KeyAgreement
The Secure Remote Password (SRP) key agreement protocol, also known as SRP-6, is designed by Thomas J.
SRP6KeyAgreement() - constructor for class gnu.javax.crypto.key.srp6.SRP6KeyAgreement
SRP6SaslClient - class gnu.javax.crypto.key.srp6.SRP6SaslClient
A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the User (client side).
SRP6SaslServer - class gnu.javax.crypto.key.srp6.SRP6SaslServer
A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the Host (server side).
SRP6TLSClient - class gnu.javax.crypto.key.srp6.SRP6TLSClient
A variation of the SRP6 key agreement protocol, for the client-side as proposed in Using SRP for TLS Authentication.
SRP6TLSServer - class gnu.javax.crypto.key.srp6.SRP6TLSServer
A variation of the SRP6 key agreement protocol, for the server-side as proposed in Using SRP for TLS Authentication.
SRP6User - class gnu.javax.crypto.key.srp6.SRP6User
The implementation of the User in the SRP-6 protocol.
SRP_ALGORITHMS - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Available hash algorithms for all SRP calculations.
SRP_CONFIDENTIALITY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of SRP confidentiality protection property.
SRP_DEFAULT_DIGEST_NAME - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
The name of the default message digest algorithm to use when no name is explicitely given.
SRP_DIGEST_NAME - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
The property name of the message digest algorithm name to use in a given SRP incarnation.
SRP_HASH - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of underlying hash algorithm for use with all SRP calculations.
SRP_INTEGRITY_PROTECTION - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of SRP integrity protection property.
SRP_KPG - static field in class gnu.java.security.Registry
SRP_MANDATORY - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of SRP mandatory service property.
SRP_REPLAY_DETECTION - static field in class gnu.javax.crypto.sasl.srp.SRPRegistry
Name of SRP replay detection property.
SRP_SASL_KA - static field in class gnu.java.security.Registry
SRP_TLS_KA - static field in class gnu.java.security.Registry
SRPAlgorithm - class gnu.javax.crypto.key.srp6.SRPAlgorithm
Utilities for use with SRP-6 based methods and protocols.
SRPAuthInfoProvider - class gnu.javax.crypto.sasl.srp.SRPAuthInfoProvider
The SRP mechanism authentication information provider implementation.
SRPClient - class gnu.javax.crypto.sasl.srp.SRPClient
The SASL-SRP client-side mechanism.
SRPClient() - constructor for class gnu.javax.crypto.sasl.srp.SRPClient
The basic constructor.
SRPKey - class gnu.javax.crypto.key.srp6.SRPKey
An abstract representation of a base SRP ephemeral key.
SRPKey(java.math.BigInteger,java.math.BigInteger) - constructor for class gnu.javax.crypto.key.srp6.SRPKey
SRPKeyPairGenerator - class gnu.javax.crypto.key.srp6.SRPKeyPairGenerator
Reference:
  1. SRP Protocol Design
    Thomas J.
SRPKeyPairRawCodec - class gnu.javax.crypto.key.srp6.SRPKeyPairRawCodec
An object that implements the IKeyPairCodec operations for the Raw format to use with SRP keypairs.
SRPManagerParameters - class gnu.javax.net.ssl.SRPManagerParameters
Instances of this class are used to initialize TrustManagerFactory instances for the ``SRP'' algorithm.
Initializes these parameters with the specified SRP password file.
SRPPrivateKey - class gnu.javax.crypto.key.srp6.SRPPrivateKey
A representation of an SRP ephemeral private key.
Public constructor for use from outside this package.
Public constructor for use from outside this package.
SRPPublicKey - class gnu.javax.crypto.key.srp6.SRPPublicKey
A representation of an SRP ephemeral public key.
Public constructor for use from outside this package.
SRPRegistry - interface gnu.javax.crypto.sasl.srp.SRPRegistry
A list of key names designating the values exchanged between the server and client in an SRP communication authentication phase.
SRPServer - class gnu.javax.crypto.sasl.srp.SRPServer
The SASL-SRP server-side mechanism.
SRPServer() - constructor for class gnu.javax.crypto.sasl.srp.SRPServer
SRPTrustManager - interface gnu.javax.net.ssl.SRPTrustManager
A trust manager for secure remote password (SRP) key exchange cipher suites.
SRPTrustManagerFactory - class gnu.javax.net.ssl.provider.SRPTrustManagerFactory
This is an implementation of a TrustManagerFactory engine for the ``SRP'' algorithm.
SRPTrustManagerFactory() - constructor for class gnu.javax.net.ssl.provider.SRPTrustManagerFactory
The basic constructor.
SSL - static field in class gnu.classpath.debug.Component
Signifies that all SSL related messages should be logged.
SSL3 - class gnu.javax.crypto.pad.SSL3
The padding scheme used by the Secure Sockets Layer, version 3.
SSL3 - static field in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
The URI has SSL3 communication
SSL3() - constructor for class gnu.javax.crypto.pad.SSL3
The basic constructor.
SSL3_PAD - static field in class gnu.java.security.Registry
SSLv3 padding scheme.
SSL_HANDSHAKE - static field in class gnu.classpath.debug.Component
Traces the progression of an SSL handshake.
SSL_KEY_EXCHANGE - static field in class gnu.classpath.debug.Component
Trace details about the SSL key exchange.
SSL_RECORD_LAYER - static field in class gnu.classpath.debug.Component
Traces record layer messages during SSL communications.
SSLContext - class javax.net.ssl.SSLContext
A "meta-factory" for protocol-specific socket and server socket factories.
Create a new SSL context.
SSLContextSpi - class javax.net.ssl.SSLContextSpi
The Service Provider Interface (SPI) for SSLContext objects.
SSLContextSpi() - constructor for class javax.net.ssl.SSLContextSpi
Create a new SSLContextSpi.
SSLException - exception javax.net.ssl.SSLException
The superclass of all possible SSL exceptions.
SSLException(java.lang.String) - constructor for class javax.net.ssl.SSLException
Create a new instance with a descriptive error message.
Create a new instance with a descriptive error message and a cause.
SSLException(java.lang.Throwable) - constructor for class javax.net.ssl.SSLException
Create a new instance with a cause.
An exception that signals an error in the SSL handshake phase.
Create a new instance with a descriptive error message.
SSLKeyException - exception javax.net.ssl.SSLKeyException
An exception signaling a problem using a public or private key in an SSL communication.
SSLKeyException(java.lang.String) - constructor for class javax.net.ssl.SSLKeyException
Create an exception with a descriptive error message.
An exception thrown when the remote peer could not be verified.
Instantiate this Throwable with the given message.
SSLPermission - class javax.net.ssl.SSLPermission
A permission used for accessing SSL classes.
SSLPermission(java.lang.String) - constructor for class javax.net.ssl.SSLPermission
Create a new instance with the specified permission name.
Create a new instance with the specified permission name.
SSLProtocolException - exception javax.net.ssl.SSLProtocolException
An exception thrown when a fatal protocol error is encountered.
SSLProtocolException(java.lang.String) - constructor for class javax.net.ssl.SSLProtocolException
Create a new instance with a descriptive error message.
SslRMIClientSocketFactory This class implements an RMIClientSocketFactory for SSL sockets.
SslRMIClientSocketFactory() - constructor for class javax.rmi.ssl.SslRMIClientSocketFactory
Creates a new SslRMIClientSocketFactory
SslRMIServerSocketFactory This class implements an RMIServerSocketFactory for SSL sockets.
SslRMIServerSocketFactory() - constructor for class javax.rmi.ssl.SslRMIServerSocketFactory
Creates a new SslRMIServerSocketFactory with the default socket cipher suites and protocols, and without requiring client authorisation.
Creates a new SslRMIServerSocketFactory with a given set of socket cipher suites and protocols. needClientAuth specifies if client authorization is required.
SSLServerSocket - class javax.net.ssl.SSLServerSocket
A server socket that allows clients to connect via the SSL protocol.
SSLServerSocket() - constructor for class javax.net.ssl.SSLServerSocket
Constructor that simply sets the implementation.
SSLServerSocket(int) - constructor for class javax.net.ssl.SSLServerSocket
Creates a server socket and binds it to the specified port.
SSLServerSocket(int,int) - constructor for class javax.net.ssl.SSLServerSocket
Creates a server socket and binds it to the specified port.
Creates a server socket and binds it to the specified port.
A server socket factory for Secure Socket Layer (SSL) server sockets.
SSLServerSocketFactory() - constructor for class javax.net.ssl.SSLServerSocketFactory
Default 0-argument constructor.
SSLSession - interface javax.net.ssl.SSLSession
An SSL session is a mechanism through which connections can be established by re-using previously negotiated handshakes.
An event raised by SSLSession objects when objects are bound to them.
Creates a new binding event.
An event listener interface that should be notified when it is bound or unbound to a SSLSession.
SSLSessionContext - interface javax.net.ssl.SSLSessionContext
A collection of saved SSL sessions, with thier corresponding session IDs.
SSLSocket - class javax.net.ssl.SSLSocket
A socket that communicates over the secure socket layer protocol.
SSLSocket() - constructor for class javax.net.ssl.SSLSocket
SSLSocket(java.lang.String,int) - constructor for class javax.net.ssl.SSLSocket
SSLSocket(java.net.InetAddress,int) - constructor for class javax.net.ssl.SSLSocket
SSLSocketFactory - class javax.net.ssl.SSLSocketFactory
A socket factory for creating Secure Socket Layer (SSL) sockets.
SSLSocketFactory() - constructor for class javax.net.ssl.SSLSocketFactory
Default 0-arguments constructor.
ST - static field in class gnu.java.security.x509.X500DistinguishedName
stack - field in class gnu.javax.swing.text.html.parser.htmlValidator
The stack, holding the current tag context.
Stack - class java.util.Stack
Stack() - constructor for class java.util.Stack
This constructor creates a new Stack, initially empty
StackFrameCommandSet - class gnu.classpath.jdwp.processor.StackFrameCommandSet
A class representing the StackFrame Command Set.
A StackOverflowError is thrown when the execution stack overflow occurs.
StackOverflowError() - constructor for class java.lang.StackOverflowError
Create an error without a message.
Create an error with a message.
One function call or stack trace element.
Create a new StackTraceElement representing a given source location.
Stage - class gnu.javax.crypto.assembly.Stage
A Stage in a Cascade Cipher.
Stage(gnu.javax.crypto.assembly.Direction) - constructor for class gnu.javax.crypto.assembly.Stage
stageKeys - field in class gnu.javax.crypto.assembly.Cascade
The ordered list of Stage UIDs to their attribute maps.
stages - field in class gnu.javax.crypto.assembly.Cascade
The map of Stages chained in this cascade.
stages() - method in class gnu.javax.crypto.assembly.Cascade
Returns an Iterator over the stages contained in this instance.
STANDALONE - static field in class javax.xml.transform.OutputKeys
Whether to output a standalone document declaration (yes or no).
standaloneDeclared - field in class gnu.xml.stream.StartDocumentImpl
StandaloneDocumentType - class gnu.xml.libxmlj.util.StandaloneDocumentType
A "standalone" document type, i.e. one that isn't attached to a document node.
StandaloneLocator - class gnu.xml.libxmlj.util.StandaloneLocator
SAX Locator implementation that uses the specified values.
standaloneSet() - method in class javax.xml.stream.util.ReaderDelegate
Indicates whether the standalone flag was set in the document.
standaloneSet() - method in class javax.xml.stream.events.StartDocument
Indicates whether the standalone parameter was set in the XML declaration.
standaloneSet() - method in class gnu.xml.stream.StartDocumentImpl
Indicates whether the standalone parameter was set in the XML declaration.
standaloneSet() - method in class gnu.xml.stream.XMLParser
standaloneSet() - method in class javax.xml.stream.XMLStreamReader
Indicates whether the standalone flag was set in the document.
STANDARD - static field in class gnu.CORBA.GIOP.CodeSetServiceContext
The standard component to include in the messages.
STANDARD - static field in class java.awt.font.GlyphMetrics
STANDARD - static field in class javax.print.attribute.standard.JobSheets
The standard job sheet is printed.
STANDARD - static field in class gnu.javax.print.ipp.attribute.defaults.JobSheetsDefault
A job sheet is the default
STANDARD - static field in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
A job sheet is the default
STANDARD_INPUT_TYPE - static field in class javax.imageio.spi.ImageReaderSpi
STANDARD_OUTPUT_TYPE - static field in class javax.imageio.spi.ImageWriterSpi
STANDARD_TIME - static field in class java.util.SimpleTimeZone
Constant to indicate that start and end times are specified in standard time, without adjusting for daylight savings.
standardFormatSupported - field in class javax.imageio.metadata.IIOMetadata
StandardMBean - class javax.management.StandardMBean
Provides a dynamic management bean by using reflection on an interface and an implementing class.
StandardMBean(java.lang.Class) - constructor for class javax.management.StandardMBean
Constructs a new StandardMBean using the specified interface and this as the instance.
StandardMBean(java.lang.Object,java.lang.Class) - constructor for class javax.management.StandardMBean
Constructs a new StandardMBean using the specified interface and the supplied instance as the implementation.
standardMetadataFormatName - static field in class javax.imageio.metadata.IIOMetadataFormatImpl
The standard metadata format name constant set to "javax_imageio_1.0".
StandardPolicies - class gnu.CORBA.Poa.StandardPolicies
Contains the frequently uset POA policy sets.
standardUTF8 - field in class gnu.gcj.convert.Output_UTF8
True if a surrogate pair should be emitted as a single UTF8 sequence.
STANDBY - static field in class javax.swing.text.html.HTML.Attribute
The standby attribute
STAPLE - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples.
STAPLE - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Staple the document(s)
STAPLE - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Staple the document(s)
STAPLE_BOTTOM_LEFT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the bottom left corner.
STAPLE_BOTTOM_LEFT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with one or more staples in the bottom left corner.
STAPLE_BOTTOM_LEFT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with one or more staples in the bottom left corner.
STAPLE_BOTTOM_RIGHT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the bottom right corner.
STAPLE_BOTTOM_RIGHT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with one or more staples in the bottom right corner.
STAPLE_BOTTOM_RIGHT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with one or more staples in the bottom right corner.
STAPLE_DUAL_BOTTOM - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the bottom edge assuming a portrait document.
STAPLE_DUAL_BOTTOM - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document.
STAPLE_DUAL_BOTTOM - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document.
STAPLE_DUAL_LEFT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the left edge assuming a portrait document.
STAPLE_DUAL_LEFT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document.
STAPLE_DUAL_LEFT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document.
STAPLE_DUAL_RIGHT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the right edge assuming a portrait document.
STAPLE_DUAL_RIGHT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document.
STAPLE_DUAL_RIGHT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document.
STAPLE_DUAL_TOP - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with two staples along the top edge assuming a portrait document.
STAPLE_DUAL_TOP - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document.
STAPLE_DUAL_TOP - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document.
STAPLE_TOP_LEFT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the top left corner.
STAPLE_TOP_LEFT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with one or more staples in the top left corner.
STAPLE_TOP_LEFT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with one or more staples in the top left corner.
STAPLE_TOP_RIGHT - static field in class javax.print.attribute.standard.Finishings
Selects binding of the documents with one or more staples in the top right corner.
STAPLE_TOP_RIGHT - static field in class gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
Bind the document(s) with one or more staples in the top right corner.
STAPLE_TOP_RIGHT - static field in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
Bind the document(s) with one or more staples in the top right corner.
STAR - static field in class gnu.xml.xpath.XPathParser
start - field in class java.awt.geom.Arc2D.Double
The start angle of this arc, in degrees.
start - field in class java.awt.geom.Arc2D.Float
The start angle of this arc, in degrees.
START - static field in class javax.swing.text.html.HTML.Attribute
The start attribute
START - static field in class javax.sound.sampled.LineEvent.Type
An event of this type is posted when a Line starts.
START - static field in class javax.sound.midi.ShortMessage
Status byte for Start message.
start() - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
start() - method in class java.applet.Applet
This method is called when the applet should start running.
start() - method in class javax.sound.sampled.DataLine
Start processing data.
start() - method in class java.util.regex.Matcher
start() - method in class java.util.regex.MatchResult
Returns the index of the first character of the match.
start() - method in class javax.sound.midi.Sequencer
Start playback of the current sequence.
start() - method in class java.lang.Thread
Start this Thread, calling the run() method of the Runnable this Thread was created with, or else the run() method of the Thread itself.
start() - method in class javax.swing.Timer
Start firing the action events.
start(int) - method in class java.util.regex.Matcher
start(int) - method in class java.util.regex.MatchResult
Returns the index of the first character of the given sub-match group.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
This method is called when a start tag is seen for one of the types of tags associated with this Action.
start(javax.transaction.xa.Xid,int) - method in class javax.transaction.xa.XAResource
START_DOCUMENT - static field in class javax.xml.stream.XMLStreamConstants
A start document event.
START_ELEMENT - static field in class javax.xml.stream.XMLStreamConstants
A start element event.
START_PUNCTUATION - static field in class java.lang.Character
Ps = Punctuation, Open (Informative).
START_READING_MESSAGE - static field in class gnu.CORBA.OrbFunctional
The if the client has once opened a socket, it should start sending the message header in a given time.
startAnimationTimer() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method starts the animation timer.
startAutoScrolling(int) - method in class javax.swing.plaf.basic.BasicComboPopup
This method start scrolling combo box's list of items either up or down depending on the specified 'direction'
startCDATA() - method in class gnu.xml.pipeline.DomConsumer.Handler
startCDATA() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class gnu.xml.pipeline.TeeConsumer
startCDATA() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class gnu.xml.util.XMLWriter
SAX2: called before parsing CDATA characters
Start editing session and returns true to indicate the editing has begun.
StartDocument - interface javax.xml.stream.events.StartDocument
A start-document event.
startDocument() - method in class gnu.xml.dom.Consumer.Backdoor
startDocument() - method in class gnu.xml.pipeline.DomConsumer.Handler
startDocument() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class gnu.xml.pipeline.LinkFilter
Reports an error if no Locator has been made available.
startDocument() - method in class gnu.xml.pipeline.NSFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class gnu.xml.pipeline.TeeConsumer
startDocument() - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Ensures that state from any previous parse has been deleted.
startDocument() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class gnu.xml.util.XMLWriter
SAX1: indicates the beginning of a document parse.
StartDocumentImpl - class gnu.xml.stream.StartDocumentImpl
A start-document event.
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
startDragging() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method is called when dragging starts.
SAX2: passes this callback to the next consumer, if any
LexicalHandler Records the declaration of the root element, so it can be verified later.
SAX2: passes this callback to the next consumer, if any
SAX2: called when the doctype is partially parsed Note that this, like other doctype related calls, is ignored when XHTML is in use.
Will start editing for node if there is a cellEditor and shouldSelectCall returns true.
Selects the last item in path and tries to edit it.
Calls the TreeUI.startEditingAtPath(JTree,TreePath) method for all the UI delegates managed by this MultiTreeUI.
Starts a session to edit a tree cell.
startEditingTimer() - method in class javax.swing.tree.DefaultTreeCellEditor
Starts the editing timer (if one installed).
StartElement - interface javax.xml.stream.events.StartElement
A start-element event.
Analyses the content of the Attributes instance and creates a Context object accordingly.
Analyses the content of the Attributes instance and creates a Context object accordingly.
Analyses the content of the Attributes instance and creates a Context object accordingly.
SAX2: passes this callback to the next consumer, if any
Collects URIs for (X)HTML content from elements which hold them.
SAX2: passes this callback to the next consumer, if any
ContentHandler Performs validity checks against element (and document) content models, and attribute values.
SAX2: passes this callback to the next consumer, if any
SAX2: passes this callback to the next consumer, if any
SAX2: indicates the start of an element.
StartElementImpl - class gnu.xml.stream.StartElementImpl
A start-element event.
startEntity(java.lang.String) - method in class gnu.xml.dom.Consumer.Backdoor
startEntity(java.lang.String) - method in class gnu.xml.pipeline.DomConsumer.Handler
startEntity(java.lang.String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any.
startEntity(java.lang.String) - method in class gnu.xml.pipeline.TeeConsumer
startEntity(java.lang.String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any.
startEntity(java.lang.String) - method in class gnu.xml.util.XMLWriter
SAX2: called before parsing a general entity in content
startFontTag(java.lang.String) - method in class javax.swing.text.html.MinimalHTMLWriter
Starts a span tag.
startGrabbing() - method in class java.awt.image.PixelGrabber
Start grabbing pixels.
startHandshake() - method in class javax.net.ssl.SSLSocket
Explicitly begins the handshake, or, if the handshake has already completed, requests that the handshake be repeated.
startIndex - field in class javax.accessibility.AccessibleAttributeSequence
The starting index.
startIndex - field in class javax.accessibility.AccessibleTextSequence
The starting index.
startIndex() - method in class gnu.classpath.debug.Component
startInputStream() - method in class gnu.java.rmi.server.UnicastRemoteCall
(re)starts ObjectInputStream
startPosition - field in class gnu.javax.swing.text.html.parser.support.low.Location
The absolute token start position in the input stream, inclusive.
SAX2: passes this callback to the next consumer, if any
This call is not passed to the next consumer in the chain.
SAX2: passes this callback to the next consumer, if any
SAX2: ignored.
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
startProduction(java.awt.image.ImageConsumer) - method in class gnu.java.awt.image.ImageDecoder
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
startRecording() - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
startRecording() - method in class javax.sound.midi.Sequencer
Start playback and record of MIDI events.
startServer() - method in class gnu.java.rmi.server.UnicastConnectionManager
Start a server on this manager if it's a server socket and we've not already got one running.
startService(gnu.CORBA.IOR) - method in class gnu.CORBA.OrbFocused
In this type of ORB, the service is started by getPortServer(int).
startService(gnu.CORBA.IOR) - method in class gnu.CORBA.OrbFunctional
Start the service on the given port of this IOR.
startsWith(java.lang.String) - method in class java.lang.String
Predicate which determines if this String starts with a given prefix.
startsWith(java.lang.String,int) - method in class java.lang.String
Predicate which determines if this String contains the given prefix, beginning comparison at toffset.
startsWith(javax.naming.Name) - method in class javax.naming.CompositeName
Returns true if this Name starts with the components of the given Name, false otherwise.
startsWith(javax.naming.Name) - method in class javax.naming.CompoundName
Returns true if this Name starts with the components of the given Name, false otherwise.
startsWith(javax.naming.Name) - method in class javax.naming.Name
Returns true if this Name starts with the components of the given Name, false otherwise.
STARTTAG - static field in class javax.swing.text.html.parser.DTDConstants
The STARTTAG, meaning that the element needs a starting tag.
startTag(javax.swing.text.html.parser.TagElement) - method in class gnu.javax.swing.text.html.parser.support.Parser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
startTag(javax.swing.text.html.parser.TagElement) - method in class javax.swing.text.html.parser.Parser
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
StartTagType - static field in class javax.swing.text.DefaultStyledDocument.ElementSpec
This indicates a start tag.
startTimer() - method in class javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
Creates, if necessary, and starts a Timer to check if needed to resize the bounds
starttls(boolean) - method in class gnu.java.net.protocol.ftp.FTPConnection
Negotiates TLS over the current connection.
starttls(boolean,javax.net.ssl.TrustManager) - method in class gnu.java.net.protocol.ftp.FTPConnection
Negotiates TLS over the current connection.
StartTlsRequest - class javax.naming.ldap.StartTlsRequest
StartTlsRequest() - constructor for class javax.naming.ldap.StartTlsRequest
Create a new instance.
StartTlsResponse - class javax.naming.ldap.StartTlsResponse
StartTlsResponse() - constructor for class javax.naming.ldap.StartTlsResponse
Create a new instance.
startWatchingNode(java.lang.String) - method in class gnu.java.util.prefs.gconf.GConfNativePeer
Add the node node to the list of nodes the GConf will watch.
STAT - static field in class gnu.java.net.protocol.ftp.FTPConnection
state - field in class gnu.javax.crypto.mode.BaseMode
The state indicator of this instance.
state - field in class gnu.javax.crypto.sasl.ClientMechanism
The state of the authentication automaton.
STATE - static field in class gnu.javax.crypto.mode.IMode
Property name of the state in which to operate this mode.
State - class org.omg.PortableServer.POAManagerPackage.State
Defines the possible states of the POA manager.
state - field in class gnu.javax.crypto.sasl.ServerMechanism
The state of the authentication automaton.
state - field in class java.security.Signature
Current sate of this instance.
state - field in class gnu.gcj.xlib.XButtonEvent
state() - method in class gnu.CORBA.Interceptor.gnuIorInfo
Return the state of the object POA.
state() - method in class org.omg.PortableInterceptor.IORInfoOperations
Get the state of the adapter manager.
State(int) - constructor for class org.omg.PortableServer.POAManagerPackage.State
Normally, no new instances are required, so the constructor is protected.
STATE_FACTORIES - static field in class javax.naming.Context
Property with colon-separated list of state factories to use.
Notified when the target of the listener changes its state.
stateChanged(javax.swing.event.ChangeEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Not used.
Called every time the state of the model changes.
Called when the model changes.
Receives notification when the state of the horizontal scrollbar model has changed.
Receives notification when the view's size, position or extent size changes.
Receives notification when the state of the vertical scrollbar model has changed.
Called when the slider's model has been altered.
This method is called whenever a ChangeEvent is fired from the JTabbedPane.
Called by an object to notify the listener that the object's state has changed.
Receives notification when the menu item's state changes and fires appropriate property change events to registered listeners.
Receives notification when the state of the viewport changes.
Receives notification of changes in the state of the JSpinner that the editor belongs to - the content of the text field is updated accordingly.
Receives notification when the selection state of the JTabbedPane changes and fires appropriate property change events to interested listeners.
This method is called whenever the model is changed.
StateEdit - class javax.swing.undo.StateEdit
A helper class, making it easy to support undo and redo.
StateEdit(javax.swing.undo.StateEditable) - constructor for class javax.swing.undo.StateEdit
Constructs a StateEdit, specifying the object whose state is being edited.
Constructs a StateEdit, specifying the object whose state is being edited.
StateEditable - interface javax.swing.undo.StateEditable
The interface for objects whose state can be undone or redone by a StateEdit action.
StateFactory - interface javax.naming.spi.StateFactory
Represents a factory, producing the object states for binding.
stateMask - field in class javax.swing.DefaultButtonModel
Represents the "state properties" (armed, enabled, pressed, rollover and selected) by a bitwise combination of integer constants.
Statement - class java.beans.Statement
A Statement captures the execution of an object method.
Statement - interface java.sql.Statement
This interface provides a mechanism for executing SQL statements.
STATEMENT - static field in class java.awt.PageAttributes.MediaType
Constructs a statement representing the invocation of object.methodName(arg[0], arg[1], ...);

If the argument array is null it is replaced with an array of zero length.

states - field in class javax.accessibility.AccessibleStateSet
The list of states, should be instances of AccessibleState.
STATIC - static field in class java.lang.reflect.Modifier
Static:
  • Class: no enclosing instance for nested class.
  • Field or Method: can be accessed or invoked without an instance of the declaring class.
StaticFieldAccess - class gnu.java.beans.encoder.elements.StaticFieldAccess
Generates an XML element denoting a static method call.
StaticFieldAccess(java.lang.String,java.lang.String) - constructor for class gnu.java.beans.encoder.elements.StaticFieldAccess
STATICIMAGEDONE - static field in class java.awt.image.ImageConsumer
The image is complete and no more pixels or frames will follow.
StaticMethodInvocation - class gnu.java.beans.encoder.elements.StaticMethodInvocation
StaticMethodInvocation(java.lang.String,java.lang.String) - constructor for class gnu.java.beans.encoder.elements.StaticMethodInvocation
StaticTrustAnchors - class gnu.javax.net.ssl.StaticTrustAnchors
This class implements a simple set of trust anchors suitable for initializing a TrustManagerFactory for the "JessieX509" algorithm.
Status - interface javax.transaction.Status
STATUS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ReferenceType
STATUS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ThreadReference
status() - method in class java.awt.image.PixelGrabber
STATUS_ACTIVE - static field in class javax.transaction.Status
STATUS_BAR - static field in class javax.accessibility.AccessibleRole
A component with multiple labels of status information.
STATUS_COMMITTED - static field in class javax.transaction.Status
STATUS_COMMITTING - static field in class javax.transaction.Status
STATUS_ERROR - static field in class gnu.classpath.jdwp.event.ClassPrepareEvent
Error preparing class
STATUS_INITIALIZED - static field in class gnu.classpath.jdwp.event.ClassPrepareEvent
Class has been initialized
STATUS_MARKED_ROLLBACK - static field in class javax.transaction.Status
STATUS_NO_TRANSACTION - static field in class javax.transaction.Status
STATUS_PREPARED - static field in class gnu.classpath.jdwp.event.ClassPrepareEvent
Class has been prepared
STATUS_PREPARED - static field in class javax.transaction.Status
STATUS_PREPARING - static field in class javax.transaction.Status
STATUS_ROLLEDBACK - static field in class javax.transaction.Status
STATUS_ROLLING_BACK - static field in class javax.transaction.Status
STATUS_UNKNOWN - static field in class javax.transaction.Status
STATUS_VERIFIED - static field in class gnu.classpath.jdwp.event.ClassPrepareEvent
Class has been verified
statusAll(boolean) - method in class java.awt.MediaTracker
Returns the status flags of all registered media objects ORed together.
statusID(int,boolean) - method in class java.awt.MediaTracker
Returns the status flags of the media objects with the specified ID ORed together.
StatusMessage - class gnu.javax.print.ipp.attribute.StatusMessage
StatusMessage attribute as described in RFC 2911 section 3.1.6 Operation Response Status Codes and Status Message provides a short description of the status of the operation.
StatusMessage(java.lang.String,java.util.Locale) - constructor for class gnu.javax.print.ipp.attribute.StatusMessage
Creates a StatusMessage object with the given value and locale.
StAXWriter - class gnu.java.beans.encoder.StAXWriter
A Writer implementation based on the StAX API.
StAXWriter(java.io.OutputStream) - constructor for class gnu.java.beans.encoder.StAXWriter
StdACChrominance - static field in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
The standard JPEG AC chrominance Huffman table.
StdACLuminance - static field in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
The standard JPEG AC luminance Huffman table.
StdDCChrominance - static field in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
The standard JPEG DC chrominance Huffman table.
StdDCLuminance - static field in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
The standard JPEG DC luminance Huffman table.
step - field in class gnu.javax.crypto.key.BaseKeyAgreementParty
The current step index of the protocol exchange.
STEP - static field in class gnu.classpath.jdwp.JdwpConstants.ModKind
Restricts reported step events to those which satisfy depth and size constraints.
StepFilter - class gnu.classpath.jdwp.event.filters.StepFilter
"An event filter which restricts reported step events to those which satisfy depth and size constraints.
StepFilter(gnu.classpath.jdwp.id.ThreadId,int,int) - constructor for class gnu.classpath.jdwp.event.filters.StepFilter
Constructs a new StepFilter
Steps - class gnu.xml.xpath.Steps
A list of transitions between components in a location path.
Steps() - constructor for class gnu.xml.xpath.Steps
This ActionListener is associated with the Timer that listens to whether the JToolTip can be hidden after four seconds.
This method creates a new stillInsideTimerAction object.
STOP - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ThreadReference
STOP - static field in class javax.sound.sampled.LineEvent.Type
An event of this type is posted when a Line stops.
STOP - static field in class javax.sound.midi.ShortMessage
Status byte for Stop message.
stop() - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
stop() - method in class java.applet.Applet
This method is called when the applet should stop running.
stop() - method in class java.applet.AudioClip
Stops playing this audio clip.
stop() - method in class javax.sound.sampled.DataLine
Stop processing data.
stop() - method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
stop() - method in class gnu.java.awt.peer.qt.QtAudioClip
Stops playing this audio clip.
stop() - method in class javax.sound.midi.Sequencer
Stop playback of the current sequence.
stop() - method in class java.lang.Thread
Cause this Thread to stop abnormally because of the throw of a ThreadDeath error.
stop() - method in class java.lang.ThreadGroup
Stop all Threads in this ThreadGroup and its descendants.
stop() - method in class javax.swing.Timer
Stop firing the action events.
stop(java.lang.Throwable) - method in class java.lang.Thread
Cause this Thread to stop abnormally and throw the specified exception.
stopAnimationTimer() - method in class javax.swing.plaf.basic.BasicProgressBarUI
This method stops the animation timer.
stopAutoScrolling() - method in class javax.swing.plaf.basic.BasicComboPopup
This method stops scrolling the combo box's list of items
stopCellEditing() - method in class javax.swing.AbstractCellEditor
Stop editing the cell and accept any partial value that has been entered into the cell.
stopCellEditing() - method in class javax.swing.CellEditor
Signals to the CellEditor that it should stop editing, accepting the current cell value, and returns true if the editor actually stops editing, and false otherwise.
stopCellEditing() - method in class javax.swing.DefaultCellEditor
Forwards call to the delegate.
Finish the cell editing session.
stopCellEditing() - method in class javax.swing.tree.DefaultTreeCellEditor
If the realEditor will allow editing to stop, the realEditor is removed and true is returned, otherwise false is returned.
stopEditing() - method in class javax.swing.JTree
stopEditing(javax.swing.JTree) - method in class javax.swing.plaf.basic.BasicTreeUI
Stops the current editing session.
stopEditing(javax.swing.JTree) - method in class javax.swing.plaf.multi.MultiTreeUI
Calls the TreeUI.stopEditing(JTree) method for all the UI delegates managed by this MultiTreeUI, returning the result for the UI delegate from the primary look and feel.
stopEditing(javax.swing.JTree) - method in class javax.swing.plaf.TreeUI
Stops editing a tree cell, committing the entered value into the tree’s model.
stopEditingInCompleteEditing - field in class javax.swing.plaf.basic.BasicTreeUI
Set to false when editing and shouldSelectCall() returns true meaning the node should be selected before editing, used in completeEditing.
STOPPED - static field in class javax.print.attribute.standard.PrinterState
The printer device has stopped.
STOPPED_PARTLY - static field in class javax.print.attribute.standard.PrinterStateReason
The printer object has stopped partly.
STOPPING - static field in class javax.print.attribute.standard.PrinterStateReason
The printer object is stopping the printer device.
stopPropagation() - method in class gnu.xml.dom.DomEvent
Requests the event no longer be captured or bubbled; only listeners on the event target will see the event, if they haven't yet been notified.
stopRecording() - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
stopRecording() - method in class javax.sound.midi.Sequencer
Stop recording, although continue playing.
stopServer() - method in class gnu.java.rmi.server.UnicastConnectionManager
Stop a server on this manager
stopWatchingNode(java.lang.String) - method in class gnu.java.util.prefs.gconf.GConfNativePeer
Remove the node node to the list of nodes the GConf is watching.
STOR - static field in class gnu.java.net.protocol.ftp.FTPConnection
store(java.io.OutputStream,char[]) - method in class gnu.javax.crypto.keyring.BaseKeyring
store(java.io.OutputStream,char[]) - method in class gnu.javax.crypto.keyring.GnuPrivateKeyring
store(java.io.OutputStream,char[]) - method in class gnu.javax.crypto.keyring.GnuPublicKeyring
store(java.io.OutputStream,char[]) - method in class java.security.KeyStore
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
Writes the key/value pairs to the given output stream, in a format suitable for load.
If header is not null, this method writes a comment containing the header as first line to the stream.
store(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Returns a stream for uploading a file.
store(java.util.Map) - method in class gnu.javax.crypto.keyring.BaseKeyring
Stores the contents of this keyring to persistent storage as specified by the designated attributes.
store(java.util.Map) - method in class gnu.javax.crypto.keyring.IKeyring
Stores the contents of this keyring to persistent storage as specified by the designated attributes.
STORED - static field in class java.util.zip.ZipEntry
Compression method.
STORED - static field in class java.util.zip.ZipOutputStream
Compression method.
This method tests whether or not the database treats mixed case identifiers as all lower case.
This method tests whether or not the database treats mixed case quoted identifiers as all lower case.
This method tests whether or not the database stores mixed case identifers even if it treats them as case insensitive.
This method tests whether or not the database stores mixed case quoted identifers even if it treats them as case insensitive.
storeState(java.util.Hashtable) - method in class javax.swing.undo.StateEditable
Stores any editable state information into the specified hash table.
This method tests whether or not the database treats mixed case identifiers as all upper case.
This method tests whether or not the database treats mixed case quoted identifiers as all upper case.
Encodes the properties as an XML file using the UTF-8 encoding.
Encodes the properties as an XML file using the supplied encoding.
STOU - static field in class gnu.java.net.protocol.ftp.FTPConnection
strategy - field in class javax.swing.text.FlowView
The FlowStrategy to use for translating between the logical and physical view.
stream - field in class gnu.javax.rmi.CORBA.CorbaInput
The underlying CORBA stream from where the actual input is taken.
stream - field in class gnu.CORBA.StreamHolder
The stream, holding the data for this holder.
STREAM_MAGIC - static field in class java.io.ObjectStreamConstants
The magic number that is written as part of the stream header.
STREAM_PROTOCOL - static field in class gnu.java.rmi.server.ProtocolConstants
STREAM_VERSION - static field in class java.io.ObjectStreamConstants
The stream version number that is written as part of the stream header.
Streamable - interface org.omg.CORBA.portable.Streamable
The base class for the Holder classess of IDL types.
StreamableValue - interface org.omg.CORBA.portable.StreamableValue
If the value type does not provide the user defined methods for reading and writing its content, it must implement this interface for reading and writing the content in a default way.
A stream, additionally holding the gnu request.
This exception is thrown when there is an error in the data that is read from a stream during de-serialization.
Create an exception without a descriptive error message.
Create an exception with a descriptive error message.
StreamDescriptionProperty - static field in class javax.swing.text.Document
The key for the property that describes the source of a document.
StreamFilter - interface javax.xml.stream.StreamFilter
Simple filter interface for XMLStreamReaders.
StreamHandler - class java.util.logging.StreamHandler
A StreamHandler publishes LogRecords to a instances of java.io.OutputStream.
StreamHandler() - constructor for class java.util.logging.StreamHandler
Creates a StreamHandler without an output stream.
Creates a StreamHandler that formats log messages with the specified Formatter and publishes them to the specified output stream.
StreamHolder - class gnu.CORBA.StreamHolder
A holder that stores the input stream, from that the holder data can be read.
Create a holder that will read from the given stream.
streamPos - field in class javax.imageio.stream.ImageInputStreamImpl
StreamPrintService is a special print service capable of printing into a supplied output stream.
Constructs a StreamPrintService object.
StreamPrintServiceFactory provides a static method to lookup registered factories to construct StreamPrintService instances.
StreamPrintServiceFactory() - constructor for class javax.print.StreamPrintServiceFactory
Default public constructor.
StreamResult - class javax.xml.transform.stream.StreamResult
Specifies a stream to which to write the transformation result.
StreamResult() - constructor for class javax.xml.transform.stream.StreamResult
Default constructor.
StreamResult(java.io.File) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID specified as a File object.
StreamResult(java.io.OutputStream) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with an output stream.
StreamResult(java.io.Writer) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a writer.
StreamResult(java.lang.String) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID.
StreamSerializer - class gnu.xml.transform.StreamSerializer
Serializes a DOM node to an output stream.
StreamSerializer() - constructor for class gnu.xml.transform.StreamSerializer
The basic constructor.
StreamSerializer(java.lang.String) - constructor for class gnu.xml.transform.StreamSerializer
StreamSource - class javax.xml.transform.stream.StreamSource
Specifies a stream from which to read the source XML data.
StreamSource() - constructor for class javax.xml.transform.stream.StreamSource
Default constructor.
StreamSource(java.io.File) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID specified as a File reference.
StreamSource(java.io.InputStream) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream.
StreamSource(java.io.InputStream,java.lang.String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream and system ID.
StreamSource(java.io.Reader) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader.
StreamSource(java.io.Reader,java.lang.String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader and system ID.
StreamSource(java.lang.String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID.
This class parses streams of characters into tokens.
This method reads bytes from an InputStream and tokenizes them.
StreamTokenizer(java.io.Reader) - constructor for class java.io.StreamTokenizer
This method initializes a new StreamTokenizer to read characters from a Reader and parse them.
STREET - static field in class gnu.java.security.x509.X500DistinguishedName
STRENGTH - static field in class javax.security.sasl.Sasl
The name of a property that specifies the cipher strength to use.
STRENGTH_HIGH - static field in class gnu.java.security.Registry
STRENGTH_LOW - static field in class gnu.java.security.Registry
STRENGTH_MEDIUM - static field in class gnu.java.security.Registry
STRICT - static field in class java.lang.reflect.Modifier
Strictfp: Method: expressions are FP-strict.

Also used as a modifier for classes, to mean that all initializers and constructors are FP-strict, but does not show up in Class.getModifiers.

strict - field in class gnu.javax.swing.text.html.parser.support.Parser
The value of this field determines whether or not the Parser will be strict in enforcing SGML compatibility.
strict - field in class javax.swing.text.html.parser.Parser
The value of this field determines whether or not the Parser will be strict in enforcing SGML compatibility.
STRICT_DEFAULTS - static field in class gnu.java.security.key.dss.DSSKeyPairGenerator
Property name of the Boolean indicating wether or not to generate new parameters, even if the modulus length L is not one of the pre- computed defaults (value Boolean.FALSE), or throw an exception (value Boolean.TRUE) -- the exception in this case is an IllegalArgumentException.
StrictMath - class java.lang.StrictMath
Helper class containing useful mathematical functions and constants.
STRIKE - static field in class javax.swing.text.html.HTML.Tag
The <strike> tag
StrikeThrough - static field in class javax.swing.text.StyleConstants
StrikeThrough - static field in class javax.swing.text.StyleConstants.CharacterConstants
A key for the strike through character attribute.
STRIKETHROUGH - static field in class java.awt.font.TextAttribute
A key for the STRIKETHROUGH attribute.
STRIKETHROUGH_ON - static field in class java.awt.font.TextAttribute
A value that can be used with the STRIKETHROUGH attribute.
Predefined static DocFlavor objects for document types which use a String for the print data representation.
String - class java.lang.String
Strings represent an immutable set of characters.
STRING - static field in class gnu.classpath.jdwp.JdwpConstants.Tag
String object (objectID size)
string - field in class javax.management.MBeanFeatureInfo
The toString() result of this instance.
STRING - static field in class javax.management.openmbean.SimpleType
The SimpleType representation of java.lang.String.
STRING - static field in class gnu.xml.validation.datatype.TypeLibrary
STRING - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 string data type.
String() - constructor for class java.lang.String
Creates an empty String (length 0).
String(byte[]) - constructor for class java.lang.String
Creates a new String using the byte array.
String(byte[],int) - constructor for class java.lang.String
Creates a new String using an 8-bit array of integer values.
String(byte[],int,int) - constructor for class java.lang.String
Creates a new String using the portion of the byte array starting at the offset and ending at offset + count.
String(byte[],int,int,int) - constructor for class java.lang.String
Creates a new String using an 8-bit array of integer values, starting at an offset, and copying up to the count.
String(byte[],int,int,java.lang.String) - constructor for class java.lang.String
Creates a new String using the portion of the byte array starting at the offset and ending at offset + count.
String(byte[],java.lang.String) - constructor for class java.lang.String
Creates a new String using the byte array.
String(char[]) - constructor for class java.lang.String
Creates a new String using the character sequence of the char array.
String(char[],int,int) - constructor for class java.lang.String
Creates a new String using the character sequence of a subarray of characters.
STRING(java.lang.String) - constructor for class javax.print.DocFlavor.STRING
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.lang.String".
String(java.lang.String) - constructor for class java.lang.String
Copies the contents of a String to a new String.
String(java.lang.StringBuffer) - constructor for class java.lang.String
Creates a new String using the character sequence represented by the StringBuffer.
String(java.lang.StringBuilder) - constructor for class java.lang.String
Creates a new String using the character sequence represented by the StringBuilder.
string_to_object(java.lang.String) - method in class org.omg.CORBA.ORB
Find and return the CORBA object, addressed by the given string representation.
Find and return the CORBA object, addressed by the given IOR string representation.
This method is not allowed for a RestrictedORB.
StringBuffer - class gnu.gcj.runtime.StringBuffer
StringBuffer - class java.lang.StringBuffer
StringBuffer represents a changeable String.
StringBuffer() - constructor for class gnu.gcj.runtime.StringBuffer
Create a new StringBuffer with default capacity 16.
StringBuffer() - constructor for class java.lang.StringBuffer
Create a new StringBuffer with default capacity 16.
StringBuffer(int) - constructor for class gnu.gcj.runtime.StringBuffer
Create an empty StringBuffer with the specified initial capacity.
StringBuffer(int) - constructor for class java.lang.StringBuffer
Create an empty StringBuffer with the specified initial capacity.
StringBuffer(java.lang.CharSequence) - constructor for class java.lang.StringBuffer
Create a new StringBuffer with the characters from the specified CharSequence.
StringBuffer(java.lang.String) - constructor for class gnu.gcj.runtime.StringBuffer
Create a new StringBuffer with the characters in the specified String.
StringBuffer(java.lang.String) - constructor for class java.lang.StringBuffer
Create a new StringBuffer with the characters in the specified String.
This class permits a String to be read as an input stream.
Create a new StringBufferInputStream that will read bytes from the passed in String.
StringBuilder - class java.lang.StringBuilder
StringBuilder represents a changeable String.
StringBuilder() - constructor for class java.lang.StringBuilder
Create a new StringBuilder with default capacity 16.
StringBuilder(int) - constructor for class java.lang.StringBuilder
Create an empty StringBuilder with the specified initial capacity.
StringBuilder(java.lang.CharSequence) - constructor for class java.lang.StringBuilder
Create a new StringBuilder with the characters in the specified CharSequence.
StringBuilder(java.lang.String) - constructor for class java.lang.StringBuilder
Create a new StringBuilder with the characters in the specified String.
This class iterates over a range of characters in a String.
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
This method initializes a new instance of StringCharacterIterator to iterate over the entire text of the specified String.
This method initializes a new instance of StringCharacterIterator that iterates over the text in a subrange of the specified String.
StringContent - class javax.swing.text.StringContent
An implementation of the AbstractDocument.Content interface useful for small documents or debugging.
StringContent() - constructor for class javax.swing.text.StringContent
Creates a new instance containing the string "\n".
StringContent(int) - constructor for class javax.swing.text.StringContent
Creates a new instance containing the string "\n".
StringEditor - class gnu.java.beans.editors.StringEditor
NativeByteEditor is a property editor for the byte type.
stringFlavor - static field in class java.awt.datatransfer.DataFlavor
This is the data flavor used for transferring Java strings.
This class is an implementation of a FormatBuffer without attributes.
StringFormatBuffer(int) - constructor for class gnu.java.text.StringFormatBuffer
StringHolder - class org.omg.CORBA.StringHolder
A holder for CORBA string that is mapped into java String.
StringHolder() - constructor for class org.omg.CORBA.StringHolder
Constructs an instance of StringHolder, initializing value to null.
StringHolder(java.lang.String) - constructor for class org.omg.CORBA.StringHolder
Constructs an instance of StringHolder, initializing value to the given String.
StringId - class gnu.classpath.jdwp.id.StringId
A class which represents a JDWP string id
StringId() - constructor for class gnu.classpath.jdwp.id.StringId
Constructs a new StringId
This exception can be thrown to indicate an attempt to access an index which is out of bounds of a String.
Create an exception without a message.
Create an exception noting the illegal index.
Create an exception with a message.
stringInterning - field in class gnu.xml.stream.XMLInputFactoryImpl
StringNameHelper - class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
Helper operations for the string name.
StringReader - class java.io.StringReader
This class permits a String to be read as a character input stream.
StringReader(java.lang.String) - constructor for class java.io.StringReader
Create a new StringReader that will read chars from the passed in String.
StringRefAddr - class javax.naming.StringRefAddr
RefAddr that uses a String as content.
Contructs a new StringRefAddr with the given type and content.
StringReference - class gnu.java.beans.encoder.elements.StringReference
StringReference(java.lang.String) - constructor for class gnu.java.beans.encoder.elements.StringReference
StringReferenceCommandSet - class gnu.classpath.jdwp.processor.StringReferenceCommandSet
A class representing the StringReference Command Set.
StringSelection - class java.awt.datatransfer.StringSelection
This class transfers a string as plain text using the clipboard.
StringSelection(java.lang.String) - constructor for class java.awt.datatransfer.StringSelection
Transfer the specfied string as text.
StringSeqHelper - class org.omg.CORBA.StringSeqHelper
Provides static helper methods for working with CORBA string array.
StringSeqHolder - class org.omg.CORBA.StringSeqHolder
A sequence holder for CORBA string[] that is mapped into java String[].
StringSeqHolder() - constructor for class org.omg.CORBA.StringSeqHolder
Constructs an instance of StringSeqHolder, initializing value to null.
StringSeqHolder(java.lang.String[]) - constructor for class org.omg.CORBA.StringSeqHolder
Constructs an instance of StringSeqHolder, initializing value to the given String.
stringTableSize() - method in class gnu.gcj.runtime.PersistentByteMap
stringToColor(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Convert the color string represenation into java.awt.Color.
This class splits a string into tokens.
StringTokenizer(java.lang.String) - constructor for class java.util.StringTokenizer
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tab, newline, return and formfeed), and which doesn't return the delimiters.
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
stringToValue(java.lang.String) - method in class javax.swing.text.DefaultFormatter
Converts a String (from the JFormattedTextField input) to a value.
stringToValue(java.lang.String) - method in class javax.swing.text.InternationalFormatter
Converts a String (from the JFormattedTextField input) to a value.
Parses text to return a corresponding Object.
stringToValue(java.lang.String) - method in class javax.swing.text.MaskFormatter
Parses the text using the mask, valid characters, and invalid characters to determine the appropriate Object to return.
StringTypeCode - class gnu.CORBA.typecodes.StringTypeCode
The typecode for string and wide string.
StringTypeCode(org.omg.CORBA.TCKind) - constructor for class gnu.CORBA.typecodes.StringTypeCode
Create a new instance of the string type code.
stringValue(java.util.Collection) - static method in class gnu.xml.xpath.Expr
Computes the XPath string-value of the specified node-set.
stringValue(Node) - static method in class gnu.xml.xpath.Expr
Computes the XPath string-value of the specified node.
StringValueHelper - class org.omg.CORBA.StringValueHelper
Provides helper operations for the String value type, treating a String as a CORBA value type rather than as a primitive type.
stringWidth(java.lang.String) - method in class java.awt.FontMetrics
Returns the total width of the specified string
stringWidth(java.lang.String) - method in class gnu.java.awt.peer.gtk.GdkFontMetrics
stringWidth(java.lang.String) - method in class gnu.java.awt.peer.qt.QtFontMetrics
stringWidth(java.lang.String) - method in class gnu.awt.xlib.XFontMetrics
StringWriter - class java.io.StringWriter
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
StringWriter() - constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer initially sized to a default size of 16 chars.
StringWriter(int) - constructor for class java.io.StringWriter
This method initializes a new StringWriter to write to a StringBuffer with the specified initial size.
stripTrailingZeros() - method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this BigDecimal but with no trailing zeros in the representation.
Stroke - interface java.awt.Stroke
This interface allows a Graphics2D to grab the outline of a shape, as if stroked by a marking pen of appropriate size and shape.
STROKE - static field in class java.awt.font.ShapeGraphicAttribute
True if the shape should be stroked with a 1-pixel wide stroke.
STRONG - static field in class javax.swing.text.html.HTML.Tag
The <strong> tag
STRU - static field in class gnu.java.net.protocol.ftp.FTPConnection
Struct - interface java.sql.Struct
This interface implements the standard type mapping for a SQL structured type.
STRUCT - static field in class java.sql.Types
StructMember - class org.omg.CORBA.StructMember
The component, describing the member of CORBA IDL struct.
StructMember() - constructor for class org.omg.CORBA.StructMember
Creates a structure member with all fields left with the default value null.
Creates a structure member.
Defines a helper operations for StructMember.
STRUCTURE_FILE - static field in class gnu.java.net.protocol.ftp.FTPConnection
STRUCTURE_PAGE - static field in class gnu.java.net.protocol.ftp.FTPConnection
STRUCTURE_RECORD - static field in class gnu.java.net.protocol.ftp.FTPConnection
STUB - static field in class gnu.javax.rmi.CORBA.DelegateFactory
The name to get a stub delegate.
Stub - class javax.rmi.CORBA.Stub
A Stub descendants provide access to the object on the client side.
stub - field in class gnu.java.rmi.server.UnicastServerRef
The stub, associated with the exported remote object (may be proxy class).
StubDelegate - interface javax.rmi.CORBA.StubDelegate
A delegate, implementing the functionality, provided by the Stub.
StubDelegateImpl - class gnu.javax.rmi.CORBA.StubDelegateImpl
The default stub delegate.
StubLocator - class gnu.CORBA.StubLocator
Finds a stub class like "_HelloStub" that can be instantiated from IOR reference.
Thrown if a valid stub class is not found for an object when it is exported.
Create an exception with a message.
Create an exception with a message and a cause.
style - field in class gnu.java.awt.peer.ClasspathFontPeer
The font style, which is a combination (by OR-ing) of the font style constants PLAIN, BOLD and ITALIC, in this class.
STYLE - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
The STYLE tag (needs special handling).
style - field in class java.awt.Font
The style of this font -- PLAIN, BOLD, ITALIC or BOLD+ITALIC.
STYLE - static field in class javax.swing.text.html.HTML.Attribute
The style attribute
STYLE - static field in class javax.swing.text.html.HTML.Tag
The <style> tag
Style - interface javax.swing.text.Style
Style() - method in class gnu.javax.swing.text.html.parser.support.Parser
Read a style definition.
STYLE_CLOSE - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
STYLE element closing pattern.
STYLE_OPEN - static field in class gnu.javax.swing.text.html.parser.support.low.Constants
STYLE element heading pattern.
Called when any of this document's styles changes.
StyleConstants - class javax.swing.text.StyleConstants
Represents standard attribute keys.
StyleContext - class javax.swing.text.StyleContext
StyleContext() - constructor for class javax.swing.text.StyleContext
Creates a new instance of the style context.
StyledDocument - interface javax.swing.text.StyledDocument
StyledDocument
StyledEditorKit - class javax.swing.text.StyledEditorKit
An EditorKit that supports editing styled text.
StyledEditorKit() - constructor for class javax.swing.text.StyledEditorKit
Creates a new instance of StyledEditorKit.
The abstract superclass of all styled TextActions.
Creates a new instance of StyledTextAction.
StyleSheet - class javax.swing.text.html.StyleSheet
This class adds support for defining the visual characteristics of HTML views being rendered.
StyleSheet() - constructor for class javax.swing.text.html.StyleSheet
Constructs a StyleSheet.
SUB - static field in class javax.swing.text.html.HTML.Tag
The <sub> tag
sub_n(int[],int[],int[],int) - static method in class gnu.java.math.MPN
Subtract Y[0:size-1] from X[0:size-1], and write the size least significant words of the result to dest[0:size-1].
Constant for use with a SecurityManager to check if overriding of the writeObject and readObject methods is allowed.
subcomponentInitialized() - method in class gnu.classpath.jdwp.Jdwp
Allows subcomponents to specify that they are initialized.
subContextFailed() - method in class gnu.java.beans.decoder.DecoderContext
Notifies that the assembly of a subcontext failed and returns whether this Context is affected in a way that it fails too.
subContextFailed() - method in class gnu.java.beans.decoder.DummyContext
Notifies that the assembly of a subcontext failed and returns whether this Context is affected in a way that it fails too.
subContextFailed() - method in class gnu.java.beans.decoder.PersistenceParser
Subdivides a cubic curve into two halves, passing all coordinates in an array.
subdivide(double[],int,double[],int,double[],int) - static method in class java.awt.geom.QuadCurve2D
Subdivides a quadratic curve into two halves, passing all coordinates in an array.
Subdivides this curve into two halves.
Subdivides a cubic curve into two halves.
Subdivides this curve into two halves.
Subdivides a quadratic curve into two halves.
Subject - class javax.security.auth.Subject
subject - field in class gnu.java.security.x509.X509Certificate
Subject() - constructor for class javax.security.auth.Subject
The basic constructor.
Subject(boolean,java.util.Set,java.util.Set,java.util.Set) - constructor for class javax.security.auth.Subject
SubjectAlternativeNames - class gnu.java.security.x509.ext.SubjectAlternativeNames
SubjectAlternativeNames(byte[]) - constructor for class gnu.java.security.x509.ext.SubjectAlternativeNames
SubjectDomainCombiner - class javax.security.auth.SubjectDomainCombiner
subjectKey - field in class gnu.java.security.x509.X509Certificate
SubjectKeyIdentifier - class gnu.java.security.x509.ext.SubjectKeyIdentifier
SubjectKeyIdentifier(byte[]) - constructor for class gnu.java.security.x509.ext.SubjectKeyIdentifier
subjectUniqueId - field in class gnu.java.security.x509.X509Certificate
subList(int,int) - method in class java.util.AbstractList
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int,int) - method in class java.util.List
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int,int) - method in class java.util.Vector
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
Returns a view of this Map including all entries with keys greater or equal to fromKey and less than toKey (a half-open interval).
SUBMISSION_INTERRUPTED - static field in class javax.print.attribute.standard.JobStateReason
The printer has not received the whole job submission.
SUBMIT - static field in class javax.swing.text.html.FormView
If the value attribute of an <input type="submit"&gt> tag is not specified, then this string is used.
submit() - method in class gnu.xml.dom.html2.DomHTMLFormElement
submit() - method in class gnu.CORBA.gnuRequest
Do the actual invocation.
submitData(java.lang.String) - method in class javax.swing.text.html.FormView
Submits the form data.
submul_1(int[],int,int[],int,int) - static method in class gnu.java.math.MPN
subsamplingXOffset - field in class javax.imageio.IIOParam
Start sampling at this horizontal offset within the source region when pixelating the destination image in the horizontal direction.
subsamplingYOffset - field in class javax.imageio.IIOParam
Start sampling at this vertical offset within the source region when pixelating the destination image in the vertical direction.
Subscript - static field in class javax.swing.text.StyleConstants
Subscript - static field in class javax.swing.text.StyleConstants.CharacterConstants
A key for the subscript character attribute.
subSequence(int,int) - method in class java.nio.CharBuffer
Creates a new character buffer that represents the specified subsequence of this buffer, relative to the current position.
subSequence(int,int) - method in class java.lang.CharSequence
Returns a new CharSequence of the indicated range.
subSequence(int,int) - method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at one character before a specified index.
subSequence(int,int) - method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at one character before a specified index.
subSequence(int,int) - method in class java.lang.StringBuilder
Creates a substring of this StringBuilder, starting at a specified index and ending at one character before a specified index.
subsequentCalls - field in class gnu.CORBA.CDR.HeadlessInput
If true, this is not the first call.
A subset of Unicode blocks.
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
Returns a view of this Set including all elements greater or equal to from and less than to (a half-open interval).
Subset(java.lang.String) - constructor for class java.lang.Character.Subset
Construct a new subset of characters.
substitute(java.lang.Object,java.lang.String) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for the first match found in the input.
substitute(java.lang.Object,java.lang.String,int) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(java.lang.Object,java.lang.String,int,int) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(java.lang.Object,java.lang.String) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(java.lang.Object,java.lang.String,int) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(java.lang.Object,java.lang.String,int,int) - method in class gnu.java.util.regex.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
Registers a new ColorModel to subsitute for the old ColorModel when setPixels encounters the a pixel with the old ColorModel.
substituteInto(java.lang.String) - method in class gnu.java.util.regex.REMatch
Substitute the results of this match to create a new string.
SUBSTITUTION_PERMISSION - static field in class java.io.ObjectStreamConstants
Constant for use with a SecurityManager to check if substitution of objects is allowed.
substring(int) - method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at the end of this String.
substring(int) - method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at the end of this StringBuffer.
substring(int) - method in class java.lang.StringBuilder
Creates a substring of this StringBuilder, starting at a specified index and ending at the end of this StringBuilder.
substring(int,int) - method in class java.lang.String
Creates a substring of this String, starting at a specified index and ending at one character before a specified index.
substring(int,int) - method in class java.lang.StringBuffer
Creates a substring of this StringBuffer, starting at a specified index and ending at one character before a specified index.
substring(int,int) - method in class java.lang.StringBuilder
Creates a substring of this StringBuilder, starting at a specified index and ending at one character before a specified index.
substringData(int,int) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Returns the specified substring.
subtract(java.awt.geom.Area) - method in class java.awt.geom.Area
Performs a subtraction operation on this Area.
subtract(java.math.BigDecimal) - method in class java.math.BigDecimal
Returns a BigDecimal whose value is found first by calling the method subtract(val) and then by rounding according to the MathContext mc.
subtract(java.math.BigInteger) - method in class java.math.BigInteger
subtract(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Returns the result of subtracting the given duration from this duration.
SUBTREE_SCOPE - static field in class javax.naming.event.EventContext
SUBTREE_SCOPE - static field in class javax.naming.directory.SearchControls
SUBWINDOW_OF - static field in class javax.accessibility.AccessibleRelation
Indicates that one object is a subwindow of another object.
SUBWINDOW_OF_PROPERTY - static field in class javax.accessibility.AccessibleRelation
Indicates that the SUBWINDOW_OF property changed.
SUCCESS_NO_INFO - static field in class java.sql.Statement
SUCCESSFUL - interface org.omg.PortableInterceptor.SUCCESSFUL
A reply status flag, indicating, that the remote method has been called and returned without exception.
SUCCESSFUL_OK - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates a successful request with no attributes being ignored or substituted.
SUCCESSFUL_OK_CONFLICTING_ATTRIBUTES - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates a successful request, however some of the supplied attributes conflicted and therefore were ignored or substituted.
SUCCESSFUL_OK_IGNORED_OR_SUBSTITUED_ATTRIBUTES - static field in class gnu.javax.print.ipp.IppStatusCode
Indicates a successful request, however some of the supplied attributes are ignored or substituted.
SUFFICIENT - static field in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
suffixes - field in class javax.imageio.spi.ImageReaderWriterSpi
The file suffixes of the supported image formats.
suggestSync() - method in class gnu.java.util.prefs.gconf.GConfNativePeer
Suggest to the backend GConf daemon to synch with the database.
sum(javax.swing.Spring,javax.swing.Spring) - static method in class javax.swing.Spring
Creates and returns a Spring, which is always the sum of s1 and s2.
SUNDAY - static field in class java.util.Calendar
Constant representing Sunday.
SUP - static field in class javax.swing.text.html.HTML.Tag
The <sup> tag
SUPERCLASS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ClassType
Calls the layoutContainer(Container) method in the super class.
Superscript - static field in class javax.swing.text.StyleConstants
Superscript - static field in class javax.swing.text.StyleConstants.CharacterConstants
A key for the superscript character attribute.
SUPERSCRIPT - static field in class java.awt.font.TextAttribute
A key for the SUPERSCRIPT attribute.
SUPERSCRIPT_SUB - static field in class java.awt.font.TextAttribute
A value that can be used with the SUPERSCRIPT attribute.
SUPERSCRIPT_SUPER - static field in class java.awt.font.TextAttribute
A value that can be used with the SUPERSCRIPT attribute.
SUPERSCRIPTS_AND_SUBSCRIPTS - static field in class java.lang.Character.UnicodeBlock
Superscripts and Subscripts.
SUPPLEMENTAL_ARROWS_A - static field in class java.lang.Character.UnicodeBlock
Supplemental Arrows-A.
SUPPLEMENTAL_ARROWS_B - static field in class java.lang.Character.UnicodeBlock
Supplemental Arrows-B.
Supplemental Mathematical Operators.
Supplementary Private Use Area-A.
Supplementary Private Use Area-B.
SUPPORT_DTD - static field in class javax.xml.stream.XMLInputFactory
Property used to indicate whether to support DTDs.
supportDTD - field in class gnu.xml.stream.XMLInputFactoryImpl
SUPPORTED - static field in class javax.print.attribute.standard.ColorSupported
The printer supports printing in color.
SUPPORTED - static field in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
Multiple documents per job are supported.
SUPPORTED - static field in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
Page ranges are supported.
SupportedValuesAttribute - interface javax.print.attribute.SupportedValuesAttribute
Marker interface for all attribute classes specifying the supported/allowed values for another printing attribute class.
DOM L2 Consults the DOM implementation to determine if the requested feature is supported.
This method tests whether or not the database supports "ALTER TABLE ADD COLUMN"
This method tests whether or not the database supports "ALTER TABLE DROP COLUMN"
This method tests whether or not the ANSI92 entry level SQL grammar is supported.
supportsANSI92FullSQL() - method in class java.sql.DatabaseMetaData
This method tests whether or not the ANSI92 full SQL grammar is supported.
This method tests whether or not the ANSI92 intermediate SQL grammar is supported.
supportsBatchUpdates() - method in class java.sql.DatabaseMetaData
This method tests whether or not the database supports batch updates.
This method tests whether a catalog name can appear in a data manipulation statement.
This method tests whether a catalog name can appear in an index definition.
This method tests whether a catalog name can appear in privilege definitions.
This method tests whether a catalog name can appear in a procedure call
This method tests whether a catalog name can appear in a table definition.
supportsColumnAliasing() - method in class java.sql.DatabaseMetaData
This method tests whether or not column aliasing is supported.
supportsConvert() - method in class java.sql.DatabaseMetaData
Tests whether or not CONVERT is supported.
supportsConvert(int,int) - method in class java.sql.DatabaseMetaData
This method tests whether or not CONVERT can be performed between the specified types.
supportsCoreSQLGrammar() - method in class java.sql.DatabaseMetaData
This method tests whether or not the core grammer for ODBC is supported.
This method test whether or not correlated subqueries are allowed.
supportsCustomEditor() - method in class java.beans.PropertyEditor
The RAD tool calls this to find out whether the PropertyEditor supports a custom component to edit and display itself.
supportsCustomEditor() - method in class java.beans.PropertyEditorSupport
Finds out whether this property editor supports a custom component to edit its value.
This method tests whether or not DDL and DML statements allowed within the same transaction.
This method tests whether or not only DML statement are allowed inside a transaction.
This method tests whether correlation names must be different from the name of the table.
This method tests whether or not expressions are allowed in an ORDER BY lists.
This method tests whether or not the extended grammer for ODBC is supported.
supportsFullOuterJoins() - method in class java.sql.DatabaseMetaData
This method tests whether or not the database supports full outer joins.
supportsGetGeneratedKeys() - method in class java.sql.DatabaseMetaData
supportsGroupBy() - method in class java.sql.DatabaseMetaData
This method tests whether or not GROUP BY is supported.
This method tests whether or not a GROUP BY can add columns not in the select if it includes all the columns in the select.
supportsGroupByUnrelated() - method in class java.sql.DatabaseMetaData
This method tests whether GROUP BY on a non-selected column is allowed.
This method tests whether or not the SQL integrity enhancement facility is supported.
supportsLikeEscapeClause() - method in class java.sql.DatabaseMetaData
This method tests whether or not the escape character is supported in LIKE expressions.
This method tests whether or not the database supports limited outer joins.
This method tests whether or not the minimum grammer for ODBC is supported.
This method tests whether or not the database supports identifiers with mixed case.
This method tests whether or not the database supports quoted identifiers with mixed case.
This method tests whether the database supports returning multiple ResultSetS from a CallableStatement at once.
This method tests whether multiple result sets for a single statement are supported.
This method test whether or not multiple transactions may be open at once, as long as they are on different connections.
supportsNamedParameters() - method in class java.sql.DatabaseMetaData
This method tests whether the database supports named parameters.
This method tests whether or not columns can be defined as NOT NULL.
This method tests whether or not the database supports cursors remaining open across commits.
This method tests whether or not the database supports cursors remaining open across rollbacks.
This method tests whether or not the database supports statements remaining open across commits.
This method tests whether or not the database supports statements remaining open across rollbacks.
supportsOrderByUnrelated() - method in class java.sql.DatabaseMetaData
This method tests whether or ORDER BY on a non-selected column is allowed.
supportsOuterJoins() - method in class java.sql.DatabaseMetaData
This method tests whether or not the database supports outer joins.
supportsPositionedDelete() - method in class java.sql.DatabaseMetaData
This method tests whether or not that database supports positioned deletes.
supportsPositionedUpdate() - method in class java.sql.DatabaseMetaData
This method tests whether or not that database supports positioned updates.
This method tests whether the specified result set type and result set concurrency type are supported by the database.
This method tests if the database supports the specified holdability type.
supportsResultSetType(int) - method in class java.sql.DatabaseMetaData
This method tests whether or not the datbase supports the specified result type.
supportsSavepoints() - method in class java.sql.DatabaseMetaData
This method tests whether the databse supports savepoints.
This method tests whether a catalog name can appear in a data manipulation statement.
This method tests whether a catalog name can appear in an index definition.
This method tests whether a catalog name can appear in privilege definitions.
This method tests whether a catalog name can appear in a procedure call
This method tests whether a catalog name can appear in a table definition.
supportsSelectForUpdate() - method in class java.sql.DatabaseMetaData
This method tests whether or not SELECT FOR UPDATE is supported by the database.
Indicates whether the per-image metadata objects associated with this plug-in support format “javax_imageio_1.0” in their getAsTree and setAsTree methods.
Indicates whether the per-stream metadata objects associated with this plug-in support format “javax_imageio_1.0” in their getAsTree and setAsTree methods.
supportsStatementPooling() - method in class java.sql.DatabaseMetaData
supportsStoredProcedures() - method in class java.sql.DatabaseMetaData
This method tests whether or not stored procedures are supported on this database.
This method tests whether or not subqueries are allowed in comparisons.
This method tests whether or not subqueries are allowed in exists expressions.
supportsSubqueriesInIns() - method in class java.sql.DatabaseMetaData
This method tests whether subqueries are allowed in IN statements.
This method tests whether or not subqueries are allowed in quantified expressions.
This method tests whether or not table correlation names are supported.
This method tests whether or not the database supports the specified transaction isolation level.
supportsTransactions() - method in class java.sql.DatabaseMetaData
This method tests whether or not the database supports transactions.
supportsUnion() - method in class java.sql.DatabaseMetaData
This method tests whether or not the UNION statement is supported.
supportsUnionAll() - method in class java.sql.DatabaseMetaData
This method tests whether or not the UNION ALL statement is supported.
supportsUrgentData() - method in class java.net.SocketImpl
Returns true or false when this socket supports sending urgent data or not.
surface - field in class gnu.java.awt.peer.gtk.CairoSurfaceGraphics
SURROGATE - static field in class java.lang.Character
Cs = Other, Surrogate (Normative).
SURROGATES_AREA - static field in class java.lang.Character.UnicodeBlock
Surrogates Area.
SUSPEND - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ThreadReference
SUSPEND - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
suspend() - method in class java.lang.Thread
Suspend this Thread.
suspend() - method in class java.lang.ThreadGroup
Suspend all Threads in this ThreadGroup and its descendants.
suspend() - method in class javax.transaction.TransactionManager
SUSPEND_ALL - static field in class gnu.classpath.jdwp.event.EventRequest
Suspend all threads
SUSPEND_COUNT - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ThreadReference
SUSPEND_NONE - static field in class gnu.classpath.jdwp.event.EventRequest
Do not suspend any threads
SUSPEND_THREAD - static field in class gnu.classpath.jdwp.event.EventRequest
Suspend the thread in which the event occurred
suspendAllThreads() - static method in class gnu.classpath.jdwp.VMVirtualMachine
Suspend all threads
SUSPENDED - static field in class gnu.classpath.jdwp.JdwpConstants.SuspendStatus
suspendOnStartup() - static method in class gnu.classpath.jdwp.Jdwp
Should the virtual machine suspend on startup?
suspendThread(java.lang.Thread) - static method in class gnu.classpath.jdwp.VMVirtualMachine
Suspend a thread
sval - field in class gnu.javax.security.auth.login.ConfigFileTokenizer
sval - field in class java.io.StreamTokenizer
The String associated with word and string tokens.
SW_RESIZE_CURSOR - static field in class java.awt.Cursor
Cursor used over SW corner of window decorations.
SW_RESIZE_CURSOR - static field in class java.awt.Frame
Cursor used over SW corner of window decorations.
swap(char) - static method in class gnu.CORBA.CDR.AbstractCdrInput
Swap bytes in the character.
swap(java.util.List,int,int) - static method in class java.util.Collections
Swaps the elements at the specified positions within the list.
SWAP_COLORS - static field in class java.awt.font.TextAttribute
A key for the SWAP_COLORS attribute.
SWAP_COLORS_ON - static field in class java.awt.font.TextAttribute
A value that can be used with the SWAP_COLORS attribute.
SWING_COMPONENT - static field in class javax.accessibility.AccessibleRole
A swing component with nothing else known about it.
SwingButtonPeer - class gnu.java.awt.peer.swing.SwingButtonPeer
A Swing based peer for the AWT button.
SwingButtonPeer(java.awt.Button) - constructor for class gnu.java.awt.peer.swing.SwingButtonPeer
Constructs a new SwingButtonPeer.
SwingCallbackHandler - class gnu.javax.security.auth.callback.SwingCallbackHandler
SwingCallbackHandler() - constructor for class gnu.javax.security.auth.callback.SwingCallbackHandler
SwingCanvasPeer - class gnu.java.awt.peer.swing.SwingCanvasPeer
A CanvasPeer to be used together with the Swing peers.
SwingCanvasPeer(java.awt.Canvas) - constructor for class gnu.java.awt.peer.swing.SwingCanvasPeer
Creates a new SwingCanvasPeer for the specified Canvas.
SwingComponent - interface gnu.java.awt.peer.swing.SwingComponent
Defines some additional methods that the Swing components must implement in order to work with the Swing peers.
swingComponent - field in class gnu.java.awt.peer.swing.SwingComponentPeer
The Swing component for this peer.
SwingComponentPeer - class gnu.java.awt.peer.swing.SwingComponentPeer
The base class for Swing based component peers.
SwingComponentPeer() - constructor for class gnu.java.awt.peer.swing.SwingComponentPeer
Creates a SwingComponentPeer instance.
SwingConstants - interface javax.swing.SwingConstants
Defines constant values that are used throughout the Swing packages.
SwingContainerPeer - class gnu.java.awt.peer.swing.SwingContainerPeer
A peer for Container to be used with the Swing based AWT peers.
SwingContainerPeer(java.awt.Component) - constructor for class gnu.java.awt.peer.swing.SwingContainerPeer
Creates a new SwingContainerPeer.
SwingFramePeer - class gnu.java.awt.peer.swing.SwingFramePeer
An abstract base class for FramePeer implementations based on Swing.
SwingFramePeer(java.awt.Frame) - constructor for class gnu.java.awt.peer.swing.SwingFramePeer
Creates a new SwingFramePeer.
SwingLabelPeer - class gnu.java.awt.peer.swing.SwingLabelPeer
A Label peer based on JLabel.
SwingLabelPeer(java.awt.Label) - constructor for class gnu.java.awt.peer.swing.SwingLabelPeer
Creates a new SwingLabelPeer for the specified AWT label.
SwingMenuBarPeer - class gnu.java.awt.peer.swing.SwingMenuBarPeer
A Swing based peer for the AWT menu bar.
SwingMenuBarPeer(java.awt.MenuBar) - constructor for class gnu.java.awt.peer.swing.SwingMenuBarPeer
Creates a new SwingMenuBarPeer instance.
SwingMenuItemPeer - class gnu.java.awt.peer.swing.SwingMenuItemPeer
A Swing based peer for the AWT MenuItem.
SwingMenuItemPeer(java.awt.MenuItem) - constructor for class gnu.java.awt.peer.swing.SwingMenuItemPeer
Creates a new instance of SwingMenuItemPeer.
SwingMenuPeer - class gnu.java.awt.peer.swing.SwingMenuPeer
A Swing based peer for the AWT menu.
SwingMenuPeer(java.awt.Menu) - constructor for class gnu.java.awt.peer.swing.SwingMenuPeer
Creates a new SwingMenuPeer instance.
SwingPanelPeer - class gnu.java.awt.peer.swing.SwingPanelPeer
A panel peer based on Swing.
SwingPanelPeer(java.awt.Panel) - constructor for class gnu.java.awt.peer.swing.SwingPanelPeer
Creates a new instance of SwingPanelPeer for the specified AWT panel.
Provides a mechanism for registering PropertyChangeListeners and forwarding PropertyChangeEvents to those listeners.
Creates a new instance.
SwingTextFieldPeer - class gnu.java.awt.peer.swing.SwingTextFieldPeer
A TextFieldPeer based on Swing JTextField.
SwingTextFieldPeer(java.awt.TextField) - constructor for class gnu.java.awt.peer.swing.SwingTextFieldPeer
Creates a new SwingTextFieldPeer instance for the specified AWT textfield.
SwingToolkit - class gnu.java.awt.peer.swing.SwingToolkit
A base implementation for Toolkit that provides the Swing based widgets.
SwingUtilities - class javax.swing.SwingUtilities
A number of static utility functions which are useful when drawing swing components, dispatching events, or calculating regions which need painting.
SwingWindowPeer - class gnu.java.awt.peer.swing.SwingWindowPeer
An abstract base class for Swing based WindowPeer implementation.
SwingWindowPeer(java.awt.Window) - constructor for class gnu.java.awt.peer.swing.SwingWindowPeer
Creates a new instance of WindowPeer.
switchToGroup(long) - method in class gnu.java.awt.peer.gtk.GtkCheckboxPeer
SYNC - static field in class gnu.java.nio.channels.FileChannelImpl
sync() - method in class java.util.prefs.AbstractPreferences
Writes and reads all preference changes to and from this and any subnodes.
sync() - method in class gnu.java.text.AttributedFormatBuffer
This method synchronizes the state of the attribute array.
sync() - method in class java.io.FileDescriptor
This method forces all data that has not yet been physically written to the underlying storage medium associated with this FileDescriptor to be written out.
sync() - method in class gnu.java.util.prefs.GConfBasedPreferences
Suggest a sync to the backend.
sync() - method in class gnu.java.awt.peer.gtk.GtkToolkit
sync() - method in class java.util.prefs.Preferences
Writes and reads all preference changes to and from this and any subnodes.
sync() - method in class gnu.java.awt.peer.qt.QtToolkit
Flushes any buffered data to the screen so that it is in sync with what the AWT system has drawn to it.
sync() - method in class java.awt.Toolkit
Flushes any buffered data to the screen so that it is in sync with what the AWT system has drawn to it.
sync() - method in class gnu.awt.xlib.XToolkit
Flushes any buffered data to the screen so that it is in sync with what the AWT system has drawn to it.
sync() - method in class gnu.java.awt.peer.x.XToolkit
sync_scope() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
Determines how far the request shall progress before control is returned to the client.
sync_scope() - method in class gnu.CORBA.gnuRequest
Determines how far the request shall progress before control is returned to the client.
sync_scope() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Always returns "with transport".
sync_scope() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Determines how far the request shall progress before control is returned to the client.
SYNC_WITH_TRANSPORT - interface org.omg.Messaging.SYNC_WITH_TRANSPORT
A CORBA synchronization mode, defining how far the request shall progress before control is returned to the client for one way operations (when no response is required).
syncAllWidths - field in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
Whether the buttons will share the same widths.
Thrown when a file synchronization fails.
Create an exception with a descriptive error message.
Synchronization - interface javax.transaction.Synchronization
synchronize(javax.sound.sampled.Line[],boolean) - method in class javax.sound.sampled.Mixer
Start synchronization on the given set of lines.
SYNCHRONIZED - static field in class java.lang.reflect.Modifier
Synchronized: Method: lock the class while calling this method.
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
synchronizedList(java.util.List) - static method in class java.util.Collections
Returns a synchronized (thread-safe) list wrapper backed by the given list.
synchronizedMap(java.util.Map) - static method in class java.util.Collections
Returns a synchronized (thread-safe) map wrapper backed by the given map.
synchronizedSet(java.util.Set) - static method in class java.util.Collections
Returns a synchronized (thread-safe) set wrapper backed by the given set.
synchronizedSortedMap(java.util.SortedMap) - static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map wrapper backed by the given map.
synchronizedSortedSet(java.util.SortedSet) - static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set wrapper backed by the given set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Sequencer.SyncMode - class javax.sound.midi.Sequencer.SyncMode
A SyncMode object represents the mechanism by which a MIDI sequencer synchronizes time with a master or slave device.
SyncMode(java.lang.String) - constructor for class javax.sound.midi.Sequencer.SyncMode
Create a new SyncMode object
SyncScopeHelper - class org.omg.Messaging.SyncScopeHelper
A helper operations for synchronization scope as an alias of short.
syncScrollPaneWithViewport() - method in class javax.swing.plaf.basic.BasicScrollPaneUI
Synchronizes the scrollbars with the viewport's extents.
syncSpi() - method in class java.util.prefs.AbstractPreferences
Writes all entries of this preferences node that have not yet been written to the backing store and reads any entries that have changed in the backing store but that are not yet visible in this VM.
syncSpi() - method in class gnu.java.util.prefs.FileBasedPreferences
syncSpi() - method in class gnu.java.util.prefs.GConfBasedPreferences
Request a sync.
syncSpi() - method in class gnu.java.util.prefs.MemoryBasedPreferences
Does nothing since we do not have any backing store.
SynthConstants - interface javax.swing.plaf.synth.SynthConstants
A couple of constants used by the Synth Look and Feel.
SynthContext - class javax.swing.plaf.synth.SynthContext
Contains some contextual information about a region.
Creates a new SynthContext object.
Synthesizer - interface javax.sound.midi.Synthesizer
Interface for MIDI audio synthesizer devices.
SynthGraphicsUtils - class javax.swing.plaf.synth.SynthGraphicsUtils
Wrapper for graphics primitives used in Synth.
SynthGraphicsUtils() - constructor for class javax.swing.plaf.synth.SynthGraphicsUtils
Creates a new SynthGraphicsUtils object.
SynthLookAndFeel - class javax.swing.plaf.synth.SynthLookAndFeel
A look and feel that can be customized either by providing a file to load(InputStream,Class) or by setting a SynthStyleFactory using setStyleFactory(SynthStyleFactory).
SynthLookAndFeel() - constructor for class javax.swing.plaf.synth.SynthLookAndFeel
Creates a new instance of SynthLookAndFeel.
SynthPainter - class javax.swing.plaf.synth.SynthPainter
The abstract definition of a delegate that takes the responsibility of painting for the components.
SynthPainter() - constructor for class javax.swing.plaf.synth.SynthPainter
Creates a new SynthPainter object.
SynthStyle - class javax.swing.plaf.synth.SynthStyle
A set of style properties that can be installed on a component.
SynthStyle() - constructor for class javax.swing.plaf.synth.SynthStyle
Creates a new SynthStyle object.
SynthStyleFactory - class javax.swing.plaf.synth.SynthStyleFactory
SynthStyleFactory() - constructor for class javax.swing.plaf.synth.SynthStyleFactory
Creates a new SynthStyleFactory.
SYRIAC - static field in class java.lang.Character.UnicodeBlock
Syriac.
SysexMessage - class javax.sound.midi.SysexMessage
A system exclusive MIDI message.
SysexMessage() - constructor for class javax.sound.midi.SysexMessage
Create a default valid system exclusive message.
SysexMessage(byte[]) - constructor for class javax.sound.midi.SysexMessage
Create a SysexMessage object.
SYST - static field in class gnu.java.net.protocol.ftp.FTPConnection
SYSTEM - static field in class javax.swing.text.html.parser.DTDConstants
The SYSTEM constant, specifies the system entitiy.
System - class java.lang.System
System represents system-wide resources; things that represent the general environment.
SYSTEM - static field in class gnu.classpath.debug.SystemLogger
system() - method in class gnu.java.net.protocol.ftp.FTPConnection
Returns the type of operating system at the server.
SYSTEM_EXCEPTION - interface org.omg.PortableInterceptor.SYSTEM_EXCEPTION
A reply status flag, indicating, that the SystemException has been thrown while calling or from inside the remote method.
SYSTEM_EXCEPTION - static field in class gnu.CORBA.GIOP.ReplyHeader
Reply status, system exception.
SYSTEM_EXCLUSIVE - static field in class javax.sound.midi.SysexMessage
SYSTEM_ID - static field in class org.omg.PortableServer.IdAssignmentPolicyValue
An instance of IdAssignmentPolicyValue, initialized to SYSTEM_ID, indicating, that the objects created with that POA obtain they Object Ids from POA.
SYSTEM_PORT - static field in class java.rmi.activation.ActivationSystem
The port, used by the activation system.
SYSTEM_RESET - static field in class javax.sound.midi.ShortMessage
Status byte for System Reset message.
SystemClassLoader - class gnu.gcj.runtime.SystemClassLoader
SystemColor - class java.awt.SystemColor
This class contains the various "system colors" in use by the native windowing system.
SystemException - exception javax.transaction.SystemException
SystemException - exception org.omg.CORBA.SystemException
The root class for all CORBA standard exceptions.
SystemException() - constructor for class javax.transaction.SystemException
Create an exception without a message.
SystemException(int) - constructor for class javax.transaction.SystemException
SystemException(java.lang.String) - constructor for class javax.transaction.SystemException
Create an exception with a message.
Constructs an instance of the CORBA standard exception.
SystemFlavorMap - class java.awt.datatransfer.SystemFlavorMap
This class maps between native platform type names and DataFlavors.
systemId - field in class gnu.xml.stream.EntityDeclarationImpl
systemId - field in class gnu.xml.stream.NotationDeclarationImpl
systemId - field in class gnu.xml.stream.StartDocumentImpl
systemId - field in class gnu.xml.stream.XMLEventReaderImpl
SystemLogger - class gnu.classpath.debug.SystemLogger
This class acts as the MenuBar for the TitlePane.
systemNodeForPackage(java.lang.Class) - static method in class java.util.prefs.Preferences
Returns the system preferences node for the package of a class.
SystemProperties - class gnu.classpath.SystemProperties
The class manages the System properties.
systemRoot() - method in class gnu.java.util.prefs.FileBasedFactory
Returns the system root preferences node.
systemRoot() - method in class gnu.java.util.prefs.GConfBasedFactory
Returns the system root preference node.
systemRoot() - method in class gnu.java.util.prefs.MemoryBasedFactory
systemRoot() - static method in class java.util.prefs.Preferences
Returns the system preferences root node containing usefull preferences for all users.
systemRoot() - method in class java.util.prefs.PreferencesFactory
Returns the system root preferences node.