- SATURDAY.
Static variable in class java.util.Calendar
- Useful constant for days of week.
- SAVE.
Static variable in class java.awt.FileDialog
- This constant value indicates that the purpose of the file
dialog window is to locate a file to which to write.
- SAVE_FILE.
Static variable in class java.awt.Event
- A file saving event.
- SCALE_AREA_AVERAGING.
Static variable in class java.awt.Image
- Use the Area Averaging image scaling algorithm.
- SCALE_DEFAULT.
Static variable in class java.awt.Image
- Use the default image-scaling algorithm.
- SCALE_FAST.
Static variable in class java.awt.Image
- Choose an image-scaling algorithm that gives higher priority
to scaling speed than smoothness of the scaled image.
- SCALE_REPLICATE.
Static variable in class java.awt.Image
- Use the image scaling algorithm embodied in the
ReplicateScaleFilter
class.
- SCALE_SMOOTH.
Static variable in class java.awt.Image
- Choose an image-scaling algorithm that gives higher priority
to image smoothness than scaling speed.
- SCROLLBAR.
Static variable in class java.awt.SystemColor
- The array index for the scrollbar background color.
- SCROLLBARS_ALWAYS.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_BOTH.
Static variable in class java.awt.TextArea
- Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_HORIZONTAL_ONLY.
Static variable in class java.awt.TextArea
- Create and display horizontal scrollbar only.
- SCROLLBARS_NEVER.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should never be shown
regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_NONE.
Static variable in class java.awt.TextArea
- Do not create or display any scrollbars for the text area.
- SCROLLBARS_VERTICAL_ONLY.
Static variable in class java.awt.TextArea
- Create and display vertical scrollbar only.
- SCROLL_ABSOLUTE.
Static variable in class java.awt.Event
- The user has moved the bubble (thumb) in a scroll bar,
moving to an "absolute" position, rather than to
an offset from the last postion.
- SCROLL_BAR.
Static variable in class java.awt.accessibility.AccessibleRole
- An object usually used to allow a user to incrementally view a
large amount of data.
- SCROLL_BEGIN.
Static variable in class java.awt.Event
- The scroll begin event.
- SCROLL_END.
Static variable in class java.awt.Event
- The scroll end event.
- SCROLL_LINE_DOWN.
Static variable in class java.awt.Event
- The user has activated the line down
area of a scroll bar.
- SCROLL_LINE_UP.
Static variable in class java.awt.Event
- The user has activated the line up
area of a scroll bar.
- SCROLL_LOCK.
Static variable in class java.awt.Event
- The Scroll Lock key, a non-ASCII action key.
- SCROLL_PAGE_DOWN.
Static variable in class java.awt.Event
- The user has activated the page down
area of a scroll bar.
- SCROLL_PAGE_UP.
Static variable in class java.awt.Event
- The user has activated the page up
area of a scroll bar.
- SCROLL_PANE.
Static variable in class java.awt.accessibility.AccessibleRole
- An object that allows a user to incrementally view a large amount
of information.
- SC_ACCEPTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (202) indicating that a request was accepted for
processing, but was not completed.
- SC_BAD_GATEWAY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
- SC_BAD_REQUEST.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_BLOCK_DATA.
Static variable in interface java.io.ObjectStreamConstants
- If SC_EXTERNALIZABLE, this bit indicates externalizable data written in
block data mode.
- SC_CONFLICT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
- SC_CONTINUE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (100) indicating the client can continue.
- SC_CREATED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (201) indicating the request succeeded and created
a new resource on the server.
- SC_EXTERNALIZABLE.
Static variable in interface java.io.ObjectStreamConstants
-
- SC_FORBIDDEN.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (403) indicating the server understood the request
but refused to fulfill it.
- SC_GATEWAY_TIMEOUT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
- SC_GONE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
- SC_INTERNAL_SERVER_ERROR.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (411) indicating that the request cannot be handled
without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
- SC_MOVED_PERMANENTLY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
- SC_MOVED_TEMPORARILY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
- SC_NON_AUTHORITATIVE_INFORMATION.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (203) indicating that the meta information presented
by the client did not originate from the server.
- SC_NOT_ACCEPTABLE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headerssent in the request.
- SC_NOT_FOUND.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
- SC_NOT_MODIFIED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
- SC_NO_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (204) indicating that the request succeeded but that
there was no new information to return.
- SC_OK.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
- SC_PAYMENT_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_TIMEOUT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (408) indicating that the client did not produce a
requestwithin the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (414) indicating that the server is refusing to service
the request because the
Request-URI
is longer
than the server is willing to interpret.
- SC_RESET_CONTENT.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
- SC_SEE_OTHER.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (303) indicating that the response to the request
can be found under a different URI.
- SC_SERIALIZABLE.
Static variable in interface java.io.ObjectStreamConstants
-
- SC_SERVICE_UNAVAILABLE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (101) indicating the server is switching protocols
according to Upgrade header.
- SC_UNAUTHORIZED.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
- SC_USE_PROXY.
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
- SC_WRITE_METHOD.
Static variable in interface java.io.ObjectStreamConstants
-
- SECOND.
Static variable in class java.util.Calendar
- Useful constant for date and time.
- SECONDARY.
Static variable in class java.text.Collator
- Collator strength value.
- SECOND_FIELD.
Static variable in class java.text.DateFormat
- Useful constant for SECOND field alignment.
- SEG_CLOSE.
Static variable in interface java.awt.geom.PathIterator
- The point type that specifies that the preceding subpath should be
closed by appending a line segment back to the point corresponding
to the most recent SEG_MOVETO.
- SEG_CUBICTO.
Static variable in interface java.awt.geom.PathIterator
- The point type for the set of 3 points that specify a cubic
parametric curve to be drawn from the most recently specified
point.
- SEG_LINETO.
Static variable in interface java.awt.geom.PathIterator
- The point type for a point that specifies the end point of a
line to be drawn from the most recently specified point.
- SEG_MOVETO.
Static variable in interface java.awt.geom.PathIterator
- The point type for a point that specifies the starting location
for a new subpath.
- SEG_QUADTO.
Static variable in interface java.awt.geom.PathIterator
- The point type for the pair of points that specify a quadratic
parametric curve to be drawn from the most recently specified
point.
- SELECTABLE.
Static variable in class java.awt.accessibility.AccessibleState
- Indicates this object is the child of an object that allows its
children to be selected, and that this child is one of those
children that can be selected.
- SELECTED.
Static variable in class java.awt.event.ItemEvent
- This state-change value indicates that an item was selected.
- SELECTED.
Static variable in class java.awt.accessibility.AccessibleState
- Indicates this object is the child of an object that allows its
children to be selected, and that this child is one of those
children that has been selected.
- SELECTED.
Static variable in class java.awt.swing.DefaultButtonModel
- Indicates if the button has been selected.
- SELECTED_CONVERTED_TEXT_HIGHLIGHT.
Static variable in class java.awt.im.InputMethodHighlight
- Constant for the default highlight for selected converted text.
- SELECTED_RAW_TEXT_HIGHLIGHT.
Static variable in class java.awt.im.InputMethodHighlight
- Constant for the default highlight for selected raw text.
- SELECTION_MODEL_PROPERTY.
Static variable in class java.awt.swing.JTree
- Bound property name for selectionModel.
- SELECTION_MODE_PROPERTY.
Static variable in class java.awt.swing.tree.DefaultTreeSelectionModel
- Property name for selectionMode.
- SELECTION_VALUES_PROPERTY.
Static variable in class java.awt.swing.JOptionPane
- Bound property name for selectionValues.
- SENTENCE.
Static variable in interface java.awt.accessibility.AccessibleText
- Constant used to indicate that the part of text that should be
retrieved is a sentence.
- SEPARATOR.
Static variable in class java.awt.accessibility.AccessibleRole
- An object usually contained in a menu to provide a visual
and logical separation of the contents in a menu.
- SEPTEMBER.
Static variable in class java.util.Calendar
- Useful constant for month.
- SE_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-east-resize cursor type.
- SE_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- SHARPEN3x3_1.
Static variable in class java.awt.image.Kernel
- 3x3 Sharpening kernel:
-1 -1 -1
-1 9 -1
-1 -1 -1
- SHARPEN3x3_2.
Static variable in class java.awt.image.Kernel
- 3x3 Sharpening kernel:
1 -2 1
-2 5 -2
1 -2 1
- SHARPEN3x3_3.
Static variable in class java.awt.image.Kernel
- 3x3 Sharpening kernel:
0 -1 0
-1 5 -1
0 -1 0
- SHIFT_MASK.
Static variable in class java.awt.Event
- This flag indicates that the Shift key was down when the event
occurred.
- SHIFT_MASK.
Static variable in class java.awt.event.InputEvent
- The shift key modifier constant.
- SHIFT_MASK.
Static variable in class java.awt.event.ActionEvent
- The shift modifier.
- SHORT.
Static variable in class java.text.DateFormat
- Constant for short style pattern.
- SHORT_DATA.
Static variable in class java.awt.image.DataBuffer
- Tag for short data.
- SHORT_DESCRIPTION.
Static variable in interface java.awt.swing.Action
-
- SHOWING.
Static variable in class java.awt.accessibility.AccessibleState
- Indicates this object, the object's parent, the object's parent's
parent, and so on, are all visible.
- SHOWS_ROOT_HANDLES_PROPERTY.
Static variable in class java.awt.swing.JTree
- Bound property name for showsRootHandles.
- SIGN.
Static variable in class java.security.Signature
- Possible state value, signifying that
this signature object has been initialized for signing.
- SIGNATURE_VERSION.
Static variable in class java.util.jar.Attributes.Name
- Some predefined attribute names.
- SILENT.
Static variable in class java.rmi.server.LogStream
- constants for logging levels
- SIMPLIFIED_CHINESE.
Static variable in class java.util.Locale
- Useful constant for language.
- SIMPLIFIED_HANZI.
Static variable in class java.lang.Character.Subset
- Constant for all Han characters used in writing Simplified Chinese,
including a subset of the CJK unified ideographs as well as
Simplified Chinese Han characters that may be defined as
surrogate characters.
- SINGLEFRAME.
Static variable in interface java.awt.image.ImageConsumer
- The image contain a single static image.
- SINGLEFRAMEDONE.
Static variable in interface java.awt.image.ImageConsumer
- One frame of the image is complete but there are more frames
to be delivered.
- SINGLEPASS.
Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in a single pass.
- SINGLE_INTERVAL_SELECTION.
Static variable in interface java.awt.swing.ListSelectionModel
- A value for the selectionMode property: select one contiguous
range of indices at a time.
- SINGLE_LINE.
Static variable in class java.awt.accessibility.AccessibleState
- Indicates this (text) object can contain only a single line of text
- SINGLE_SELECTION.
Static variable in interface java.awt.swing.ListSelectionModel
- A value for the selectionMode property: select one list index
at a time.
- SINGLE_TREE_SELECTION.
Static variable in interface java.awt.swing.tree.TreeSelectionModel
- Selection can only contain one path at a time.
- SIZE.
Static variable in class java.awt.font.TextAttributeSet
- The font size in points.
- SLIDER.
Static variable in class java.awt.accessibility.AccessibleRole
- An object that allows the user to select from a bounded range.
- SMALLINT.
Static variable in class java.sql.Types
-
- SMALL_FORM_VARIANTS.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- SMALL_ICON.
Static variable in interface java.awt.swing.Action
-
- SOMEBITS.
Static variable in interface java.awt.image.ImageObserver
- This flag in the infoflags argument to imageUpdate indicates that
more pixels needed for drawing a scaled variation of the image
are available.
- SOUTH.
Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom of its display area, centered
horizontally.
- SOUTH.
Static variable in class java.awt.BorderLayout
- The south layout constraint (bottom of container).
- SOUTH.
Static variable in interface java.awt.swing.SwingConstants
-
- SOUTHEAST.
Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom-right corner of its display area.
- SOUTHWEST.
Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom-left corner of its display area.
- SOUTH_EAST.
Static variable in interface java.awt.swing.SwingConstants
-
- SOUTH_WEST.
Static variable in interface java.awt.swing.SwingConstants
-
- SPACE_SEPARATOR.
Static variable in class java.lang.Character
-
- SPACING_MODIFIER_LETTERS.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- SPECIALS.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- SPECIFICATION_TITLE.
Static variable in class java.util.jar.Attributes.Name
- Some predefined attribute names.
- SPECIFICATION_VENDOR.
Static variable in class java.util.jar.Attributes.Name
- Some predefined attribute names.
- SPECIFICATION_VERSION.
Static variable in class java.util.jar.Attributes.Name
- Some predefined attribute names.
- SPLIT_PANE.
Static variable in class java.awt.accessibility.AccessibleRole
- A specialized panel that presents two other panels at the same time.
- SQLData interface java.sql.SQLData.
- JDBC 2.0
The SQLData interface is implemented by a Java class that is
registered in a type mapping.
- SQLException exception java.sql.SQLException.
The SQLException class provides information on a database access
error.
- SQLException(String, String, int).
Constructor for class java.sql.SQLException
- Construct a fully-specified SQLException
- SQLException(String, String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason and SQLState;
vendorCode defaults to 0.
- SQLException(String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLException().
Constructor for class java.sql.SQLException
- Construct an SQLException; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SQLInput interface java.sql.SQLInput.
- JDBC 2.0
A SQLInput stream contains a stream of values that represent an SQL
UDT instance.
- SQLOutput interface java.sql.SQLOutput.
- SQLType interface java.sql.SQLType.
- JDBC 2.0
The SQLType interface provides some very basic information about a
structured or distinct SQL type: the type's name and type code.
- SQLWarning exception java.sql.SQLWarning.
The SQLWarning class provides information on a database access
warnings.
- SQLWarning(String, String, int).
Constructor for class java.sql.SQLWarning
- Construct a fully specified SQLWarning.
- SQLWarning(String, String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason and SQLState;
vendorCode defaults to 0.
- SQLWarning(String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLWarning().
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning ; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SRC.
Static variable in class java.awt.AlphaComposite
- Porter-Duff Source rule.
- SRC_IN.
Static variable in class java.awt.AlphaComposite
- Porter-Duff Source In Destination rule.
- SRC_OUT.
Static variable in class java.awt.AlphaComposite
- Porter-Duff Source Held Out By Destination rule.
- SRC_OVER.
Static variable in class java.awt.AlphaComposite
- Porter-Duff Source Over Destination rule.
- STANDARD.
Static variable in class java.awt.font.GlyphMetrics
- This code indicates a glyph that represents a single standard
character.
- START_PUNCTUATION.
Static variable in class java.lang.Character
-
- STATIC.
Static variable in class java.lang.reflect.Modifier
-
- STATICIMAGEDONE.
Static variable in interface java.awt.image.ImageConsumer
- The image is complete and there are no more pixels or frames
to be delivered.
- STORED.
Static variable in class java.util.zip.ZipEntry
- Compression method for uncompressed entries.
- STORED.
Static variable in class java.util.zip.ZipOutputStream
- Compression method for uncompressed (STORED) entries.
- STREAM_MAGIC.
Static variable in interface java.io.ObjectStreamConstants
-
- STREAM_VERSION.
Static variable in interface java.io.ObjectStreamConstants
-
- STRIKETHROUGH.
Static variable in class java.awt.font.TextAttributeSet
- Adorn the text with strikethrough.
- STRIKETHROUGH_DEFAULT.
Static variable in class java.awt.font.TextAttributeSet
- The default strikethrough if STRIKETHROUGH is unspecified, the value is
false.
- STRIKETHROUGH_ON.
Static variable in class java.awt.font.TextAttributeSet
- A single strikethrough.
- STROKE.
Static variable in class java.awt.font.ShapeGraphicAttribute
-
- STRUCT.
Static variable in class java.sql.Types
-
- STRUCT_LOCATOR.
Static variable in class java.sql.Types
-
- SUBCLASS_IMPLEMENTATION_PERMISSION.
Static variable in interface java.io.ObjectStreamConstants
-
- SUBSTITUTION_PERMISSION.
Static variable in interface java.io.ObjectStreamConstants
-
- SUNDAY.
Static variable in class java.util.Calendar
- Useful constant for days of week.
- SUPERSCRIPTS_AND_SUBSCRIPTS.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- SUPERSUBSCRIPT.
Static variable in class java.awt.font.TextAttributeSet
- Super and subscripting.
- SUPERSUBSCRIPT_DEFAULT.
Static variable in class java.awt.font.TextAttributeSet
- The default supersubscript if SUPERSUBSCRIPT is unspecified.
- SUPERSUBSCRIPT_DOWN1.
Static variable in class java.awt.font.TextAttributeSet
- Standard subscript.
- SUPERSUBSCRIPT_UP1.
Static variable in class java.awt.font.TextAttributeSet
- Standard superscript.
- SURROGATE.
Static variable in class java.lang.Character
-
- SURROGATES_AREA.
Static variable in class java.lang.Character.Subset
- Constant for the Unicode character block of the same name.
- SWAP_COLORS.
Static variable in class java.awt.font.TextAttributeSet
- Swap foreground and background colors (for input method use).
- SWAP_COLORS_DEFAULT.
Static variable in class java.awt.font.TextAttributeSet
- Default to not swap foreground and background colors.
- SWAP_COLORS_OFF.
Static variable in class java.awt.font.TextAttributeSet
- Do not swap foreground and background colors.
- SWAP_COLORS_ON.
Static variable in class java.awt.font.TextAttributeSet
- Swap foreground and background colors.
- SWING_COMPONENT.
Static variable in class java.awt.accessibility.AccessibleRole
- A Swing component, but nothing else is known about it.
- SW_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-west-resize cursor type.
- SW_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- SYNCHRONIZED.
Static variable in class java.lang.reflect.Modifier
-
- SYSTEM_PORT.
Static variable in interface java.rmi.activation.ActivationSystem
- The port to lookup the activation system
- S_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-resize cursor type.
- S_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- SampleModel class java.awt.image.SampleModel.
- This abstract class defines an interface for extracting samples of
an image without knowing how the underlying data is stored in a
DataBuffer.
- SampleModel(int, int, int, int).
Constructor for class java.awt.image.SampleModel
- Constructs a SampleModel with the specified parameters.
- ScrollPane class java.awt.ScrollPane.
- A container class which implements automatic horizontal and/or
vertical scrolling for a single child component.
- ScrollPane().
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container with a scrollbar display policy of
"as needed".
- ScrollPane(int).
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container.
- ScrollPaneConstants interface java.awt.swing.ScrollPaneConstants.
- ScrollPaneLayout class java.awt.swing.ScrollPaneLayout.
- The layout manager used by JScrollPane.
- Scrollable interface java.awt.swing.Scrollable.
- An interface that provides information to a scrolling container
like JScrollPane.
- Scrollbar class java.awt.Scrollbar.
- The
Scrollbar
class embodies a scroll bar, a
familiar user-interface object. - Scrollbar().
Constructor for class java.awt.Scrollbar
- Constructs a new vertical scroll bar.
- Scrollbar(int).
Constructor for class java.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation.
- Scrollbar(int, int, int, int, int).
Constructor for class java.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation,
initial value, page size, and minimum and maximum values.
- SectionElementName.
Static variable in class java.awt.swing.text.AbstractDocument
- Name of elements used to hold sections (lines/paragraphs).
- SecureClassLoader class java.security.SecureClassLoader.
- This class extends ClassLoader with additional support for defining
classes with an associated code source and set of signers.
- SecureClassLoader(ClassLoader).
Constructor for class java.security.SecureClassLoader
- Creates a new SecureClassLoader using the specified parent
class loader for delegation.
- SecureClassLoader().
Constructor for class java.security.SecureClassLoader
- Creates a new SecureClassLoader using the default parent class
loader for delegation.
- SecureRandom class java.security.SecureRandom.
This class provides a crytpographically strong pseudo-random number
generator based on the SHA-1 hash algorithm.
- SecureRandom().
Constructor for class java.security.SecureRandom
- This empty constructor automatically seeds the generator.
- SecureRandom(byte[]).
Constructor for class java.security.SecureRandom
- This constructor uses a user-provided seed in preference to the
self-seeding algorithm referred to in the empty constructor
description.
- Security class java.security.Security.
This class centralizes all security properties and common security
methods.
- SecurityException exception java.lang.SecurityException.
- Thrown by the security manager to indicate a security violation.
- SecurityException().
Constructor for class java.lang.SecurityException
- Constructs a
SecurityException
with no detail message.
- SecurityException(String).
Constructor for class java.lang.SecurityException
- Constructs a
SecurityException
with the specified
detail message.
- SecurityManager class java.lang.SecurityManager.
- The security manager is a class that allows
applications to implement a security policy.
- SecurityManager().
Constructor for class java.lang.SecurityManager
- Constructs a new
SecurityManager
.
- SecurityPermission class java.security.SecurityPermission.
- This class is for security permissions.
- SecurityPermission(String).
Constructor for class java.security.SecurityPermission
- Creates a new SecurityPermission with the specified name.
- SecurityPermission(String, String).
Constructor for class java.security.SecurityPermission
- Creates a new SecurityPermission object with the specified name.
- Segment class java.awt.swing.text.Segment.
- A segment of a character array representing a fragment
of text.
- Segment().
Constructor for class java.awt.swing.text.Segment
- Creates a new segment.
- Segment(char[], int, int).
Constructor for class java.awt.swing.text.Segment
- Creates a new segment referring to an existing array.
- SequenceDef interface org.omg.CORBA.SequenceDef.
- SequenceInputStream class java.io.SequenceInputStream.
- The sequence input stream class allows an application to combine
several input streams serially and make them appear as if they
were a single input stream.
- SequenceInputStream(Enumeration).
Constructor for class java.io.SequenceInputStream
- Constructs a new sequence input stream initialized to the
specified enumeration of input streams.
- SequenceInputStream(InputStream, InputStream).
Constructor for class java.io.SequenceInputStream
- Constructs a new sequence input stream initialized to read first
from the input stream
s1
, and then from the input
stream s2
.
- Serializable interface java.io.Serializable.
- Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
- SerializablePermission class java.io.SerializablePermission.
- This class is for Serializable permissions.
- SerializablePermission(String).
Constructor for class java.io.SerializablePermission
- Creates a new SerializablePermission with the specified name.
- SerializablePermission(String, String).
Constructor for class java.io.SerializablePermission
- Creates a new SerializablePermission object with the specified name.
- ServerCloneException exception java.rmi.server.ServerCloneException.
- ServerCloneException(String).
Constructor for class java.rmi.server.ServerCloneException
- Create A remote exception with the specified string
- ServerCloneException(String, Exception).
Constructor for class java.rmi.server.ServerCloneException
- Create A remote exception with the specified string, and the
exception specified.
- ServerError exception java.rmi.ServerError.
- ServerError(String, Error).
Constructor for class java.rmi.ServerError
- Create a new "server error" exception with the string and
the specified exception.
- ServerException exception java.rmi.ServerException.
- ServerException(String).
Constructor for class java.rmi.ServerException
- Create a new server exception with a descriptive string.
- ServerException(String, Exception).
Constructor for class java.rmi.ServerException
- Create a new server exception with a descriptive string and an
exception.
- ServerNotActiveException exception java.rmi.server.ServerNotActiveException.
- ServerNotActiveException().
Constructor for class java.rmi.server.ServerNotActiveException
- Create a new exception.
- ServerNotActiveException(String).
Constructor for class java.rmi.server.ServerNotActiveException
-
- ServerRef interface java.rmi.server.ServerRef.
- A ServerRef represents the server-side handle for a remote object
implementation.
- ServerRequest class org.omg.CORBA.ServerRequest.
- An object that captures the explicit state of a request
for the Dynamic Skeleton Interface (DSI).
- ServerRuntimeException exception java.rmi.ServerRuntimeException.
- ServerRuntimeException(String, Exception).
Constructor for class java.rmi.ServerRuntimeException
- Create a new runtime exception with the strings and
the specified exception.
- ServerSocket class java.net.ServerSocket.
- This class implements server sockets.
- ServerSocket(int).
Constructor for class java.net.ServerSocket
- Creates a server socket on a specified port.
- ServerSocket(int, int).
Constructor for class java.net.ServerSocket
- Creates a server socket and binds it to the specified local port
number.
- ServerSocket(int, int, InetAddress).
Constructor for class java.net.ServerSocket
- Create a server with the specified port, listen backlog, and
local IP address to bind to.
- Servlet interface javax.servlet.Servlet.
- This interface is for developing servlets.
- ServletConfig interface javax.servlet.ServletConfig.
- This interface is implemented by services in order to pass
configuration information to a servlet when it is first loaded.
- ServletContext interface javax.servlet.ServletContext.
- The ServletContext interface gives servlets access to information about
their environment, and allows them to log significant events.
- ServletException exception javax.servlet.ServletException.
- This exception is thrown to indicate a servlet problem.
- ServletException(String).
Constructor for class javax.servlet.ServletException
- Constructs a new ServletException with the specified
descriptive message.
- ServletException().
Constructor for class javax.servlet.ServletException
- Constructs a new ServletException.
- ServletInputStream class javax.servlet.ServletInputStream.
- An input stream for reading servlet requests, it provides an
efficient readLine method.
- ServletInputStream().
Constructor for class javax.servlet.ServletInputStream
- The default constructor does no work.
- ServletOutputStream class javax.servlet.ServletOutputStream.
- An output stream for writing servlet responses.
- ServletOutputStream().
Constructor for class javax.servlet.ServletOutputStream
- The default constructor does no work.
- ServletRequest interface javax.servlet.ServletRequest.
- This interface is for getting data from the client to the servlet
for a service request.
- ServletResponse interface javax.servlet.ServletResponse.
- Interface for sending MIME data from the servlet's service method
to the client.
- Set interface java.util.Set.
- A Collection that contains no duplicate elements.
- Shape interface java.awt.Shape.
- The interface for objects which represent some form of geometric
shape.
- ShapeGraphicAttribute class java.awt.font.ShapeGraphicAttribute.
- ShapeGraphicAttribute(Shape, int, boolean).
Constructor for class java.awt.font.ShapeGraphicAttribute
-
- Short class java.lang.Short.
- The Short class is the standard wrapper for short values.
- Short(short).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the specified short value.
- Short(String).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the value specified by the
String parameter.
- ShortHolder class org.omg.CORBA.ShortHolder.
- A Holder class for a
short
that is used to store "out" and "inout" parameters in IDL operations. - ShortHolder().
Constructor for class org.omg.CORBA.ShortHolder
- Constructs a new
ShortHolder
object with its
value
field initialized to 0
.
- ShortHolder(short).
Constructor for class org.omg.CORBA.ShortHolder
- Constructs a new
ShortHolder
object with its
value
field initialized to the given
short
.
- ShortLookupTable class java.awt.image.ShortLookupTable.
- This class defines a lookup table object.
- ShortLookupTable(int, short[][]).
Constructor for class java.awt.image.ShortLookupTable
- Creates a LookupTable object from an array of short
int arrays representing a lookup table for each tile
channel.
- ShortLookupTable(int, short[]).
Constructor for class java.awt.image.ShortLookupTable
- Creates a LookupTable object from an array
of short ints representing a lookup table for each tile
channel.
- Signature class java.security.Signature.
- This Signature class is used to provide applications the functionality
of a digital signature algorithm.
- Signature(String).
Constructor for class java.security.Signature
- Creates a Signature object for the specified algorithm.
- SignatureException exception java.security.SignatureException.
- This is the generic Signature exception.
- SignatureException().
Constructor for class java.security.SignatureException
- Constructs a SignatureException with no detail message.
- SignatureException(String).
Constructor for class java.security.SignatureException
- Constructs a SignatureException with the specified detail
message.
- SignatureSpi class java.security.SignatureSpi.
- This class defines the Service Provider Interface (SPI)
for the
Signature
class, which is used to provide the
functionality of a digital signature algorithm. - SignatureSpi().
Constructor for class java.security.SignatureSpi
-
- SignedObject class java.security.SignedObject.
SignedObject is a class for the purpose of creating authentic
runtime objects whose integrity cannot be compromised without being
detected.
- SignedObject(Serializable, PrivateKey, Signature).
Constructor for class java.security.SignedObject
- Constructs a SignedObject from any Serializable object.
- Signer class java.security.Signer.
- This class is used to represent an Identity that can also digitally
sign data.
- Signer().
Constructor for class java.security.Signer
- Creates a signer.
- Signer(String).
Constructor for class java.security.Signer
- Creates a signer with the specified identity name.
- Signer(String, IdentityScope).
Constructor for class java.security.Signer
- Creates a signer with the specified identity name and scope.
- SimpleAttributeSet class java.awt.swing.text.SimpleAttributeSet.
- A straightforward implementation of MutableAttributeSet using a
hash table.
- SimpleAttributeSet().
Constructor for class java.awt.swing.text.SimpleAttributeSet
- Creates a new attribute set.
- SimpleAttributeSet(AttributeSet).
Constructor for class java.awt.swing.text.SimpleAttributeSet
- Creates a new attribute set based on a supplied set of attributes.
- SimpleBeanInfo class java.beans.SimpleBeanInfo.
- This is a support class to make it easier for people to provide
BeanInfo classes.
- SimpleDateFormat class java.text.SimpleDateFormat.
SimpleDateFormat
is a concrete class for formatting and
parsing dates in a locale-sensitive manner.- SimpleDateFormat().
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the default pattern for the default
locale.
- SimpleDateFormat(String).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern in the default
locale.
- SimpleDateFormat(String, Locale).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern and locale.
- SimpleDateFormat(String, DateFormatSymbols).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern and
locale-specific symbol data.
- SimpleTimeZone class java.util.SimpleTimeZone.
SimpleTimeZone
is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar.- SimpleTimeZone(int, String).
Constructor for class java.util.SimpleTimeZone
- Constructs a SimpleTimeZone with the given base time zone offset from GMT
and time zone ID.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int).
Constructor for class java.util.SimpleTimeZone
- Construct a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, time to start and end the daylight time.
- SinglePixelPackedSampleModel class java.awt.image.SinglePixelPackedSampleModel.
- This class extends SampleModel.
- SinglePixelPackedSampleModel(int, int, int, int[]).
Constructor for class java.awt.image.SinglePixelPackedSampleModel
- Constructs a SinglePixelPackedSampleModel with bitMasks.length bands.
- SinglePixelPackedSampleModel(int, int, int, int, int[]).
Constructor for class java.awt.image.SinglePixelPackedSampleModel
- Constructs a SinglePixelPackedSampleModel with bitMasks.length bands
and a scanline stride equal to scanlineStride data array elements.
- SingleSelectionModel interface java.awt.swing.SingleSelectionModel.
- A model that supports at most one indexed selection.
- SingleThreadModel interface javax.servlet.SingleThreadModel.
- Defines a "single" thread model for servlet execution.
- Size.
Static variable in class java.awt.swing.text.StyleConstants.CharacterConstants
- Name of the font size.
- Size.
Static variable in class java.awt.swing.text.StyleConstants.FontConstants
- Name of the font size.
- SizeRequirements class java.awt.swing.SizeRequirements.
- For the convenience of layout managers,
calculates information about the size and position of components.
- SizeRequirements().
Constructor for class java.awt.swing.SizeRequirements
- Creates a SizeRequirements object with the minimum, preferred,
and maximum sizes set to zero and an alignment value of 0.5
(centered).
- SizeRequirements(int, int, int, float).
Constructor for class java.awt.swing.SizeRequirements
- Creates a SizeRequirements object with the specified minimum, preferred,
and maximum sizes and the specified alignment.
- Skeleton interface java.rmi.server.Skeleton.
- Used solely by the implementation.
Every skeleton class generated by the rmic stub compiler implements
this interface.
- SkeletonMismatchException exception java.rmi.server.SkeletonMismatchException.
- This exception is thrown when a call is received that does not
match the available skeleton.
- SkeletonMismatchException(String).
Constructor for class java.rmi.server.SkeletonMismatchException
- Create a new SkeletonMismatchException exception with a descriptive string.
- SkeletonNotFoundException exception java.rmi.server.SkeletonNotFoundException.
- SkeletonNotFoundException(String).
Constructor for class java.rmi.server.SkeletonNotFoundException
- Create a new SkeletonNotFoundException exception with a descriptive string.
- SkeletonNotFoundException(String, Exception).
Constructor for class java.rmi.server.SkeletonNotFoundException
- Create a new SkeletonNotFoundException with a descriptive string and an exception.
- Socket class java.net.Socket.
- This class implements client sockets (also called just
"sockets").
- Socket().
Constructor for class java.net.Socket
- Creates an unconnected socket, with the
system-default type of SocketImpl.
- Socket(SocketImpl).
Constructor for class java.net.Socket
- Creates an unconnected Socket with a user-specified
SocketImpl.
- Socket(String, int).
Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified port
number on the named host.
- Socket(InetAddress, int).
Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified port
number at the specified IP address.
- Socket(String, int, InetAddress, int).
Constructor for class java.net.Socket
- Creates a socket and connects it to the specified remote host on
the specified remote port.
- Socket(InetAddress, int, InetAddress, int).
Constructor for class java.net.Socket
- Creates a socket and connects it to the specified remote address on
the specified remote port.
- Socket(String, int, boolean).
Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified port
number on the named host.
- Socket(InetAddress, int, boolean).
Constructor for class java.net.Socket
- Creates a socket and connects it to the specified port number at
the specified IP address.
- SocketException exception java.net.SocketException.
- Thrown to indicate that there is an error in the underlying
protocol, such as a TCP error.
- SocketException(String).
Constructor for class java.net.SocketException
- Constructs a new
ProtocolException
with the
specified detail message.
- SocketException().
Constructor for class java.net.SocketException
- Constructs a new
ProtocolException
with no detail message.
- SocketImpl class java.net.SocketImpl.
- The abstract class
SocketImpl
is a common superclass
of all classes that actually implement sockets. - SocketImplFactory interface java.net.SocketImplFactory.
- This interface defines a factory for socket implementations.
- SocketPermission class java.net.SocketPermission.
- This class represents access to a network via sockets.
- SocketPermission(String, String).
Constructor for class java.net.SocketPermission
- Creates a new SocketPermission object with the specified actions.
- SocketSecurityException exception java.rmi.server.SocketSecurityException.
- SocketSecurityException(String).
Constructor for class java.rmi.server.SocketSecurityException
- Create A remote exception with the specified string
- SocketSecurityException(String, Exception).
Constructor for class java.rmi.server.SocketSecurityException
- Create A remote exception with the specified string, and the
exception specified.
- SocketType class java.rmi.server.SocketType.
- The SocketType class is a type that can be passed to an
RMISocketFactory object on creation of a socket or a server socket
to choose desired socket type.
- SocketType(String, byte[], Object).
Constructor for class java.rmi.server.SocketType
- Create new SocketType object with given properties.
- SoftBevelBorder class java.awt.swing.border.SoftBevelBorder.
- A class which implements a raised or lowered bevel with
softened corners.
- SoftBevelBorder(int).
Constructor for class java.awt.swing.border.SoftBevelBorder
- Creates a bevel border with the specified type and whose
colors will be derived from the background color of the
component passed into the paintBorder method.
- SoftBevelBorder(int, Color, Color).
Constructor for class java.awt.swing.border.SoftBevelBorder
- Creates a bevel border with the specified type, highlight and
shadow colors.
- SoftBevelBorder(int, Color, Color, Color, Color).
Constructor for class java.awt.swing.border.SoftBevelBorder
- Creates a bevel border with the specified type, highlight
shadow colors.
- SoftReference class java.lang.ref.SoftReference.
- Soft reference objects, for use in implementing caches.
- SoftReference(Object).
Constructor for class java.lang.ref.SoftReference
- Construct a new soft reference that refers to the given object.
- SoftReference(Object, ReferenceQueue).
Constructor for class java.lang.ref.SoftReference
- Construct a new soft reference that refers to the given object and is
registered with the given queue.
- SortedMap interface java.util.SortedMap.
- A Map that further guarantees that it will be in ascending key order,
sorted according to the natural ordering of its keys (see
Comparable), or by a Comparator provided at SortedMap creation time.
- SortedSet interface java.util.SortedSet.
- A Set that further guarantees that its iterator will traverse the Set in
ascending element order, sorted according to the natural ordering of
its elements (see Comparable), or by a Comparator provided at SortedSet
creation time.
- SpaceAbove.
Static variable in class java.awt.swing.text.StyleConstants
- The amount of space above the paragraph.
- SpaceAbove.
Static variable in class java.awt.swing.text.StyleConstants.ParagraphConstants
- The amount of space above the paragraph.
- SpaceBelow.
Static variable in class java.awt.swing.text.StyleConstants
- The amount of space below the paragraph.
- SpaceBelow.
Static variable in class java.awt.swing.text.StyleConstants.ParagraphConstants
- The amount of space below the paragraph.
- Src.
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque SRC rule.
- SrcIn.
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque SRC_IN rule.
- SrcOut.
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque SRC_OUT rule.
- SrcOver.
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque SRC_OVER rule.
- Stack class java.util.Stack.
- The
Stack
class represents a last-in-first-out
(LIFO) stack of objects. - Stack().
Constructor for class java.util.Stack
-
- StackOverflowError error java.lang.StackOverflowError.
- Thrown when a stack overflow occurs because an application
recurses too deeply.
- StackOverflowError().
Constructor for class java.lang.StackOverflowError
- Constructs a
StackOverflowError
with no detail message.
- StackOverflowError(String).
Constructor for class java.lang.StackOverflowError
- Constructs a
StackOverflowError
with the specified
detail message.
- StartTagType.
Static variable in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- A possible value for getType.
- StateEdit class java.awt.swing.undo.StateEdit.
StateEdit is a general edit for objects that change state.
- StateEdit(StateEditable).
Constructor for class java.awt.swing.undo.StateEdit
- Create and return a new StateEdit.
- StateEdit(StateEditable, String).
Constructor for class java.awt.swing.undo.StateEdit
- Create and return a new StateEdit with a presentation name.
- StateEditable interface java.awt.swing.undo.StateEditable.
- StateEditable defines the interface for objects that can have
their state undone/redone by a StateEdit.
- Statement interface java.sql.Statement.
A Statement object is used for executing a static SQL statement
and obtaining the results produced by it.
- StreamCorruptedException exception java.io.StreamCorruptedException.
- Raised when control information read from an object stream
violates internal consistency checks.
- StreamCorruptedException(String).
Constructor for class java.io.StreamCorruptedException
- Create a StreamCorruptedException with a reason.
- StreamCorruptedException().
Constructor for class java.io.StreamCorruptedException
- Create a StreamCorruptedException with no reason.
- StreamDescriptionProperty.
Static variable in interface java.awt.swing.text.Document
- The property name for the description of the stream
used to initialize the document.
- StreamTokenizer class java.io.StreamTokenizer.
- The
StreamTokenizer
class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time. - StreamTokenizer(InputStream).
Constructor for class java.io.StreamTokenizer
- Creates a stream tokenizer that parses the specified input
stream.
- StreamTokenizer(Reader).
Constructor for class java.io.StreamTokenizer
- Create a tokenizer that parses the given character stream.
- Streamable interface org.omg.CORBA.portable.Streamable.
Streamable
is the base class for the Holders of all complex
IDL types.- String class java.lang.String.
- The
String
class represents character strings. - String().
Constructor for class java.lang.String
- Allocates a new
String
containing no characters.
- String(String).
Constructor for class java.lang.String
- Allocates a new string that contains the same sequence of
characters as the string argument.
- String(char[]).
Constructor for class java.lang.String
- Allocates a new
String
so that it represents the
sequence of characters currently contained in the character array
argument.
- String(char[], int, int).
Constructor for class java.lang.String
- Allocates a new
String
that contains characters from
a subarray of the character array argument.
- String(byte[], int, int, int).
Constructor for class java.lang.String
- Allocates a new
String
constructed from a subarray
of an array of 8-bit integer values.
- String(byte[], int).
Constructor for class java.lang.String
- Allocates a new
String
containing characters
constructed from an array of 8-bit integer values.
- String(byte[], int, int, String).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified
subarray of bytes using the specified character encoding.
- String(byte[], String).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified array
of bytes using the specified character encoding.
- String(byte[], int, int).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified
subarray of bytes using the platform's default character encoding.
- String(byte[]).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified array
of bytes using the platform's default character encoding.
- String(StringBuffer).
Constructor for class java.lang.String
- Allocates a new string that contains the sequence of characters
currently contained in the string buffer argument.
- StringBuffer class java.lang.StringBuffer.
- A string buffer implements a mutable sequence of characters.
- StringBuffer().
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity of 16 characters.
- StringBuffer(int).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity specified by the
length
argument.
- StringBuffer(String).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer so that it represents the same
sequence of characters as the string argument.
- StringBufferInputStream class java.io.StringBufferInputStream.
- This class allows an application to create an input stream in
which the bytes read are supplied by the contents of a string.
- StringBufferInputStream(String).
Constructor for class java.io.StringBufferInputStream
- Creates a string input stream to read data from the specified string.
- StringCharacterIterator class java.text.StringCharacterIterator.
StringCharacterIterator
implements the
CharacterIterater
protocol for a String
.- StringCharacterIterator(String).
Constructor for class java.text.StringCharacterIterator
- Constructs an iterator with an initial index of 0.
- StringCharacterIterator(String, int).
Constructor for class java.text.StringCharacterIterator
- Constructs an iterator with the specified initial index.
- StringCharacterIterator(String, int, int, int).
Constructor for class java.text.StringCharacterIterator
- Constructs an iterator over the given range of the given string, with the
index set at the specified position.
- StringContent class java.awt.swing.text.StringContent.
- An implementation of the AbstractDocument.Content interface that is
a brute force implementation that is useful for relatively small
documents and/or debugging.
- StringContent().
Constructor for class java.awt.swing.text.StringContent
- Creates a new StringContent object.
- StringContent(int).
Constructor for class java.awt.swing.text.StringContent
- Creates a new StringContent object, with the initial
size specified.
- StringDef interface org.omg.CORBA.StringDef.
- StringHolder class org.omg.CORBA.StringHolder.
- A Holder class for a
String
that is used to store "out" and "inout" parameters in IDL operations. - StringHolder().
Constructor for class org.omg.CORBA.StringHolder
- Constructs a new
StringHolder
object with its
value
field initialized to null
.
- StringHolder(String).
Constructor for class org.omg.CORBA.StringHolder
- Constructs a new
StringHolder
object with its
value
field initialized to the given
String
.
- StringIndexOutOfBoundsException exception java.lang.StringIndexOutOfBoundsException.
- Thrown by the
charAt
method in class
String
and by other String
methods to indicate that an index is either negative or greater
than or equal to the size of the string. - StringIndexOutOfBoundsException().
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a
StringIndexOutOfBoundsException
with no
detail message.
- StringIndexOutOfBoundsException(String).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a
StringIndexOutOfBoundsException
with
the specified detail message.
- StringIndexOutOfBoundsException(int).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a new
StringIndexOutOfBoundsException
class with an argument indicating the illegal index.
- StringReader class java.io.StringReader.
- A character stream whose source is a string.
- StringReader(String).
Constructor for class java.io.StringReader
- Create a new string reader.
- StringSelection class java.awt.datatransfer.StringSelection.
- A class which implements the capability required to transfer a
simple java String in plain text format.
- StringSelection(String).
Constructor for class java.awt.datatransfer.StringSelection
- Creates a transferable object capable of transferring the
specified string in plain text format.
- StringTokenizer class java.util.StringTokenizer.
- The string tokenizer class allows an application to break a
string into tokens.
- StringTokenizer(String, String, boolean).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- StringTokenizer(String).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- StringWriter class java.io.StringWriter.
- A character stream that collects its output in a string buffer, which can
then be used to construct a string.
- StringWriter().
Constructor for class java.io.StringWriter
- Create a new string writer, using the default initial string-buffer
size.
- StringWriter(int).
Constructor for class java.io.StringWriter
- Create a new string writer, using the specified initial string-buffer
size.
- Stroke interface java.awt.Stroke.
- This interface allows a Graphics2D object to get a Path representation
of the boundaries of a stroking primitive from the path to be stroked.
- Struct interface java.sql.Struct.
- StructDef interface org.omg.CORBA.StructDef.
- StructLocator interface java.sql.StructLocator.
- JDBC 2.0
A StructLocator is a transaction duration reference to an array in the
DBMS server.
- StructMember class org.omg.CORBA.StructMember.
- StructMember().
Constructor for class org.omg.CORBA.StructMember
-
- StructMember(String, TypeCode, IDLType).
Constructor for class org.omg.CORBA.StructMember
-
- StubNotFoundException exception java.rmi.StubNotFoundException.
- StubNotFoundException(String).
Constructor for class java.rmi.StubNotFoundException
- Create a new StubNotFoundException with a descriptive string.
- StubNotFoundException(String, Exception).
Constructor for class java.rmi.StubNotFoundException
- Create a new StubNotFoundException with a descriptive string and an exception.
- Style interface java.awt.swing.text.Style.
- A collection of attributes to associate with an element in a document.
- StyleConstants class java.awt.swing.text.StyleConstants.
A collection of well known or common attribute keys
and methods to apply to an AttributeSet or MutableAttributeSet
to get/set the properties in a typesafe manner.
- StyleConstants.CharacterConstants class java.awt.swing.text.StyleConstants.CharacterConstants.
- This is a typesafe enumeration of the well-known
attributes that contribute to a character style.
- StyleConstants.ColorConstants class java.awt.swing.text.StyleConstants.ColorConstants.
- This is a typesafe enumeration of the well-known
attributes that contribute to a color.
- StyleConstants.FontConstants class java.awt.swing.text.StyleConstants.FontConstants.
- This is a typesafe enumeration of the well-known
attributes that contribute to a font.
- StyleConstants.ParagraphConstants class java.awt.swing.text.StyleConstants.ParagraphConstants.
- This is a typesafe enumeration of the well-known
attributes that contribute to a paragraph style.
- StyleContext class java.awt.swing.text.StyleContext.
- A pool of styles and their associated resources.
- StyleContext().
Constructor for class java.awt.swing.text.StyleContext
- Creates a new StyleContext object.
- StyleContext.NamedStyle class java.awt.swing.text.StyleContext.NamedStyle.
- A collection of attributes, typically used to represent
character and paragraph styles.
- StyleContext.NamedStyle(StyleContext, String, Style).
Constructor for class java.awt.swing.text.StyleContext.NamedStyle
- Creates a new named style.
- StyleContext.NamedStyle(StyleContext, Style).
Constructor for class java.awt.swing.text.StyleContext.NamedStyle
- Creates a new named style.
- StyleContext.NamedStyle(StyleContext).
Constructor for class java.awt.swing.text.StyleContext.NamedStyle
- Creates a new named style, with a null name and parent.
- StyledDocument interface java.awt.swing.text.StyledDocument.
- Interface for a generic styled document.
- StyledEditorKit class java.awt.swing.text.StyledEditorKit.
- This is the set of things needed by a text component
to be a reasonably functioning editor for some type
of text document.
- StyledEditorKit().
Constructor for class java.awt.swing.text.StyledEditorKit
-
- StyledEditorKit.AlignmentAction class java.awt.swing.text.StyledEditorKit.AlignmentAction.
- An action to set paragraph alignment
Warning: serialized objects of this class will not be compatible with
future swing releases.
- StyledEditorKit.AlignmentAction(String, int).
Constructor for class java.awt.swing.text.StyledEditorKit.AlignmentAction
- Creates a new AlignmentAction.
- StyledEditorKit.BoldAction class java.awt.swing.text.StyledEditorKit.BoldAction.
- An action to toggle the bold attribute
Warning: serialized objects of this class will not be compatible with
future swing releases.
- StyledEditorKit.BoldAction().
Constructor for class java.awt.swing.text.StyledEditorKit.BoldAction
- Constructs a new BoldAction.
- StyledEditorKit.FontFamilyAction class java.awt.swing.text.StyledEditorKit.FontFamilyAction.
- An action to set the font family in the associated
JEditorPane.
- StyledEditorKit.FontFamilyAction(String, String).
Constructor for class java.awt.swing.text.StyledEditorKit.FontFamilyAction
- Creates a new FontFamilyAction.
- StyledEditorKit.FontSizeAction class java.awt.swing.text.StyledEditorKit.FontSizeAction.
- An action to set the font size in the associated
JEditorPane.
- StyledEditorKit.FontSizeAction(String, int).
Constructor for class java.awt.swing.text.StyledEditorKit.FontSizeAction
- Creates a new FontSizeAction.
- StyledEditorKit.ForegroundAction class java.awt.swing.text.StyledEditorKit.ForegroundAction.
- An action to set the foreground color in the focused
JEditorPane by calling its setForeground method.
- StyledEditorKit.ForegroundAction(String, Color).
Constructor for class java.awt.swing.text.StyledEditorKit.ForegroundAction
- Creates a new ForegroundAction.
- StyledEditorKit.ItalicAction class java.awt.swing.text.StyledEditorKit.ItalicAction.
- An action to toggle the italic attribute
Warning: serialized objects of this class will not be compatible with
future swing releases.
- StyledEditorKit.ItalicAction().
Constructor for class java.awt.swing.text.StyledEditorKit.ItalicAction
- Constructs a new ItalicAction.
- StyledEditorKit.StyledTextAction class java.awt.swing.text.StyledEditorKit.StyledTextAction.
- An action that assumes it's being fired on a JEditorPane
with a StyledEditorKit (or subclass) installed.
- StyledEditorKit.StyledTextAction(String).
Constructor for class java.awt.swing.text.StyledEditorKit.StyledTextAction
-
- StyledEditorKit.UnderlineAction class java.awt.swing.text.StyledEditorKit.UnderlineAction.
- An action to toggle the underline attribute
Warning: serialized objects of this class will not be compatible with
future swing releases.
- StyledEditorKit.UnderlineAction().
Constructor for class java.awt.swing.text.StyledEditorKit.UnderlineAction
- Constructs a new UnderlineAction.
- StyledString class java.awt.font.StyledString.
- StyledString is a simple, immutable storage model for styled
text.
- StyledString().
Constructor for class java.awt.font.StyledString
- Constructs a new StyledString with no characters.
- StyledString(String, AttributeSet).
Constructor for class java.awt.font.StyledString
- Allocates a new styled string containing the same characters
as the string argument, all styled with the specified attributes.
- StyledString(String, Font).
Constructor for class java.awt.font.StyledString
- Constructs a new StyledString from the given String using the given Font.
- StyledStringIterator class java.awt.font.StyledStringIterator.
StyledStringIterator
implements the
AttributedCharacterIterater
protocol for a
StyledString
.- StyledStringIterator(StyledString, int, int, int).
Constructor for class java.awt.font.StyledStringIterator
- Allocates a new styled string iterator that iterates over
the styled string argument in the specified range, starting at
the specified index.
- StyledStringIterator(String, AttributeSet).
Constructor for class java.awt.font.StyledStringIterator
- Allocates a new styled string iterator that iterates over
the entire range of the string argument, with all characters
having the specified attributes.
- SwingConstants interface java.awt.swing.SwingConstants.
- A collection of constants generally used for positioning and orienting
components on the screen.
- SwingUtilities class java.awt.swing.SwingUtilities.
- A collection of conveniences for Swing
- SyncFailedException exception java.io.SyncFailedException.
- SyncFailedException(String).
Constructor for class java.io.SyncFailedException
- Constructs an SyncFailedException with a detail message.
- SyntheticImage class java.awt.swing.SyntheticImage.
- A helper class to make computing synthetic images a little easier.
- SyntheticImage().
Constructor for class java.awt.swing.SyntheticImage
-
- SyntheticImage(int, int).
Constructor for class java.awt.swing.SyntheticImage
-
- System class java.lang.System.
- The
System
class contains several useful class fields
and methods. - SystemColor class java.awt.SystemColor.
- A class to encapsulate symbolic colors representing the color
of GUI objects on a system.
- SystemException exception org.omg.CORBA.SystemException.
- The root class for all CORBA standard exceptions.
- SystemException(String, int, CompletionStatus).
Constructor for class org.omg.CORBA.SystemException
- Constructs a
SystemException
exception with the specified detail
message, minor code, and completion status.
- sameBaselineUpTo(CharacterIterator).
Method in class java.awt.Font
- Return the index of the first character with a different baseline
from the first character in the range, or end index if all characters
in the range have the same baseline.
- sameBaselineUpTo(char[], int, int).
Method in class java.awt.Font
- Return the index of the first character with a different baseline from the
character at start, or limit if all characters between start and limit have
the same baseline.
- sameFile(URL).
Method in class java.net.URL
- Compares two URLs, excluding the "ref" fields.
- sampleModel.
Variable in class java.awt.image.Raster
- SampleModel that describes how pixels are stored in the DataBuffer.
- save(OutputStream, String).
Method in class java.util.Properties
- Writes this property list (key and element pairs) in this
Properties
table to the output stream in a format suitable
for loading into a Properties
table using the
load
method.
- save(ObjectOutputStream, String, EventListener).
Static method in class java.awt.AWTEventMulticaster
-
- saveInternal(ObjectOutputStream, String).
Method in class java.awt.AWTEventMulticaster
-
- scale(double, double).
Method in class java.awt.Graphics2D
- Concatenates the current transform of this Graphics2D with a
scaling transformation.
- scale(double, double).
Method in class java.awt.geom.AffineTransform
- Concatenates this transform with a scaling transformation.
- scale(double, double).
Method in class java.awt.print.ProxyGraphics2D
- Concatenates the current transform of this Graphics2D with a
scaling transformation.
- scale(double, double).
Method in class java.awt.print.PeekGraphics
- Concatenates the current transform of this Graphics2D with a
scaling transformation.
- scale().
Method in class java.math.BigDecimal
- Returns the scale of this number.
- scaleTable(int, boolean).
Method in class java.awt.image.codec.JPEGQTable
- The values in the Quantization table are multiplied by
scale_factor/100 and then clamped to the range 1..65535
(or to 1..255 if force_baseline is TRUE).
- scrollPathToVisible(TreePath).
Method in class java.awt.swing.JTree
- Makes sure all the path components in path are expanded (except
for the last path component) and scrolls so that the
node identified by the path is visible.
- scrollRectToVisible(Rectangle).
Method in class java.awt.swing.JComponent
- Forwards the scrollRectToVisible() message to the JComponent's
parent.
- scrollRectToVisible(Rectangle).
Method in class java.awt.swing.JViewport
- Overridden to scroll the View such that aRect within the
View becomes visible.
- scrollRectToVisible(Rectangle).
Method in class java.awt.swing.JTextField
- Scrolls the field left or right.
- scrollRowToVisible(int).
Method in class java.awt.swing.JTree
- Scrolls the item identified by row to be visible.
- scrollUnderway.
Variable in class java.awt.swing.JViewport
-
- scrollbar.
Static variable in class java.awt.SystemColor
- The background color for scrollbars.
- search(Object).
Method in class java.util.Stack
- Returns the 1-based position where an object is on this stack.
- secondaryOrder(int).
Static method in class java.text.CollationElementIterator
- Get the secondary order of a collation order.
- seek(long).
Method in class java.io.RandomAccessFile
- Sets the file-pointer offset, measured from the beginning of this
file, at which the next read or write occurs.
- select(int, int).
Method in class java.awt.TextComponent
- Selects the text between the specified start and end positions.
- select(int).
Method in class java.awt.Choice
- Sets the selected item in this
Choice
menu to be the
item at the specified position.
- select(String).
Method in class java.awt.Choice
- Sets the selected item in this
Choice
menu
to be the item whose name is equal to the specified string.
- select(int).
Method in class java.awt.List
- Selects the item at the specified index in the scrolling list.
- select(int, int).
Method in class java.awt.swing.text.JTextComponent
- Selects the text found between the specified start and end
locations.
- selectAll().
Method in class java.awt.TextComponent
- Selects all the text in this text component.
- selectAll().
Method in interface java.awt.swing.ComboBoxEditor
- Ask the editor to start editing and to select everything
- selectAll().
Method in class java.awt.swing.JTable
- If a column is selected, then this selects all columns.
- selectAll().
Method in class java.awt.swing.text.JTextComponent
- Selects all the text in the TextComponent.
- selectAllAccessibleSelection().
Method in interface java.awt.accessibility.AccessibleSelection
- Causes every child of the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection().
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- selectAllAccessibleSelection().
Method in class java.awt.swing.JList.AccessibleJList
- Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection().
Method in class java.awt.swing.JTree.AccessibleJTree
- Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection().
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAccessibleSelection().
Method in class java.awt.swing.JMenuBar.AccessibleJMenuBar
- Causes every selected item in the object to be selected
if the object supports multiple selections.
- selectAllAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for selecting the entire document
- selectInitialValue().
Method in class java.awt.swing.JOptionPane
- Requests that the initial value be selected, which will set
focus to the initial value.
- selectInputMethod(Locale).
Method in class java.awt.im.InputContext
- Selects an input method that supports the given locale.
- selectLineAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for selecting a line around the caret.
- selectParagraphAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for selecting a paragraph around the caret.
- selectWithKeyChar(char).
Method in class java.awt.swing.JComboBox
- Selects the list item that correponds to the specified keyboard character
and returns true, if there is an item corresponding to that character.
- selectWordAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for selecting a word around the caret.
- selectedItemChanged().
Method in class java.awt.swing.JComboBox
- This method is called when the selected item changes.
- selectedItemReminder.
Variable in class java.awt.swing.JComboBox
-
- selection.
Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
- Paths that are currently selected.
- selectionBackground.
Variable in class java.awt.swing.JTable
- The background color of selected cells
- selectionBackwardAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for extending the selection
by moving the caret logically backward one position.
- selectionBeginAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the begining of the document.
- selectionBeginLineAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the begining of the document.
- selectionBeginParagraphAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the begining of the document.
- selectionBeginWordAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the begining of the document.
- selectionDownAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
logically downward one position.
- selectionEndAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the end of the document.
- selectionEndLineAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the end of the document.
- selectionEndParagraphAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the end of the document.
- selectionEndWordAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
to the end of the document.
- selectionForKey(char, ComboBoxModel).
Method in interface java.awt.swing.JComboBox.KeySelectionManager
- Given
aKey
and the model, returns the row
that should become selected.
- selectionForeground.
Variable in class java.awt.swing.JTable
- The foreground color of selected cells
- selectionForwardAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for extending the selection
by moving the caret logically forward one position.
- selectionMode.
Variable in class java.awt.swing.tree.DefaultTreeSelectionModel
- Mode for the selection, will be either SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
- selectionModel.
Variable in class java.awt.swing.JTable
- The ListSelectionModel of the table, used to keep track of row selections
- selectionModel.
Variable in class java.awt.swing.JTree
- Models the set of selected nodes in this tree.
- selectionModel.
Variable in class java.awt.swing.table.DefaultTableColumnModel
- Model for keeping track of column selections
- selectionNextWordAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the selection to the begining of the
next word.
- selectionPreviousWordAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the selection to the begining of the
previous word.
- selectionRedirector.
Variable in class java.awt.swing.JTree
- Creates a new event and passed it off the selectionListeners.
- selectionUpAction.
Static variable in class java.awt.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
logically upward one position.
- selectionValues.
Variable in class java.awt.swing.JOptionPane
- Array of values the user can choose from.
- send(DatagramPacket).
Method in class java.net.DatagramSocket
- Sends a datagram packet from this socket.
- send(DatagramPacket, byte).
Method in class java.net.MulticastSocket
- Sends a datagram packet to the destination, with a TTL (time-
to-live) other than the default for the socket.
- send(DatagramPacket).
Method in class java.net.DatagramSocketImpl
- Sends a datagram packet.
- sendError(int, String).
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified status
code and descriptive message.
- sendError(int).
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified
status code and a default message.
- sendRedirect(String).
Method in interface javax.servlet.http.HttpServletResponse
- Sends a temporary redirect response to the client using the
specified redirect location URL.
- send_deferred().
Method in class org.omg.CORBA.Request
- Makes an asynchronous invocation on
the request.
- send_multiple_requests_deferred(Request[]).
Method in class org.omg.CORBA.ORB
- Sends multiple dynamic (DII) requests asynchronously.
- send_multiple_requests_oneway(Request[]).
Method in class org.omg.CORBA.ORB
- Sends multiple dynamic (DII) requests asynchronously without expecting
any responses.
- send_oneway().
Method in class org.omg.CORBA.Request
- Makes a oneway invocation on the
request.
- separator.
Static variable in class java.io.File
- The system-dependent path separator string.
- separatorChar.
Static variable in class java.io.File
- The system-dependent path separator character.
- serialVersionUID.
Static variable in interface java.rmi.server.RemoteRef
-
- serialVersionUID.
Static variable in interface java.rmi.server.ServerRef
-
- serialize(ObjectOutputStream, Collection).
Method in class java.beans.beancontext.BeanContextSupport
-
- service(ServletRequest, ServletResponse).
Method in interface javax.servlet.Servlet
- Carries out a single request from the client.
- service(ServletRequest, ServletResponse).
Method in class javax.servlet.GenericServlet
- Carries out a single request from the client.
- service(HttpServletRequest, HttpServletResponse).
Method in class javax.servlet.http.HttpServlet
- This is an HTTP-specific version of the
Servlet.service
method, which accepts HTTP specific
parameters.
- service(ServletRequest, ServletResponse).
Method in class javax.servlet.http.HttpServlet
- Implements the high level
Servlet.service
method by
delegating to the HTTP-specific service method.
- serviceAvailable(BeanContextServiceAvailableEvent).
Method in class java.beans.beancontext.BeanContextChildSupport
- a new service is available from the nesting BeanContext.
- serviceAvailable(BeanContextServiceAvailableEvent).
Method in interface java.beans.beancontext.BeanContextServicesListener
- The service named has been registered.
- serviceAvailable(BeanContextServiceAvailableEvent).
Method in class java.beans.beancontext.BeanContextServicesSupport
- BeanContextServicesListener callback, propagates event to all
currently registered listeners and BeanContextServices children,
if this BeanContextService does not already implement this service
itself.
- serviceClass.
Variable in class java.beans.beancontext.BeanContextServiceAvailableEvent
-
- serviceClass.
Variable in class java.beans.beancontext.BeanContextServiceRevokedEvent
- fields
- serviceProvider.
Variable in class java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
- serviceRevoked(BeanContextServiceRevokedEvent).
Method in class java.beans.beancontext.BeanContextChildSupport
- a service provided by the nesting BeanContext has been revoked.
- serviceRevoked(BeanContextServiceRevokedEvent).
Method in interface java.beans.beancontext.BeanContextServiceRevokedListener
- The service named has been revoked.
- services.
Variable in class java.beans.beancontext.BeanContextServicesSupport
-
- set(Object).
Method in class java.lang.ThreadLocal
- Sets the calling thread's instance of this ThreadLocal variable
to the given value.
- set(Object, Object).
Method in class java.lang.reflect.Field
- Sets the field represented by this Field object on the
specified object argument to the specified new value.
- set(Object, int, Object).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified new value.
- set(int, int).
Method in class java.util.Calendar
- Sets the time field with the given value.
- set(int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, and date.
- set(int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, and minute.
- set(int, int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, minute, and second.
- set(int, Object).
Method in class java.util.AbstractList
- Replaces the element at the specified position in this List with the
specified element (optional operation).
- set(int, Object).
Method in class java.util.AbstractSequentialList
- Replaces the element at the specified position in this List with the
specified element.
- set(Object).
Method in interface java.util.ListIterator
- Replaces the last element returned by next or previous with the
specified element.
- set(int, Object).
Method in class java.util.Vector
- Replaces the element at the specified position in this Vector with the
specified element.
- set(int).
Method in class java.util.BitSet
- The bit with index
bitIndex
in this BitSet
is changed to the "set" (true
) state.
- set(int, Object).
Method in interface java.util.List
- Replaces the element at the specified position in this List with the
specified element (optional operation).
- set(int, Object).
Method in class java.util.ArrayList
- Replaces the element at the specified position in this ArrayList with
the specified element.
- set(String, String).
Method in class java.util.mime.MimeTypeParameterList
- Set the value to be associated with the given name, replacing
any previous association.
- set(String, String, int, String, String).
Method in class java.net.URL
- Sets the fields of the URL.
- set(AttributeSet).
Method in class java.awt.font.TextAttributeSet
- Removes all attributes, then adds the new attributes.
- set(PageFormat, Printable).
Method in class java.awt.print.Book.BookPageContext
- Set the paper size and orientation, 'format', as
well as the instance that will draw the page,
'painter'.
- set(int, Object).
Method in class java.awt.swing.DefaultListModel
-
- set(AttributeSet).
Method in interface java.text.MutableAttributeSet
- Remove all attributes and add the specified attributes.
- setAccelerator(KeyStroke).
Method in class java.awt.swing.JMenuItem
-
- setAccelerator(KeyStroke).
Method in class java.awt.swing.JMenu
-
- setAccessible(AccessibleObject[], boolean).
Static method in class java.lang.reflect.AccessibleObject
- Convenience method to set the accessible flag for an
array of objects with a single security check (for efficiency).
- setAccessible(boolean).
Method in class java.lang.reflect.AccessibleObject
- Set the accessible flag for this object to
the indicated boolean value.
- setAccessibleDescription(String).
Method in class java.awt.accessibility.AccessibleContext
- Set the accessible description of this object.
- setAccessibleDescription(String).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the accessible description of this object.
- setAccessibleDescription(String).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setAccessibleDescription(String).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Set the accessible description of this object.
- setAccessibleDescription(String).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setAccessibleDescription(String).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setAccessibleName(String).
Method in class java.awt.accessibility.AccessibleContext
- Set the localized accessible name of this object.
- setAccessibleName(String).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the localized accessible name of this object.
- setAccessibleName(String).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setAccessibleName(String).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Set the localized accessible name of this object.
- setAccessibleName(String).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setAccessibleName(String).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setAccessibleParent(Accessible).
Method in class java.awt.accessibility.AccessibleContext
- Set the Accessible parent of this object.
- setActionCommand(String).
Method in class java.awt.MenuItem
- Sets the command name of the action event that is fired
by this menu item.
- setActionCommand(String).
Method in class java.awt.Button
- Sets the command name for the action event fired
by this button.
- setActionCommand(String).
Method in class java.awt.swing.AbstractButton
- Sets the action command for this button.
- setActionCommand(String).
Method in class java.awt.swing.DefaultButtonModel
- Sets the actionCommand that gets sent when the putton is pressed.
- setActionCommand(String).
Method in interface java.awt.swing.ButtonModel
-
- setActionCommand(String).
Method in class java.awt.swing.JTextField
- Sets the command string used for action events.
- setActionCommand(String).
Method in class java.awt.swing.JComboBox
- Sets the action commnand that should be included in the event
sent to action listeners.
- setActive(boolean).
Method in class java.awt.dnd.DropTarget
- set the DropTarget (in)active.
- setAddress(InetAddress).
Method in class java.net.DatagramPacket
-
- setAlignment(int).
Method in class java.awt.FlowLayout
- Sets the alignment for this layout.
- setAlignment(int).
Method in class java.awt.Label
- Sets the alignment for this label to the specified alignment.
- setAlignment(MutableAttributeSet, int).
Static method in class java.awt.swing.text.StyleConstants
- Sets alignment.
- setAlignmentX(float).
Method in class java.awt.swing.JComponent
- Set the value of the alignmentX property.
- setAlignmentY(float).
Method in class java.awt.swing.JComponent
- Set the value of the alignmentY property.
- setAllowUserInteraction(boolean).
Method in class java.net.URLConnection
- Set the value of the
allowUserInteraction
field of
this URLConnection
.
- setAllowsChildren(boolean).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Sets whether or not this node is allowed to have children.
- setAmPmStrings(String[]).
Method in class java.text.DateFormatSymbols
- Sets ampm strings.
- setAnchorSelectionIndex(int).
Method in interface java.awt.swing.ListSelectionModel
- Set the anchor selection index.
- setAnchorSelectionIndex(int).
Method in class java.awt.swing.DefaultListSelectionModel
-
- setAngleExtent(double).
Method in class java.awt.geom.Arc2D
- Sets the angular extent of this arc to the specified double
value (in degrees).
- setAngleExtent(double).
Method in class java.awt.geom.Arc2D.Float
- Sets the angular extent of this arc to the specified double
value (in degrees).
- setAngleExtent(double).
Method in class java.awt.geom.Arc2D.Double
- Sets the angular extent of this arc to the specified double
value (in degrees).
- setAngleStart(double).
Method in class java.awt.geom.Arc2D
- Sets the starting angle of this arc to the specified double
value (in degrees).
- setAngleStart(Point2D).
Method in class java.awt.geom.Arc2D
- Sets the starting angle of this arc to the angle that the
specified point defines relative to the center of this arc.
- setAngleStart(double).
Method in class java.awt.geom.Arc2D.Float
- Sets the starting angle of this arc to the specified double
value (in degrees).
- setAngleStart(double).
Method in class java.awt.geom.Arc2D.Double
- Sets the starting angle of this arc to the specified double
value (in degrees).
- setAngles(double, double, double, double).
Method in class java.awt.geom.Arc2D
- Sets the angular extents of this arc to the angles that the
specified point coordinates define relative to the center of
this arc.
- setAngles(Point2D, Point2D).
Method in class java.awt.geom.Arc2D
- Sets the angular extents of this arc to the angles that the
specified Point objects define relative to the center of this
arc.
- setAnimated(boolean).
Method in class java.awt.image.MemoryImageSource
- Change this memory image into a multi-frame animation or a
single-frame static image depending on the animated parameter.
- setArc(double, double, double, double, double, double, int).
Method in class java.awt.geom.Arc2D
- Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArc(Point2D, Dimension2D, double, double, int).
Method in class java.awt.geom.Arc2D
- Sets the location, size, angular extents, and closure type of
this arc to the specified Point and Dimension and double values.
- setArc(Rectangle2D, double, double, int).
Method in class java.awt.geom.Arc2D
- Sets the location, size, angular extents, and closure type of
this arc to the specified Rectangle and double values.
- setArc(Arc2D).
Method in class java.awt.geom.Arc2D
- Sets this arc to be the same as the specified Arc.
- setArc(double, double, double, double, double, double, int).
Method in class java.awt.geom.Arc2D.Float
- Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArc(double, double, double, double, double, double, int).
Method in class java.awt.geom.Arc2D.Double
- Sets the location, size, angular extents, and closure type of
this arc to the specified double values.
- setArcByCenter(double, double, double, double, double, int).
Method in class java.awt.geom.Arc2D
- Sets the position, bounds, angular extents, and closure type of
this arc to the specified double values based on a center point
and a radius rather than a bounding box for the full ellipse.
- setArcByTangent(Point2D, Point2D, Point2D, double).
Method in class java.awt.geom.Arc2D
- Sets the position, bounds, and angular extents of this arc
so that the starting angle is tangent to the line specified
by points (p1, p2) and the ending angle is tangent to the
line specified by points (p2, p3) with the given radius.
- setArcType(int).
Method in class java.awt.geom.Arc2D
- Sets the closure type of this arc to the specified value.
- setAreaOfInterest(Shape).
Method in class java.awt.image.renderable.RenderContext
- Sets the current area of interest.
- setArmed(boolean).
Method in class java.awt.swing.DefaultButtonModel
- Identifies the button as "armed".
- setArmed(boolean).
Method in class java.awt.swing.JMenuItem
- Identifies the menu item as "armed".
- setArmed(boolean).
Method in interface java.awt.swing.ButtonModel
- Marks the button as "armed".
- setArrayLocator(int, ArrayLocator).
Method in interface java.sql.PreparedStatement
- Set a LOCATOR(<array>) parameter.
- setAsText(String).
Method in class java.beans.PropertyEditorSupport
- Set the property value by parsing a given String.
- setAsText(String).
Method in interface java.beans.PropertyEditor
- Set the property value by parsing a given String.
- setAsciiStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large ASCII value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setAsksAllowsChildren(boolean).
Method in class java.awt.swing.tree.DefaultTreeModel
- Sets whether or not to test leafness by asking getAllowsChildren()
or isLeaf() to the TreeNodes.
- setAutoCommit(boolean).
Method in interface java.sql.Connection
- If a connection is in auto-commit mode, then all its SQL
statements will be executed and committed as individual
transactions.
- setAutoCreateColumnsFromModel(boolean).
Method in class java.awt.swing.JTable
- Sets the table's autoCreateColumnsFromModel flag.
- setAutoResizeMode(int).
Method in class java.awt.swing.JTable
- Sets the table's auto resize mode when the table is resized.
- setAutoscrolls(boolean).
Method in class java.awt.swing.JComponent
- If true this component will automatically scroll its contents when
dragged, if contained in a component that supports scrolling, such as
JViewport
- setBackground(Color).
Method in class java.awt.Component
- Sets the background color of this component.
- setBackground(Color).
Method in class java.awt.Graphics2D
- Sets the background color in this context used for clearing a region.
- setBackground(Color).
Method in class java.awt.print.ProxyGraphics2D
- Sets the background color in this context used for clearing a region.
- setBackground(Color).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.Box.AccessibleBox
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setBackground(Color).
Method in class java.awt.swing.JInternalFrame
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setBackground(Color).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the background color of this object.
- setBackground(Color).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setBackground(Color).
Method in class java.awt.swing.table.DefaultTableCellRenderer
-
- setBackgroundAt(int, Color).
Method in class java.awt.swing.JTabbedPane
- Sets the background color at index to background
which can be null, in which case the tab's background color
will default to the background color of the tabbedpane.
- setBackingStoreEnabled(boolean).
Method in class java.awt.swing.JViewport
- If true if this viewport will maintain an offscreen
image of its contents.
- setBeanContext(BeanContext).
Method in class java.beans.beancontext.BeanContextChildSupport
- setBeanContext
- setBeanContext(BeanContext).
Method in interface java.beans.beancontext.BeanContextChild
Objects that implement this interface,
shall fire a java.beans.PropertyChangeEvent, with parameters:
- setBeanInfoSearchPath(String[]).
Static method in class java.beans.Introspector
- Change the list of package names that will be used for
finding BeanInfo classes.
- setBeginIndex(int).
Method in class java.text.FieldPosition
- Sets the begin index.
- setBigDecimal(int, BigDecimal).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.math.BigDecimal value.
- setBinaryStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large binary value is input to a LONGVARBINARY
parameter, it may be more practical to send it via a
java.io.InputStream.
- setBit(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is equivalent to this number
with the designated bit set.
- setBlinkRate(int).
Method in class java.awt.swing.text.DefaultCaret
- Sets the caret blink rate.
- setBlinkRate(int).
Method in interface java.awt.swing.text.Caret
- Sets the blink rate of the caret.
- setBlobLocator(int, BlobLocator).
Method in interface java.sql.PreparedStatement
- Set a LOCATOR(BLOB) parameter.
- setBlockIncrement(int).
Method in interface java.awt.Adjustable
- Sets the block value increment for the adjustable object.
- setBlockIncrement(int).
Method in class java.awt.Scrollbar
- Sets the block increment for this scroll bar.
- setBlockIncrement(int).
Method in class java.awt.swing.JScrollBar
- Sets the blockIncrement property.
- setBold(MutableAttributeSet, boolean).
Static method in class java.awt.swing.text.StyleConstants
- Sets the bold attribute.
- setBoolean(Object, boolean).
Method in class java.lang.reflect.Field
- Set the value of a field as a boolean on specified object.
- setBoolean(Object, int, boolean).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setBoolean(int, boolean).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java boolean value.
- setBorder(Border).
Method in class java.awt.swing.JComponent
- Sets the border of this component.
- setBorder(Border).
Method in class java.awt.swing.JViewport
- The viewport "scrolls" it's child (called the "view") by the
normal parent/child clipping (typically the view is moved in
the opposite direction of the scroll).
- setBorder(Border).
Method in class java.awt.swing.border.TitledBorder
- Sets the border of the titled border.
- setBorderPainted(boolean).
Method in class java.awt.swing.AbstractButton
- Sets whether the border should be painted.
- setBorderPainted(boolean).
Method in class java.awt.swing.JPopupMenu
- Sets whether the border should be painted.
- setBorderPainted(boolean).
Method in class java.awt.swing.JToolBar
- Sets whether the border should be painted.
- setBorderPainted(boolean).
Method in class java.awt.swing.JProgressBar
- Sets whether the progress bar should have a border.
- setBorderPainted(boolean).
Method in class java.awt.swing.JMenuBar
- Determines whether the MenuBar's current border will be painted.
- setBottomComponent(Component).
Method in class java.awt.swing.JSplitPane
- Sets the component below, or to the right of the divider.
- setBound(boolean).
Method in class java.beans.PropertyDescriptor
- Updates to "bound" properties will cause a "PropertyChange" event to
get fired when the property is changed.
- setBounds(int, int, int, int).
Method in class java.awt.Component
- Moves and resizes this component.
- setBounds(Rectangle).
Method in class java.awt.Component
- Moves and resizes this component to conform to the new
bounding rectangle
r
.
- setBounds(Rectangle).
Method in class java.awt.Rectangle
- Sets the bounding rectangle of this rectangle to match
the specified rectangle.
- setBounds(int, int, int, int).
Method in class java.awt.Rectangle
- Sets the bounding rectangle of this rectangle to the specified
values for
x
, y
, width
,
and height
.
- setBounds(double, double, double, double).
Method in class java.awt.geom.RectangularShape
- Sets the location and size of the outer bounds of this shape
to the specified rectangular values.
- setBounds(Point2D, Dimension2D).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape to be the same as the specified
Point and Dimension objects.
- setBounds(Rectangle2D).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape to be the same as the specified
Rectangle.
- setBounds(double, double, double, double).
Method in class java.awt.geom.Rectangle2D
- Sets the location and size of the outer bounds of this shape
to the specified rectangular values.
- setBounds(double, double, double, double).
Method in class java.awt.geom.RoundRectangle2D
- Sets the location and size of the outer bounds of this shape
to the specified rectangular values.
- setBounds(double, double, double, double).
Method in class java.awt.geom.Arc2D
- Sets the location and size of the outer bounds of this shape
to the specified rectangular values.
- setBounds(float, float, float, float).
Method in class java.awt.geom.Ellipse2D.Float
- Sets the location and size of this ellipse to the specified
float values.
- setBounds(double, double, double, double).
Method in class java.awt.geom.Ellipse2D.Float
- Sets the location and size of this ellipse to the specified
double values.
- setBounds(double, double, double, double).
Method in class java.awt.geom.Ellipse2D.Double
- Sets the location and size of this ellipse to the specified
double values.
- setBounds(Rectangle).
Method in interface java.awt.accessibility.AccessibleComponent
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.Box.AccessibleBox
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JComponent
- Moves and resizes this component.
- setBounds(Rectangle).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- setBounds(Rectangle).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setBounds(int, int, int, int).
Method in class java.awt.swing.JViewport
-
- setBounds(Rectangle).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Sets the bounds of this object in the form of a Rectangle
object.
- setBounds(Rectangle).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setBounds(Rectangle).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setBounds(Rectangle).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Sets the bounds of this object in the form of a Rectangle object.
- setBounds(Rectangle).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setBoundsForFrame(JComponent, int, int, int, int).
Method in class java.awt.swing.DefaultDesktopManager
- This moves the JComponent and repaints the damaged areas.
- setBoundsForFrame(JComponent, int, int, int, int).
Method in interface java.awt.swing.DesktopManager
- This is a primative reshape method.
- setBoundsFromCenter(double, double, double, double).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape based on a center point
and a corner point.
- setBoundsFromCenter(Point2D, Point2D).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape based on a center point
and a corner point.
- setBoundsFromDiagonal(double, double, double, double).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape based on two points along
one of its diagonals.
- setBoundsFromDiagonal(Point2D, Point2D).
Method in class java.awt.geom.RectangularShape
- Sets the outer bounds of this shape based on two Point objects
along one of its diagonals.
- setByte(Object, byte).
Method in class java.lang.reflect.Field
- Set the value of a field as a byte on specified object.
- setByte(Object, int, byte).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setByte(int, byte).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java byte value.
- setBytes(int, byte[]).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java array of bytes.
- setCalendar(Calendar).
Method in class java.text.DateFormat
- Set the calendar to be used by this date format.
- setCaret(Caret).
Method in class java.awt.swing.text.JTextComponent
- Sets the caret to be used.
- setCaretColor(Color).
Method in class java.awt.swing.text.JTextComponent
- Sets the current color used to render the
caret.
- setCaretPosition(int).
Method in class java.awt.TextComponent
- Sets the position of the text insertion caret for
this text component.
- setCaretPosition(int).
Method in class java.awt.swing.text.JTextComponent
- Sets the position of the text insertion caret for the TextComponent.
- setCatalog(String).
Method in interface java.sql.Connection
- A sub-space of this Connection's database may be selected by setting a
catalog name.
- setCellEditor(TableCellEditor).
Method in class java.awt.swing.JTable
- Set the cellEditor variable.
- setCellEditor(TreeCellEditor).
Method in class java.awt.swing.JTree
- Sets the cell editor.
- setCellEditor(TableCellEditor).
Method in class java.awt.swing.table.TableColumn
- Sets the TableCellEditor used by JTable to draw individual
values for this column to anEditor.
- setCellRenderer(ListCellRenderer).
Method in class java.awt.swing.JList
- Sets the delegate that's used to paint each cell in the list.
- setCellRenderer(TreeCellRenderer).
Method in class java.awt.swing.JTree
- Sets the TreeCellRenderer that will be used to draw each cell.
- setCellRenderer(TableCellRenderer).
Method in class java.awt.swing.table.TableColumn
- Sets the TableCellRenderer used by JTable to draw
individual values for this column to aRenderer.
- setCellSelectionEnabled(boolean).
Method in class java.awt.swing.JTable
- Sets whether this table allows both a column selection and a
row selection to exist at the same time.
- setCertificateEntry(String, Certificate).
Method in class java.security.KeyStore
- Assigns a certificate to the given alias.
- setChanged().
Method in class java.util.Observable
- Marks this Observable object as having been changed; the
hasChanged method will now return true.
- setChar(Object, char).
Method in class java.lang.reflect.Field
- Set the value of a field as a char on specified object.
- setChar(Object, int, char).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified byte value.
- setCharAt(int, char).
Method in class java.lang.StringBuffer
- The character at the specified index of this string buffer is set
to
ch
.
- setCharacterAttributes(AttributeSet, boolean).
Method in class java.awt.swing.JTextPane
- Applies the given attributes to character
content.
- setCharacterAttributes(int, int, AttributeSet, boolean).
Method in class java.awt.swing.text.DefaultStyledDocument
- Sets attributes for some part of the document.
- setCharacterAttributes(JEditorPane, AttributeSet, boolean).
Method in class java.awt.swing.text.StyledEditorKit.StyledTextAction
- Applies the given attributes to character
content.
- setCharacterAttributes(int, int, AttributeSet, boolean).
Method in interface java.awt.swing.text.StyledDocument
- Changes the content element attributes used for the given range of
existing content in the document.
- setCharacterStream(int, Reader, int).
Method in interface java.sql.PreparedStatement
- JDBC 2.0
When a very large UNICODE value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.Reader.
- setCharacterSubsets(Character.Subset[]).
Method in class java.awt.im.InputContext
- Sets the subsets of the Unicode character set that input methods of this input
context should be allowed to input.
- setCheckboxGroup(CheckboxGroup).
Method in class java.awt.Checkbox
- Sets this check box's group to be the specified check box group.
- setChoices(double[], String[]).
Method in class java.text.ChoiceFormat
- Set the choices to be used in formatting.
- setClickCountToStart(int).
Method in class java.awt.swing.DefaultCellEditor
-
- setClip(int, int, int, int).
Method in class java.awt.Graphics
- Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape).
Method in class java.awt.Graphics
- Sets the current clipping area to an arbitrary clip shape.
- setClip(int, int, int, int).
Method in class java.awt.print.ProxyGraphics2D
- Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape).
Method in class java.awt.print.ProxyGraphics2D
- Sets the current clipping area to an arbitrary clip shape.
- setClip(int, int, int, int).
Method in class java.awt.swing.DebugGraphics
-
- setClip(Shape).
Method in class java.awt.swing.DebugGraphics
-
- setClobLocator(int, ClobLocator).
Method in interface java.sql.PreparedStatement
- Set a LOCATOR(CLOB) parameter.
- setClosable(boolean).
Method in class java.awt.swing.JInternalFrame
- Set that this JInternalFrame can be closed by some user action.
- setClosed(boolean).
Method in class java.awt.swing.JInternalFrame
- Calling this method with true, will cause the frame to close.
- setCoalesce(boolean).
Method in class java.awt.swing.Timer
- Sets whether the Timer coalesces multiple pending ActionEvent firings.
- setCollated(boolean).
Method in class java.awt.print.PrinterJob
- Set whether copies should be collated or not.
- setColor(Color).
Method in class java.awt.Graphics
- Sets this graphics context's current color to the specified
color.
- setColor(Color).
Method in class java.awt.print.ProxyGraphics2D
- Sets this graphics context's current color to the specified
color.
- setColor(Color).
Method in class java.awt.swing.DebugGraphics
- Sets the color to be used for drawing and filling lines and shapes.
- setColor(Color).
Method in class java.awt.swing.ColorChooserPanel
-
- setColorModel(ColorModel).
Method in class java.awt.image.ImageFilter
- Filter the information provided in the setColorModel method
of the ImageConsumer interface.
- setColorModel(ColorModel).
Method in class java.awt.image.PixelGrabber
- The setColorModel method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setColorModel(ColorModel).
Method in interface java.awt.image.ImageConsumer
- The ColorModel object used for the majority of
the pixels reported using the setPixels method
calls.
- setColorModel(ColorModel).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel is an IndexColorModel, and the subclass has
set the canFilterIndexColorModel flag to true, we substitute
a filtered version of the color model here and wherever
that original ColorModel object appears in the setPixels methods.
- setColumnHeader(JViewport).
Method in class java.awt.swing.JScrollPane
-
- setColumnHeaderView(Component).
Method in class java.awt.swing.JScrollPane
- Creates a ColumnHeader viewport if neccessary and then sets
its view.
- setColumnIdentifiers(Vector).
Method in class java.awt.swing.table.DefaultTableModel
- Replaces the column identifiers in the model.
- setColumnIdentifiers(Object[]).
Method in class java.awt.swing.table.DefaultTableModel
- Replaces the column identifiers in the model.
- setColumnMargin(int).
Method in class java.awt.swing.table.DefaultTableColumnModel
- Sets the column margin to newMargin.
- setColumnMargin(int).
Method in interface java.awt.swing.table.TableColumnModel
- Sets the TableColumn's column margin to newMargin.
- setColumnModel(TableColumnModel).
Method in class java.awt.swing.JTable
- Sets the column model for this table to newModel and registers
with for listner notifications from the new column model.
- setColumnModel(TableColumnModel).
Method in class java.awt.swing.table.JTableHeader
- Sets the column model for this table to newModel and registers
with for listner notifications from the new column model.
- setColumnSelectionAllowed(boolean).
Method in class java.awt.swing.JTable
- Sets whether the columns in this model can be selected.
- setColumnSelectionAllowed(boolean).
Method in class java.awt.swing.table.DefaultTableColumnModel
-
- setColumnSelectionAllowed(boolean).
Method in interface java.awt.swing.table.TableColumnModel
- Sets whether the columns in this model can be selected.
- setColumnSelectionInterval(int, int).
Method in class java.awt.swing.JTable
- Selects the columns from index0 to index1 inclusive.
- setColumns(int).
Method in class java.awt.GridLayout
- Sets the number of columns in this layout to the specified value.
- setColumns(int).
Method in class java.awt.TextField
- Sets the number of columns in this text field.
- setColumns(int).
Method in class java.awt.TextArea
- Sets the number of columns for this text area.
- setColumns(int).
Method in class java.awt.swing.JTextField
- Sets the number of columns in this TextField.
- setColumns(int).
Method in class java.awt.swing.JTextArea
- Sets the number of columns for this TextArea.
- setComment(String).
Method in class java.util.zip.ZipEntry
- Sets the optional comment string for the entry.
- setComment(String).
Method in class java.util.zip.ZipOutputStream
- Sets the ZIP file comment.
- setComment(String).
Method in class javax.servlet.http.Cookie
- If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setComponent(Component).
Method in class java.awt.dnd.DropTarget
- Note: this interface is required to permit the safe association
of a DropTarget with a Component in one of two ways, either:
component.setDropTarget(droptarget);
or droptarget.setComponent(component);
The caller must have AWTPermission.setDropTarget to succeed.
- setComponent(JComponent).
Method in class java.awt.swing.JToolTip
- Specifies the component that the tooltip describes.
- setComponent(MutableAttributeSet, Component).
Static method in class java.awt.swing.text.StyleConstants
- Sets the component attribute.
- setComponentAt(int, Component).
Method in class java.awt.swing.JTabbedPane
- Sets the component at index to component.
- setComponents(int[], int).
Method in class java.awt.image.ColorModel
- This method will pack the components into a pixel given an
array of discrete components in this color model.
- setComponents(int[], int, Object).
Method in class java.awt.image.ColorModel
- Returns a pixel, given a discrete components (unpacked color/alpha
values) in this color model.
- setComponents(int[], int).
Method in class java.awt.image.DirectColorModel
- This method will pack the components into a pixel given an
array of discrete components in this color model.
- setComponents(int[], int, Object).
Method in class java.awt.image.DirectColorModel
- This method will pack the components into a pixel given an
array of discrete components in this color model.
- setComponents(int[], int).
Method in class java.awt.image.ComponentColorModel
- Returns a pixel, given a discrete components (unpacked color/alpha
values) in this color model.
- setComponents(int[], int, Object).
Method in class java.awt.image.ComponentColorModel
- Returns a pixel array, given a discrete components (unpacked
color/alpha values) in this color model.
- setComponents(int[], int).
Method in class java.awt.image.IndexColorModel
- Returns a pixel, given a discrete components (unpacked color/alpha
values) in this color model.
- setComponents(int[], int, Object).
Method in class java.awt.image.IndexColorModel
- Returns a pixel array, given a discrete components (unpacked
color/alpha values) in this color model.
- setComposite(Composite).
Method in class java.awt.Graphics2D
- Sets the Composite in the current graphics state.
- setComposite(Composite).
Method in class java.awt.print.ProxyGraphics2D
- Sets the Composite in the current graphics state.
- setConstrained(boolean).
Method in class java.beans.PropertyDescriptor
- Attempted updates to "Constrained" properties will cause a "VetoableChange"
event to get fired when the property is changed.
- setConstraints(Component, GridBagConstraints).
Method in class java.awt.GridBagLayout
- Sets the constraints for the specified component in this layout.
- setContentHandlerFactory(ContentHandlerFactory).
Static method in class java.net.URLConnection
- Sets the
ContentHandlerFactory
of an
application.
- setContentLength(int).
Method in interface javax.servlet.ServletResponse
- Sets the content length for this response.
- setContentPane(Container).
Method in class java.awt.swing.JFrame
- Sets the contentPane property.
- setContentPane(Container).
Method in class java.awt.swing.JWindow
- Sets the contentPane property.
- setContentPane(Container).
Method in class java.awt.swing.JDialog
- Sets the contentPane property.
- setContentPane(Container).
Method in class java.awt.swing.JInternalFrame
- Sets this JInternalFrame's content pane.
- setContentPane(Container).
Method in interface java.awt.swing.RootPaneContainer
- The "contentPane" is the primary container for application
specific components.
- setContentPane(Container).
Method in class java.awt.swing.JApplet
- Sets the contentPane property.
- setContentPane(Container).
Method in class java.awt.swing.JRootPane
-
- setContentType(String).
Method in class java.awt.swing.JEditorPane
- Sets the type of content that this editor
handles.
- setContentType(String).
Method in interface javax.servlet.ServletResponse
- Sets the content type for this response.
- setContents(Transferable, ClipboardOwner).
Method in class java.awt.datatransfer.Clipboard
- Sets the current contents of the clipboard to the specified
transferable object and registers the specified clipboard owner
as the owner of the new contents.
- setContextClassLoader(ClassLoader).
Method in class java.lang.Thread
- Sets the context ClassLoader for this Thread.
- setContinuousLayout(boolean).
Method in class java.awt.swing.JSplitPane
- Sets whether or not the child components are continuously
redisplayed and layed out during user intervention.
- setCopies(int).
Method in class java.awt.print.PrinterJob
- Set the number of copies to be printed.
- setCorner(String, Component).
Method in class java.awt.swing.JScrollPane
-
- setCrc(long).
Method in class java.util.zip.ZipEntry
- Sets the CRC-32 checksum of the uncompressed entry data.
- setCurrent(Checkbox).
Method in class java.awt.CheckboxGroup
-
- setCurrentAccessibleValue(Number).
Method in interface java.awt.accessibility.AccessibleValue
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.AbstractButton.AccessibleAbstractButton
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JSplitPane.AccessibleJSplitPane
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JSlider.AccessibleJSlider
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JInternalFrame.AccessibleJInternalFrame
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JScrollBar.AccessibleJScrollBar
- Set the value of this object as a Number.
- setCurrentAccessibleValue(Number).
Method in class java.awt.swing.JProgressBar.AccessibleJProgressBar
- Set the value of this object as a Number.
- setCurrentManager(FocusManager).
Static method in class java.awt.swing.FocusManager
- Set the FocusManager that should be used for the calling
thread.
- setCurrentManager(RepaintManager).
Static method in class java.awt.swing.RepaintManager
- Set the RepaintManager that should be used for the calling
thread.
- setCursor(Cursor).
Method in class java.awt.Component
- Set the cursor image to a predefined cursor.
- setCursor(int).
Method in class java.awt.Frame
-
- setCursor(Cursor).
Method in class java.awt.dnd.DragSourceContext
- change the drag cursor
- setCursor(Cursor).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.Box.AccessibleBox
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setCursor(Cursor).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setCursor(Cursor).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setCursor(Cursor).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the Cursor of this object.
- setCursor(Cursor).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setCursorName(String).
Method in interface java.sql.Statement
- setCursorname defines the SQL cursor name that will be used by
subsequent Statement execute methods.
- setCurve(double, double, double, double, double, double, double, double).
Method in class java.awt.geom.CubicCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the specified double coordinates.
- setCurve(double[], int).
Method in class java.awt.geom.CubicCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the double coordinates at the specified offset in the specified
array.
- setCurve(Point2D, Point2D, Point2D, Point2D).
Method in class java.awt.geom.CubicCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the specified Point coordinates.
- setCurve(Point2D[], int).
Method in class java.awt.geom.CubicCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the coordinates of the Point objects at the specified offset in
the specified array.
- setCurve(CubicCurve2D).
Method in class java.awt.geom.CubicCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the same as those in the specified CubicCurve.
- setCurve(double, double, double, double, double, double, double, double).
Method in class java.awt.geom.CubicCurve2D.Float
- Sets the location of the endpoints and controlpoints
of this curve to the specified double coordinates.
- setCurve(float, float, float, float, float, float, float, float).
Method in class java.awt.geom.CubicCurve2D.Float
- Sets the location of the endpoints and controlpoints
of this curve to the specified float coordinates.
- setCurve(double, double, double, double, double, double, double, double).
Method in class java.awt.geom.CubicCurve2D.Double
- Sets the location of the endpoints and controlpoints
of this curve to the specified double coordinates.
- setCurve(double, double, double, double, double, double).
Method in class java.awt.geom.QuadCurve2D
- Sets the location of the endpoints and controlpoint of this curve
to the specified double coordinates.
- setCurve(double[], int).
Method in class java.awt.geom.QuadCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the double coordinates at the specified offset in the specified
array.
- setCurve(Point2D, Point2D, Point2D).
Method in class java.awt.geom.QuadCurve2D
- Sets the location of the endpoints and controlpoint of this curve
to the specified Point coordinates.
- setCurve(Point2D[], int).
Method in class java.awt.geom.QuadCurve2D
- Sets the location of the endpoints and controlpoints of this curve
to the coordinates of the Point objects at the specified offset in
the specified array.
- setCurve(QuadCurve2D).
Method in class java.awt.geom.QuadCurve2D
- Sets the location of the endpoints and controlpoint of this curve
to the same as those in the specified QuadCurve.
- setCurve(double, double, double, double, double, double).
Method in class java.awt.geom.QuadCurve2D.Float
- Sets the location of the endpoints and controlpoint of this curve
to the specified double coordinates.
- setCurve(double, double, double, double, double, double).
Method in class java.awt.geom.QuadCurve2D.Double
- Sets the location of the endpoints and controlpoint of this curve
to the specified double coordinates.
- setDCTMethod(int).
Method in class java.awt.image.codec.JPEGParam
- Selects the DCT algorithm
- setDaemon(boolean).
Method in class java.lang.Thread
- Marks this thread as either a daemon thread or a user thread.
- setDaemon(boolean).
Method in class java.lang.ThreadGroup
- Changes the daemon status of this thread group.
- setData(byte[]).
Method in class java.net.DatagramPacket
- Set the data buffer for this packet.
- setData(int, byte[]).
Method in class java.awt.color.ICC_Profile
- Sets a particular tagged data element in the profile from
a byte array.
- setDataVector(Vector, Vector).
Method in class java.awt.swing.table.DefaultTableModel
- This replaces the current dataVector instance variable with the
parameter newData.
- setDataVector(Object[][], Object[]).
Method in class java.awt.swing.table.DefaultTableModel
- This replaces the value in the dataVector instance variable with the
values in the array newData.
- setDate(int).
Method in class java.util.Date
- Sets the day of the month of this Date object to the
specified value.
- setDate(int, Date).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Date value.
- setDate(int).
Method in class java.sql.Time
-
- setDateFormatSymbols(DateFormatSymbols).
Method in class java.text.SimpleDateFormat
- Allows you to set the date/time formatting data.
- setDateHeader(String, long).
Method in interface javax.servlet.http.HttpServletResponse
- Adds a field to the response header with the given name and
date-valued field.
- setDebugGraphicsOptions(int).
Method in class java.awt.swing.JComponent
- Enables or disables diagnostic information about every graphics
operation performed within the component or one of its children.
- setDebugOptions(int).
Method in class java.awt.swing.DebugGraphics
- Enables/disables diagnostic information about every graphics
operation.
- setDecimalFormatSymbols(DecimalFormatSymbols).
Method in class java.text.DecimalFormat
- Sets the decimal format symbols, which is generally not changed
by the programmer or user.
- setDecimalSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setDecimalSeparatorAlwaysShown(boolean).
Method in class java.text.DecimalFormat
- Allows you to set the behavior of the decimal separator with integers.
- setDecomposition(int).
Method in class java.text.Collator
- Set the decomposition mode of this Collator.
- setDefault(TimeZone).
Static method in class java.util.TimeZone
- Sets time zone to using the given TimeZone.
- setDefault(Locale).
Static method in class java.util.Locale
- Sets the default.
- setDefault(Authenticator).
Static method in class java.net.Authenticator
- Sets the authenticator that will be used by the networking code
when a proxy or an HTTP server asks for authenticator.
- setDefaultAction(Action).
Method in interface java.awt.swing.text.Keymap
- Set the default action to fire if a key is typed.
- setDefaultActions(int).
Method in class java.awt.dnd.DropTarget
- Sets the default acceptable actions for this DropTarget
- setDefaultAllowUserInteraction(boolean).
Static method in class java.net.URLConnection
- Sets the default value of the
allowUserInteraction
field for all future
URLConnection
objects to the specified value.
- setDefaultButton(JButton).
Method in class java.awt.swing.JRootPane
- Sets the current default button for this JRootPane.
- setDefaultCloseOperation(int).
Method in class java.awt.swing.JFrame
- Sets the operation which will happen by default when
the user initiates a "close" on this frame.
- setDefaultCloseOperation(int).
Method in class java.awt.swing.JDialog
- Sets the operation which will happen by default when
the user initiates a "close" on this dialog.
- setDefaultCloseOperation(int).
Method in class java.awt.swing.JInternalFrame
- Sets the operation which will happen by default when
the user initiates a "close" on this window.
- setDefaultEditor(Class, TableCellEditor).
Method in class java.awt.swing.JTable
- Set a default editor to be used if no editor has been set in
a TableColumn.
- setDefaultLightWeightPopupEnabled(boolean).
Static method in class java.awt.swing.JPopupMenu
- Set the default value for the lightWeightPopupEnabled
property.
- setDefaultRenderer(Class, TableCellRenderer).
Method in class java.awt.swing.JTable
- Set a default renderer to be used if no renderer has been set in
a TableColumn.
- setDefaultRequestProperty(String, String).
Static method in class java.net.URLConnection
- Sets the default value of a general request property.
- setDefaultStream(PrintStream).
Static method in class java.rmi.server.LogStream
- Set the default stream for new logs.
- setDefaultUseCaches(boolean).
Method in class java.net.URLConnection
- Sets the default value of the
useCaches
field to the
specified value.
- setDefaults().
Method in class java.awt.image.codec.JPEGParam
- Sets all parameters to reasonable defaults.
- setDelay(int).
Method in class java.awt.swing.JMenu
- Sets the suggested delay before the menu's PopupMenu is popped up or down.
- setDelay(int).
Method in class java.awt.swing.Timer
- Sets the Timer's delay, the number of milliseconds between successive
actionPerfomed() messages to its listeners
- setDelegate(Graphics2D).
Method in class java.awt.print.ProxyGraphics2D
- Set the Graphics2D instance which will do the
drawing.
- setDescription(String).
Method in class java.awt.swing.ImageIcon
- Set the description of the image.
- setDesignTime(boolean).
Method in interface java.beans.DesignMode
-
- setDesignTime(boolean).
Static method in class java.beans.Beans
- Used to indicate whether of not we are running in an application
builder environment.
- setDesignTime(boolean).
Method in class java.beans.beancontext.BeanContextSupport
-
- setDesktopIcon(JInternalFrame.JDesktopIcon).
Method in class java.awt.swing.JInternalFrame
- Sets the JDesktopIcon associated with this JInternalFrame.
- setDesktopManager(DesktopManager).
Method in class java.awt.swing.JDesktopPane
-
- setDesktopProperty(String, Object).
Method in class java.awt.Toolkit
- set the named desktop property to the specified value and fire a
property change event to notify any listeners that the value has changed
- setDictionary(byte[], int, int).
Method in class java.util.zip.Inflater
- Sets the preset dictionary to the given array of bytes.
- setDictionary(byte[]).
Method in class java.util.zip.Inflater
- Sets the preset dictionary to the given array of bytes.
- setDictionary(byte[], int, int).
Method in class java.util.zip.Deflater
- Sets preset dictionary for compression.
- setDictionary(byte[]).
Method in class java.util.zip.Deflater
- Sets preset dictionary for compression.
- setDigit(char).
Method in class java.text.DecimalFormatSymbols
-
- setDimensions(int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setDimensions method
of the ImageConsumer interface.
- setDimensions(int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Override the dimensions of the source image and pass the dimensions
of the new scaled size to the ImageConsumer.
- setDimensions(int, int).
Method in class java.awt.image.CropImageFilter
- Override the source image's dimensions and pass the dimensions
of the rectangular cropped region to the ImageConsumer.
- setDimensions(int, int).
Method in class java.awt.image.PixelGrabber
- The setDimensions method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setDimensions(int, int).
Method in interface java.awt.image.ImageConsumer
- The dimensions of the source image are reported using the
setDimensions method call.
- setDirection(boolean).
Method in class java.awt.font.GlyphSet
- Return a GlyphSet identical to this one, except with all glyphs
going in the same direction.
- setDirection(short).
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Sets the direction.
- setDirectory(String).
Method in class java.awt.FileDialog
- Sets the directory of this file dialog window to be the
specified directory.
- setDisabledIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the disabled icon for the button.
- setDisabledIcon(Icon).
Method in class java.awt.swing.JLabel
- Set the icon to be displayed if this JLabel is "disabled", i.e.
- setDisabledIconAt(int, Icon).
Method in class java.awt.swing.JTabbedPane
- Sets the disabled icon at index to icon which can be null.
- setDisabledSelectedIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the disabled selection icon for the button.
- setDisabledTextColor(Color).
Method in class java.awt.swing.text.JTextComponent
- Sets the current color used to render the
disabled text.
- setDismissDelay(int).
Method in class java.awt.swing.ToolTipManager
-
- setDisplayName(String).
Method in class java.beans.FeatureDescriptor
-
- setDisplayedMnemonic(int).
Method in class java.awt.swing.JLabel
- Specify a keycode that indicates a mnemonic key.
- setDisplayedMnemonic(char).
Method in class java.awt.swing.JLabel
-
- setDividerLocation(double).
Method in class java.awt.swing.JSplitPane
- Messages the receiver with setDividerLocation(proportionalLocation *
size).
- setDividerLocation(int).
Method in class java.awt.swing.JSplitPane
- Sets the location of the divider.
- setDividerSize(int).
Method in class java.awt.swing.JSplitPane
- Sets the size of the divider to
newSize
.
- setDoInput(boolean).
Method in class java.net.URLConnection
- Sets the value of the
doInput
field for this
URLConnection
to the specified value.
- setDoOutput(boolean).
Method in class java.net.URLConnection
- Sets the value of the
doOutput
field for this
URLConnection
to the specified value.
- setDocument(Document).
Method in class java.awt.swing.JTextPane
- Associates the editor with a text document.
- setDocument(Document).
Method in class java.awt.swing.text.JTextComponent
- Associates the editor with a text document.
- setDocumentProperties(Dictionary).
Method in class java.awt.swing.text.AbstractDocument
- Replace the document properties dictionary for this document.
- setDomain(String).
Method in class javax.servlet.http.Cookie
- This cookie should be presented only to hosts satisfying this domain
name pattern.
- setDot(int).
Method in class java.awt.swing.text.DefaultCaret
- Sets the caret position and mark to some position.
- setDot(int).
Method in interface java.awt.swing.text.Caret
- Sets the caret position to some position.
- setDouble(Object, double).
Method in class java.lang.reflect.Field
- Set the value of a field as a double on specified object.
- setDouble(Object, int, double).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified double value.
- setDouble(int, double).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java double value.
- setDoubleBufferMaximumSize(Dimension).
Method in class java.awt.swing.RepaintManager
- Set the maximum double buffer size.
- setDoubleBuffered(boolean).
Method in class java.awt.swing.JComponent
- Set whether the receiving component should use a buffer to paint.
- setDoubleBufferingEnabled(boolean).
Method in class java.awt.swing.RepaintManager
-
- setDraggedColumn(TableColumn).
Method in class java.awt.swing.table.JTableHeader
- Sets the header's draggedColumn to aColumn
- setDraggedDistance(int).
Method in class java.awt.swing.table.JTableHeader
- Sets the header's draggedDistance to distance
- setDropTarget(DropTarget).
Method in class java.awt.Component
- Associate a DropTarget with this Component.
- setEchoChar(char).
Method in class java.awt.TextField
- Sets the echo character for this text field.
- setEchoChar(char).
Method in class java.awt.swing.JPasswordField
- Sets the echo character for this JPasswordField.
- setEchoCharacter(char).
Method in class java.awt.TextField
-
- setEditable(boolean).
Method in class java.awt.TextComponent
- Sets the flag that determines whether or not this
text component is editable.
- setEditable(boolean).
Method in class java.awt.swing.JTree
- Determines whether the tree is editable.
- setEditable(boolean).
Method in class java.awt.swing.JComboBox
- Determines whether the JComboBox field is editable.
- setEditable(boolean).
Method in class java.awt.swing.text.JTextComponent
- Sets the specified boolean to indicate whether or not this
TextComponent should be editable.
- setEditingColumn(int).
Method in class java.awt.swing.JTable
- Set the editingColumn variable.
- setEditingRow(int).
Method in class java.awt.swing.JTable
- Set the editingRow variable.
- setEditor(ComboBoxEditor).
Method in class java.awt.swing.JComboBox
- Sets the editor used to paint and edit the selected item in the JComboBox
field.
- setEditorKit(EditorKit).
Method in class java.awt.swing.JEditorPane
- Sets the currently installed kit for handling
content.
- setEditorKit(EditorKit).
Method in class java.awt.swing.JTextPane
- Sets the currently installed kit for handling
content.
- setEditorKitForContentType(String, EditorKit).
Method in class java.awt.swing.JEditorPane
- Directly set the editor kit to use for the given type.
- setEditorSearchPath(String[]).
Static method in class java.beans.PropertyEditorManager
- Change the list of package names that will be used for
finding property editors.
- setElem(int, int).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the first (default) bank
from the given integer.
- setElem(int, int, int).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the specified bank
from the given integer.
- setElem(int, int).
Method in class java.awt.image.DataBufferByte
- Sets the requested data array element in the first (default) bank
from the given integer.
- setElem(int, int, int).
Method in class java.awt.image.DataBufferByte
- Sets the requested data array element in the specified bank
from the given integer.
- setElem(int, int).
Method in class java.awt.image.DataBufferShort
- Sets the requested data array element in the first (default) bank
from the given integer.
- setElem(int, int, int).
Method in class java.awt.image.DataBufferShort
- Sets the requested data array element in the specified bank
from the given integer.
- setElem(int, int).
Method in class java.awt.image.DataBufferInt
- Sets the requested data array element in the first (default) bank
from the given integer.
- setElem(int, int, int).
Method in class java.awt.image.DataBufferInt
- Sets the requested data array element in the specified bank
from the given integer.
- setElemDouble(int, double).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the first (default) bank
from the given double.
- setElemDouble(int, int, double).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the specified bank
from the given double.
- setElemFloat(int, float).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the first (default) bank
from the given float.
- setElemFloat(int, int, float).
Method in class java.awt.image.DataBuffer
- Sets the requested data array element in the specified bank
from the given float.
- setElementAt(Object, int).
Method in class java.util.Vector
- Sets the component at the specified
index
of this
vector to be the specified object.
- setElementAt(Object, int).
Method in class java.awt.swing.DefaultListModel
-
- setEnabled(boolean).
Method in class java.awt.Component
- Enables or disables this component, depending on the value of the
parameter
b
.
- setEnabled(boolean).
Method in class java.awt.MenuItem
- Sets whether or not this menu item can be chosen.
- setEnabled(boolean).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.Box.AccessibleBox
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.AbstractButton
- Enables (or disables) the button.
- setEnabled(boolean).
Method in class java.awt.swing.DefaultButtonModel
- Sets the button to be enabled or disabled state
- setEnabled(boolean).
Method in class java.awt.swing.AbstractAction
-
- setEnabled(boolean).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JMenuItem
- Enable or disable the menu item.
- setEnabled(boolean).
Method in class java.awt.swing.ToolTipManager
-
- setEnabled(boolean).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setEnabled(boolean).
Method in interface java.awt.swing.ButtonModel
-
- setEnabled(boolean).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JScrollBar
- Enables the component so that the knob position can be changed.
- setEnabled(boolean).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setEnabled(boolean).
Method in interface java.awt.swing.Action
- Sets/tests the enabled state of the Action.
- setEnabled(boolean).
Method in class java.awt.swing.JComboBox
- Enables the combo box so that items can be selected.
- setEnabled(boolean).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setEnabled(boolean).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the enabled state of the object.
- setEnabled(boolean).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setEnabledAt(int, boolean).
Method in class java.awt.swing.JTabbedPane
- Sets whether or not the tab at index is enabled.
- setEncodedColorID(int).
Method in class java.awt.image.codec.JPEGParam
- Sets the value of the Encoded color id
- setEndIndex(int).
Method in class java.text.FieldPosition
- Sets the end index.
- setEndRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings ending rule.
- setEras(String[]).
Method in class java.text.DateFormatSymbols
- Sets era strings.
- setErr(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" error output stream.
- setError().
Method in class java.io.PrintWriter
- Indicate that an error has occurred.
- setError().
Method in class java.io.PrintStream
- Indicate that an error has occurred.
- setErrorIndex(int).
Method in class java.text.ParsePosition
- Set the index at which a parse error occurred.
- setEscapeProcessing(boolean).
Method in interface java.sql.Statement
- If escape scanning is on (the default), the driver will do
escape substitution before sending the SQL to the database.
- setExpert(boolean).
Method in class java.beans.FeatureDescriptor
- The "expert" flag is used to distinguish between features that are
intended for expert users from those that are intended for normal users.
- setExtent(int).
Method in class java.awt.swing.JSlider
- Sets the size of the range "covered" by the knob.
- setExtent(int).
Method in interface java.awt.swing.BoundedRangeModel
- Sets the model's extent.
- setExtent(int).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets the extent to n after ensuring that n
is greater than or equal to zero and falls within the model's
constraints:
minimum <= value <= value+extent <= maximum
- setExtentSize(Dimension).
Method in class java.awt.swing.JViewport
- Set the size of the visible part of the view, newExtent is
in view coordinates.
- setExtra(byte[]).
Method in class java.util.zip.ZipEntry
- Sets the optional extra field data for the entry.
- setFailureHandler(RMIFailureHandler).
Static method in class java.rmi.server.RMISocketFactory
- Set the failure handler to be called by the RMI runtime if
socket creation fails.
- setFetchDirection(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Give a hint as to the direction in which the rows in this result set
will be processed.
- setFetchDirection(int).
Method in interface java.sql.Statement
- JDBC 2.0
Give a hint as to the direction in which the rows in a result set
will be processed.
- setFetchSize(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Give the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for this result
set.
- setFetchSize(int).
Method in interface java.sql.Statement
- JDBC 2.0
Give the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed.
- setFile(String).
Method in class java.awt.FileDialog
- Sets the selected file for this file dialog window to be the
specified file.
- setFileNameMap(FileNameMap).
Static method in class java.net.URLConnection
- Sets the FileNameMap.
- setFilenameFilter(FilenameFilter).
Method in class java.awt.FileDialog
- Sets the filename filter for this file dialog window to the
specified filter.
- setFirstDayOfWeek(int).
Method in class java.util.Calendar
- Sets what the first day of the week is; e.g., Sunday in US,
Monday in France.
- setFirstLineIndent(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets the first line indent.
- setFixedCellHeight(int).
Method in class java.awt.swing.JList
- If this value is greater than zero it defines the width of
every cell in the list.
- setFixedCellWidth(int).
Method in class java.awt.swing.JList
- If this value is greater than zero it defines the width of
every cell in the list.
- setFlashColor(Color).
Static method in class java.awt.swing.DebugGraphics
- Sets the Color used to flash drawing operations.
- setFlashCount(int).
Static method in class java.awt.swing.DebugGraphics
- Sets the number of times that drawing operations will flash.
- setFlashTime(int).
Static method in class java.awt.swing.DebugGraphics
- Sets the time delay of drawing operation flashing.
- setFloat(Object, float).
Method in class java.lang.reflect.Field
- Set the value of a field as a float on specified object.
- setFloat(Object, int, float).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified float value.
- setFloat(int, float).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java float value.
- setFloatable(boolean).
Method in class java.awt.swing.JToolBar
- Sets whether the toolbar can be made to float
- setFocusAccelerator(char).
Method in class java.awt.swing.text.JTextComponent
- Sets the key accelerator that will cause the receiving text
component to get the focus.
- setFocusPainted(boolean).
Method in class java.awt.swing.AbstractButton
- Sets whether focus should be painted.
- setFollowRedirects(boolean).
Static method in class java.net.HttpURLConnection
- Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this class.
- setFont(Font).
Method in class java.awt.Component
- Sets the font of this component.
- setFont(Font).
Method in class java.awt.MenuComponent
- Sets the font to be used for this menu component to the specified
font.
- setFont(Font).
Method in class java.awt.Graphics
- Sets this graphics context's font to the specified font.
- setFont(Font).
Method in class java.awt.print.ProxyGraphics2D
- Sets this graphics context's font to the specified font.
- setFont(Font).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.Box.AccessibleBox
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JLabel
- Sets the font used to display the label's text.
- setFont(Font).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setFont(Font).
Method in class java.awt.swing.DebugGraphics
- Sets the Font used for text drawing operations.
- setFont(Font).
Method in class java.awt.swing.JTextField
- Sets the current font.
- setFont(Font).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setFont(Font).
Method in class java.awt.swing.JTextArea
- Sets the current font.
- setFont(Font).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setFont(Font).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the Font of this object.
- setFont(Font).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setFontFamily(MutableAttributeSet, String).
Static method in class java.awt.swing.text.StyleConstants
- Sets the font attribute.
- setFontSize(MutableAttributeSet, int).
Static method in class java.awt.swing.text.StyleConstants
- Sets the font size attribute.
- setForceColorConversion(boolean).
Method in class java.awt.image.codec.JPEGParam
- Sets the value of the forceColorConversion data member.
- setForeground(Color).
Method in class java.awt.Component
- Sets the foreground color of this component.
- setForeground(Color).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.Box.AccessibleBox
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setForeground(Color).
Method in class java.awt.swing.JInternalFrame
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the foreground color of this object.
- setForeground(Color).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setForeground(Color).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setForeground(Color).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the foreground color of this object.
- setForeground(MutableAttributeSet, Color).
Static method in class java.awt.swing.text.StyleConstants
- Sets the foreground color.
- setForeground(Color).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setForeground(Color).
Method in class java.awt.swing.table.DefaultTableCellRenderer
-
- setForegroundAt(int, Color).
Method in class java.awt.swing.JTabbedPane
- Sets the foreground color at index to foreground
which can be null, in which case the tab's foreground color
will default to the foreground color of this tabbedpane.
- setFormat(int, Format).
Method in class java.text.MessageFormat
- Sets formats individually to use on parameters.
- setFormats(Format[]).
Method in class java.text.MessageFormat
- Sets formats to use on parameters.
- setFrameIcon(Icon).
Method in class java.awt.swing.JInternalFrame
- Sets an image to be displayed in the titlebar of the frame.
- setFullBufferUpdates(boolean).
Method in class java.awt.image.MemoryImageSource
- Specify whether this animated memory image should always be
updated by sending the complete buffer of pixels whenever
there is a change.
- setGlassPane(Component).
Method in class java.awt.swing.JFrame
- Sets the glassPane property.
- setGlassPane(Component).
Method in class java.awt.swing.JWindow
- Sets the glassPane property.
- setGlassPane(Component).
Method in class java.awt.swing.JDialog
- Sets the glassPane property.
- setGlassPane(Component).
Method in class java.awt.swing.JInternalFrame
-
- setGlassPane(Component).
Method in interface java.awt.swing.RootPaneContainer
- The glassPane is always the first child of the rootPane
and the rootPanes layout manager ensures that it's always
as big as the rootPane.
- setGlassPane(Component).
Method in class java.awt.swing.JApplet
- Sets the glassPane property.
- setGlassPane(Component).
Method in class java.awt.swing.JRootPane
- Sets a specified Component to be the glass pane for this
root pane.
- setGregorianChange(Date).
Method in class java.util.GregorianCalendar
- Sets the GregorianCalendar change date.
- setGridColor(Color).
Method in class java.awt.swing.JTable
- Sets the color used to draw grid lines to color and redisplays
the receiver.
- setGridLocation(int, int).
Method in class java.awt.swing.text.TableView.TableCell
- Sets the grid location.
- setGroup(ButtonGroup).
Method in class java.awt.swing.DefaultButtonModel
-
- setGroup(ButtonGroup).
Method in interface java.awt.swing.ButtonModel
-
- setGroupingSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setGroupingSize(int).
Method in class java.text.DecimalFormat
- Set the grouping size.
- setGroupingUsed(boolean).
Method in class java.text.NumberFormat
- Set whether or not grouping will be used in this format.
- setGuiAvailable(boolean).
Static method in class java.beans.Beans
- Used to indicate whether of not we are running in an environment
where GUI interaction is available.
- setHeader(String, String).
Method in interface javax.servlet.http.HttpServletResponse
- Adds a field to the response header with the given name and value.
- setHeaderRenderer(TableCellRenderer).
Method in class java.awt.swing.table.TableColumn
- Sets the TableCellRenderer used to draw the TableColumn's
header to aRenderer.
- setHeaderValue(Object).
Method in class java.awt.swing.table.TableColumn
- Sets the Object used as the value for the headerRenderer
Posts a bound property change notification with the name
HEADER_VALUE_PROPERTY.
- setHeight(int).
Method in class java.awt.image.codec.JPEGParam
- Set the image height
- setHelpMenu(Menu).
Method in class java.awt.MenuBar
- Sets the help menu on this menu bar to be the specified menu.
- setHelpMenu(JMenu).
Method in class java.awt.swing.JMenuBar
- Sets the help menu that appears when the user selects the
"help" option in the menu bar.
- setHgap(int).
Method in class java.awt.CardLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.GridLayout
- Sets the horizontal gap between components to the specified value.
- setHgap(int).
Method in class java.awt.FlowLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.BorderLayout
- Sets the horizontal gap between components.
- setHidden(boolean).
Method in class java.beans.FeatureDescriptor
- The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans.
- setHighlighter(Highlighter).
Method in class java.awt.swing.text.JTextComponent
- Sets the highlighter to be used.
- setHint(Object, Object).
Method in class java.awt.image.renderable.RenderContext
- Sets a hint in the hints Hashtable.
- setHints(int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setHints method
of the ImageConsumer interface.
- setHints(int).
Method in class java.awt.image.PixelGrabber
- The setHints method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setHints(int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Detect if the data is being delivered with the necessary hints
to allow the averaging algorithm to do its work.
- setHints(int).
Method in interface java.awt.image.ImageConsumer
- The ImageProducer can deliver the pixels in any order, but
the ImageConsumer may be able to scale or convert the pixels
to the destination ColorModel more efficiently or with higher
quality if it knows some information about how the pixels will
be delivered up front.
- setHintsObserved(Hashtable).
Method in class java.awt.image.renderable.RenderContext
- Sets hintsObserved to a new table.
- setHorizontalAlignment(int).
Method in class java.awt.swing.AbstractButton
- Sets the horizontal alignment of the icon and text.
- setHorizontalAlignment(int).
Method in class java.awt.swing.JLabel
- Sets the alignment of the label's contents along the X axis.
- setHorizontalAlignment(int).
Method in class java.awt.swing.JTextField
- Sets the horizontal alignment of the text.
- setHorizontalScrollBarPolicy(int).
Method in class java.awt.swing.ScrollPaneLayout
-
- setHorizontalScrollBarPolicy(int).
Method in class java.awt.swing.JScrollPane
-
- setHorizontalTextPosition(int).
Method in class java.awt.swing.AbstractButton
- Sets the horizontal position of the text relative to the icon.
- setHorizontalTextPosition(int).
Method in class java.awt.swing.JLabel
- Sets the horizontal position of the label's text,
relative to its image.
- setHours(int).
Method in class java.util.Date
- Sets the hour of this Date object to the specified value.
- setHours(int).
Method in class java.sql.Date
-
- setHuffmanTable(JPEGHuffmanTable, int, int).
Method in class java.awt.image.codec.JPEGParam
- Sets the Huffman coding table at index passed.
- setHumanPresentableName(String).
Method in class java.awt.datatransfer.DataFlavor
- Sets the human presentable name for the data format that this
DataFlavor represents.
- setID(String).
Method in class java.util.TimeZone
- Sets the time zone ID.
- setIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the button's default icon.
- setIcon(Icon).
Method in class java.awt.swing.JLabel
- Defines the icon this component will display.
- setIcon(boolean).
Method in class java.awt.swing.JInternalFrame
- Setting this property to true will iconify the frame, false will
deiconify.
- setIcon(Icon).
Method in class java.awt.swing.JOptionPane
- Sets the icon to display.
- setIcon(MutableAttributeSet, Icon).
Static method in class java.awt.swing.text.StyleConstants
- Sets the icon attribute.
- setIconAt(int, Icon).
Method in class java.awt.swing.JTabbedPane
- Sets the icon at index to icon which can be null.
- setIconImage(Image).
Method in class java.awt.Frame
- Sets the image to display when this frame is iconized.
- setIconTextGap(int).
Method in class java.awt.swing.JLabel
- If both the icon and text properties are set, this property
defines the space between them.
- setIconifiable(boolean).
Method in class java.awt.swing.JInternalFrame
- Set that the JInternalFrame can be made an icon by some user action.
- setIdentifier(Object).
Method in class java.awt.swing.table.TableColumn
- Sets the TableColumn's identifier to anIdentifier.
- setIfModifiedSince(long).
Method in class java.net.URLConnection
- Sets the value of the
ifModifiedSince
field of
this URLConnection
to the specified value.
- setImage(Image).
Method in class java.awt.swing.ImageIcon
- Set the image displayed by this icon.
- setImageColorID(int).
Method in class java.awt.image.codec.JPEGParam
- Sets the value of the decoded color id.
- setImageObserver(ImageObserver).
Method in class java.awt.swing.ImageIcon
- Set the image observer for the image.
- setImageableArea(Rectangle2D).
Method in class java.awt.print.Paper
- Set the imageable area of the paper.
- setImageableArea(double, double, double, double).
Method in class java.awt.print.Paper
- Set the imageable area of the paper.
- setIn(InputStream).
Static method in class java.lang.System
- Reassigns the "standard" input stream.
- setInDefaultEventSet(boolean).
Method in class java.beans.EventSetDescriptor
- Mark an event set as being in the "default" set (or not).
- setIndex(int).
Method in class java.awt.font.StyledStringIterator
- Sets the position in the text and returns the character there.
- setIndex(int).
Method in interface java.text.CharacterIterator
- Sets the position to the specified position in the text and returns that
character.
- setIndex(int).
Method in class java.text.StringCharacterIterator
- Implements CharacterIterator.setIndex() for String.
- setIndex(int).
Method in class java.text.ParsePosition
- Set the current parse position.
- setIndexedReadMethod(Method).
Method in class java.beans.IndexedPropertyDescriptor
- Set the method that should be used to read an indexed property value.
- setIndexedWriteMethod(Method).
Method in class java.beans.IndexedPropertyDescriptor
- Set the method that should be used to write an indexed property value.
- setInfinity(String).
Method in class java.text.DecimalFormatSymbols
-
- setInfo(String).
Method in class java.security.Identity
- Specifies a general information string for this identity.
- setInitialDelay(int).
Method in class java.awt.swing.ToolTipManager
-
- setInitialDelay(int).
Method in class java.awt.swing.Timer
- Sets the Timer's initial delay.
- setInitialSelectionValue(Object).
Method in class java.awt.swing.JOptionPane
- Sets the initial selection value.
- setInitialValue(Object).
Method in class java.awt.swing.JOptionPane
- Sets the initial value that is to be enabled -- the Component
that has the focus when the pane is initially displayed.
- setInput(byte[], int, int).
Method in class java.util.zip.Inflater
- Sets input data for decompression.
- setInput(byte[]).
Method in class java.util.zip.Inflater
- Sets input data for decompression.
- setInput(byte[], int, int).
Method in class java.util.zip.Deflater
- Sets input data for compression.
- setInput(byte[]).
Method in class java.util.zip.Deflater
- Sets input data for compression.
- setInputValue(Object).
Method in class java.awt.swing.JOptionPane
- Sets the user's input-value.
- setInsets(short, short, short, short).
Method in class java.awt.swing.text.CompositeView
- Sets the insets for the view.
- setInstalledLookAndFeels(UIManager.LookAndFeelInfo[]).
Static method in class java.awt.swing.UIManager
- Replaces the current array of installed LookAndFeelInfos.
- setInt(Object, int).
Method in class java.lang.reflect.Field
- Set the value of a field as an int on specified object.
- setInt(Object, int, int).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified int value.
- setInt(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java int value.
- setIntHeader(String, int).
Method in interface javax.servlet.http.HttpServletResponse
- Adds a field to the response header with the given name and
integer value.
- setIntercellSpacing(Dimension).
Method in class java.awt.swing.JTable
- Sets the width and height between cells to newSpacing and
redisplays the receiver.
- setInterface(InetAddress).
Method in class java.net.MulticastSocket
- Set the outgoing network interface for multicast packets on this
socket, to other than the system default.
- setInternalFrame(JInternalFrame).
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
-
- setInverted(boolean).
Method in class java.awt.swing.JSlider
- Specify true to reverse the value-range shown for the slider so that
the maximum value is at the left end of a horizontal slider or
at the bottom of a vertical one.
- setInvoker(Component).
Method in class java.awt.swing.JPopupMenu
- Sets the invoker of this popupmenu -- the component in which
the popupmenu menu is to be displayed.
- setInvokesStopCellEditing(boolean).
Method in class java.awt.swing.JTree
- Determines what happens when editing is interrupted by selecting
another node in the tree, a change in the tree's data, or by some
other means.
- setItalic(MutableAttributeSet, boolean).
Static method in class java.awt.swing.text.StyleConstants
- Sets the italic attribute.
- setItem(Object).
Method in interface java.awt.swing.ComboBoxEditor
- Set the item that should be edited.
- setJMenuBar(JMenuBar).
Method in class java.awt.swing.JFrame
- Sets the menubar for this frame.
- setJMenuBar(JMenuBar).
Method in class java.awt.swing.JDialog
- Sets the menubar for this dialog.
- setJMenuBar(JMenuBar).
Method in class java.awt.swing.JApplet
- Sets the menubar for this applet.
- setJPEGParam(JPEGParam).
Method in class java.awt.image.codec.JPEGImageDecoder
- Sets the JPEGParam object used to determine the features of the
decompression performed on the JPEG encoded data.
- setJPEGParam(JPEGParam).
Method in class java.awt.image.codec.JPEGImageEncoder
- Allows users to set the JPEGParam object that contains the information
used to encode image data.
- setKeyChar(char).
Method in class java.awt.event.KeyEvent
- Set the keyChar value to indicate a logical character.
- setKeyCode(int).
Method in class java.awt.event.KeyEvent
- Set the keyCode value to indicate a physical key.
- setKeyEntry(String, PrivateKey, String, Certificate[]).
Method in class java.security.KeyStore
- Assigns a private key and certificate chain to the given alias.
- setKeyEntry(String, byte[], Certificate[]).
Method in class java.security.KeyStore
- Assigns a protected private key and certificate chain to the given
alias.
- setKeyPair(KeyPair).
Method in class java.security.Signer
- Sets the key pair (public key and private key) for this signer.
- setKeySelectionManager(JComboBox.KeySelectionManager).
Method in class java.awt.swing.JComboBox
- Sets the object that translates a keyboard character into a list
selection.
- setKeymap(Keymap).
Method in class java.awt.swing.text.JTextComponent
- Sets the keymap to use for binding events to
actions.
- setKeysetSize(int).
Method in interface java.sql.ResultSet
- JDBC 2.0
Give the JDBC driver a hint as to the number of keys contained in the
keyset of a TYPE_KEYSET result set.
- setKeysetSize(int).
Method in interface java.sql.Statement
- JDBC 2.0
Give the JDBC driver a hint as to the number of keys contained in the
keyset of a TYPE_KEYSET result set.
- setLabel(String).
Method in class java.awt.Checkbox
- Sets this check box's label to be the string argument.
- setLabel(String).
Method in class java.awt.MenuItem
- Sets the label for this menu item to the specified label.
- setLabel(String).
Method in class java.awt.Button
- Sets the button's label to be the specified string.
- setLabel(String).
Method in class java.awt.swing.AbstractButton
-
- setLabel(String).
Method in class java.awt.swing.JPopupMenu
- Sets the popup menu's label.
- setLabelFor(Component).
Method in class java.awt.swing.JLabel
- Set the component this is labelling.
- setLabelTable(Dictionary).
Method in class java.awt.swing.JSlider
- Used to specify what label will be drawn at any given value.
- setLargeModel(boolean).
Method in class java.awt.swing.JTree
- Specifies whether the UI should use a large model.
- setLastDividerLocation(int).
Method in class java.awt.swing.JSplitPane
- Sets the last location the divider was at to
newLastLocation
.
- setLayer(Component, int).
Method in class java.awt.swing.JLayeredPane
- Sets the layer attribute on c.
- setLayer(Component, int, int).
Method in class java.awt.swing.JLayeredPane
- Sets the layer attribute on c.
- setLayer(Integer).
Method in class java.awt.swing.JInternalFrame
- Convenience method for setting the layer attribute of this component.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JFrame
- Sets the layeredPane property.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JWindow
- Sets the layeredPane property.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JDialog
- Sets the layeredPane property.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JInternalFrame
-
- setLayeredPane(JLayeredPane).
Method in interface java.awt.swing.RootPaneContainer
- A Container that manages the contentPane and in some cases a menu bar.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JApplet
- Sets the layeredPane property.
- setLayeredPane(JLayeredPane).
Method in class java.awt.swing.JRootPane
-
- setLayout(LayoutManager).
Method in class java.awt.Container
- Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class java.awt.ScrollPane
- Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class java.awt.swing.JFrame
- By default the layout of this component may not be set,
the layout of its contentPane should be set instead.
- setLayout(LayoutManager).
Method in class java.awt.swing.Box
- Throws an AWTError, since a Box can use only a BoxLayout.
- setLayout(LayoutManager).
Method in class java.awt.swing.JWindow
- By default the layout of this component may not be set,
the layout of its contentPane should be set instead.
- setLayout(LayoutManager).
Method in class java.awt.swing.JDialog
- By default the layout of this component may not be set,
the layout of its contentPane should be set instead.
- setLayout(LayoutManager).
Method in class java.awt.swing.JInternalFrame
- By default the layout of this component may not be set,
the layout of its contentPane should be set instead.
- setLayout(LayoutManager).
Method in class java.awt.swing.JApplet
- By default the layout of this component may not be set,
the layout of its contentPane should be set instead.
- setLeadAnchorNotificationEnabled(boolean).
Method in class java.awt.swing.DefaultListSelectionModel
- Sets the value of the leadAnchorNotificationEnabled flag.
- setLeadSelectionIndex(int).
Method in interface java.awt.swing.ListSelectionModel
- Set the lead selection index.
- setLeadSelectionIndex(int).
Method in class java.awt.swing.DefaultListSelectionModel
-
- setLeftComponent(Component).
Method in class java.awt.swing.JSplitPane
- Sets the component to the left (or above) the divider.
- setLeftIndent(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets left indent.
- setLength(int).
Method in class java.lang.StringBuffer
- Sets the length of this String buffer.
- setLength(long).
Method in class java.io.RandomAccessFile
- Sets the length of this file.
- setLength(int).
Method in class java.net.DatagramPacket
- Set the length for this packet.
- setLenient(boolean).
Method in class java.util.Calendar
- Specify whether or not date/time interpretation is to be lenient.
- setLenient(boolean).
Method in class java.text.DateFormat
- Specify whether or not date/time parsing is to be lenient.
- setLevel(int).
Method in class java.util.zip.ZipOutputStream
- Sets the compression level for subsequent entries which are DEFLATED.
- setLevel(int).
Method in class java.util.zip.Deflater
- Sets the current compression level to the specified value.
- setLightWeightPopupEnabled(boolean).
Method in class java.awt.swing.JPopupMenu
- When displaying the popup, JPopupMenu choose to use a light weight popup if
it fits.
- setLightWeightPopupEnabled(boolean).
Method in class java.awt.swing.JComboBox
- When displaying the popup, JComboBox choose to use a light weight popup if
it fits.
- setLimit(int).
Method in class java.awt.swing.undo.UndoManager
- Set the maximum number of edits this UndoManager will hold.
- setLine(double, double, double, double).
Method in class java.awt.geom.Line2D
- Sets the location of the endpoints of this line to the specified
double coordinates.
- setLine(Point2D, Point2D).
Method in class java.awt.geom.Line2D
- Sets the location of the endpoints of this line to the specified
Point coordinates.
- setLine(Line2D).
Method in class java.awt.geom.Line2D
- Sets the location of the endpoints of this line to the same
as those in the specified Line.
- setLine(double, double, double, double).
Method in class java.awt.geom.Line2D.Float
- Sets the location of the endpoints of this line to the specified
double coordinates.
- setLine(double, double, double, double).
Method in class java.awt.geom.Line2D.Double
- Sets the location of the endpoints of this line to the specified
double coordinates.
- setLineIncrement(int).
Method in class java.awt.Scrollbar
-
- setLineNumber(int).
Method in class java.io.LineNumberReader
- Set the current line number.
- setLineNumber(int).
Method in class java.io.LineNumberInputStream
- Sets the line number to the specified argument.
- setLineSpacing(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets line spacing.
- setLineWrap(boolean).
Method in class java.awt.swing.JTextArea
- Set the line-wrapping policy of the text area.
- setListData(Object[]).
Method in class java.awt.swing.JList
- A convenience method that constructs a ListModel from an array of Objects
and then applies setModel to it.
- setListData(Vector).
Method in class java.awt.swing.JList
- A convenience method that constructs a ListModel from a Vector
and then applies setModel to it.
- setLocalPatternChars(String).
Method in class java.text.DateFormatSymbols
- Sets localized date-time pattern characters.
- setLocale(Locale).
Method in class java.awt.Component
- Sets the locale of this component.
- setLocale(Locale).
Method in class java.text.MessageFormat
- Constructs with the specified pattern and formats for the
arguments in that pattern.
- setLocale(Locale).
Method in class java.beans.beancontext.BeanContextSupport
-
- setLocation(int, int).
Method in class java.awt.Component
- Moves this component to a new location.
- setLocation(Point).
Method in class java.awt.Component
- Moves this component to a new location.
- setLocation(Point).
Method in class java.awt.Point
- Sets the location of the point to the specificed location.
- setLocation(int, int).
Method in class java.awt.Point
- Changes the point to have the specificed location.
- setLocation(double, double).
Method in class java.awt.Point
- Sets the location of this point to the specified float coordinates.
- setLocation(Point).
Method in class java.awt.Rectangle
- Moves the rectangle to the specified location.
- setLocation(int, int).
Method in class java.awt.Rectangle
- Moves the rectangle to the specified location.
- setLocation(double, double).
Method in class java.awt.geom.Point2D
- Sets the location of this point to the specified float coordinates.
- setLocation(Point2D).
Method in class java.awt.geom.Point2D
- Sets the location of this point to the same coordinates as the
specified Point object.
- setLocation(double, double).
Method in class java.awt.geom.Point2D.Float
- Sets the location of this point to the specified double coordinates.
- setLocation(float, float).
Method in class java.awt.geom.Point2D.Float
- Sets the location of this point to the specified float coordinates.
- setLocation(double, double).
Method in class java.awt.geom.Point2D.Double
- Sets the location of this point to the specified double coordinates.
- setLocation(Point).
Method in interface java.awt.accessibility.AccessibleComponent
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.Box.AccessibleBox
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setLocation(Point).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Sets the location of the object relative to the parent.
- setLocation(int, int).
Method in class java.awt.swing.JPopupMenu
- Set the location of the upper left corner of the
popup menu using x, y coordinates.
- setLocation(Point).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setLocation(Point).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setLocation(Point).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Sets the location of the object relative to the parent.
- setLocation(Point).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setLocationRelativeTo(Component).
Method in class java.awt.swing.JDialog
- Sets the location of the dialog relative to the specified
component.
- setLog(OutputStream).
Static method in class java.rmi.server.RemoteServer
- Log RMI calls to the output stream out.
- setLogStream(PrintStream).
Static method in class java.awt.swing.DebugGraphics
- Sets the stream to which the DebugGraphics logs drawing operations.
- setLogStream(PrintStream).
Static method in class java.sql.DriverManager
- Set the logging/tracing PrintStream that is used by the DriverManager
and all drivers.
- setLogTimers(boolean).
Static method in class java.awt.swing.Timer
-
- setLogWriter(PrintWriter).
Static method in class java.sql.DriverManager
- JDBC 2.0
Set the logging/tracing Writer that is used by the DriverManager
and all drivers.
- setLogicalStyle(Style).
Method in class java.awt.swing.JTextPane
- Sets the logical style to use for the paragraph at the
current caret position.
- setLogicalStyle(int, Style).
Method in class java.awt.swing.text.DefaultStyledDocument
- Sets the logical style to use for the paragraph at the
given position.
- setLogicalStyle(int, Style).
Method in interface java.awt.swing.text.StyledDocument
- Sets the logical style to use for the paragraph at the
given position.
- setLoginTimeout(int).
Static method in class java.sql.DriverManager
- Set the maximum time in seconds that all drivers can wait
when attempting to log in to a database.
- setLong(Object, long).
Method in class java.lang.reflect.Field
- Set the value of a field as a long on specified object.
- setLong(Object, int, long).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified long value.
- setLong(int, long).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java long value.
- setLookAndFeel(LookAndFeel).
Static method in class java.awt.swing.UIManager
- Set the current default look and feel.
- setLookAndFeel(String).
Static method in class java.awt.swing.UIManager
-
- setMagicCaretPosition(Point).
Method in class java.awt.swing.text.DefaultCaret
- Saves the current caret position.
- setMagicCaretPosition(Point).
Method in interface java.awt.swing.text.Caret
- Saves the current caret position.
- setMajorTickSpacing(int).
Method in class java.awt.swing.JSlider
- Sets the number of pixels between major tick marks.
- setMargin(Insets).
Method in class java.awt.swing.AbstractButton
- Sets space for margin between the button's border and
the label.
- setMargin(Insets).
Method in class java.awt.swing.JToolBar
- Sets the margin between the toolbar's border and
its buttons.
- setMargin(Insets).
Method in class java.awt.swing.JMenuBar
- Sets the margin between the menubar's border and
its menus.
- setMargin(Insets).
Method in class java.awt.swing.text.JTextComponent
- Sets margin space between the text component's border
and its text.
- setMaxAge(int).
Method in class javax.servlet.http.Cookie
- Sets the maximum age of the cookie.
- setMaxFieldSize(int).
Method in interface java.sql.Statement
- The maxFieldSize limit (in bytes) is set to limit the size of
data that can be returned for any column value; it only applies
to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
LONGVARCHAR fields.
- setMaxPriority(int).
Method in class java.lang.ThreadGroup
- Sets the maximum priority of the group.
- setMaxRows(int).
Method in interface java.sql.Statement
- The maxRows limit is set to limit the number of rows that any
ResultSet can contain.
- setMaxWidth(int).
Method in class java.awt.swing.table.TableColumn
- Sets the TableColumn's maximum width to newMaxWidth,
also adjusting the current width if it's greater than this value.
- setMaximizable(boolean).
Method in class java.awt.swing.JInternalFrame
- Set that the JInternalFrame can be maximized by some user action.
- setMaximum(int).
Method in interface java.awt.Adjustable
- Sets the maximum value of the adjustable object.
- setMaximum(int).
Method in class java.awt.Scrollbar
- Sets the maximum value of this scroll bar.
- setMaximum(int).
Method in class java.awt.swing.JSlider
- Sets the models maximum property.
- setMaximum(boolean).
Method in class java.awt.swing.JInternalFrame
- Setting this property to true will maximize the frame,
false will minimize.
- setMaximum(int).
Method in interface java.awt.swing.BoundedRangeModel
- Sets the model's maximum to newMaximum.
- setMaximum(int).
Method in class java.awt.swing.JScrollBar
- Sets the model's maximum property.
- setMaximum(int).
Method in class java.awt.swing.JProgressBar
- Sets the model's maximum to x.
- setMaximum(int).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets the maximum to n after ensuring that n
that the other three properties obey the model's constraints:
minimum <= value <= value+extent <= maximum
- setMaximum(int).
Method in class java.awt.swing.ProgressMonitor
-
- setMaximumFractionDigits(int).
Method in class java.text.NumberFormat
- Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumIntegerDigits(int).
Method in class java.text.NumberFormat
- Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaximumRowCount(int).
Method in class java.awt.swing.JComboBox
- Sets the maximum number of rows the JComboBox displays.
- setMaximumSize(Dimension).
Method in class java.awt.swing.JComponent
- Sets the maximumSize of this component to a constant
value.
- setMenuBar(MenuBar).
Method in class java.awt.Frame
- Sets the menu bar for this frame to the specified menu bar.
- setMenuBar(JMenuBar).
Method in class java.awt.swing.JInternalFrame
- Sets the JMenuBar for this JInternalFrame.
- setMenuBar(JMenuBar).
Method in class java.awt.swing.JRootPane
-
- setMenuLocation(int, int).
Method in class java.awt.swing.JMenu
- Set the location of the popup component
- setMessage(Object).
Method in class java.awt.swing.JOptionPane
- Sets the option pane's message-object.
- setMessageDigest(MessageDigest).
Method in class java.security.DigestOutputStream
- Associates the specified message digest with this stream.
- setMessageDigest(MessageDigest).
Method in class java.security.DigestInputStream
- Associates the specified message digest with this stream.
- setMessageType(int).
Method in class java.awt.swing.JOptionPane
- Sets the option pane's message type.
- setMethod(int).
Method in class java.util.zip.ZipEntry
- Sets the compression method for the entry.
- setMethod(int).
Method in class java.util.zip.ZipOutputStream
- Sets the default compression method for subsequent entries.
- setMillisToDecideToPopup(int).
Method in class java.awt.swing.ProgressMonitor
-
- setMillisToPopup(int).
Method in class java.awt.swing.ProgressMonitor
-
- setMinWidth(int).
Method in class java.awt.swing.table.TableColumn
- Sets the TableColumn's minimum width to newMinWidth,
also adjusting the current width if it's less than this value.
- setMinimalDaysInFirstWeek(int).
Method in class java.util.Calendar
- Sets what the minimal days required in the first week of the year are;
For example, if the first week is defined as one that contains the first
day of the first month of a year, call the method with value 1.
- setMinimum(int).
Method in interface java.awt.Adjustable
- Sets the minimum value of the adjustable object.
- setMinimum(int).
Method in class java.awt.Scrollbar
- Sets the minimum value of this scroll bar.
- setMinimum(int).
Method in class java.awt.swing.JSlider
- Sets the models minimum property.
- setMinimum(int).
Method in interface java.awt.swing.BoundedRangeModel
- Sets the model's minimum to newMinimum.
- setMinimum(int).
Method in class java.awt.swing.JScrollBar
- Sets the model's minimum property.
- setMinimum(int).
Method in class java.awt.swing.JProgressBar
- Sets the model's minimum to x.
- setMinimum(int).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets the minimum to n after ensuring that n
that the other three properties obey the model's constraints:
minimum <= value <= value+extent <= maximum
- setMinimum(int).
Method in class java.awt.swing.ProgressMonitor
-
- setMinimumFractionDigits(int).
Method in class java.text.NumberFormat
- Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumIntegerDigits(int).
Method in class java.text.NumberFormat
- Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinimumSize(Dimension).
Method in class java.awt.swing.JComponent
- Sets the minimumSize of this component to a constant
value.
- setMinorTickSpacing(int).
Method in class java.awt.swing.JSlider
- Sets the number of pixels between minor tick marks.
- setMinusSign(char).
Method in class java.text.DecimalFormatSymbols
-
- setMinutes(int).
Method in class java.util.Date
- Sets the minutes of this Date object to the specified value.
- setMinutes(int).
Method in class java.sql.Date
-
- setMnemonic(int).
Method in class java.awt.swing.AbstractButton
- Convenience to set the keyboard mnemonic on the current model
- setMnemonic(char).
Method in class java.awt.swing.AbstractButton
-
- setMnemonic(int).
Method in class java.awt.swing.DefaultButtonModel
- Sets the keyboard mnemonic for this model
- setMnemonic(int).
Method in interface java.awt.swing.ButtonModel
-
- setModal(boolean).
Method in class java.awt.Dialog
- Specifies whether this dialog is modal.
- setMode(int).
Method in class java.awt.FileDialog
- Sets the mode of the file dialog.
- setModel(SingleSelectionModel).
Method in class java.awt.swing.JTabbedPane
- Sets the model to be used with this tabbedpane.
- setModel(ButtonModel).
Method in class java.awt.swing.AbstractButton
- Set the model that this button represents.
- setModel(TableModel).
Method in class java.awt.swing.JTable
- Sets the data model for this table to newModel and registers
with for listner notifications from the new data model.
- setModel(BoundedRangeModel).
Method in class java.awt.swing.JSlider
- Sets the model that handles the sliders three
fundamental properties: minimum, maximum, value.
- setModel(ListModel).
Method in class java.awt.swing.JList
- Sets the model that represents the contents or "value" of the
list and clears the list selection after notifying PropertyChangeListeners.
- setModel(ButtonModel).
Method in class java.awt.swing.JMenu
- Set the data model for the "menu button" -- the label
that the user clicks to open or close the menu.
- setModel(BoundedRangeModel).
Method in class java.awt.swing.JScrollBar
- Sets the model that handles the scrollbar's four
fundamental properties: minimum, maximum, value, extent.
- setModel(TreeModel).
Method in class java.awt.swing.JTree
- Sets the TreeModel that will provide the data.
- setModel(BoundedRangeModel).
Method in class java.awt.swing.JProgressBar
- Sets the data model used by the JProgressBar.
- setModel(ComboBoxModel).
Method in class java.awt.swing.JComboBox
- Sets the data model that the JComboBox uses to obtain the list of items.
- setModelIndex(int).
Method in class java.awt.swing.table.TableColumn
- Sets the model index for this column.
- setModifiers(int).
Method in class java.awt.event.KeyEvent
- Set the modifiers to indicate additional keys that were held down
(shift, ctrl, alt, meta) defined as part of InputEvent.
- setMonth(int).
Method in class java.util.Date
- Sets the month of this date to the specified value.
- setMonth(int).
Method in class java.sql.Time
-
- setMonths(String[]).
Method in class java.text.DateFormatSymbols
- Sets month strings.
- setMultipleMode(boolean).
Method in class java.awt.List
- Sets the flag that determines whether this list
allows multiple selections.
- setMultipleSelections(boolean).
Method in class java.awt.List
-
- setMultiplier(int).
Method in class java.text.DecimalFormat
- Set the multiplier for use in percent, permill, etc.
- setNaN(String).
Method in class java.text.DecimalFormatSymbols
-
- setName(String).
Method in class java.lang.Thread
- Changes the name of this thread to be equal to the argument
name
.
- setName(String).
Method in class java.awt.Component
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.awt.MenuComponent
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Changes the name of the style.
- setName(Principal, String).
Method in interface java.security.acl.Acl
- Sets the name of this ACL.
- setName(String).
Method in class java.beans.FeatureDescriptor
-
- setNanos(int).
Method in class java.sql.Timestamp
- Set the Timestamp's nanos value
- setNegativePermissions().
Method in interface java.security.acl.AclEntry
- Sets this ACL entry to be a negative one.
- setNegativePrefix(String).
Method in class java.text.DecimalFormat
- Set the negative prefix.
- setNegativeSuffix(String).
Method in class java.text.DecimalFormat
- Set the positive suffix.
- setNextException(SQLException).
Method in class java.sql.SQLException
- Add an SQLException to the end of the chain.
- setNextFocusableComponent(Component).
Method in class java.awt.swing.JComponent
- Specifies the next component to get the focus after this one,
for example, when the tab key is pressed.
- setNextWarning(SQLWarning).
Method in class java.sql.SQLWarning
- Add an SQLWarning to the end of the chain.
- setNote(String).
Method in class java.awt.swing.ProgressMonitor
-
- setNull(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to SQL NULL.
- setNumRows(int).
Method in class java.awt.swing.table.DefaultTableModel
- Sets the number of rows in the model.
- setNumberFormat(NumberFormat).
Method in class java.text.DateFormat
- Allows you to set the number formatter.
- setObject(int, Object, int, int).
Method in interface java.sql.PreparedStatement
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int).
Method in interface java.sql.PreparedStatement
- This method is like setObject above, but assumes a scale of zero.
- setObject(int, Object).
Method in interface java.sql.PreparedStatement
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(Object).
Method in interface java.beans.Customizer
- Set the object to be customized.
- setOffset(int).
Method in class java.io.ObjectStreamField
-
- setOneTouchExpandable(boolean).
Method in class java.awt.swing.JSplitPane
- If
newValue
is true, the reciever will provide
UI widgets on the divider to quickly expand/collapse the
divider.
- setOpaque(boolean).
Method in class java.awt.swing.JComponent
- If true the components background will be filled with the
background color.
- setOpaque(boolean).
Method in class java.awt.swing.text.JTextComponent
- Sets whether or not the UI should render a background.
- setOptionType(int).
Method in class java.awt.swing.JOptionPane
- Sets the options to display.
- setOptions(Object[]).
Method in class java.awt.swing.JOptionPane
- Sets the options this pane displays.
- setOrientation(int).
Method in class java.awt.Scrollbar
- Sets the orientation for this scroll bar.
- setOrientation(int).
Method in class java.awt.print.PageFormat
- Set the page orientation.
- setOrientation(int).
Method in class java.awt.swing.JSplitPane
- Sets the orientation, or how the splitter is divided.
- setOrientation(int).
Method in class java.awt.swing.JSlider
- Set the scrollbars orientation to either VERTICAL or HORIZONTAL.
- setOrientation(int).
Method in class java.awt.swing.JScrollBar
- Set the scrollbar's orientation to either VERTICAL or
HORIZONTAL.
- setOrientation(int).
Method in class java.awt.swing.JProgressBar
- Sets the progress bar's orientation to newOrientation, which
must be
JProgressBar.VERTICAL
or
JProgressBar.HORIZONTAL
.
- setOut(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" output stream.
- setOutputStream(OutputStream).
Method in class java.rmi.server.LogStream
- Set the stream to which output from this log is sent.
- setPage(int, PageFormat, Printable).
Method in class java.awt.print.Book
- Set the page format and the painter for a
given page number.
- setPage(URL).
Method in class java.awt.swing.JEditorPane
- Sets the current url being displayed.
- setPage(String).
Method in class java.awt.swing.JEditorPane
- Sets the current url being displayed.
- setPageIncrement(int).
Method in class java.awt.Scrollbar
-
- setPageRange(int, int).
Method in class java.awt.print.PrinterJob
- Set the range of pages from a Book to be printed.
- setPaint(Paint).
Method in class java.awt.Graphics2D
- Sets the Paint in the current graphics state.
- setPaint(Paint).
Method in class java.awt.print.ProxyGraphics2D
- Sets the Paint in the current graphics state.
- setPaintLabels(boolean).
Method in class java.awt.swing.JSlider
- Determines whether labels are painted on the slider.
- setPaintMode().
Method in class java.awt.Graphics
- Sets the paint mode of this graphics context to overwrite the
destination with this graphics context's current color.
- setPaintMode().
Method in class java.awt.print.ProxyGraphics2D
- Sets the paint mode of this graphics context to overwrite the
destination with this graphics context's current color.
- setPaintMode().
Method in class java.awt.swing.DebugGraphics
-
- setPaintTicks(boolean).
Method in class java.awt.swing.JSlider
- Determines whether tick marks are painted on the slider.
- setPaper(Paper).
Method in class java.awt.print.PageFormat
- Set the paper object for this PageFormat.
- setParagraphAttributes(AttributeSet, boolean).
Method in class java.awt.swing.JTextPane
- Applies the given attributes to paragraphs.
- setParagraphAttributes(int, int, AttributeSet, boolean).
Method in class java.awt.swing.text.DefaultStyledDocument
- Sets attributes for a paragraph.
- setParagraphAttributes(JEditorPane, AttributeSet, boolean).
Method in class java.awt.swing.text.StyledEditorKit.StyledTextAction
- Applies the given attributes to paragraphs.
- setParagraphAttributes(int, int, AttributeSet, boolean).
Method in interface java.awt.swing.text.StyledDocument
- Sets paragraph attributes.
- setParagraphInsets(AttributeSet).
Method in class java.awt.swing.text.CompositeView
- Sets the insets from the paragraph attributes specified in
the given attributes.
- setParameter(String, String).
Method in class java.util.mime.MimeType
- Set the value to be associated with the given name, replacing
any previous association.
- setParameter(String, Object).
Method in class java.security.Signature
- Sets the specified algorithm parameter to the specified value.
- setParameter(AlgorithmParameterSpec).
Method in class java.security.Signature
- Initializes this signature engine with the specified parameter set.
- setParameterBlock(ParameterBlock).
Method in class java.awt.image.renderable.RenderableImageOp
- Change the current ParameterBlock of the operation, allowing
editing of image rendering chains.
- setParameters(Vector).
Method in class java.awt.image.renderable.ParameterBlock
- Sets the entire Vector of parameters to a given Vector.
- setParent(ResourceBundle).
Method in class java.util.ResourceBundle
- Set the parent bundle of this bundle.
- setParent(View).
Method in class java.awt.swing.text.View
- Establishes the parent view for this view.
- setParent(View).
Method in class java.awt.swing.text.CompositeView
- Sets the parent of the view.
- setParent(View).
Method in class java.awt.swing.text.PlainView
- Sets the parent of the view.
- setParent(View).
Method in class java.awt.swing.text.ComponentView
- Sets the parent for a child view.
- setParent(MutableTreeNode).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Sets this node's parent to
newParent
but does not change
the parent's child array.
- setParent(MutableTreeNode).
Method in interface java.awt.swing.tree.MutableTreeNode
- Sets the parent of the receiver to
newParent
.
- setParseIntegerOnly(boolean).
Method in class java.text.NumberFormat
- Sets whether or not numbers should be parsed as integers only.
- setPath(String).
Method in class javax.servlet.http.Cookie
- This cookie should be presented only with requests beginning
with this URL.
- setPatternSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setPerMill(char).
Method in class java.text.DecimalFormatSymbols
-
- setPercent(char).
Method in class java.text.DecimalFormatSymbols
-
- setPixel(int, int, int[]).
Method in class java.awt.image.WritableRaster
- Sets a pixel in the DataBuffer using an int array for input.
- setPixel(int, int, float[]).
Method in class java.awt.image.WritableRaster
- Sets a pixel in the DataBuffer using a float array for input
specified pixel.
- setPixel(int, int, double[]).
Method in class java.awt.image.WritableRaster
- Sets a pixel in the DataBuffer using a double array for input
specified pixel.
- setPixel(int, int, int, int, int[]).
Method in class java.awt.image.WritableRaster
- Sets a region of pixels using in input pixel array.
- setPixel(int, int, int, int, float[]).
Method in class java.awt.image.WritableRaster
- Sets region of pixels using in input pixel array.
- setPixel(int, int, int, int, double[]).
Method in class java.awt.image.WritableRaster
- Sets region of pixels using in input pixel array.
- setPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a pixel in the DataBuffer using an int array of samples for input.
- setPixel(int, int, float[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a pixel in the DataBuffer using a float array of samples for input.
- setPixel(int, int, double[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a pixel in the DataBuffer using a double array of samples for input.
- setPixel(int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets all samples for a rectangle of pixels from an int array containing
one sample per array element.
- setPixel(int, int, int, int, float[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets all samples for a rectangle of pixels from a float array containing
one sample per array element.
- setPixel(int, int, int, int, double[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets all samples for a rectangle of pixels from a double array containing
one sample per array element.
- setPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Sets a pixel in the DataBuffer using an int array of samples for input.
- setPixel(int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Sets all samples for a rectangle of pixels from an int array containing
one sample per array element.
- setPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Sets a pixel in the DataBuffer using an int for input.
- setPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Sets a pixel in the DataBuffer using an int array of samples for input.
- setPixel(int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Sets all samples for a rectangle of pixels from an int array containing
one sample per array element.
- setPixel(int, int, int[], DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Sets a pixel in the DataBuffer using an int array of samples for input.
- setPixel(int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Sets all samples for a rectangle of pixels from an int array containing
one sample per data array element.
- setPixelData(int, int, Object).
Method in class java.awt.image.WritableRaster
- Stores the data elements for all channels at the specified location.
- setPixelData(int, int, Raster).
Method in class java.awt.image.WritableRaster
- Stores the Raster data at the specified location.
- setPixelData(int, int, int, int, Object).
Method in class java.awt.image.WritableRaster
- Stores an array of data elements into the specified rectangular
region.
- setPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.SampleModel
- Puts the pixel data from an Object that contains an
array of primitives that can be byte,
short or int.
- setPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Puts the pixel data from an Object that contains an
array of primitives that can be byte,
short or int.
- setPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Puts the pixel data from an Object that contains an
array of primitives that can be byte,
short or int.
- setPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Puts the pixel data from an Object that contains an
array of primitives that can be byte,
short or int.
- setPixelData(int, int, Object, DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Puts the pixel data from an Object that contains an
array of primitives that can be byte,
short or int.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of bytes.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of integers.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Choose which rows and columns of the delivered byte pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Choose which rows and columns of the delivered int pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine whether the delivered byte pixels intersect the region to
be extracted and passes through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine if the delivered int pixels intersect the region to
be extracted and pass through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, ColorModel, WritableRaster).
Method in interface java.awt.image.RasterImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Combine the components for the delivered byte pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Combine the components for the delivered int pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, ColorModel, WritableRaster).
Method in class java.awt.image.BufferedImageFilter
- Filters the information provided in the setPixels method of the
RasterImageConsumer interface which takes a WritableRaster.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel, otherwise converts the buffer of integer
pixels to the default RGB ColorModel and passes the converted
buffer to the filterRGBPixels method to be converted one by one.
- setPolicy(Policy).
Static method in class java.security.Policy
- Sets the system-wide Policy object.
- setPopupMenuVisible(boolean).
Method in class java.awt.swing.JMenu
- Set the visibility of the Menu's popup portion.
- setPopupSize(Dimension).
Method in class java.awt.swing.JPopupMenu
- Sets the size of the Popup window using a Dimension object.
- setPopupSize(int, int).
Method in class java.awt.swing.JPopupMenu
- Sets the size of the Popup window to the specified width and
height.
- setPort(int).
Method in class java.net.DatagramPacket
-
- setPosition(int).
Method in class java.awt.font.LineBreakMeasurer
- Set the current position of the LineBreakMeasurer.
- setPosition(Component, int).
Method in class java.awt.swing.JLayeredPane
- Moves the component to position within it's current layer.
- setPositivePrefix(String).
Method in class java.text.DecimalFormat
- Set the positive prefix.
- setPositiveSuffix(String).
Method in class java.text.DecimalFormat
- Set the positive suffix.
- setPreferred(boolean).
Method in class java.beans.FeatureDescriptor
- The "preferred" flag is used to identify features that are particularly
important for presenting to humans.
- setPreferredScrollableViewportSize(Dimension).
Method in class java.awt.swing.JTable
- Sets the preferred size of the viewport for this table.
- setPreferredSize(Dimension).
Method in class java.awt.swing.JComponent
- Set the preferred size of the receiving component.
- setPressed(boolean).
Method in class java.awt.swing.DefaultButtonModel
- Sets the button to pressed state
- setPressed(boolean).
Method in class java.awt.swing.JToggleButton.ToggleButtonModel
- Sets the pressed state of the toggle button.
- setPressed(boolean).
Method in interface java.awt.swing.ButtonModel
-
- setPressedIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the pressed icon for the button.
- setPreviousBounds(JInternalFrame, Rectangle).
Method in class java.awt.swing.DefaultDesktopManager
- Stores the bounds of the component just before a maximize call.
- setPrincipal(Principal).
Method in interface java.security.acl.AclEntry
- Specifies the principal for which permissions are granted or denied
by this ACL entry.
- setPriority(int).
Method in class java.lang.Thread
- Changes the priority of this thread.
- setProgress(int).
Method in class java.awt.swing.ProgressMonitor
- Indicate the progress of the operation being monitored.
- setPropagatedFrom(BeanContext).
Method in class java.beans.beancontext.BeanContextEvent
-
- setPropagationId(Object).
Method in class java.beans.PropertyChangeEvent
-
- setProperties(Properties).
Static method in class java.lang.System
- Sets the system properties to the
Properties
argument.
- setProperties(Hashtable).
Method in class java.awt.image.ImageFilter
- Passes the properties from the source object along after adding a
property indicating the stream of filters it has been run through.
- setProperties(Hashtable).
Method in class java.awt.image.ReplicateScaleFilter
- Passes along the properties from the source object after adding a
property indicating the scale applied.
- setProperties(Hashtable).
Method in class java.awt.image.CropImageFilter
- Passes along the properties from the source object after adding a
property indicating the cropped region.
- setProperties(Hashtable).
Method in class java.awt.image.PixelGrabber
- The setProperties method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setProperties(Hashtable).
Method in interface java.awt.image.ImageConsumer
- Sets the extensible list of properties associated with this image.
- setProperty(String, String).
Static method in class java.lang.System
- Sets the system property indicated by the specified key.
- setProperty(String, String).
Method in class java.util.Properties
- Calls the hashtable method
put
.
- setProperty(String, String).
Static method in class java.security.Security
- Sets a security property.
- setPropertyEditorClass(Class).
Method in class java.beans.PropertyDescriptor
- Normally PropertyEditors will be found using the PropertyEditorManager.
- setPropertyString(String, String).
Method in class java.awt.print.PrinterJob
- Set the String value of the property string identified
by 'key'.
- setProtectionDomain(ProtectionDomain).
Method in class java.lang.Class
- Sets the ProtectionDomain of this class.
- setPrototypeCellValue(Object).
Method in class java.awt.swing.JList
- If this value is non-null it's used to compute fixedCellWidth
and fixedCellHeight by configuring the cellRenderer at index equals
zero for the specified value and then computing the renderer components
preferred size.
- setPublicKey(PublicKey).
Method in class java.security.Identity
- Sets this identity's public key.
- setQTable(JPEGQTable, int).
Method in class java.awt.image.codec.JPEGParam
- Sets the coefficient quantization tables at index passed.
- setQuality(int, boolean).
Method in class java.awt.image.codec.JPEGParam
- Constructs JPEG quantization tables appropriate for the
indicated quality setting (0..100).
- setQueryTimeout(int).
Method in interface java.sql.Statement
- The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setRGB(int, int, int).
Method in class java.awt.image.BufferedImage
- Set a pixel in a BufferedImage.
- setRGB(int, int, int, int, int[], int, int).
Method in class java.awt.image.BufferedImage
- Sets an array of integer pixels in the default RGB color model
(TYPE_INT_ARGB) and default sRGB color space,
into a portion of the image data.
- setRangeProperties(int, int, int, int, boolean).
Method in interface java.awt.swing.BoundedRangeModel
- This method sets all of the model's data with a single method call.
- setRangeProperties(int, int, int, int, boolean).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets all of the BoundedRangeModel properties after forcing
the arguments to obey the usual constraints:
minimum <= value <= value+extent <= maximum
At most, one ChangeEvent is generated.
- setRawOffset(int).
Method in class java.util.TimeZone
- Sets the base time zone offset to GMT.
- setRawOffset(int).
Method in class java.util.SimpleTimeZone
- Overrides TimeZone
Sets the base time zone offset to GMT.
- setReadMethod(Method).
Method in class java.beans.PropertyDescriptor
- Set the method that should be used to read the property value.
- setReadOnly().
Method in class java.security.Permissions
- Marks this Permissions object as "readonly".
- setReadOnly(boolean).
Method in interface java.sql.Connection
- You can put a connection in read-only mode as a hint to enable
database optimizations.
- setRect(double, double, double, double).
Method in class java.awt.Rectangle
- Set the bounds of this rectangle to the specified x, y, width,
and height.
- setRect(Raster).
Method in class java.awt.image.WritableRaster
- Copies pixels from Raster srcRaster to this WritableRaster.
- setRect(int, int, Raster).
Method in class java.awt.image.WritableRaster
- Copies pixels from Raster srcRaster to this WritableRaster.
- setRect(Raster).
Method in interface java.awt.image.WritableRenderedImage
- Set a rect of the image to the contents of rb.
- setRect(Raster).
Method in class java.awt.image.BufferedImage
- Set a rect of the image to the contents of rb.
- setRect(double, double, double, double).
Method in class java.awt.geom.Rectangle2D
- Sets the location and size of this rectangle to the specified
double values.
- setRect(Rectangle2D).
Method in class java.awt.geom.Rectangle2D
- Sets this rectangle to be the same as the specified Rectangle.
- setRect(float, float, float, float).
Method in class java.awt.geom.Rectangle2D.Float
- Sets the location and size of this rectangle to the specified
float values.
- setRect(double, double, double, double).
Method in class java.awt.geom.Rectangle2D.Float
- Sets the location and size of this rectangle to the specified
double values.
- setRect(Rectangle2D).
Method in class java.awt.geom.Rectangle2D.Float
- Sets this rectangle to be the same as the specified Rectangle.
- setRect(double, double, double, double).
Method in class java.awt.geom.Rectangle2D.Double
- Sets the location and size of this rectangle to the specified
double values.
- setRect(Rectangle2D).
Method in class java.awt.geom.Rectangle2D.Double
- Sets this rectangle to be the same as the specified Rectangle.
- setRef(RemoteStub, RemoteRef).
Static method in class java.rmi.server.RemoteStub
-
- setRef(int, Ref).
Method in interface java.sql.PreparedStatement
- Set a REF(<structured-type>) parameter.
- setRenderContext(RenderContext).
Method in class java.awt.image.renderable.RenderableImageProducer
- Sets a new RenderContext to use for the next startProduction() call.
- setRenderer(ListCellRenderer).
Method in class java.awt.swing.JComboBox
- Sets the renderer that paints the item selected from the list in
the JComboBox field.
- setRenderingHints(int, int).
Method in class java.awt.Graphics2D
- Sets the preferences for the rendering algorithms.
- setRenderingHints(int, int).
Method in class java.awt.print.ProxyGraphics2D
- Sets the preferences for the rendering algorithms.
- setReorderingAllowed(boolean).
Method in class java.awt.swing.table.JTableHeader
- Sets whether the user can drag column headers to reorder columns.
- setRepeats(boolean).
Method in class java.awt.swing.Timer
- If flag is false, instructs the Timer to send
actionPerformed() to its listeners only once, and then stop.
- setRequestFocusEnabled(boolean).
Method in class java.awt.swing.JComponent
- Set whether the receiving component can obtain the focus by
calling requestFocus.
- setRequestMethod(String).
Method in class java.net.HttpURLConnection
- Set the method for the URL request, one of:
- GET
- POST
- HEAD
- OPTIONS
- PUT
- DELETE
- TRACE
are legal, subject to protocol restrictions.
- setRequestProperty(String, String).
Method in class java.net.URLConnection
- Sets the general request property.
- setReshowDelay(int).
Method in class java.awt.swing.ToolTipManager
-
- setResizable(boolean).
Method in class java.awt.Frame
- Sets the resizable flag, which determines whether
this frame is resizable.
- setResizable(boolean).
Method in class java.awt.Dialog
- Sets the resizable flag.
- setResizable(boolean).
Method in class java.awt.swing.JInternalFrame
- Set that the JInternalFrame resizable by some user action.
- setResizable(boolean).
Method in class java.awt.swing.table.TableColumn
- Sets whether the user can resize the receiver in its
JTableView.
- setResizingAllowed(boolean).
Method in class java.awt.swing.table.JTableHeader
- Sets whether the user can resize columns by dragging between headers.
- setResizingColumn(TableColumn).
Method in class java.awt.swing.table.JTableHeader
- Sets the header's resizingColumn to aColumn
- setResolveParent(AttributeSet).
Method in class java.awt.swing.text.AbstractDocument.AbstractElement
- Sets the resolving parent.
- setResolveParent(AttributeSet).
Method in interface java.awt.swing.text.MutableAttributeSet
- Sets the resolving parent.
- setResolveParent(AttributeSet).
Method in class java.awt.swing.text.StyleContext.NamedStyle
- Sets the resolving parent.
- setResolveParent(Keymap).
Method in interface java.awt.swing.text.Keymap
- Sets the parent keymap, which will be used to
resolve key-bindings.
- setResolveParent(AttributeSet).
Method in class java.awt.swing.text.SimpleAttributeSet
- Sets the resolving parent.
- setResultSetConcurrency(int).
Method in interface java.sql.Connection
- JDBC 2.0
Set the concurrency value to be used for result sets
produced on this connection.
- setResultSetConcurrency(int).
Method in interface java.sql.Statement
- JDBC 2.0
Set the concurrency value to be used for result sets
produced by this statement.
- setResultSetType(int).
Method in interface java.sql.Connection
- JDBC 2.0
Set the type for result sets produced on this
connection.
- setResultSetType(int).
Method in interface java.sql.Statement
- JDBC 2.0
Set the type for result sets produced by this statement.
- setRightComponent(Component).
Method in class java.awt.swing.JSplitPane
- Sets the component to the right (or below) the divider.
- setRightIndent(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets right indent.
- setRollover(boolean).
Method in class java.awt.swing.DefaultButtonModel
- Sets the button to the rollover state
- setRollover(boolean).
Method in interface java.awt.swing.ButtonModel
-
- setRolloverEnabled(boolean).
Method in class java.awt.swing.AbstractButton
- Sets whether rollover effects should be enabled.
- setRolloverIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the rollover icon for the button.
- setRolloverSelectedIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the rollover selected icon for the button.
- setRootFrame(Frame).
Static method in class java.awt.swing.JOptionPane
- Sets the frame to use for class methods in which a frame is
not provided.
- setRootPane(JRootPane).
Method in class java.awt.swing.JFrame
- Sets the rootPane property.
- setRootPane(JRootPane).
Method in class java.awt.swing.JWindow
- Sets the rootPane property.
- setRootPane(JRootPane).
Method in class java.awt.swing.JDialog
- Sets the rootPane property.
- setRootPane(JRootPane).
Method in class java.awt.swing.JInternalFrame
- Set the rootPane property.
- setRootPane(JRootPane).
Method in class java.awt.swing.JApplet
- Sets the rootPane property.
- setRootPaneCheckingEnabled(boolean).
Method in class java.awt.swing.JFrame
- If true then calls to add() and setLayout() will cause an exception
to be thrown.
- setRootPaneCheckingEnabled(boolean).
Method in class java.awt.swing.JWindow
- If true then calls to add() and setLayout() will cause an exception
to be thrown.
- setRootPaneCheckingEnabled(boolean).
Method in class java.awt.swing.JDialog
- If true then calls to add() and setLayout() will cause an exception
to be thrown.
- setRootPaneCheckingEnabled(boolean).
Method in class java.awt.swing.JInternalFrame
- If true then calls to add() and setLayout() will cause an exception
to be thrown.
- setRootPaneCheckingEnabled(boolean).
Method in class java.awt.swing.JApplet
- If true then calls to add() and setLayout() will cause an exception
to be thrown.
- setRootVisible(boolean).
Method in class java.awt.swing.JTree
- Determines whether or not the root node from
the TreeModel is visible.
- setRoundRect(double, double, double, double, double, double).
Method in class java.awt.geom.RoundRectangle2D
- Sets the location, size, and corner radii of this rounded
rectangle to the specified double values.
- setRoundRect(RoundRectangle2D).
Method in class java.awt.geom.RoundRectangle2D
- Sets this rounded rectangle to be the same as the specified
RoundRectangle.
- setRoundRect(float, float, float, float, float, float).
Method in class java.awt.geom.RoundRectangle2D.Float
- Sets the location, size, and arc radii of this rectangle to the
specified float values.
- setRoundRect(double, double, double, double, double, double).
Method in class java.awt.geom.RoundRectangle2D.Float
- Sets the location, size, and arc radii of this rectangle to the
specified double values.
- setRoundRect(RoundRectangle2D).
Method in class java.awt.geom.RoundRectangle2D.Float
- Sets this rounded rectangle to be the same as the specified
RoundRectangle.
- setRoundRect(double, double, double, double, double, double).
Method in class java.awt.geom.RoundRectangle2D.Double
- Sets the location, size, and arc radii of this rectangle to the
specified double values.
- setRoundRect(RoundRectangle2D).
Method in class java.awt.geom.RoundRectangle2D.Double
- Sets this rounded rectangle to be the same as the specified
RoundRectangle.
- setRowHeader(JViewport).
Method in class java.awt.swing.JScrollPane
-
- setRowHeaderView(Component).
Method in class java.awt.swing.JScrollPane
- Creates a RowHeader viewport if neccessary and then sets
its view.
- setRowHeight(int).
Method in class java.awt.swing.JTable
- Sets the height for rows to newRowHeight and invokes tile
- setRowHeight(int).
Method in class java.awt.swing.JTree
- Sets the height of each cell.
- setRowMapper(RowMapper).
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Sets the RowMapper instance.
- setRowMapper(RowMapper).
Method in interface java.awt.swing.tree.TreeSelectionModel
- Sets the RowMapper instance.
- setRowSelectionAllowed(boolean).
Method in class java.awt.swing.JTable
- Sets whether the rows in this model can be selected.
- setRowSelectionInterval(int, int).
Method in class java.awt.swing.JTable
- Selects the rows from index0 to index1 inclusive.
- setRows(int).
Method in class java.awt.GridLayout
- Sets the number of rows in this layout to the specified value.
- setRows(int).
Method in class java.awt.TextArea
- Sets the number of rows for this text area.
- setRows(int).
Method in class java.awt.swing.JTextArea
- Sets the number of rows for this TextArea.
- setSample(int, int, int, int).
Method in class java.awt.image.WritableRaster
- Sets a sample in the DataBuffer using a int for input.
- setSample(int, int, int, float).
Method in class java.awt.image.WritableRaster
- Sets a sample in the DataBuffer using a float array for input.
- setSample(int, int, int, double).
Method in class java.awt.image.WritableRaster
- Sets a sample in the DataBuffer using a double array for input.
- setSample(int, int, int, int, int, int[]).
Method in class java.awt.image.WritableRaster
- Sets a region of samples using an input integer buffer as input.
- setSample(int, int, int, int, int, float[]).
Method in class java.awt.image.WritableRaster
- Sets a region of samples using an input float buffer as input.
- setSample(int, int, int, int, int, double[]).
Method in class java.awt.image.WritableRaster
- Sets a region of samples using an input double buffer as input.
- setSample(int, int, int, int, DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using an int for input.
- setSample(int, int, int, float, DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using a float for input.
- setSample(int, int, int, double, DataBuffer).
Method in class java.awt.image.SampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using a double for input.
- setSample(int, int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from an int array containing one sample per array element.
- setSample(int, int, int, int, int, float[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from a float array containing one sample per array element.
- setSample(int, int, int, int, int, double[], DataBuffer).
Method in class java.awt.image.SampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from a double array containing one sample per array element.
- setSample(int, int, int, int, DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using an int for input.
- setSample(int, int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.ComponentSampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from an int array containing one sample per data array element.
- setSample(int, int, int, int, DataBuffer).
Method in class java.awt.image.MultiPixelPackedSampleModel
- Sets a sample in the DataBuffer using an int for input.
- setSample(int, int, int, int, DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using an int for input.
- setSample(int, int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.BandedSampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from an int array containing one sample per data array element.
- setSample(int, int, int, int, DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Sets a sample in the specified band for the pixel located at (x,y)
in the DataBuffer using an int for input.
- setSample(int, int, int, int, int, int[], DataBuffer).
Method in class java.awt.image.SinglePixelPackedSampleModel
- Sets the samples in the specified band for the specified rectangle
of pixels from an int array containing one sample per data array element.
- setScale(int, int).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose scale is the specified value, and whose
integer value is determined by multiplying or dividing this BigDecimal's
integer value by the appropriate power of ten to maintain the overall
value.
- setScale(int).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose scale is the specified value, and whose
value is exactly equal to this number's.
- setScrollOffset(int).
Method in class java.awt.swing.JTextField
- Sets the scroll offset.
- setScrollPosition(int, int).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setScrollPosition(Point).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setSeconds(int).
Method in class java.util.Date
- Sets the seconds of this Date to the specified value.
- setSeconds(int).
Method in class java.sql.Date
-
- setSecure(boolean).
Method in class javax.servlet.http.Cookie
- Indicates to the user agent that the cookie should only be sent
using a secure protocol (https).
- setSecurityManager(SecurityManager).
Static method in class java.lang.System
- Sets the System security.
- setSeed(long).
Method in class java.util.Random
- Sets the seed of this random number generator using a single
long
seed.
- setSeed(byte[]).
Method in class java.security.SecureRandom
- Reseeds this random object.
- setSeed(long).
Method in class java.security.SecureRandom
- Reseeds this random object, using the eight bytes contained
in the given
long seed
.
- setSelected(boolean).
Method in class java.awt.swing.AbstractButton
- Sets the state of the button.
- setSelected(boolean).
Method in class java.awt.swing.DefaultButtonModel
- Sets the selected state of the button.
- setSelected(boolean).
Method in class java.awt.swing.JToggleButton.ToggleButtonModel
- Sets the selected state of the button.
- setSelected(boolean).
Method in class java.awt.swing.JInternalFrame
- A JInternalFrame normally draws it's title bar differently if it is the
selected frame.
- setSelected(boolean).
Method in interface java.awt.swing.ButtonModel
-
- setSelected(boolean).
Method in class java.awt.swing.JMenu
- Sets the selection status of the menu.
- setSelected(Component).
Method in class java.awt.swing.JPopupMenu
- Sets the currently selected component, This will result
in a change to the selection model.
- setSelected(Component).
Method in class java.awt.swing.JMenuBar
- Sets the currently selected component, producing a
a change to the selection model.
- setSelected(ButtonModel, boolean).
Method in class java.awt.swing.ButtonGroup
- Sets the selected value for the button.
- setSelectedCheckbox(Checkbox).
Method in class java.awt.CheckboxGroup
- Sets the currently selected check box in this group
to be the specified check box.
- setSelectedComponent(Component).
Method in class java.awt.swing.JTabbedPane
- Sets the selected component for this tabbedpane.
- setSelectedIcon(Icon).
Method in class java.awt.swing.AbstractButton
- Sets the selected icon for the button.
- setSelectedIndex(int).
Method in class java.awt.swing.JTabbedPane
- Sets the selected index for this tabbedpane.
- setSelectedIndex(int).
Method in class java.awt.swing.JList
- Select a single cell.
- setSelectedIndex(int).
Method in interface java.awt.swing.SingleSelectionModel
- Sets the model's selected index to index.
- setSelectedIndex(int).
Method in class java.awt.swing.DefaultSingleSelectionModel
-
- setSelectedIndex(int).
Method in class java.awt.swing.JComboBox
- Selects the item at index
anIndex
.
- setSelectedIndices(int[]).
Method in class java.awt.swing.JList
- Select a set of cells.
- setSelectedItem(Object).
Method in interface java.awt.swing.ComboBoxModel
- Set the selected item
- setSelectedItem(Object).
Method in class java.awt.swing.JComboBox
- Sets the selected item in the JComboBox by specifying the object in the list.
- setSelectedPath(MenuElement[]).
Method in class java.awt.swing.MenuSelectionManager
-
- setSelectedTextColor(Color).
Method in class java.awt.swing.text.JTextComponent
- Sets the current color used to render the
selected text.
- setSelectedValue(Object, boolean).
Method in class java.awt.swing.JList
-
- setSelectionBackground(Color).
Method in class java.awt.swing.JTable
- Set the background color for selected cells.
- setSelectionBackground(Color).
Method in class java.awt.swing.JList
- Set the background color for selected cells.
- setSelectionColor(Color).
Method in class java.awt.swing.text.JTextComponent
- Sets the current color used to render the
selection.
- setSelectionEnd(int).
Method in class java.awt.TextComponent
- Sets the selection end for this text component to
the specified position.
- setSelectionEnd(int).
Method in class java.awt.swing.text.JTextComponent
- Sets the selection end to the specified position.
- setSelectionForeground(Color).
Method in class java.awt.swing.JTable
- Set the foreground color for selected cells.
- setSelectionForeground(Color).
Method in class java.awt.swing.JList
- Set the foreground color for selected cells.
- setSelectionInterval(int, int).
Method in interface java.awt.swing.ListSelectionModel
- Change the selection to be between index0 and index1 inclusive.
- setSelectionInterval(int, int).
Method in class java.awt.swing.JList
- Select the specified interval.
- setSelectionInterval(int, int).
Method in class java.awt.swing.DefaultListSelectionModel
-
- setSelectionInterval(int, int).
Method in class java.awt.swing.JTree
- Selects the nodes between index0 and index1, inclusive.
- setSelectionMode(int).
Method in class java.awt.swing.JTable
- Sets the table's selection mode to allow only single selections, a single
contiguous interval, or multiple intervals.
- setSelectionMode(int).
Method in interface java.awt.swing.ListSelectionModel
- The following selectionMode values are allowed:
-
SINGLE_SELECTION
Only one list index can be selected at a time.
- setSelectionMode(int).
Method in class java.awt.swing.JList
- The following selectionMode values are allowed:
-
SINGLE_SELECTION
Only one list index can be selected at a time.
- setSelectionMode(int).
Method in class java.awt.swing.DefaultListSelectionModel
-
- setSelectionMode(int).
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Sets the selection model, which must be one of SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
- setSelectionMode(int).
Method in interface java.awt.swing.tree.TreeSelectionModel
- Sets the selection model, which must be one of SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
- setSelectionModel(ListSelectionModel).
Method in class java.awt.swing.JTable
- Sets the row selection model for this table to newModel
and registers with for listner notifications from the new selection model.
- setSelectionModel(ListSelectionModel).
Method in class java.awt.swing.JList
- Set the selectionModel for the list to a non-null ListSelectionModel
implementation.
- setSelectionModel(SingleSelectionModel).
Method in class java.awt.swing.JPopupMenu
- Set the model object to handle single selections.
- setSelectionModel(TreeSelectionModel).
Method in class java.awt.swing.JTree
- Sets the tree's selection model.
- setSelectionModel(SingleSelectionModel).
Method in class java.awt.swing.JMenuBar
- Set the model object to handle single selections.
- setSelectionModel(ListSelectionModel).
Method in class java.awt.swing.table.DefaultTableColumnModel
- Sets the selection model for this TableColumnModel to newModel
and registers with for listner notifications from the new selection
model.
- setSelectionModel(ListSelectionModel).
Method in interface java.awt.swing.table.TableColumnModel
-
- setSelectionPath(TreePath).
Method in class java.awt.swing.JTree
- Selects the node identified by the specified path.
- setSelectionPath(TreePath).
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Sets the selection to path.
- setSelectionPath(TreePath).
Method in interface java.awt.swing.tree.TreeSelectionModel
- Sets the selection to path.
- setSelectionPaths(TreePath[]).
Method in class java.awt.swing.JTree
- Selects the nodes identified by the specified array of paths.
- setSelectionPaths(TreePath[]).
Method in class java.awt.swing.JTree.EmptySelectionModel
- A null implementation that selects nothing
- setSelectionPaths(TreePath[]).
Method in class java.awt.swing.tree.DefaultTreeSelectionModel
- Sets the selection to the paths in paths.
- setSelectionPaths(TreePath[]).
Method in interface java.awt.swing.tree.TreeSelectionModel
- Sets the selection to the the paths.
- setSelectionRow(int).
Method in class java.awt.swing.JTree
- Selects the node at the specified row in the display.
- setSelectionRows(int[]).
Method in class java.awt.swing.JTree
- Selects the nodes corresponding to each of the specified rows
in the display.
- setSelectionStart(int).
Method in class java.awt.TextComponent
- Sets the selection start for this text component to
the specified position.
- setSelectionStart(int).
Method in class java.awt.swing.text.JTextComponent
- Sets the selection start to the specified position.
- setSelectionValues(Object[]).
Method in class java.awt.swing.JOptionPane
- Sets the selection values for a pane that provides the user
with a list of items to choose from.
- setSelectionVisible(boolean).
Method in class java.awt.swing.text.DefaultCaret
- Change the selection visibility.
- setSelectionVisible(boolean).
Method in interface java.awt.swing.text.Caret
- Sets the visibility of the selection
- setShort(Object, short).
Method in class java.lang.reflect.Field
- Set the value of a field as a short on specified object.
- setShort(Object, int, short).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified short value.
- setShort(int, short).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java short value.
- setShortDescription(String).
Method in class java.beans.FeatureDescriptor
- You can associate a short descriptive string with a feature.
- setShortMonths(String[]).
Method in class java.text.DateFormatSymbols
- Sets short month strings.
- setShortWeekdays(String[]).
Method in class java.text.DateFormatSymbols
- Sets short weekday strings.
- setShortcut(MenuShortcut).
Method in class java.awt.MenuItem
- Set the
MenuShortcut
object associated with this
menu item.
- setShowGrid(boolean).
Method in class java.awt.swing.JTable
- Sets whether the receiver draws grid lines around cells.
- setShowHorizontalLines(boolean).
Method in class java.awt.swing.JTable
- Sets whether the receiver draws horizontal lines between cells.
- setShowVerticalLines(boolean).
Method in class java.awt.swing.JTable
- Sets whether the receiver draws vertical lines between cells.
- setShowsRootHandles(boolean).
Method in class java.awt.swing.JTree
- Determines whether the node handles are to be displayed.
- setSigners(Class, Object[]).
Method in class java.lang.ClassLoader
- Sets the signers of a class.
- setSize(int).
Method in class java.util.Vector
- Sets the size of this vector.
- setSize(long).
Method in class java.util.zip.ZipEntry
- Sets the uncompressed size of the entry data.
- setSize(int, int).
Method in class java.awt.Component
- Resizes this component so that it has width
width
and height
.
- setSize(Dimension).
Method in class java.awt.Component
- Resizes this component so that it has width
d.width
and height d.height
.
- setSize(double, double).
Method in class java.awt.Dimension
- Set the size of this Dimension object to the specified width
and height in double precision.
- setSize(Dimension).
Method in class java.awt.Dimension
- Set the size of this
Dimension
object to the specified size.
- setSize(int, int).
Method in class java.awt.Dimension
- Set the size of this
Dimension
object
to the specified width and height.
- setSize(Dimension).
Method in class java.awt.Rectangle
- Sets the size of this rectangle to match the specified dimension.
- setSize(int, int).
Method in class java.awt.Rectangle
- Sets the size of this rectangle to the specified width and height.
- setSize(double, double).
Method in class java.awt.geom.Dimension2D
- Set the size of this Dimension object to the specified width
and height.
- setSize(Dimension2D).
Method in class java.awt.geom.Dimension2D
- Set the size of this Dimension object to match the specified size.
- setSize(double, double).
Method in class java.awt.print.Paper
- Set the width and height of the paper.
- setSize(Dimension).
Method in interface java.awt.accessibility.AccessibleComponent
- Resizes this object so that it has width and height.
- setSize(Dimension).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.Box.AccessibleBox
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
- setSize(Dimension).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setSize(Dimension).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Resizes this object so that it has width width and height.
- setSize(Dimension).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setSize(Dimension).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setSize(int).
Method in class java.awt.swing.DefaultListModel
-
- setSize(Dimension).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Resizes this object so that it has width width and height.
- setSize(float, float).
Method in class java.awt.swing.text.View
- Sets the size of the view.
- setSize(float, float).
Method in class java.awt.swing.text.BoxView
- Sets the size of the view.
- setSize(float, float).
Method in class java.awt.swing.text.ComponentView
- Sets the size of the view.
- setSize(float, float).
Method in class java.awt.swing.text.IconView
- Sets the size of the view.
- setSize(float, float).
Method in class java.awt.swing.text.WrappedPlainView
- Sets the size of the view.
- setSize(Dimension).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setSnapToTicks(boolean).
Method in class java.awt.swing.JSlider
- Specifying true makes the knob (and the data value it represents)
resolve to the closest tick mark next to where the user
positioned the knob.
- setSoLinger(boolean, int).
Method in class java.net.Socket
- Enable/disable SO_LINGER with the specified linger time.
- setSoTimeout(int).
Method in class java.net.DatagramSocket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSoTimeout(int).
Method in class java.net.Socket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSoTimeout(int).
Method in class java.net.ServerSocket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSocketFactory(SocketImplFactory).
Static method in class java.net.ServerSocket
- Sets the server socket implementation factory for the
application.
- setSocketFactory(RMISocketFactory).
Static method in class java.rmi.server.RMISocketFactory
- Set the socket factory from which RMI gets sockets.
- setSocketImplFactory(SocketImplFactory).
Static method in class java.net.Socket
- Sets the client socket implementation factory for the
application.
- setSources(Vector).
Method in class java.awt.image.renderable.ParameterBlock
- Sets the entire Vector of sources to a given Vector.
- setSpaceAbove(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets space above.
- setSpaceBelow(MutableAttributeSet, float).
Static method in class java.awt.swing.text.StyleConstants
- Sets space below.
- setStartRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting rule.
- setStartYear(int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting year.
- setState(boolean).
Method in class java.awt.Checkbox
- Sets the state of this check box to the specified state.
- setState(boolean).
Method in class java.awt.CheckboxMenuItem
- Sets this check box menu item to the specifed state.
- setState(boolean).
Method in class java.awt.swing.JCheckBoxMenuItem
- Sets the selected-state of the item.
- setStatus(int, String).
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code and message for this response.
- setStatus(int).
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code for this response.
- setStrategy(int).
Method in class java.util.zip.Deflater
- Sets the compression strategy to the specified value.
- setStrength(int).
Method in class java.text.Collator
- Sets this Collator's strength property.
- setString(int, String).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java String value.
- setStroke(Stroke).
Method in class java.awt.Graphics2D
- Sets the Stroke in the current graphics state.
- setStroke(Stroke).
Method in class java.awt.print.ProxyGraphics2D
- Sets the Stroke in the current graphics state.
- setStructLocator(int, StructLocator).
Method in interface java.sql.PreparedStatement
- Set a LOCATOR(<structured-type>) parameter.
- setStub(AppletStub).
Method in class java.applet.Applet
- Sets this applet's stub.
- setStyledDocument(StyledDocument).
Method in class java.awt.swing.JTextPane
- Associates the editor with a text document.
- setSystem(ActivationSystem).
Static method in class java.rmi.activation.ActivationGroup
- Set the activation system for the VM.
- setSystemScope(IdentityScope).
Static method in class java.security.IdentityScope
- Sets the system's identity scope.
- setTTL(byte).
Method in class java.net.MulticastSocket
- Set the default time-to-live for multicast packets sent out
on this socket.
- setTTL(byte).
Method in class java.net.DatagramSocketImpl
- Set the TTL (time-to-live) option.
- setTabPlacement(int).
Method in class java.awt.swing.JTabbedPane
- Sets the tab placement for this tabbedpane to be either
TOP, LEFT, BOTTOM, or RIGHT.
- setTabSet(MutableAttributeSet, TabSet).
Static method in class java.awt.swing.text.StyleConstants
- Sets the TabSet.
- setTabSize(int).
Method in class java.awt.swing.JTextArea
- Sets the number of characters to expand tabs to.
- setTable(int[]).
Method in class java.awt.image.codec.JPEGQTable
- Sets a new quantization table with the array that was passed.
- setTable(JTable).
Method in class java.awt.swing.table.JTableHeader
- Sets the header's partner table to aTable
- setTableHeader(JTableHeader).
Method in class java.awt.swing.JTable
- Sets the tableHeader working with this JTable to newHeader.
- setTargetActions(int).
Method in class java.awt.dnd.DropTargetContext
- set the current actions acceptable to this DropTarget
- setTcpNoDelay(boolean).
Method in class java.net.Socket
- Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
- setText(String).
Method in class java.awt.TextComponent
- Sets the text that is presented by this
text component to be the specified text.
- setText(String).
Method in class java.awt.Label
- Sets the text for this label to the specified text.
- setText(String).
Method in class java.awt.swing.AbstractButton
- Sets the button's text.
- setText(String).
Method in class java.awt.swing.JLabel
- Defines the single line of text this component will display.
- setText(String).
Method in class java.awt.swing.text.JTextComponent
- Sets the text of this TextComponent to the specified text.
- setText(String).
Method in class java.text.BreakIterator
- Set a new text string to be scanned.
- setText(CharacterIterator).
Method in class java.text.BreakIterator
- Set a new text for scanning.
- setTime(Date).
Method in class java.util.Calendar
- Sets this Calendar's current time with the given Date.
- setTime(long).
Method in class java.util.Date
- Sets this Date object to represent a point in time that is
time milliseconds after January 1, 1970 00:00:00 GMT.
- setTime(long).
Method in class java.util.zip.ZipEntry
- Sets the modification time of the entry.
- setTime(int, Time).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Time value.
- setTime(long).
Method in class java.sql.Time
- Set a Time using a milliseconds time value
- setTime(long).
Method in class java.sql.Date
- Set a Date using a milliseconds time value
- setTimeInMillis(long).
Method in class java.util.Calendar
- Sets this Calendar's current time from the given long value.
- setTimeZone(TimeZone).
Method in class java.util.Calendar
- Sets the time zone with the given time zone value.
- setTimeZone(TimeZone).
Method in class java.text.DateFormat
- Sets the time zone for the calendar of this DateFormat object.
- setTimestamp(int, Timestamp).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Timestamp value.
- setTipText(String).
Method in class java.awt.swing.JToolTip
- Sets the text to show when the tool tip is displayed.
- setTitle(String).
Method in class java.awt.Frame
- Sets the title for this frame to the specified title.
- setTitle(String).
Method in class java.awt.Dialog
- Sets the title of the Dialog.
- setTitle(String).
Method in class java.awt.swing.JInternalFrame
- Sets the JInternalFrame title.
- setTitle(String).
Method in class java.awt.swing.border.TitledBorder
- Sets the title of the titled border.
- setTitleAt(int, String).
Method in class java.awt.swing.JTabbedPane
- Sets the title at index to title which can be null.
- setTitleColor(Color).
Method in class java.awt.swing.border.TitledBorder
- Sets the title-color of the titled border.
- setTitleFont(Font).
Method in class java.awt.swing.border.TitledBorder
- Sets the title-font of the titled border.
- setTitleJustification(int).
Method in class java.awt.swing.border.TitledBorder
- Sets the title-justification of the titled border.
- setTitlePosition(int).
Method in class java.awt.swing.border.TitledBorder
- Sets the title-position of the titled border.
- setToIdentity().
Method in class java.awt.geom.AffineTransform
- Resets this transform to the Identity transform.
- setToRotation(double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a rotation transformation.
- setToRotation(double, double, double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a translated rotation transformation.
- setToScale(double, double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a scaling transformation.
- setToShear(double, double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a shearing transformation.
- setToTranslation(double, double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a translation transformation.
- setToolTipText(String).
Method in class java.awt.swing.JComponent
- Registers the text to display in a tool tip.
- setTopComponent(Component).
Method in class java.awt.swing.JSplitPane
- Sets the component above, or to the left of the divider.
- setTransactionIsolation(int).
Method in interface java.sql.Connection
- You can call this method to try to change the transaction
isolation level using one of the TRANSACTION_* values.
- setTransform(AffineTransform).
Method in class java.awt.Graphics2D
- Sets the transform in the current graphics state.
- setTransform(AffineTransform).
Method in class java.awt.image.renderable.RenderContext
- Sets the current user-to-device AffineTransform contained
in the RenderContext to a given transform.
- setTransform(AffineTransform).
Method in class java.awt.geom.AffineTransform
- Sets this transform to a copy of the transform in the indicated
AffineTransform object.
- setTransform(double, double, double, double, double, double).
Method in class java.awt.geom.AffineTransform
- Sets this transform to the matrix specified by the 6
double precision values.
- setTransform(AffineTransform).
Method in class java.awt.print.ProxyGraphics2D
- Sets the Transform in the current graphics state.
- setType(short).
Method in class java.awt.swing.text.DefaultStyledDocument.ElementSpec
- Sets the element type.
- setTypeMap(Map).
Method in interface java.sql.Connection
- JDBC 2.0
* Install a type-map object as the default type-map for
* this connection.
- setUI(ComponentUI).
Method in class java.awt.swing.JComponent
- Set the look and feel delegate for this component.
- setUI(TabbedPaneUI).
Method in class java.awt.swing.JTabbedPane
- Sets the UI object which implements the L&F for this component.
- setUI(ButtonUI).
Method in class java.awt.swing.AbstractButton
- Sets the button's UI.
- setUI(TableUI).
Method in class java.awt.swing.JTable
- Sets the L&F object that renders this component.
- setUI(MenuItemUI).
Method in class java.awt.swing.JMenuItem
- Sets the L&F object that renders this component.
- setUI(RadioButtonMenuItemUI).
Method in class java.awt.swing.JRadioButtonMenuItem
- Sets the L&F object that renders this component.
- setUI(LabelUI).
Method in class java.awt.swing.JLabel
- Sets the L&F object that renders this component.
- setUI(SplitPaneUI).
Method in class java.awt.swing.JSplitPane
- Sets the TreeUI that will provide the current look and feel.
- setUI(DesktopPaneUI).
Method in class java.awt.swing.JDesktopPane
-
- setUI(SliderUI).
Method in class java.awt.swing.JSlider
- Sets the UI object which implements the L&F for this component.
- setUI(ListUI).
Method in class java.awt.swing.JList
- Sets the L&F object that renders this component.
- setUI(InternalFrameUI).
Method in class java.awt.swing.JInternalFrame
- Sets the UI delegate for this JInternalFrame.
- setUI(DesktopIconUI).
Method in class java.awt.swing.JInternalFrame.JDesktopIcon
-
- setUI(MenuUI).
Method in class java.awt.swing.JMenu
- Sets the L&F object that renders this component.
- setUI(ScrollPaneUI).
Method in class java.awt.swing.JScrollPane
-
- setUI(PopupMenuUI).
Method in class java.awt.swing.JPopupMenu
- Sets the L&F object that renders this component.
- setUI(ToolBarUI).
Method in class java.awt.swing.JToolBar
- Sets the L&F object that renders this component.
- setUI(TreeUI).
Method in class java.awt.swing.JTree
- Sets the L&F object that renders this component.
- setUI(SeparatorUI).
Method in class java.awt.swing.JSeparator
- Sets the L&F object that renders this component.
- setUI(OptionPaneUI).
Method in class java.awt.swing.JOptionPane
- Sets the UI object which implements the L&F for this component.
- setUI(ProgressBarUI).
Method in class java.awt.swing.JProgressBar
- Sets the L&F object that renders this component.
- setUI(ComboBoxUI).
Method in class java.awt.swing.JComboBox
- Sets the L&F object that renders this component.
- setUI(MenuBarUI).
Method in class java.awt.swing.JMenuBar
- Sets the L&F object that renders this component.
- setUI(CheckBoxMenuItemUI).
Method in class java.awt.swing.JCheckBoxMenuItem
- Sets L&F object that renders this component.
- setUI(TextUI).
Method in class java.awt.swing.text.JTextComponent
- Sets the user-interface factory for this text-oriented editor
- setUI(TableHeaderUI).
Method in class java.awt.swing.table.JTableHeader
-
- setURL(URL, String, String, int, String, String).
Method in class java.net.URLStreamHandler
- Sets the fields of the
URL
argument to the indicated values.
- setURLStreamHandlerFactory(URLStreamHandlerFactory).
Static method in class java.net.URL
- Sets an application's
URLStreamHandlerFactory
.
- setUnderline(MutableAttributeSet, boolean).
Static method in class java.awt.swing.text.StyleConstants
- Sets the underline attribute.
- setUnicast(boolean).
Method in class java.beans.EventSetDescriptor
- Mark an event set as unicast (or not).
- setUnicodeStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large UNICODE value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setUnitIncrement(int).
Method in interface java.awt.Adjustable
- Sets the unit value increment for the adjustable object.
- setUnitIncrement(int).
Method in class java.awt.Scrollbar
- Sets the unit increment for this scroll bar.
- setUnitIncrement(int).
Method in class java.awt.swing.JScrollBar
- Sets the unitIncrement property.
- setUnorderedTable(int[]).
Method in class java.awt.image.codec.JPEGQTable
- Puts an array of qantization steps in zig-zag order and copies
them to the Q table.
- setUpdateRect(Rectangle).
Method in class java.awt.event.PaintEvent
- Sets the rectangle representing the area which needs to be
repainted in response to this event.
- setUpdateTableInRealTime(boolean).
Method in class java.awt.swing.table.JTableHeader
- Sets whether the body of the table updates in real time when
a column is resized or dragged.
- setUseCaches(boolean).
Method in class java.net.URLConnection
- Sets the value of the
useCaches
field of this
URLConnection
to the specified value.
- setUserObject(Object).
Method in class java.awt.swing.tree.DefaultMutableTreeNode
- Sets the user object to
userObject
.
- setUserObject(Object).
Method in interface java.awt.swing.tree.MutableTreeNode
- Resets the user object of the receiver to
object
.
- setValue(Object).
Method in interface java.util.Map.Entry
- Replaces the value corresponding to this Entry with the specified
value (optional operation).
- setValue(int).
Method in interface java.awt.Adjustable
- Sets the current value of the adjustable object.
- setValue(int).
Method in class java.awt.Scrollbar
- Sets the value of this scroll bar to the specified value.
- setValue(Object).
Method in class java.awt.swing.DefaultCellEditor.EditorDelegate
-
- setValue(Object, boolean).
Method in interface java.awt.swing.Renderer
-
- setValue(int).
Method in class java.awt.swing.JSlider
- Sets the sliders current value.
- setValue(int).
Method in interface java.awt.swing.BoundedRangeModel
- Sets the model's current value to newValue if newValue
satisfies the model's constraints:
minimum <= value <= value+extent <= maximum
Otherwise, if newValue is less than minimum
it's set to minimum
, if its greater than
maximum
then it's set to maximum
, and
if it's greater than value+extent
then it's set to
value+extent
.
- setValue(int).
Method in class java.awt.swing.JScrollBar
- Sets the scrollbar's value.
- setValue(Object).
Method in class java.awt.swing.JOptionPane
- Sets the value the user has chosen.
- setValue(int).
Method in class java.awt.swing.JProgressBar
- Sets the model's current value to x.
- setValue(int).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets the value to n after ensuring that n falls
within the model's constraints:
minimum <= value <= value+extent <= maximum
- setValue(Object).
Method in class java.awt.swing.table.DefaultTableCellRenderer
-
- setValue(Object).
Method in class java.beans.PropertyEditorSupport
- Set (or change) the object that is to be edited.
- setValue(String, Object).
Method in class java.beans.FeatureDescriptor
- Associate a named attribute with this feature.
- setValue(Object).
Method in interface java.beans.PropertyEditor
- Set (or change) the object that is to be edited.
- setValue(String).
Method in class javax.servlet.http.Cookie
- Sets the value of the cookie.
- setValueAt(Object, int, int).
Method in class java.awt.swing.JTable
- Sets the value for the cell at row and column.
- setValueAt(Object, int, int).
Method in class java.awt.swing.table.AbstractTableModel
- This empty implementation is provided so users don't have to implement
this method if their data model is not editable.
- setValueAt(Object, int, int).
Method in class java.awt.swing.table.DefaultTableModel
- Sets the object value for the cell at column and
row.
- setValueAt(Object, int, int).
Method in interface java.awt.swing.table.TableModel
- Sets an attribute value for the record in the cell at
columnIndex and rowIndex.
- setValueIsAdjusting(boolean).
Method in class java.awt.swing.JSlider
- Sets the models valueIsAdjusting property.
- setValueIsAdjusting(boolean).
Method in interface java.awt.swing.ListSelectionModel
- This property is true if upcoming changes to the value
of the model should be considered a single event.
- setValueIsAdjusting(boolean).
Method in class java.awt.swing.JList
- Sets the data model's isAdjusting property true, so that
a single event will be generated when all of the selection
events have finished (for example, when the mouse is being
dragged over the list in selection mode).
- setValueIsAdjusting(boolean).
Method in interface java.awt.swing.BoundedRangeModel
- This attribute indicates that any upcoming changes to the value
of the model should be considered a single event.
- setValueIsAdjusting(boolean).
Method in class java.awt.swing.DefaultListSelectionModel
-
- setValueIsAdjusting(boolean).
Method in class java.awt.swing.JScrollBar
- Sets the model's valueIsAdjusting property.
- setValueIsAdjusting(boolean).
Method in class java.awt.swing.DefaultBoundedRangeModel
- Sets the valueIsAdjusting property.
- setValues(int, int, int, int).
Method in class java.awt.Scrollbar
- Sets the values of four properties for this scroll bar.
- setValues(int, int, int, int).
Method in class java.awt.swing.JScrollBar
- Sets the four BoundedRangeModel properties after forcing
the arguments to obey the usual constraints:
minimum <= value <= value+extent <= maximum
- setVersion(int).
Method in class javax.servlet.http.Cookie
- Sets the version of the cookie protocol used when this cookie saves
itself.
- setVerticalAlignment(int).
Method in class java.awt.swing.AbstractButton
- Sets the vertical alignment of the icon and text.
- setVerticalAlignment(int).
Method in class java.awt.swing.JLabel
- Sets the alignment of the label's contents along the Y axis.
- setVerticalScrollBarPolicy(int).
Method in class java.awt.swing.ScrollPaneLayout
-
- setVerticalScrollBarPolicy(int).
Method in class java.awt.swing.JScrollPane
-
- setVerticalTextPosition(int).
Method in class java.awt.swing.AbstractButton
- Sets the vertical position of the text relative to the icon.
- setVerticalTextPosition(int).
Method in class java.awt.swing.JLabel
- Sets the vertical position of the label's text,
relative to its image.
- setVgap(int).
Method in class java.awt.CardLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.GridLayout
- Sets the vertical gap between components to the specified value.
- setVgap(int).
Method in class java.awt.FlowLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.BorderLayout
- Sets the vertical gap between components.
- setView(Component).
Method in class java.awt.swing.JViewport
- Sets the Viewports one lightweight child,
view
can be null.
- setView(View).
Method in class java.awt.swing.text.DefaultTextUI
- Sets the current root of the view hierarchy.
- setViewPosition(Point).
Method in class java.awt.swing.JViewport
- Sets the view coordinates that appear in the upper left
hand corner of the viewport, null if there's no view.
- setViewSize(Dimension).
Method in class java.awt.swing.JViewport
- Sets the view coordinates that appear in the upper left
hand corner of the viewport, null if there's no view.
- setViewport(JViewport).
Method in class java.awt.swing.JScrollPane
-
- setViewportBorder(Border).
Method in class java.awt.swing.JScrollPane
- Add a border around the viewport.
- setViewportView(Component).
Method in class java.awt.swing.JScrollPane
- Creates a viewport if neccessary and then sets its view.
- setVisible(boolean).
Method in class java.awt.Component
- Shows or hides this component depending on the value of parameter
b
.
- setVisible(boolean).
Method in interface java.awt.accessibility.AccessibleComponent
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JFrame.AccessibleJFrame
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.Box.Filler.AccessibleBoxFiller
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.Box.AccessibleBox
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JComponent
-
- setVisible(boolean).
Method in class java.awt.swing.JComponent.AccessibleJComponent
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JWindow.AccessibleJWindow
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JTable.AccessibleJTable.AccessibleJTableCell
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JDialog.AccessibleJDialog
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JList.AccessibleJList.AccessibleJListChild
-
- setVisible(boolean).
Method in class java.awt.swing.JInternalFrame
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JApplet.AccessibleJApplet
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JPopupMenu
-
- setVisible(boolean).
Method in class java.awt.swing.JPopupMenu.WindowPopup.AccessibleWindowPopup
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
- setVisible(boolean).
Method in class java.awt.swing.JComboBox.AccessibleJComboBox.AccessibleJComboBoxList
-
- setVisible(boolean).
Method in class java.awt.swing.CellRendererPane.AccessibleCellRendererPane
- Set the visible state of the object.
- setVisible(boolean).
Method in class java.awt.swing.text.DefaultCaret
- Sets the caret visibility.
- setVisible(boolean).
Method in interface java.awt.swing.text.Caret
- Sets the visibility of the caret.
- setVisible(boolean).
Method in class java.awt.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- setVisibleAmount(int).
Method in interface java.awt.Adjustable
- Sets the length of the proportionl indicator of the
adjustable object.
- setVisibleAmount(int).
Method in class java.awt.Scrollbar
- Sets the visible amount of this scroll bar.
- setVisibleAmount(int).
Method in class java.awt.swing.JScrollBar
- Set the model's extent property.
- setVisibleRowCount(int).
Method in class java.awt.swing.JList
- Set the preferred number of rows in the list that can be displayed
without a scollbar, as determined by the nearest JViewPort ancestor,
if any.
- setVisibleRowCount(int).
Method in class java.awt.swing.JTree
- Sets the number of rows that are to be visible.
- setWantsInput(boolean).
Method in class java.awt.swing.JOptionPane
- If
newValue
is true, a parentComponent is provided to
allow the user to input a value.
- setWasIcon(JInternalFrame, Boolean).
Method in class java.awt.swing.DefaultDesktopManager
- Sets that the component has been iconized and the bounds of the
desktopIcon are valid.
- setWeekdays(String[]).
Method in class java.text.DateFormatSymbols
- Sets weekday strings.
- setWidth(int).
Method in class java.awt.image.codec.JPEGParam
- Set the image width
- setWidth(int).
Method in class java.awt.swing.table.TableColumn
- Sets this column's width to newWidth.
- setWindingRule(int).
Method in class java.awt.geom.GeneralPath
- Sets the winding rule for this path to the specified value.
- setWriteMethod(Method).
Method in class java.beans.PropertyDescriptor
- Set the method that should be used to write the property value.
- setXORMode(Color).
Method in class java.awt.Graphics
- Sets the paint mode of this graphics context to alternate between
this graphics context's current color and the new specified color.
- setXORMode(Color).
Method in class java.awt.print.ProxyGraphics2D
- Sets the paint mode of this graphics context to alternate between
this graphics context's current color and the new specified color.
- setXORMode(Color).
Method in class java.awt.swing.DebugGraphics
-
- setYear(int).
Method in class java.util.Date
- Sets the year of this Date object to be the specified
value plus 1900.
- setYear(int).
Method in class java.sql.Time
-
- setZeroDigit(char).
Method in class java.text.DecimalFormatSymbols
-
- setZoneStrings(String[][]).
Method in class java.text.DateFormatSymbols
- Sets timezone strings.
- set_one_value(String, Any).
Method in class org.omg.CORBA.Context
- Creates a
NamedValue
object and adds it to this
Context
object.
- set_parameters(String[], Properties).
Method in class org.omg.CORBA.ORB
- Allows the ORB implementation to be initialized with the given
parameters and properties.
- set_parameters(Applet, Properties).
Method in class org.omg.CORBA.ORB
- Allows the ORB implementation to be initialized with the given
applet and parameters.
- set_return_type(TypeCode).
Method in class org.omg.CORBA.Request
- Sets the typecode for the return
value of the method.
- set_values(NVList).
Method in class org.omg.CORBA.Context
- I Sets one or more property values in this
Context
object.
- setdensityUnit(byte).
Method in class java.awt.image.codec.JPEGParam
- Set the JFIF code for pixel size units
This value is copied into the JFIF APP0 marker.
- setinputGamma(double).
Method in class java.awt.image.codec.JPEGParam
- Set the gamma of the input image
- setoptimizeCoding(boolean).
Method in class java.awt.image.codec.JPEGParam
- Set flag indicating whether to optimize entropy encoding tables
- setoutputGamma(double).
Method in class java.awt.image.codec.JPEGParam
- Set the image gamma wanted in output
- setrestartInRows(int).
Method in class java.awt.image.codec.JPEGParam
- Set MCU rows per restart interval
- setrestartInterval(int).
Method in class java.awt.image.codec.JPEGParam
- Set the MCUs per restart, or 0 for no restart
- setsmoothingFactor(int).
Method in class java.awt.image.codec.JPEGParam
- Set the input smoothing factor parameter applied when encoding.
- setup(Pageable).
Method in class java.awt.print.PrinterJob
- The user is presented with a dialog through which
print time settings can be requested.
- setupPage(PageFormat).
Method in class java.awt.Toolkit
- Display a dialog to the user allowing the modification of a
PageFormat instance.
- setwriteAdobeMarker(boolean).
Method in class java.awt.image.codec.JPEGParam
- Set flag indicating whether to write the Adobe marker (when encoding)
- setwriteImage(boolean).
Method in class java.awt.image.codec.JPEGParam
- Set flag indicating whether to write the image data when encoding jpeg
data streams.
- setwriteJFIFHeader(boolean).
Method in class java.awt.image.codec.JPEGParam
- Set flag indicating whether to write the JFIF header (when encoding)
- setwriteTables(boolean).
Method in class java.awt.image.codec.JPEGParam
- Set flag indicating whether to write the tables when encoding
- setxDensity(int).
Method in class java.awt.image.codec.JPEGParam
- Set the horizontal pixel density
This value is copied into the JFIF APP0 marker.
- setyDensity(int).
Method in class java.awt.image.codec.JPEGParam
- Set the vertical pixel density.
- shadow.
Variable in class java.awt.swing.border.EtchedBorder
-
- shadowInner.
Variable in class java.awt.swing.border.BevelBorder
-
- shadowOuter.
Variable in class java.awt.swing.border.BevelBorder
-
- shallowClone().
Method in class java.awt.image.renderable.ParameterBlock
- Creates a shallow copy of a ParameterBlock.
- sharedInstance().
Static method in class java.awt.swing.ToolTipManager
-
- sharedInstance.
Static variable in class java.awt.swing.JTree.EmptySelectionModel
- Unique shared instance.
- sharedInstance().
Static method in class java.awt.swing.JTree.EmptySelectionModel
- Returns a shared instance of an empty selection model
- shear(double, double).
Method in class java.awt.Graphics2D
- Concatenates the current transform of this Graphics2D with a
shearing transformation.
- shear(double, double).
Method in class java.awt.geom.AffineTransform
- Concatenates this transform with a shearing transformation.
- shear(double, double).
Method in class java.awt.print.ProxyGraphics2D
- Concatenates the current transform of this Graphics2D with a
shearing transformation.
- shear(double, double).
Method in class java.awt.print.PeekGraphics
- Concatenates the current transform of this Graphics2D with a
shearing transformation.
- shiftDown().
Method in class java.awt.Event
- Checks if the Shift key is down.
- shiftLeft(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this << n).
- shiftRight(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this >> n).
- shortValue().
Method in class java.lang.Number
- Returns the value of the specified number as a
short
.
- shortValue().
Method in class java.lang.Double
- Returns the value of this Double as a short (by casting to a short).
- shortValue().
Method in class java.lang.Float
- Returns the value of this Float as a short (by casting to a short).
- shortValue().
Method in class java.lang.Long
- Returns the value of this Long as a short.
- shortValue().
Method in class java.lang.Byte
- Returns the value of this Byte as a short.
- shortValue().
Method in class java.lang.Integer
- Returns the value of this Integer as a short.
- shortValue().
Method in class java.lang.Short
- Returns the value of this Short as a short.
- shortcuts().
Method in class java.awt.MenuBar
- Gets an enumeration of all menu shortcuts this menu bar
is managing.
- shouldSelectCell(EventObject).
Method in class java.awt.swing.DefaultCellEditor
-
- shouldSelectCell(EventObject).
Method in interface java.awt.swing.CellEditor
- Tell the editor to start editing using anEvent.
- show().
Method in class java.awt.Component
-
- show(boolean).
Method in class java.awt.Component
-
- show(Container, String).
Method in class java.awt.CardLayout
- Flips to the component that was added to this layout with the
specified
name
, using addLayoutComponent
.
- show().
Method in class java.awt.Window
- Shows this window, and brings it to the front.
- show(Component, int, int).
Method in class java.awt.PopupMenu
- Shows the popup menu at the x, y position relative to an origin component.
- show().
Method in class java.awt.Dialog
- Shows the dialog.
- show().
Method in class java.awt.swing.JInternalFrame
- Shows this internal frame, and brings it to the front.
- show(Component, int, int).
Method in class java.awt.swing.JPopupMenu
- Display the popupmenu at the position x,y in the coordinate
space of the component invoker.
- showConfirmDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Brings up a modal dialog with the options Yes, No and Cancel; with the
title, "Select an Option".
- showConfirmDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Brings up a modal dialog where the number of choices is determined
by the
optionType
parameter.
- showConfirmDialog(Component, Object, String, int, int).
Static method in class java.awt.swing.JOptionPane
- Brings up a modal dialog where the number of choices is determined
by the
optionType
parameter, where the messageType
parameter determines the icon to display.
- showConfirmDialog(Component, Object, String, int, int, Icon).
Static method in class java.awt.swing.JOptionPane
- Brings up a modal dialog with a specified icon, where the number of
choices is determined by the
optionType
parameter.
- showDocument(URL).
Method in interface java.applet.AppletContext
- Replaces the Web page currently being viewed with the given URL.
- showDocument(URL, String).
Method in interface java.applet.AppletContext
- Requests that the browser or applet viewer show the Web page
indicated by the
url
argument.
- showHorizontalLines.
Variable in class java.awt.swing.JTable
- The table draws horizontal lines between cells if showHorizontalLines is true
- showInputDialog(Object).
Static method in class java.awt.swing.JOptionPane
- Shows a question-message dialog requesting input from the user.
- showInputDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Shows a question-message dialog requesting input from the user parented to
parentComponent
.
- showInputDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Shows a dialog requesting input from the user parented to
parentComponent
with the dialog having the title
title
and message type messageType
.
- showInputDialog(Component, Object, String, int, Icon, Object[], Object).
Static method in class java.awt.swing.JOptionPane
- Prompts the user for input in a blocking dialog where the
initial selection, possible selections, and all other options can
be specified.
- showInternalConfirmDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel with the options Yes, No
and Cancel; with the title, "Select an Option".
- showInternalConfirmDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Brings up a internal dialog panel where the number of choices
is determined by the
optionType
parameter.
- showInternalConfirmDialog(Component, Object, String, int, int).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel where the number of choices
is determined by the
optionType
parameter, where
the messageType
parameter determines the icon to display.
- showInternalConfirmDialog(Component, Object, String, int, int, Icon).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel with a specified icon, where
the number of choices is determined by the
optionType
parameter.
- showInternalInputDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Shows an internal question-message dialog requesting input from
the user parented to
parentComponent
.
- showInternalInputDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Shows an internal dialog requesting input from the user parented
to
parentComponent
with the dialog having the title
title
and message type messageType
.
- showInternalInputDialog(Component, Object, String, int, Icon, Object[], Object).
Static method in class java.awt.swing.JOptionPane
- Prompts the user for input in a blocking internal dialog where
the initial selection, possible selections, and all other
options can be specified.
- showInternalMessageDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal confirmation dialog panel.
- showInternalMessageDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel that displays a message
using a default icon determined by the messageType parameter.
- showInternalMessageDialog(Component, Object, String, int, Icon).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel displaying a message,
specifying all parameters.
- showInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object).
Static method in class java.awt.swing.JOptionPane
- Brings up an internal dialog panel with a specified icon, where
the initial choice is dermined by the
initialValue
parameter and the number of choices is determined by the
optionType
parameter.
- showMessageDialog(Component, Object).
Static method in class java.awt.swing.JOptionPane
- Brings up a confirmation dialog -- a modal information-message dialog
titled "Confirm".
- showMessageDialog(Component, Object, String, int).
Static method in class java.awt.swing.JOptionPane
- Brings up a dialog that displays a message using a default
icon determined by the messageType parameter.
- showMessageDialog(Component, Object, String, int, Icon).
Static method in class java.awt.swing.JOptionPane
- Brings up a dialog displaying a message, specifying all parameters.
- showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object).
Static method in class java.awt.swing.JOptionPane
- Brings up a modal dialog with a specified icon, where the initial
choice is dermined by the
initialValue
parameter and
the number of choices is determined by the optionType
parameter.
- showPopup().
Method in class java.awt.swing.JComboBox
- Causes the combo box to display its popup window
- showStatus(String).
Method in class java.applet.Applet
- Requests that the argument string be displayed in the
"status window".
- showStatus(String).
Method in interface java.applet.AppletContext
- Requests that the argument string be displayed in the
"status window".
- showVerticalLines.
Variable in class java.awt.swing.JTable
- The table draws vertical lines between cells if showVerticalLines is true
- showsRootHandles.
Variable in class java.awt.swing.JTree
- True if handles are displayed at the topmost level of the tree.
- shrinkAbsorb.
Variable in class java.awt.font.GlyphJustificationInfo
- If true, when shrinking this glyph absorbs all remaining shrinkage at
this and lower priority levels.
- shrinkLeftLimit.
Variable in class java.awt.font.GlyphJustificationInfo
- The maximum amount by which the left side of this glyph can shrink
(a positive number).
- shrinkPriority.
Variable in class java.awt.font.GlyphJustificationInfo
- The priority level of this glyph when shrinking.
- shrinkRightLimit.
Variable in class java.awt.font.GlyphJustificationInfo
- The maximum amount by which the right side of this glyph can shrink
(a positive number).
- shutdown().
Method in interface java.rmi.activation.ActivationSystem
- Shutdown the activation system.
- sign().
Method in class java.security.Signature
- Returns the signature bytes of all the data updated.
- signum().
Method in class java.math.BigInteger
- Returns the signum function of this number (i.e., -1, 0 or 1 as
the value of this number is negative, zero or positive).
- signum().
Method in class java.math.BigDecimal
- Returns the signum function of this number (i.e., -1, 0 or 1 as
the value of this number is negative, zero or positive).
- sin(double).
Static method in class java.lang.Math
- Returns the trigonometric sine of an angle.
- size().
Method in interface java.util.Set
- Returns the number of elements in this Set (its cardinality).
- size().
Method in class java.util.AbstractCollection
- Returns the number of elements in this Collection.
- size().
Method in class java.util.AbstractMap
- Returns the number of key-value mappings in this Map.
- size().
Method in class java.util.HashMap
- Returns the number of key-value mappings in this Map.
- size().
Method in class java.util.TreeSet
- Returns the number of elements in this TreeSet (its cardinality).
- size().
Method in interface java.util.Map
- Returns the number of key-value mappings in this Map.
- size().
Method in class java.util.Vector
- Returns the number of components in this vector.
- size().
Method in class java.util.LinkedList
- Returns the number of elements in this List.
- size().
Method in class java.util.Dictionary
- Returns the number of entries (dinstint keys) in this dictionary.
- size().
Method in class java.util.BitSet
- Returns the number of bits of space actually in use by this
BitSet
to represent bit values.
- size().
Method in class java.util.Hashtable
- Returns the number of keys in this hashtable.
- size().
Method in interface java.util.Collection
- Returns the number of elements in this Collection.
- size().
Method in class java.util.HashSet
- Returns the number of elements in this HashSet (its cardinality).
- size().
Method in interface java.util.List
- Returns the number of elements in this List.
- size().
Method in class java.util.ArrayList
- Returns the number of components in this ArrayList.
- size().
Method in class java.util.TreeMap
- Returns the number of key-value mappings in this TreeMap.
- size().
Method in class java.util.zip.ZipFile
- Returns the number of entry in the ZIP file.
- size().
Method in class java.util.jar.Attributes
- Returns the number of attributes in this Map.
- size().
Method in class java.util.mime.MimeTypeParameterList
- return the number of name-value pairs in this list.
- size().
Method in class java.io.DataOutputStream
- Returns the current value of the counter
written
,
the number of bytes written to this data output stream so far.
- size().
Method in class java.io.ByteArrayOutputStream
- Returns the current size of the buffer.
- size().
Method in class java.io.CharArrayWriter
- Returns the current size of the buffer.
- size().
Method in class java.awt.Component
-
- size.
Variable in class java.awt.Font
- The point size of this font, rounded to integer.
- size.
Variable in class java.awt.image.DataBuffer
- Usable size of the a bank.
- size().
Method in class java.awt.swing.DefaultListModel
-
- size().
Method in class java.security.IdentityScope
- Returns the number of identities within this identity scope.
- size().
Method in class java.security.KeyStore
- Retrieves the number of elements in this keystore.
- size().
Method in class java.beans.beancontext.BeanContextMembershipEvent
- how many children are effected by the notification
- size().
Method in class java.beans.beancontext.BeanContextSupport
-
- sizeColumnsToFit(boolean).
Method in class java.awt.swing.JTable
- This method will resize one or more columns of the table
so that the sum width of all columns will equal to the
width of the table.
- sizeOf(int).
Static method in class java.awt.image.DataBuffer
- Size of the data type, given a datatype tag.
- sizeWidthToFit().
Method in class java.awt.swing.table.TableColumn
- Resizes the TableColumn to fit the width of its header cell.
- skip(long).
Method in class java.util.zip.CheckedInputStream
- Skips specified number of bytes of input.
- skip(long).
Method in class java.util.zip.InflaterInputStream
- Skips specified number of bytes of uncompressed data.
- skip(long).
Method in class java.util.zip.ZipInputStream
- Skips specified number of bytes in the current ZIP entry.
- skip(long).
Method in class java.io.InputStream
- Skips over and discards
n
bytes of data from this
input stream.
- skip(long).
Method in class java.io.FilterInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.Reader
- Skip characters.
- skip(long).
Method in interface java.io.ObjectInput
- Skips n bytes of input.
- skip(long).
Method in class java.io.FileInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.ByteArrayInputStream
- Skips
n
bytes of input from this input stream.
- skip(long).
Method in class java.io.BufferedInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.PushbackInputStream
- Skips over and discards
n
bytes of data from this
input stream.
- skip(long).
Method in class java.io.FilterReader
- Skip characters.
- skip(long).
Method in class java.io.StringReader
- Skip characters.
- skip(long).
Method in class java.io.BufferedReader
- Skip characters.
- skip(long).
Method in class java.io.LineNumberReader
- Skip characters.
- skip(long).
Method in class java.io.LineNumberInputStream
- Skips over and discards
n
bytes of data from this
input stream.
- skip(long).
Method in class java.io.StringBufferInputStream
- Skips
n
bytes of input from this input stream.
- skip(long).
Method in class java.io.CharArrayReader
- Skip characters.
- skip(long).
Method in class java.awt.swing.ProgressMonitorInputStream
-
- skipBytes(int).
Method in class java.io.DataInputStream
- Makes an attempt to skip over
n
bytes of data in the
underlying input stream, discarding the skipped bytes.
- skipBytes(int).
Method in interface java.io.DataInput
- Makes an attempt to skip over
n
bytes
of data from the input
stream, discarding the skipped bytes.
- skipBytes(int).
Method in class java.io.RandomAccessFile
- Attempts to skip over
n
bytes of input discarding the
skipped bytes.
- skipBytes(int).
Method in class java.io.ObjectInputStream
- Skips bytes, block until all bytes are skipped.
- slashSlashComments(boolean).
Method in class java.io.StreamTokenizer
- Determines whether or not the tokenizer recognizes C++-style comments.
- slashStarComments(boolean).
Method in class java.io.StreamTokenizer
- Determines whether or not the tokenizer recognizes C-style comments.
- sleep(long).
Static method in class java.lang.Thread
- Causes the currently executing thread to sleep (temporarily cease
execution) for the specified number of milliseconds.
- sleep(long, int).
Static method in class java.lang.Thread
- Causes the currently executing thread to sleep (cease execution)
for the specified number of milliseconds plus the specified number
of nanoseconds.
- sliderModel.
Variable in class java.awt.swing.JSlider
- The data model that handles the numeric maximum value,
minimum value, and current-position value for the slider.
- snapToTicks.
Variable in class java.awt.swing.JSlider
- If true, the knob (and the data value it represents)
resolve to the closest tick mark next to where the user
positioned the knob.
- solveCubic(double[]).
Static method in class java.awt.geom.CubicCurve2D
- Solve the cubic whose coefficients are in the eqn array and
place the non-complex roots back into the array, returning the
number of roots.
- solveQuadratic(double[]).
Static method in class java.awt.geom.QuadCurve2D
- Solve the quadratic whose coefficients are in the eqn array and
place the non-complex roots back into the array, returning the
number of roots.
- sort(List).
Static method in class java.util.Collections
- Sorts the specified List into ascending order, according
to the natural ordering of its elements.
- sort(List, Comparator).
Static method in class java.util.Collections
- Sorts the specified List according to the order induced by the
specified Comparator.
- sort(long[]).
Static method in class java.util.Arrays
- Sorts the specified array of longs into ascending numerical order.
- sort(int[]).
Static method in class java.util.Arrays
- Sorts the specified array of ints into ascending numerical order.
- sort(short[]).
Static method in class java.util.Arrays
- Sorts the specified array of shorts into ascending numerical order.
- sort(char[]).
Static method in class java.util.Arrays
- Sorts the specified array of chars into ascending numerical order.
- sort(byte[]).
Static method in class java.util.Arrays
- Sorts the specified array of bytes into ascending numerical order.
- sort(double[]).
Static method in class java.util.Arrays
- Sorts the specified array of doubles into ascending numerical order.
- sort(float[]).
Static method in class java.util.Arrays
- Sorts the specified array of floats into ascending numerical order.
- sort(Object[]).
Static method in class java.util.Arrays
- Sorts the specified array of objects into ascending order, according
to the natural ordering of its elements.
- sort(Object[], Comparator).
Static method in class java.util.Arrays
- Sorts the specified array of objects according to the order induced by
the specified Comparator.
- source.
Variable in class java.util.EventObject
-
- sources.
Variable in class java.awt.image.renderable.ParameterBlock
- A Vector of sources, stored as arbitrary Objects.
- sqrt(double).
Static method in class java.lang.Math
- Returns the square root of a
double
value.
- srcHeight.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srcWidth.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srccols.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srcrows.
Variable in class java.awt.image.ReplicateScaleFilter
-
- start().
Method in class java.lang.Thread
- Causes this thread to begin execution; the Java Virtual Machine
calls the
run
method of this thread.
- start().
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it should start its execution.
- start.
Variable in class java.awt.geom.Arc2D.Float
- The starting angle of the arc in degrees.
- start.
Variable in class java.awt.geom.Arc2D.Double
- The starting angle of the arc in degrees.
- start().
Method in class java.awt.swing.Timer
- Starts the Timer, causing it to send actionPerformed() messages
to its listeners.
- startCellEditing(EventObject).
Method in class java.awt.swing.DefaultCellEditor.EditorDelegate
-
- startDoc().
Method in class java.awt.print.PrinterJob
- Called by the print() method at the start of
a print job.
- startDrag(Component, AWTEvent, int, Cursor, Image, Point, Transferable, DragSourceListener).
Method in class java.awt.dnd.DragSource
- start a Drag operation.
- startEditingAtPath(TreePath).
Method in class java.awt.swing.JTree
- Selects the node identified by the specified path and initiates
editing.
- startGrabbing().
Method in class java.awt.image.PixelGrabber
- Request the PixelGrabber to start fetching the pixels.
- startProduction(ImageConsumer).
Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately start delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in interface java.awt.image.ImageProducer
- This method both registers the given ImageConsumer object
as a consumer and starts an immediate reconstruction of
the image data which will then be delivered to this
consumer and any other consumer which may have already
been registered with the producer.
- startProduction(ImageConsumer).
Method in class java.awt.image.codec.JPEGImageDecoder
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately start delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in class java.awt.image.renderable.RenderableImageProducer
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in class java.awt.swing.SyntheticImage
-
- startsWith(String, int).
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- startsWith(String).
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- state.
Variable in class java.security.Signature
- Current state of this signature object.
- stateChanged(ChangeEvent).
Method in class java.awt.swing.JTabbedPane.ModelListener
-
- stateChanged(ChangeEvent).
Method in class java.awt.swing.JTabbedPane.AccessibleJTabbedPane
-
- stateChanged(ChangeEvent).
Method in class java.awt.swing.JMenuItem.AccessibleJMenuItem
- Supports the change listener interface and fires property change
- stateChanged(ChangeEvent).
Method in class java.awt.swing.JScrollPane.AccessibleJScrollPane
- Supports the change listener interface and fires property change
- stateChanged(ChangeEvent).
Method in class java.awt.swing.AbstractButton.ButtonChangeListener
-
- stateChanged(ChangeEvent).
Method in class java.awt.swing.JProgressBar.ModelListener
-
- stateChanged(ChangeEvent).
Method in interface java.awt.swing.event.ChangeListener
-
- stateMask.
Variable in class java.awt.swing.DefaultButtonModel
-
- states.
Variable in class java.awt.accessibility.AccessibleStateSet
- Each entry in the Vector represents an AccessibleState.
- status().
Method in class java.awt.image.PixelGrabber
- DEPRECATED: Replaced by getStatus().
- statusAll(boolean).
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media that are tracked by this media tracker.
- statusID(int, boolean).
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media with the specified identifier that are
tracked by this media tracker.
- stdHuffmanTables().
Method in class java.awt.image.codec.JPEGParam
- Sets the Huffman encoding tables to those in JPEG standard section K.3
These are only valid for 8-bit data precision.
- std_chrominance_quant_tbl.
Static variable in class java.awt.image.codec.JPEGQTable
- This is the sample luminance quantization table given in the JPEG spec section K.1,
but expressed in zigzag order.
- std_luminance_quant_tbl.
Static variable in class java.awt.image.codec.JPEGQTable
- This is the sample luminance quantization table given in the JPEG spec section K.1,
but expressed in zigzag order.
- stop().
Method in class java.lang.Thread
- Forces the thread to stop executing.
- stop(Throwable).
Method in class java.lang.Thread
- Forces the thread to stop executing.
- stop().
Method in class java.lang.ThreadGroup
- Stops all threads in this thread group.
- stop().
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it should stop its execution.
- stop().
Method in interface java.applet.AudioClip
- Stops playing this audio clip.
- stop().
Method in class java.awt.swing.Timer
- Stops a Timer, causing it to stop sending actionPerformed()
messages to its Target.
- stopCellEditing().
Method in class java.awt.swing.DefaultCellEditor
-
- stopCellEditing().
Method in class java.awt.swing.DefaultCellEditor.EditorDelegate
-
- stopCellEditing().
Method in interface java.awt.swing.CellEditor
- Tell the editor to stop editing and accept any partially edited
value as the value of the editor.
- stopEditing().
Method in class java.awt.swing.JTree
- Stops the current editing session.
- store(String).
Method in class java.awt.color.ICC_Profile
- Store this ICC_Profile in a File.
- store(OutputStream, String).
Method in class java.security.KeyStore
- Stores the keystore data into an output stream.
- storeState(Hashtable).
Method in interface java.awt.swing.undo.StateEditable
- Upon receiving this message the receiver should place any relevant
state into state.
- storesLowerCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in lower case?
- storesLowerCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in lower case?
- storesMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in mixed case?
- storesMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in mixed case?
- storesUpperCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
- storesUpperCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in upper case?
- stringFlavor.
Static variable in class java.awt.datatransfer.DataFlavor
- The DataFlavor representing a Java Unicode String class, where:
representationClass = java.lang.String
mimeType = "application/x-java-serialized-object"
- stringWidth(String).
Method in class java.awt.FontMetrics
- Returns the total advance width for showing the specified String
in this Font.
- string_to_object(String).
Method in class org.omg.CORBA.ORB
- Converts a string produced by the method
object_to_string
back to a CORBA object reference.
- style.
Variable in class java.awt.Font
- The style of the font, as passed to the constructor.
- subList(List, int, int).
Static method in class java.util.Collections
- Returns a List backed by the specified List that represents the portion
of the specified List whose index ranges from fromIndex (inclusive) to
toIndex (exclusive).
- subMap(Object, Object).
Method in class java.util.TreeMap
- Returns a view of the portion of this TreeMap whose keys range
from fromKey, inclusive, to toKey, exclusive.
- subMap(Object, Object).
Method in interface java.util.SortedMap
- Returns a view of the portion of this SortedMap whose keys range
from fromKey, inclusive, to toKey, exclusive.
- subSet(Object, Object).
Method in class java.util.TreeSet
- Returns a view of the portion of this TreeSet whose elements range
from fromElement, inclusive, to toElement, exclusive.
- subSet(Object, Object).
Method in interface java.util.SortedSet
- Returns a view of the portion of this SortedSet whose elements range
from fromElement, inclusive, to toElement, exclusive.
- subdivide(CubicCurve2D, CubicCurve2D).
Method in class java.awt.geom.CubicCurve2D
- Subdivides this cubic curve and stores the resulting two
subdivided curves into the left and right curve parameters.
- subdivide(CubicCurve2D, CubicCurve2D, CubicCurve2D).
Static method in class java.awt.geom.CubicCurve2D
- Subdivides the cubic curve specified by the src parameter
and stores the resulting two subdivided curves into the left
and right curve parameters.
- subdivide(double[], int, double[], int, double[], int).
Static method in class java.awt.geom.CubicCurve2D
- Subdivides the cubic curve specified by the the coordinates
stored in the src array at indices (srcoff) through (srcoff + 7)
and stores the resulting two subdivided curves into the two
result arrays at the corresponding indices.
- subdivide(QuadCurve2D, QuadCurve2D).
Method in class java.awt.geom.QuadCurve2D
- Subdivides this quadratic curve and stores the resulting two
subdivided curves into the left and right curve parameters.
- subdivide(QuadCurve2D, QuadCurve2D, QuadCurve2D).
Static method in class java.awt.geom.QuadCurve2D
- Subdivides the quadratic curve specified by the src parameter
and stores the resulting two subdivided curves into the left
and right curve parameters.
- subdivide(double[], int, double[], int, double[], int).
Static method in class java.awt.geom.QuadCurve2D
- Subdivides the quadratic curve specified by the the coordinates
stored in the src array at indices (srcoff) through (srcoff + 5)
and stores the resulting two subdivided curves into the two
result arrays at the corresponding indices.
- subset(int, int).
Method in class java.awt.font.GlyphSet
- Generate a GlyphSet that contains the subset of this from logical
start up to limit.
- substituteColorModel(ColorModel, ColorModel).
Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution.
- substring(int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int, int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int, int).
Method in class java.awt.font.StyledString
- Returns a new styled string that is a substring of this
styled string.
- subtract(Area).
Method in class java.awt.geom.Area
- Subtracts the shape of the specified Area from the current shape.
- subtract(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this - val).
- subtract(BigDecimal).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this - val), and whose scale is
MAX(this.scale(), val.scale).
- supportsANSI92EntryLevelSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 entry level SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsANSI92FullSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 intermediate SQL grammar supported?
- supportsAlterTableWithAddColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with drop column supported?
- supportsBatchUpdates().
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Return true if the driver supports batch updates, else return false.
- supportsCatalogsInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a table definition statement?
- supportsColumnAliasing().
Method in interface java.sql.DatabaseMetaData
- Is column aliasing supported?
If so, the SQL AS clause can be used to provide names for
computed columns or to provide alias names for columns as
required.
- supportsConvert().
Method in interface java.sql.DatabaseMetaData
- Is the CONVERT function between SQL types supported?
- supportsConvert(int, int).
Method in interface java.sql.DatabaseMetaData
- Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries().
Method in interface java.sql.DatabaseMetaData
- Are correlated subqueries supported?
A JDBC-Compliant driver always returns true.
- supportsCustomEditor().
Method in class java.beans.PropertyEditorSupport
-
- supportsCustomEditor().
Method in interface java.beans.PropertyEditor
-
- supportsDataDefinitionAndDataManipulationTransactions().
Method in interface java.sql.DatabaseMetaData
- Are both data definition and data manipulation statements
within a transaction supported?
- supportsDataManipulationTransactionsOnly().
Method in interface java.sql.DatabaseMetaData
- Are only data manipulation statements within a transaction
supported?
- supportsDifferentTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- If table correlation names are supported, are they restricted
to be different from the names of the tables?
- supportsExpressionsInOrderBy().
Method in interface java.sql.DatabaseMetaData
- Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Are full nested outer joins supported?
- supportsGroupBy().
Method in interface java.sql.DatabaseMetaData
- Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility().
Method in interface java.sql.DatabaseMetaData
- Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause().
Method in interface java.sql.DatabaseMetaData
- Is the escape character in "LIKE" clauses supported?
A JDBC-Compliant driver always returns true.
- supportsLimitedOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Minimum SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return false.
- supportsMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return true.
- supportsMultipleResultSets().
Method in interface java.sql.DatabaseMetaData
- Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions().
Method in interface java.sql.DatabaseMetaData
- Can we have multiple transactions open at once (on different
connections)?
- supportsNonNullableColumns().
Method in interface java.sql.DatabaseMetaData
- Can columns be defined as non-nullable?
A JDBC-Compliant driver always returns true.
- supportsOpenCursorsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across rollbacks?
- supportsOrderByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can an "ORDER BY" clause use columns not in the SELECT?
- supportsOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is some form of outer join supported?
- supportsPositionedDelete().
Method in interface java.sql.DatabaseMetaData
- Is positioned DELETE supported?
- supportsPositionedUpdate().
Method in interface java.sql.DatabaseMetaData
- Is positioned UPDATE supported?
- supportsResultSetConcurrency(int).
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Does the database support the given type of result set concurrency?
- supportsResultSetType(int).
Method in interface java.sql.DatabaseMetaData
- JDBC 2.0
Does the database support the given result set type?
- supportsSchemasInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a table definition statement?
- supportsSelectForUpdate().
Method in interface java.sql.DatabaseMetaData
- Is SELECT for UPDATE supported?
- supportsStoredProcedures().
Method in interface java.sql.DatabaseMetaData
- Are stored procedure calls using the stored procedure escape
syntax supported?
- supportsSubqueriesInComparisons().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in comparison expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInExists().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'exists' expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInIns().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'in' statements supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInQuantifieds().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in quantified expressions supported?
A JDBC-Compliant driver always returns true.
- supportsTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- Are table correlation names supported?
A JDBC-Compliant driver always returns true.
- supportsTransactionIsolationLevel(int).
Method in interface java.sql.DatabaseMetaData
- Does the database support the given transaction isolation level?
- supportsTransactions().
Method in interface java.sql.DatabaseMetaData
- Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
- supportsUnion().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION supported?
- supportsUnionAll().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION ALL supported?
- suspend().
Method in class java.lang.Thread
- Suspends this thread.
- suspend().
Method in class java.lang.ThreadGroup
- Suspends all threads in this thread group.
- sval.
Variable in class java.io.StreamTokenizer
- If the current token is a word token, this field contains a
string giving the characters of the word token.
- symbols_ac_chrominance.
Static variable in class java.awt.image.codec.JPEGHuffmanTable
- Standard Huffman table ( JPEG standard section K.3 )
- symbols_ac_luminance.
Static variable in class java.awt.image.codec.JPEGHuffmanTable
- Standard Huffman table ( JPEG standard section K.3 )
- symbols_dc_chrominance.
Static variable in class java.awt.image.codec.JPEGHuffmanTable
- Standard Huffman table ( JPEG standard section K.3 )
- symbols_dc_luminance.
Static variable in class java.awt.image.codec.JPEGHuffmanTable
- Standard Huffman table ( JPEG standard section K.3 )
- sync().
Method in class java.io.FileDescriptor
- Force all system buffers to synchronize with the underlying
device.
- sync().
Method in class java.awt.Toolkit
- Synchronizes this toolkit's graphics state.
- synchronizedCollection(Collection).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) Collection backed by the specified
Collection.
- synchronizedList(List).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) List backed by the specified
List.
- synchronizedMap(Map).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) Map backed by the specified
Map.
- synchronizedSet(Set).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) Set backed by the specified
Set.
- synchronizedSortedMap(SortedMap).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) SortedMap backed by the specified
SortedMap.
- synchronizedSortedSet(SortedSet).
Static method in class java.util.Collections
- Returns a synchronized (thread-safe) SortedSet backed by the specified
SortedSet.