S - static field in class javax.swing.text.html.
HTML.Tag The <s> tag
Returns an Array whose component type is the runtime component type of
the passed-in Array.
Returns an array containing the contents of this Vector.
Cursor used over S edge of window decorations.
Cursor used over S edge of window decorations.
Selects binding of the documents with one or more staples
along the middle fold.
Tests whether or not another URL refers to the same "file" as this one.
Compares two URLs, excluding the fragment component
The image's sample model.
A
SampleModel
is used to access pixel data from a
DataBuffer
.
The sample model used to access the pixel values.
Creates a new sample model with the specified attributes.
The number of samples per second.
The number of bits in each sample.
A static class for creating SASL clients and servers.
This class defines the policy of how to locate, load, and instantiate SASL
clients and servers.
For example, an application or library gets a SASL client instance by
doing something like:
SaslClient sc =
Sasl.createSaslClient(mechanisms, authorizationID, protocol,
serverName, props, callbackHandler);
It can then proceed to use the instance to create an authenticated
connection.
Similarly, a server gets a SASL server instance by using code that looks
as follows:
SaslServer ss =
Sasl.createSaslServer(mechanism, protocol, serverName, props,
callbackHandler);
Performs SASL authentication as a client.
A protocol library such as one for LDAP gets an instance of this class in
order to perform authentication defined by a specific SASL mechanism.
An interface for creating instances of
SaslClient
.
This class represents an error that has occurred when using SASL.
Constructs a new instance of SaslException
.
Constructs a new instance of SaslException
with a detailed
message.
Constructs a new instance of SaslException
with a detailed
message and a root exception.
Performs SASL authentication as a server.
A server such as an LDAP server gets an instance of this class in order to
perform authentication defined by a specific SASL mechanism.
An interface for creating instances of
SaslServer
.
Constant representing Saturday.
Indicates that the purpose of the dialog is for saving a file.
Saves a Serializable listener chain to a serialization stream.
A dialog type for selecting a file to save.
The localised mnemonic for the "save" button.
The localised text for the "save" button.
The localised tool tip text for the save button.
Saves all Serializable listeners to a serialization stream.
Encapsulate a general SAX error or warning.
Create a new SAXException.
Create a new SAXException wrapping an existing exception.
Create a new SAXException.
Create a new SAXException from an existing exception.
Exception class for an unrecognized identifier.
Construct a new exception with the given message.
Exception class for an unsupported operation.
Construct a new exception with no message.
Construct a new exception with the given message.
Encapsulate an XML parse error or warning.
Create a new SAXParseException.
Create a new SAXParseException with an embedded exception.
Create a new SAXParseException from a message and a Locator.
Wrap an existing exception in a SAXParseException.
Convenience class for using or accessing a SAX version 1 or 2 parser.
Factory for obtaining SAX parsers.
Specifies SAX handlers to be used as a result sink during a
transformation.
Constructor specifying a content handler.
Specifies a SAX XML source.
Constructor with an input source.
Constructor with a SAX parser and input source.
Specialized transformer factory with support for SAX-specific factory
methods.
Flag used in ObjectStreamClass
to designate that
externalizable data is written in block data mode.
Flag used in ObjectStreamClass
to designate that the class
is an enum constant.
Flag used in ObjectStreamClass
to designate that the class
is externalizable.
Flag used in ObjectStreamClass
to designate that the class
is serializeable.
Flag used in ObjectStreamClass
to designate that the class
defines the writeObject
method.
Concatenate a scale onto this transform.
Return a new Spring which computes its values by scaling
the values of another spring by a constant factor.
Constant indicating that the area averaging scaling algorithm should be
used.
Constant indicating that the default scaling algorithm should be used.
Constant indicating that a fast scaling algorithm should be used.
Constant indicating that the ReplicateScaleFilter
class
algorithm should be used for scaling.
Constant indicating that a smooth scaling algorithm should be used.
Returns a BigDecimal whose numerical value is the numerical value
of this BigDecimal multiplied by 10 to the power of n
.
Rescans the application classpath for ImageIO service providers
and registers them.
The number of data elements between a sample in one row and the
corresponding sample in the next row.
Schedules the task at the specified data for one time execution.
Schedules the task at the specified date and reschedules the task every
period milliseconds after the last execution of the task finishes until
this timer or the task is canceled.
Schedules the task after the specified delay milliseconds for one time
execution.
Schedules the task after the delay milliseconds and reschedules the
task every period milliseconds after the last execution of the task
finishes until this timer or the task is canceled.
Schedules the task at the specified date and reschedules the task at a
fixed rate every period milliseconds until this timer or the task is
canceled.
Schedules the task after the delay milliseconds and reschedules the task
at a fixed rate every period milliseconds until this timer or the task
is canceled.
Returns the last time this task was scheduled or (when called by the
task from the run method) the time the current execution of the task
was scheduled.
Factory for obtaining schemata.
Create an exception without a message.
Create an exception with a message.
An object which allows selection of the view in a scroll pane.
Specifies the region of a scroll bar.
Specifies the region of a scroll bar thumb.
Specifies the region of a scroll bar track.
direction for scrolling down list of combo box's items
An object which allows an incremental view of a larger pane.
Specifies the region of a scroll pane.
Indicates that the TabbedPane is in scrolling mode.
direction for scrolling up list of combo box's items
Defines the method that a component should implement to behave nicely
in
JScrollPane
s.
The scrollbar this UI is acting for.
ScrollBar that is being adjusted
This class implements a scrollbar widget.
Initializes a new instance of Scrollbar
with a
vertical orientation and default values for all other parameters.
Initializes a new instance of Scrollbar
with the
specified orientation and default values for all other parameters.
Initializes a new instance of Scrollbar
with the
specified parameters.
Constant indicating that scrollbars are always displayed in this
window.
Constant indicating that scrollbars are created as needed in this
windows.
Display both horiztonal and vertical scroll bars.
Display horizatonal scroll bar only.
Constant indicating that scrollbars are never displayed in this window.
Do not display scrollbars.
Display vertical scroll bar only.
An abstract base class for delegates that implement the pluggable
look and feel for a JScrollBar
.
Constructs a new ScrollBarUI
.
The method scrolls the thumb by a block in the direction specified.
Moves the thumb one block in the direction specified (a block is 1/10th
of the slider range).
The method scrolls the thumb by a unit in the direction specified.
Moves the thumb one unit in the specified direction.
Indicates auto scrolling direction
This method is called when there has been a click in the track and the
thumb needs to be scrolled on regular intervals.
This method is called when there has been a click in the track and the
thumb needs to be scrolled on regular intervals.
JScrollPane that contains list portion of the combo box
A helper class that listens for events from the timer that is used to
move the thumb.
Helper class that listens to our swing timer.
Creates a new ScrollListener object.
Creates a new ScrollListener object.
Creates a new ScrollListener object using the given direction and
block.
Creates a new ScrollListener object.
The Scrollpane for which the UI is provided by this class.
This widget provides a scrollable region that allows a single
subcomponent to be viewed through a smaller window.
Initializes a new instance of ScrollPane
with a default
scrollbar policy of SCROLLBARS_AS_NEEDED
.
Initializes a new instance of ScrollPane
with the
specified scrollbar policy.
Need this class since the serialization spec for ScrollPane
uses it.
Constructs a new ScrollPaneBorder.
Defines some constants that are used in
JScrollPane
and related
components.
An abstract base class for delegates that implement the pluggable
look and feel for a JScrollPane
.
Constructs a new ScrollPaneUI
.
Calls scrollRectToVisible
on the component's parent.
Calls scrollRectToVisible
on the component's parent.
Scrolls the view so that contentRect becomes visible.
The timer used to move the thumb when the mouse is held.
A timer that periodically moves the thumb.
Scrolls the view to the given reference location (that is, the value
returned by the UL.getRef method for the URL being displayed).
Cursor used over SE corner of window decorations.
Cursor used over SE corner of window decorations.
Package sealing -
whether (all) package(s) is(/are) sealed.
This class allows any
Serializable
object to be
stored in an encrypted form.
Create a new sealed object from a
Serializable
object and a cipher.
Create a new sealed object from another sealed object.
Returns the position of an Object on the stack, with the top
most Object being at position 1, and each Object deeper in the
stack at depth + 1.
Constant representing the second time field.
Represents the position of the second
pattern character in the array of
localized pattern characters.
This constant is a strength value which indicates that only secondary
or primary differences between characters will be considered
significant.
This method returns the secondary order value for the given collation
value.
Constant that represents the seconds field.
Constant for when the key to be unwrapped is a secret key.
A secret key for symmetric cryptography.
A secret key factory translates
SecretKey
objects to and from
KeySpec
objects, and can translate between
different vendors' representations of
SecretKey
objects (for
security or semantics; whichever applies).
Create a new secret key factory.
Create a new secret key factory SPI.
This is a simple wrapper around a raw byte array, for ciphers that do
not require any key parameters other than the bytes themselves.
Create a new secret key spec from part of a byte array.
Create a new secret key spec from an entire byte array.
An element type for sections.
Creates a new SectionElement.
Standard name for section Element
s.
A Secure Class Loader for loading classes with additional
support for specifying code source and permissions when
they are retrieved by the system policy handler.
An interface to a cryptographically secure pseudo-random number
generator (PRNG).
Default constructor for SecureRandom.
A constructor for SecureRandom.
A constructor for SecureRandom.
SecureRandomSpi is the Service Provider Interface for SecureRandom
providers.
Default Constructor for SecureRandomSpi
This class centralizes all security properties and common security methods.
Property specifying the security level to use.
Property specifying the credentials of the principal for authenticating the
caller to the service.
Property for the identity of the principal for authenticating the caller to
the service.
Property specifying the security protocol to use.
The security manager will throw this exception to indicate a security
violation.
Create an exception without a message.
Create an exception with a message.
Constructs a SecurityException
using
the specified error message, which should give further details
as to the reason for this exception.
Constructs a SecurityException
using
the specified cause Throwable
, which may be used
to provide additional history, with regards to the root of the
problem.
SecurityManager is a class you can extend to create your own Java
security policy.
Construct a new security manager.
This class provides a mechanism for specified named permissions
related to the Java security framework.
Create a new instance with the specified name.
Create a new instance with the specified name.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
This method sets the current file position to the specified offset
from the beginning of the file.
true if this reader should only read data further ahead in the
stream than its current location. false if it can read backwards
in the stream.
The current segment closes a loop by an implicit line to the previous
SEG_MOVETO coordinate.
The current segment is a cubic parametric curve (more commonly known as
a Bezier curve).
The current segment is a line.
The current segment is a quadratic parametric curve.
A text fragment represented by a sequence of characters stored in an array.
Select the contents of the text area.
Select the contents of the TEXTAREA
.
Selects a set of keys whose corresponding channels are ready
for I/O operations.
Forces the item at the specified index to be selected.
Makes the item at the specified index selected.
Selects a part of the content of the text component.
This method sets the selected text range to the text between the
specified start and end positions.
Forces the named item to be selected.
Returns the list of proxy settings for a given URI.
Selects a set of keys whose corresponding channels are ready
for I/O operations.
Indicates that this child is one which can be selected from its parent.
This method selects the correct tab given an offset from the current tab
index.
Selects all the text in the editor component.
Selects the whole content of the text component.
Selects all of the text in the component.
Select all children of this Accessible object if the object supports
multiple selections or has a single child.
Multiple selection is not supported by AccessibleJComboBox, so this
does nothing.
Selects all items if multiple selections are supported.
AccessibleJMenu don't support multiple selection, so this method
does nothing.
In menu bars it is not possible to select all items, so this method
does nothing.
Does nothing - it makes no sense to select all for a tabbed
pane, since only one tab can be selected at a time.
Selects all accessible children that can be selected.
Causes every selected item in the object to be selected if the object
supports multiple selections.
Causes every selected item in the object to be selected if the object
supports multiple selections.
Selects all Accessible
children of this component which
it is possible to select.
The name of the Action
that selects the whole document.
Selects the best supported text flavor on this implementation.
The background color for the button when it is pressed.
Used to fill the icon when the button is pressed.
The color for the selected tab.
The color that indicates a selected button.
Writes out the contents of a select element.
Indicates that this child has been selected from its parent.
State constant indicating that the button is selected.
A flag indicating the current selection status.
This type indicates that the item was selected.
Indicates that a region is selected.
Default do-nothing highlighting for selected converted text.
The name of the property for the selected file.
The name of the property for the selected files.
Fired in a PropertyChangeEvent when the "selectedIcon" property changes.
Default do-nothing highlighting for selected raw text.
This method is invoked whenever selected item changes in the combo box's
data model.
This field is reference to the current selection of the combo box.
Returns this selector's selected-key set.
The index of the run that the selected index is in.
The extra insets around the selected tab.
The text color of the titlePane when the JInternalFrame is selected.
The background color of the TitlePane when the JInternalFrame is
selected.
The color for a highlighted selected tab.
This method requests focus for the initial value.
This method requests focus to the inputComponent (if one is present) and
the initialFocusComponent otherwise.
Gives keyboard input focus to the component that represents
the default value.
Attempts to select an input method or keyboard layout which supports the
given locale.
The name of the selection mode property.
The property fired by the JColorChooser when the selectionModel property
changes.
The identifier for the propertyChangeEvent when the selectionValues
property changes.
Color of text that is used when menu item is selected
The color to paint the background of selected cells.
The name of the Action
that moves the caret one character
backwards, possibly extending the current selection.
The name of the Action
that moves the caret to the beginning
of the document, possibly extending the current selection.
The name of the Action
that moves the caret to the beginning
of the current line, possibly extending the current selection.
The name of the Action
that moves the caret to the beginning
of the current paragraph, possibly extending the current selection.
The name of the Action
that moves the caret to the beginning
of the current word, possibly extending the current selection.
The name of the Action
that moves the caret one line down,
possibly extending the current selection.
The name of the Action
that moves the caret to the end
of the document, possibly extending the current selection.
The name of the Action
that moves the caret to the end
of the current line, possibly extending the current selection.
The name of the Action
that moves the caret to the end
of the current paragraph, possibly extending the current selection.
The name of the Action
that moves the caret to the end
of the current word, possibly extending the current selection.
Color of the text that is used when menu item is selected.
The color to paint the foreground of selected cells.
The name of the Action
that moves the caret one character
forwards, possibly extending the current selection.
Initializes the selection key.
A listener for selection events in the file list.
Creates a new SelectionListener
object.
The current selection mode.
A selection model that keeps track of column selections.
SelectionModel that keeps track of menu selection.
A model of the rows of this table which are currently selected.
A constant to indicate that the selection model has changed.
Listener on the TreeSelectionModel, resets the row selection if any of the
properties of the model change.
The name of the Action
that moves the caret to the beginning
of the next word, possibly extending the current selection.
The name of the Action
that moves the caret to the beginning
of the previous word, possibly extending the current selection.
Redirects TreeSelectionEvents so that the source is this JTree.
The name of the Action
that moves the caret one line up,
possibly extending the current selection.
The input values the user can select.
The name of the Action
that selects the line around the
caret.
Selects the next list item and force it to be visible.
Selects next possible item relative to the current selection
to be next selected item in the combo box.
This method selects the next tab (regardless of runs).
This method selects the next tab in the run.
Select a node and its contents
Select the contents within a node
Selects a set of keys whose corresponding channels are ready
for I/O operations.
Returns the selector for which this key was created.
Initializes the selector.
Initializes the selector provider.
The name of the Action
that selects the paragraph around the
caret.
Messaged to update the selection based on a MouseEvent over a particular
row.
Selects the previous list item and force it to be visible.
Selects previous item relative to current selection to be
next selected item.
This method selects the previous tab (regardless of runs).
This method selects the previous tab in the run.
Select the text between two points.
Selects the text between two indexes.
This method selects item in this combo box that matches specified
specified keyChar and returns true if such item is found.
The name of the Action
that selects the word around the
caret.
Sends the specified packet.
Transmits the specified packet of data to the network.
Sends a packet of data to a multicast address with a TTL that is
different from the default TTL on this socket.
Sends a datagram via this channel.
Send a MIDI message and timestamp.
Send a request without suspending the current thread.
ORB calls this method if the exception has been throw during the request
processing.
Send multiple prepared requests expecting to get a reply.
Send multiple prepared requests one way, do not caring about the answer.
Send a request and forget about it, not waiting for a response.
ORB normally calls this method if the request has been forwarded.
This method is called by if ORB uses the Time- Independent Invocation (TII)
polling.
ORB calls this method after the target operation has been invoked and
before the reply is returned to the client.
ORB calls this method before sending the request to the server.
Get the exception to be returned to the client.
Allows the server to use the delegate to send a notification.
Performs delivery of the notification.
Sends urgent data through the socket
Sends one byte of urgent data to the socket.
Constant designating that the next selection should be a sentence.
Multiple documents are treated as collated copies.
Multiple documents are treated as uncollated copies.
An object usually in a menu which separates logical sections of items.
This is the path separator string for the current host.
This is the separator that can be used in popup menu.
This is an extension of JSeparator used in toolbars.
Specifies the region of a separator.
Creates a new horizontal JSeparator
object.
Creates a new Separator object.
Creates a new Separator object with the given size.
This is the first character of the file separator string.
An abstract base class for delegates that implement the pluggable
look and feel for a JSeparator
.
Constructs a new SeparatorUI
.
Constant representing September.
Objects of this type represent sequences of MIDI messages that can be
played back by a Sequencer.
Create a MIDI sequence object with no initial tracks.
Create a MIDI seqence object.
Reports that a sequence of read operationshas completed.
This class merges a sequence of multiple InputStream
's in
order to form a single logical stream that can be read by applications
that expect only one stream.
This method creates a new SequenceInputStream
that obtains
its list of subordinate InputStream
s from the specified
Enumeration
This method creates a new SequenceInputStream
that will read
the two specified subordinate InputStream
s in sequence.
A Sequencer object plays MIDI sequences described as Sequence objects.
Reports that a sequence of read operations is beginning.
The number of serializable service providers.
This interface has no methods.
This class models permissions related to serialization.
This method initializes a new instance of
SerializablePermission
that has the specified name.
This method initializes a new instance of
SerializablePermission
that has the specified name and action list.
Writes the items in the collection to the specified output stream.
If an attempt was made to serialize a Node
using
LSSerializer
and the processing has been stopped.
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
Indicates compatibility with JDK 1.1.*
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
The version identifier used for serialization.
Indicates compatibility with JDK 1.1.*
The servant is responsible for handling the method invocation on the
target object.
The real servant, that can be casted to the expected type, later
invoking the methods directly.
This method is always called after invoking the operation on the
local servant.
Returns a servant that should be used for this request.
Returns the id of the object, served by the given servant.
Converts the given servant to the object reference.
The POA, that has the RETAIN policy uses servant managers that are
ServantActivators.
This ServantActivator stub is an optional base for the
servant activators.
Raised in response to activate the already active object when
the UNIQUE_ID (single ID per object, default) policy is active.
Create ServantAlreadyActive with no explaining
message.
Create the ServantAlreadyActive with explaining
message.
When the POA has the NON_RETAIN policy it uses servant managers that are
ServantLoacators.
The ServantLocator stub is an optional base for the
servant locators.
A servant manager is associated with POA and provide possibility
to activate objects on demand.
This interface would define the operations, applicable to
the ServantManager.
Raised in several cases when the operation would be applicable to the
activated servant, but the current object is not active.
Create ServantNotActive with no explaining
message.
Create the ServantNotActive with explaining
message.
Together with supporting methods in
ObjectImpl
and
Delegate
,
provides mechanism for direct calls of clients, running on the same
virtual machine (collocated).
Specifies if the active servants should be retained in the
Active Object Map.
Defines the operations, applicable to the ServantRetentionPolicy.
Specifies the servant retention policy.
Normally, no new instances are required, so the constructor is protected.
The name of a property that specifies whether the server must authenticate
to the client.
Get the server id of of this adapter.
Returs the id of the server that is handling the current request.
Thrown if a remote exception occurs during the cloning process of a
UnicastRemoteObject
.
Create an exception with a message.
Create an exception with a message and a cause.
Wraps any error thrown while processing the server of a remote call.
Create an exception with a message and a cause.
Wraps any exception thrown while processing the server of a remote call.
Create an exception with a message.
Create an exception with a message and a cause.
The Server Id is defined in OMG specification just as a narrow (not wide)
string.
Thrown during RemoteServer.getClientHost
if the host is
not servicing a remote method call.
Create an exception with no message.
Create an exception with a message.
This class was expected to be part of the dynamic skeleton interface,
but it is almost never used in the code, generated by IDL to java compiler.
A server side request interceptor that is notified on various request
processing steps on a server side.
Defines operations, applicable to the server side request interceptor.
Wraps any runtime exception thrown while processing the server of a
remote call.
Create an exception with a message and a cause.
This class models server side sockets.
Constructor that simply sets the implementation.
Creates a server socket and binds it to the specified port.
Creates a server socket and binds it to the specified port.
Creates a server socket and binds it to the specified port.
Initializes this channel.
A factory for server sockets.
Default 0-argument constructor.
The binary data, defining the information.
The type of the information, defined by this detail.
The array of service details, defining the various aspects of this
service.
Predefined static DocFlavor
objects for document
types which use service formatted print data.
Constructor for doc flavor objects with a MIME type of
"application/x-java-jvm-local-objectref" and the given
print data representation classname.
The printer is offline and therefore is not accepting jobs.
The array, defining various options of this service.
Called by BeanContextServices
whenever a service is made available.
Called by BeanContextServices
whenever a service is made available.
The Class
representing the service which is now
available.
The Class
representing the service which is now
available.
An error thrown when a problem occurs during the loading
of a service provider by a
ServiceLoader
.
The ServiceContext structure contains the service data, being passed in the
CORBA message.
Create the unitialised instance, assigning to
the all fields java default values.
Create the instance, initialising the fields to the given values.
Create the unitialised instance, leaving the value field
with default null
value.
Create the initialised instance.
Create the unitialised instance, leaving the value field
with default null
value.
Create the initialised instance.
An object, representing one of the additional details about the
particular ORB service.
Create an unitialised instance.
Create the instance of the service detail, initialising its fields
to the given values.
The helper operations on the Service Detail.
A helper operations for a context service id.
Stores information about the CORBA service, available from some ORB.
Create an unitialised instance of the service information.
Create an instance of the service information, intialised with
the passed values.
Helper operations for the service information.
A holder for the service information.
Create an unitialised instance.
Create the instance where the stored service information
s intialised into the given value.
Facilities for loading service providers.
Creates a new service loader for the given service,
using the context class loader of the current thread.
Creates a new service loader for the given service,
using the specified class loader.
Creates a new service loader for the given service,
using the extension class loader.
Thrown when a requested service is unsupported.
Constructs a new ServiceNotFoundException
.
Constructs a new ServiceNotFoundException
with the specified message.
This represents permission to access to a Kerberos service principal.
Create a new service permission with the indicated name and actions.
A registry for service providers.
Constructs a ServiceRegistry
for the specified
service categories.
Called by BeanContextServices.revokeService()
to indicate that a service has been revoked.
Called by BeanContextServices.revokeService()
to indicate that a service has been revoked.
Called by BeanContextServices.revokeService()
to indicate that a service has been revoked.
Called by BeanContextServices.revokeService()
to indicate that a service has been revoked.
ServiceUI
provides a method to create a graphical
print dialog.
ServiceUIFactory
enables print services to provide additional
user interface dialogs.
Constructs a ServiceUIFactory
object.
Create an exception without a message.
Create an exception with a message.
A collection that contains no duplicates.
Replace the element last returned by a call to next or previous with a
given object (optional operation).
Add the integer bitIndex
to this set.
Sets the bit at the given index to the specified value.
Replace an element of this list with another object (optional operation).
Replace an element of this list with another object (optional operation).
Sets the element at the specified index.
Sets the element at the specified index.
Replace an element of this list with another object (optional operation).
Sets the bits between from (inclusive) and to (exclusive) to true.
Sets the time field with the given value.
Sets the bits between from (inclusive) and to (exclusive) to the
specified value.
Sets the fields for year, month, and date
Set the contents of this Insets object to the specified values.
Sets the fields for year, month, date, hour, and minute
Sets the fields for year, month, date, hour, and minute
Sets the list element at a particular index.
Replaces the attribute at the specified index with the one
supplied.
Replace the element at the given location in the list.
Puts element
into the Vector at position index
and returns the Object that previously occupied that position.
Sets an element of an array.
Set the value of this Field.
Sets the specified fields of the URL.
Sets the specified fields of the URL.
Sets the value associated with the ThreadLocal object for the currently
executing Thread.
Sets the start of the century used for two digit years.
Returns a dynamically typesafe view of the given set,
where any modification is first checked to ensure that the type
of the new data is appropriate.
Returns a set backed by the supplied map.
Returns an immutable, serializable parameterized empty set.
Obtain an immutable Set consisting of a single element.
Returns a synchronized (thread-safe) set wrapper backed by the given
set.
Returns an unmodifiable view of the given set.
Checks if the discriminator of this union has been assigned a valid
default value.
Determines if the discriminator of this union gets assigned a valid
default value.
The remote call of DynEnum methods is not possible.
Set the current enumeration value, as string.
The remote call of DynEnum methods is not possible.
Set the current enumeration value, as int.
Set the value of the "box" as Any.
Set the value of the "box" from DynAny.
This method is called by RMI-IIOP
Tie.orb(ORB)
,
passing
this
as parameter.
The remote call of DynAny methods is not possible.
Set the value of discriminator, activating the member variant that is
consistent with the discriminator value.
The remote call of DynArray methods is not possible.
The remote call of DynAny methods is not possible.
Set the elements from of the enclosed array of Anys.
Set the elements from of the enclosed array of Anys.
Sets the sequence elements from the array.
The remote call of DynArray methods is not possible.
The remote call of DynAny methods is not possible.
Sets the sequence elements from the array.
Should set the exception that has been thrown during
the method invocation.
The remote call of DynAny methods is not possible.
Set the length of the sequence.
Set all fields of this structure by name.
Set all members for the enclosed value type object.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
Set the structure contend from the array, where each member defines the
name and value of the structure field.
Set all members from the array of the named Any's.
The remote call of DynAny methods is not possible.
The remote call of DynAny methods is not possible.
Set the structure contend from the array, where each member defines the
name and value of the structure field.
Set all members from the array of the named Any's.
Replace the new existing policies by the new policies.
Returns a new object with the new policies either replacing or
extending the current policies, depending on the second parameter.
Should specify the return value for the call.
Sets the default servant for this POA.
Set a servant manager for this POA.
Sets data for the slot with the given slot_id.
Allows the interceptor to set a slot in the PortableInterceptor.Current
that is in the scope of the request.
The remote call of DynAny methods is not possible.
Set the discriminator to default value.
The remote call of DynAny methods is not possible.
Set the discriminator to value that does not correspond any content variant
(any union case
label).
The remote call of DynAny methods is not possible.
Set the value of this
DynAny
to CORBA
null
.
Set the value of this
DynAny
to CORBA
null
.
The remote call of DynAny methods is not possible.
Set the value of this
DynAny
to the default non-null value.
Set the value of this
DynAny
to the default non-null value.
Sets the value of this DynFixed from the binary representation.
The remote call of DynAny methods is not possible.
Set the value of the enclosed DynFixed, from string.
Abbreviation for header cells.
Sets the acceleration priority of the image.
This method is overriden with empty implementation, s.t the
accelerator couldn't be set for the menu.
Sets the key combination which invokes the menu item's action
listeners without navigating the menu hierarchy.
A comma-separated list of content types that a server processing this
form will handle correctly.
List of character sets supported by the server.
Sets the accessibility flag for this reflection object.
Convenience method to set the flag on a number of objects with a single
security check.
Sets the caption for the table.
Set the description of a column.
Sets the accessible description for the column with the specified index.
Sets the accessible column header.
Set the localized name of the object.
Set the accessible description of this object.
Modify the textual description of the icon and its purpose.
Sets the accessible icon description.
Set the localized name of the object.
Set the localized accessible name of this object.
Sets the accessible parent of this object.
Set the description of a row.
Sets the accessible description for the row with the specified index.
Sets the accessible row header.
Set the table summary description.
Sets the summary for the table.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
A single character access key to give access to the form control.
Sets the accessory component for the file chooser and sends a
PropertyChangeEvent
to all registered listeners.
Server-side form handler.
Set the button's "action" property, subscribing the new action to the
button, as an ActionListener, if it is not already subscribed.
Sets the action command string for this button's model.
Sets the action command name for this button to the specified value.
Sets the action command for the button.
Set the value of the model's "actionCommand" property.
This method sets actionCommand to the specified string.
Sets the command string used in action events.
Sets the name of the action command in the action events generated by
this menu item.
Replace the activation descriptor for the object with the given activation
id.
Replaces the group descriptor for the group with the given group activation
id.
This sets the address to which the data packet will be transmitted.
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
Horizontal text alignment.
Horizontal text alignment.
Align the rule on the page.
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
Text alignment relative to FIELDSET
.
Aligns this object (vertically or horizontally) with respect to its
surrounding text.
Horizontal text alignment.
Caption alignment with respect to the table.
Horizontal alignment of data in cell.
Horizontal alignment of cell data in column.
Specifies the table's position with respect to the rest of the
document.
Horizontal alignment of data within cells of this row.
Horizontal alignment of data in cells.
Sets the justification value for this object to the specified value.
Sets the text alignment of this label to the specified value.
Adds an alignment attribute to the specified set.
Color of active links (after mouse-button down, but before mouse-button
up).
Sets the current allocation for this view.
Sets the flag that controls whether or not this node allows the addition /
insertion of child nodes.
Sets the value of the allowsInvalid
property.
Sets a boolean flag indicating whether or not user interaction is
allowed for this connection.
Alternate text for user agents not rendering the normal content of this
element.
Alternate text for user agents not rendering the normal content of this
element.
Alternate text for user agents not rendering the normal content of this
element.
Alternate text for user agents not rendering the normal content of this
element.
Sets the always-on-top state of this window (if supported).
This method sets the list of strings used to display AM/PM values to
the specified list.
Sets the index of the anchor item.
Set the extent, in degrees.
Sets the extent angle of the arc.
Sets the extent angle of the arc.
Sets the starting and extent angles to those of the given points
relative to the center of the arc.
Sets the starting and extent angles to those of the given points
relative to the center of the arc.
Set the start, in degrees.
Sets the start angle of the arc.
Sets the start angle of the arc.
Sets the starting angle to the angle of the given point relative to
the center of the arc.
Changes a flag to indicate whether this MemoryImageSource supports
animations.
This method sets the current animation index.
Sets the value of the any policy inhibited flag.
Set the parameters of the arc.
Sets the arc to the given dimensions.
Sets the arc to the given dimensions.
Set the parameters of the arc from the given one.
Set the parameters of the arc.
Set the parameters of the arc.
Set the parameters of the arc.
Sets the parameters of the arc by finding the tangents of two lines, and
using the specified radius.
Comma-separated archive list.
Space-separated list of archives.
Set the closure type of this arc.
Sets the armed flag of the button.
Set the value of the model's "armed" property.
Sets menuItem's "ARMED" property
This method sets the specified parameter from the given Java
Array
value.
This method sets the specified parameter from the given Java
ASCII InputStream
value.
This method sets the specified parameter from the given Java
ASCII InputStream
value.
Returns an ASCII text stream that writes into this Clob
,
starting at the specified index.
Set the value of this property using a String.
Sets the asynchronous loading priority for this Document
.
Set an attribute in the list.
Set the named attribute on the underlying implementation.
Set a named attribute on the underlying implementation.
Sets the value of the specified attribute of the
management bean.
Sets the value of the specified attribute of the
management bean.
Sets the value of the specified attribute of the supplied
management bean.
Sets the value of the specified attribute of the supplied
management bean.
Set the attribute list, discarding previous contents.
Adds a new attribute node.
Adds a new attribute node.
Set the attributes of text between two points.
Sets the attributes of all the text between two indexes.
Sets the value of each of the specified attributes
to that supplied by the
Attribute
object.
Sets the value of each of the specified attributes
to that supplied by the
Attribute
object.
Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the
Attribute
object.
Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the
Attribute
object.
Copy an entire Attributes object.
Copy an entire Attributes object.
Sets the authority key identifier criterion, or null
to clear
this criterion.
Sets if authorization is allowed or not.
Sets the ID of the authorized entity.
This method turns auto commit mode on or off.
Set the length of time this Robot sleeps after generating an
event.
Sets whether or not the editor kit should automatically submit forms.
Set whether or not this Robot automatically calls
waitForIdle()
after generating an event.
Sets the axis along which this BoxView
is laid out.
Names group of related headers.
See the azimuth property definition in CSS2.
Set the background color of this component to the specified color.
Sets this component's background color to the specified color.
Sets the background color.
Sets the background color of the component.
Assign the unselected-background.
Sets the background color.
Set the value of the background
property.
Calling this method has no effect, since the background color cannot be
set on list children individually.
Sets the background of the cell.
Set the background color of this component to the specified color.
Set the background color of this object.
Sets the background color for the glyphs.
Sets the background color of the component to that specified.
See the background property definition in CSS2.
Adds a background attribute to the specified set.
This method sets the background color of the tab.
See the background-attachment property definition in CSS2.
See the background-color property definition in CSS2.
See the background-image property definition in CSS2.
Sets the background color for tree cells that are not selected.
See the background-position property definition in CSS2.
See the background-repeat property definition in CSS2.
Sets the background color for tree cells that are selected.
Sets the location against which to resolve relative URLs.
Sets the base font size between 1 and 7.
Sets the base font size from the String.
The base URI to be used (see section 5.1.4 in [
IETF RFC 2396]) for
resolving a relative
systemId
to an absolute URI.
Sets the basic constraints criterion.
Sets the delegate object that is responsible for the UI of the
JSplitPane
containing this divider.
Set the parent BeanContext
.
Set the parent BeanContext
.
Set the search path for BeanInfo classes.
This method sets the beginning index of this field to the specified value.
Document background color.
Background color for rows.
Adds a bidi-level attribute to the specified set.
This method sets the specified parameter from the given Java
java.math.BigDecimal
value.
This method sets the specified parameter from the given Java
BigDecimal
value.
This method sets the specified parameter from the given Java
binary InputStream
value.
This method sets the specified parameter from the given Java
binary InputStream
value.
Returns a binary stream that writes into this Blob
,
starting at the specified index.
Sets the blink rate of this Caret
in milliseconds.
Sets the blink rate of this Caret
in milliseconds.
This method sets the specified parameter from the given Java
Blob
value.
Sets the increment value for incrementing the value by blocks.
This method sets the blockIncrement property.
Sets the value added or subtracted to the scrollbar value when the
user selects the scroll by a "block" amount control.
The element that contains the content for the document.
Adds a bold attribute to the specified set.
This method sets the specified parameter from the given Java
boolean
value.
Sets an element of a boolean array.
This method sets the specified parameter from the given Java
boolean
value.
See the border property definition in CSS2.
Width of border around image.
Width of border around the object.
The width of the border around the table.
Sets the border of this divider.
Set the value of the
border
property.
Sets the border underneath the title.
See the border-bottom property definition in CSS2.
See the border-bottom-color property definition in CSS2.
See the border-bottom-style property definition in CSS2.
See the border-bottom-width property definition in CSS2.
See the border-collapse property definition in CSS2.
This method changes the border color.
See the border-color property definition in CSS2.
See the border-left property definition in CSS2.
See the border-left-color property definition in CSS2.
See the border-left-style property definition in CSS2.
See the border-left-width property definition in CSS2.
Set the value of the "borderPainted" property.
Sets painting status of the border.
Sets if the border of the popup menu should be
painter or not.
Sets the flag that controls whether or not the component's border is
painted.
This method sets the borderPainted property.
See the border-right property definition in CSS2.
See the border-right-color property definition in CSS2.
See the border-right-style property definition in CSS2.
See the border-right-width property definition in CSS2.
Sets the color to use for the border.
Sets the border color for tree cells that are selected.
See the border-spacing property definition in CSS2.
See the border-style property definition in CSS2.
This method sets the border of the given component to a non rollover
border.
This method sets the border of the given component to its original value.
See the border-top property definition in CSS2.
See the border-top-color property definition in CSS2.
See the border-top-style property definition in CSS2.
See the border-top-width property definition in CSS2.
This method sets the border of the given component to a rollover border.
See the border-width property definition in CSS2.
See the bottom property definition in CSS2.
This method sets the bottom component.
Set whether the property is bound.
Sets the bounding rectangle for this component to the specified values.
Notifies the peer that the bounds of this component have changed.
Updates this rectangle to have the specified dimensions.
Set the bounds of this component peer.
Set the bounds of this component to the specified height and width, and
relative location to its parent.
Sets the bounding rectangle for this component to the specified
rectangle.
Sets the bounds of this component.
Does nothing since the bounds cannot be set on list children
individually.
The bounds of the table cells cannot be manipulated directly, so
this method does nothing.
Set the bounds of this component to the specified height and width, and
relative location to its parent.
Sets the bounds of this object in the form of a Rectangle object.
Sets the height and width of the component, and its position
relative to this component's parent, to the values specified
by the supplied rectangle.
Updates this rectangle to match the dimensions of the specified
rectangle.
This method calls setBounds with the given parameters and repaints the
JComponent.
This method does the actual work for reshaping the JInternalFrame.
Sets the bounds of this frame peer.
Enables/Disables SO_BROADCAST
Set icons for the minimize-, maximize- and close-buttons.
This method sets the specified parameter from the given Java
byte
value.
Sets an element of a byte array.
This method sets the specified parameter from the given Java
byte
value.
This method sets the specified parameter from the given Java
byte
array value.
This method sets the specified parameter from the given Java
byte
array value.
Writes the specified data into this Blob
, starting at the
specified index.
Writes a portion of the specified data into this Blob
,
starting at the specified index.
Set the byte stream for this input source.
An attribute of a language and binding dependent type that represents
a stream of bytes.
An attribute of a language and binding dependent type that represents
a writable stream of bytes.
Set the directory to be used for caching image data.
This method specified the Calendar
that should be used
by this object to parse/format datetimes.
Sets the date field to change when calculating the next and previous
values.
Set the flag indicating whether lines will wrap.
Returns the table's CAPTION
, or void if none exists.
See the caption-side property definition in CSS2.
Sets a new Caret
for this text component.
Sets the caret to a new position.
Sets the caret position to the specified value.
This method sets the name of the catalog in use by this connection.
Sets the cell editor for the column and sends a
PropertyChangeEvent
(with the property name 'cellEditor') to all registered listeners.
This method sets the cell length.
Specifies the horizontal and vertical space between cell content and
cell borders.
Sets the TreeCellRenderer to tcr
.
This method sets the cell spacing.
Specifies the horizontal and vertical separation between cells.
This method sets whether the children will be centered.
Sets the certificate criterion.
Sets the certificate being checked.
Assign the certificate to the alias in the keystore.
Sets the date at which certificates must be valid.
If set to true, assume that the input is certified (see section 2.13
in [
XML 1.1]) when
parsing [
XML 1.1].
Sets the certificate path checkers.
Alignment character for cells in a column.
Alignment character for cells in a column.
Alignment character for cells in a column.
Alignment character for cells in a column.
Marks this Observable as having changed.
Sets the channel bindings to be used during context establishment.
Set the key pressure for the channel.
Sets an element of a char array.
Sets text attributes for the fragment specified by offset
and length
.
Sets the specified character attributes on the currently selected
text of editor
.
Sets text attributes for the current selection.
This method sets the specified parameter from the given Java
character Reader
value.
Set the character stream for this input source.
An attribute of a language and binding dependent type that represents
a stream of 16-bit units.
An attribute of a language and binding dependent type that represents
a writable stream to which 16-bit units can be output.
This method sets the specified parameter from the given Java
character Reader
value.
Returns a character stream that writes into this Clob
,
starting at the specified index.
Sets the subsets of Unicode characters allowed to be input by the current
input method, as well as subsequent input methods.
Sets the allowed Unicode subsets that this input method can use.
Set the character at the specified index.
Set the character at the specified index.
The character encoding of the linked resource.
The character encoding of the resource being linked to.
The character encoding of the linked resource.
Sets this object's checkbox group to the specified group.
When the type
attribute of the element has the value
"radio" or "checkbox", this represents the current state of the form
control, in an interactive user agent.
Offset of alignment character.
Offset of alignment character.
Offset of alignment character.
Offset of alignment character.
This method sets new range terminators and format strings for this
object.
This method sets the chooserPanels property for this JColorChooser.
A URI [
IETF RFC 2396] designating a document that describes the reason for the change.
Set the default assertion status for a class.
The class attribute of the element.
Sets the classname of the bound object.
See the clear property definition in CSS2.
Control flow of text around floats.
Set the number of mouse clicks, required to start the editing session.
Sets the clipping region.
Sets the clipping region to the rectangle determined by the specified
parameters.
Sets the current clipping region
Sets the clipping region to the specified Shape
.
See the clip property definition in CSS2.
This method sets the specified parameter from the given Java
Clob
value.
This method sets whether this JInternalFrame can be closed.
This method closes the JInternalFrame if the given boolean is true.
Sets the icon to be displayed for non-leaf nodes that are closed.
Sets whether the Timer coalesces multiple pending event firings.
Sets whether document builders obtained from this factory will convert
CDATA sections to text nodes and normalize adjacent text nodes into a
single text node.
Base URI [
IETF RFC 2396] for
classid
,
data
, and
archive
attributes.
Content type for data downloaded via classid
attribute.
Sets the collection threshold usage level to the given value.
This method sets the current color for the JColorChooser using the
integer value.
This method sets the current color for the JColorChooser using RGB
values.
Sets the color to draw stuff with.
Sets the current color for this object.
This method sets the current color for the JColorChooser.
See the color property definition in CSS2.
This ColorModel
should indicate the model used by
the majority of calls to setPixels
.
Override this method to process calls to this method from the
ImageProducer
.
Our ImageProducer will call setColorModel
to
indicate the model used by the majority of calls to
setPixels
.
Sets the ColorModel used to filter with.
Width of control (in characters).
The number of columns of frames in the frameset.
Number of columns spanned by cell.
Sets the number of columns in the table.
Sets the column identifiers, updates the data rows (truncating
or padding each row with
null
values) to match the
number of columns, and sends a
TableModelEvent
to all
registered listeners.
Sets the column identifiers, updates the data rows (truncating
or padding each row with
null
values) to match the
number of columns, and sends a
TableModelEvent
to all
registered listeners.
Set the column number for this locator (1-based).
Set the number of columns.
Sets the number of columns and then invalidates the layout.
Set the preferred number of columns for this text area.
Sets the number of columns in this field to the specified value.
Sets the flag that indicates whether or not column selection is allowed.
Set the value of the columnSelectionAllowed
property.
Sets the flag that indicates whether or not column selection is allowed.
Sets the combo box that the button is used with.
Sets the icon displayed by the button.
Set the zip file comment.
Sets the value of the commitsOnValidEdit
property.
Reduce spacing between list items.
Reduce spacing between list items.
Reduce spacing between list items.
Reduce spacing between list items.
Reduce spacing between list items.
Sets the component associated with this drop target object.
Sets the component that the tool tip is associated with and sends a
PropertyChangeEvent
(with the property name 'component') to all
registered listeners.
Adds a component attribute to the specified set.
This method sets the component associated with the tab.
Sets the text layout orientation of this component.
Sets the popup menu for this component (this is a bound property with
the property name 'componentPopupMenu').
This methods sets the bounds of the given component.
Sets the Z ordering for the component comp
to
index
.
Sets the current compositing rule.
Changes the enabled status of the current input method.
Changes the enabled status of this input method.
Sets the size of the compressed data.
Set the connection timeout speed, in milliseconds, or zero if the timeout
is to be considered infinite.
Set whether the property is constrained.
Sets a constraint for the specified edge.
See the content property definition in CSS2.
Sets the value of the button's "contentAreaFilled" property.
Sets the ContentHandler to receive PSVI SAX events.
Set the content event handler.
Allow an application to register a content event handler.
Sets the ContentHandlerFactory for an application.
This method sets the ContentPane to use with this
JDialog.
This method sets the Container to be used as a Content Pane for this
JInternalFrame.
Sets the JRootPane's content pane.
Sets the content and owner of this clipboard.
Sets the context classloader for this Thread.
This method sets the continuous layout property of the JSplitPane.
This method sets the layout mode for the JSplitPane.
Sets the controller for this IIOParam.
This mutable string attribute denotes persistent state information
that (1) is associated with the current frame or document and (2) is
composed of information described by the
cookies
non-terminal of [
IETF RFC 2965], Section 4.2.2.
Comma-separated list of lengths, defining an active region geometry.
Comma-separated list of lengths, defining an active region geometry.
Sets the number of copies to be printed.
See the counter-increment property definition in CSS2.
See the counter-reset property definition in CSS2.
Sets the crc of the uncompressed data.
See the float property definition in CSS2.
The parsable textual representation of the rule.
The parsable textual representation of the declaration block
(excluding the surrounding curly braces).
A string representation of the current value.
See the cue property definition in CSS2.
See the cue-after property definition in CSS2.
See the cue-before property definition in CSS2.
Sets the Currency
on the
DecimalFormatSymbols
used, which also sets the
currency symbols on those symbols.
This method sets the currency symbol and ISO 4217 currency
code to the values obtained from the supplied currency.
Sets the currency used by this number format when formatting currency
values.
This method sets the currency symbol to the specified value.
This method sets the specified checkbox to be the selected on in this
group, and unsets all others.
Sets the current accessible value as object.
Sets the current value of this object.
Sets the current value of this object.
Sets the current value of this accessible object
to that supplied.
Sets the layer for the internal frame.
Sets the layer for the internal frame represented by this
JDesktopIcon
component.
Sets the current value of this accessible object
to that supplied.
Set the keyboard focus manager associated with the
ThreadGroup
to which the calling thread belongs.
Set the current line length.
Sets the repaint manager for the calling thread's thread group.
The node at which the TreeWalker
is currently positioned.
Sets the current theme for the look and feel.
Sets the cursor for this window to the specified type.
Set the cursor of the component.
Sets the cursor for this component to the specified cursor.
Sets the cursor of the component.
Sets the cursor for this drag operation to the specified cursor.
Sets the cursor for this list child.
Sets the cursor of the cell.
Set the cursor of the component.
Sets the Cursor of this object.
Sets the Cursor
used when the pointer is positioned over the
component.
Sets the cursor for this window to the specifiec cursor.
See the cursor property definition in CSS2.
This method sets the cursor name that will be used by the result set.
Changes the curve geometry, separately specifying each coordinate
value.
Changes the geometry of the curve.
Changes the geometry of the curve, specifying coordinate values
as double-precision floating-point numbers.
Changes the curve geometry, separately specifying each coordinate
value.
Changes the curve geometry, separately specifying each coordinate
value.
Changes the curve geometry, separately specifying each coordinate
value as a double-precision floating-point number.
Changes the curve geometry, specifying coordinate values in an
array.
Changes the curve geometry, passing coordinate values in an
array.
Changes the geometry of the curve, specifying coordinate values
as single-precision floating-point numbers.
Changes the curve geometry, separately specifying each coordinate
value as a single-precision floating-point number.
Changes the curve geometry to that of another curve.
Changes the curve geometry, specifying coordinate values in
separate Point objects.
Changes the curve geometry, specifying coordinate values in
separate Point objects.
Changes the curve geometry, specifying coordinate values in an
array of Point objects.
Changes the curve geometry, specifying coordinate values in an
array of Point objects.
Changes the geometry of the curve to that of another curve.
Set the daemon status of this Thread.
Set whether this ThreadGroup is a daemon group.
Sets the data buffer for this packet.
This method sets the data buffer for the packet.
Sets the ICC profile tag data.
The character data of the node that implements this interface.
A URI [
IETF RFC 2396] specifying the location of the object's data.
The content of this processing instruction.
Set the pixel at x, y to the value in the first element of the primitive
array obj.
Sets the samples for the pixel at location (x, y)
from the
supplied primitive array (the array type must be consistent with the data
type for this model).
Set the pixel at x, y to the value in the first element of the primitive
array obj.
Sets the datagram socket implementation factory for the application
Sets the data and column identifiers for the table.
Sets the data and column identifiers for the table.
Sets the date to the given value.
This method always throws an IllegalArgumentException.
This method sets the specified parameter from the given Java
java.sql.Date
value.
This method sets the specified parameter from the given Java
java.sql.Date
value.
This method sets the specified parameter from the given Java
java.sql.Date
value.
This method sets the specified parameter from the given Java
java.sql.Date
value.
Sets the date for which the certificate path should be validated,
or null if the current time should be used.
Sets the date at which this CRL must be valid.
This method sets the format symbols information used for parsing
and formatting dates.
The date and time of the change.
Sets the symbols used by this instance.
This method sets the decimal point character to the specified value.
Define if the decimal separator should be always visible or only
visible when needed.
Declare (for future reference), but do not instantiate, this object.
Assign a value to the "declared" flag of a specific attribute.
Set the quantization and Huffman tables that will be used to
decode the stream.
This method sets the decomposition setting for this object to the
specified value.
This method sets the default Authenticator
object (an
instance of a subclass of Authenticator
) to use when
prompting the user for
information.
Sets the default proxy selector.
Changes the default locale.
Sets the default actions.
Sets the default flag for whether or not interaction with a user
is allowed.
Set the default assertion status for classes loaded by this classloader,
used unless overridden by a package or class request.
Sets the defaultCapable
property which indicates if
this button may become the default button in its JRootPane
.
When type
has the value "radio" or "checkbox", this
represents the HTML checked attribute of the element.
This method sets the action to take
when the JDialog is closed.
Sets the default operation that is performed when this frame is closed.
Sets a code for the action to be taken when this
JInternalFrame
is closed.
Calling this method instructs that, if not specified directly,
the documents will be parsed using the default
DTD of the implementation.
Set the default editor for the given column class (column data type).
Set the default
Set
of focus traversal keys for
one of the focus traversal directions.
Sets the formatted to be used if no other appropriate non-null formatter
can be found.
Sets the default hostname verifier to be used in all new
connections.
Sets whether JPopupMenu should use ligthWeight container to
display it menu items by default
Sets the locale to be used as the default for all new components.
Sets the current locale to loc
.
This method sets whether JDialogs will have their
window decorations provided by the Look and Feel.
Sets the current default namespace URI.
Sets the URI for the default namespace.
Set the default layout queue.
Set default renderer for rendering the given data type.
Sets the default table cell renderer.
Sets the default value of a request property.
Represents the value of the HTML selected attribute.
Sets the default SSL socket factory to be used in all new
connections.
Sets the default uncaught exception handler used when one isn't
provided by the thread or its associated ThreadGroup
.
Sets the default value used to determine whether or not caching
of documents will be done when possible.
When the type
attribute of the element has the value
"text", "file" or "password", this represents the HTML value
attribute of the element.
Represents the contents of the element.
Indicates that the user agent can defer processing of the script.
Sets delay property for this menu.
Set the delay between firing the subsequent events.
Sets a human readable description for this ImageIcon.
Replaces the descriptor of this management element
with the one specified.
Sets the flag that indicates whether or not the
BeanContext
is in design mode.
Sets whether it is design time.
The environment will call this method on your
BeanContextChild
when it is registered in a parent
BeanContext
or when behavior needs to switch from
design time to runtime behavior (or vice versa).
Sets the
JDesktopIcon
instance that represents this
JInternalFrame
while it is iconified and, if the new icon is
not the same instance as the existing icon, sends a
PropertyChangeEvent
(with the property name
"desktopIcon"
) to all registered listeners..
This method sets the DesktopManager to use with the JDesktopPane.
Specify the destination pixel offset.
Set the destination image type.
Sets the dictionary which should be used in the deflate process.
Sets the preset dictionary.
Sets the dictionary which should be used in the deflate process.
Sets the preset dictionary.
This method sets the character used to represents a digit in a format
string to the specified value.
An ImageProducer
indicates the size of the image
being produced using this method.
An ImageProducer
indicates the size of the image
being produced using this method.
An ImageProducer
indicates the size of the image
being produced using this method.
Our ImageProducer
calls this method to indicate the
size of the image being produced.
An ImageProducer
indicates the size of the image
being produced using this method.
Specifies the base direction of directionally neutral text and the
directionality of tables.
Sets the direction of the arrow.
Sets the direction to scroll in.
Sets the direction to scroll in.
See the direction property definition in CSS2.
Sets the direction of the element.
Sets the current directory.
Sets the directory for this file dialog.
Sets the directory name (NOT IMPLEMENTED).
Sets the flag that indicates whether the current directory is selected.
The control is unavailable in this context.
The control is unavailable in this context.
Enables/disables the link.
The control is unavailable in this context.
The control is unavailable in this context.
The control is unavailable in this context.
Enables/disables the style sheet.
The control is unavailable in this context.
false
if the style sheet is applied to the document.
Set the button's "disabledIcon" property.
Sets the icon displayed when the label is disabled (this is a bound
property with the name 'disabledIcon').
This method sets the disabled icon of the tab.
Set the button's disabled selected icon.
Sets the time the ToolTip will be shown before being hidden.
See the display property definition in CSS2.
Sets the character that will be the label's mnemonic.
Sets the keycode that will be the label's mnemonic (this is a bound
property with the name 'displayedMnemonic').
Sets the button's mnemonic index.
Sets the index of the character in the text that will be underlined to
indicate that it is the mnemonic character for the label.
This method sets the displayed mnemonic index of the tab.
Sets the displayFormatter
.
Set the localized (display) name of this feature.
This method sets the location of the divider.
This method sets the location of the divider.
This method sets the location of the divider.
Moves the divider to the specified location.
Sets the thickness of the divider.
This method sets the size of the divider.
This method sets the docking color.
Associates this JFormattedTextField with a Document and propagates
a PropertyChange event to each listener.
Sets the document to be used for this JTextField.
Sets the content model for this JTextPane
.
Allow an application to register a document event handler.
Register the SAX1 document event handler.
Receive an object for locating the origin of SAX document events.
Receive a Locator object for document events.
Receive an object for locating the origin of SAX document events.
Receive a Locator object for document events.
Adapter implementation method; do not call.
Filter a new document locator event.
Sets the properties of this Document
.
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
Sets the value of a flag indicating whether or not input is going
to be done for this connection.
Sets a boolean flag indicating whether or not output will be done
on this connection.
Sets the current position of this Caret
within the
Document
.
Sets the current position of this Caret
within the
Document
.
This method sets the specified parameter from the given Java
double
value.
Sets an element of a double array.
This method sets the specified parameter from the given Java
double
value.
Sets the dragEnabled property, this disables/enables automatic drag
handling (drag and drop) on this component.
Set the dragEnabled
property.
Set the dragEnabled
property.
Set the column that is currently being dragged.
This method sets the drag mode to use with the JDesktopPane.
Sets the offset for the window used for dragging the toolbar.
Set the associated drag-and-drop target, which receives events when this
is enabled.
Sets the daylight savings offset.
Allow an application to register a DTD event handler.
Set the DTD event handler.
Allow an application to register a DTD event handler.
Register the DTD event handler.
Sets the EAST-constraint.
This method sets the east pane to be the given JComponent.
Sets the character that is echoed when protected input such as
a password is displayed.
Sets the character that is echoed when protected input such as
a password is displayed.
Configures the receiver to allow, or not allow, editing.
This method sets editability of the combo box.
Enables/disabled this text component's editability.
Sets the editable
property.
Sets whether or not this component's text can be edited.
Set the column, currently being edited
Set the row currently being edited.
Sets editor for this JComboBox
Changes the current editor to the new editor.
Sets the
EditorKit
to use for this
JTextPane
.
Explicitly sets an EditorKit to be used for the given content type.
Set the editor search path.
This method updates the editValid
property of
JFormattedTextField.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in the first data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in a particular data bank.
Sets an element in the first data bank.
Sets an element in a particular data bank.
Sets the list element at a particular index.
Changes the element at index
to be obj
Sets an element in the first data bank.
Sets an element in a particular data bank.
See the elevation property definition in CSS2.
See the empty-cells property definition in CSS2.
Sets the flag that indicates whether or not the action is enabled and, if
the value of the flag changed from the previous setting, sends a
PropertyChangeEvent
to all registered listeners (using
the property name 'enabled').
Enables or disables the button.
Set this component to an enabled or disabled state.
Sets the flag that indicates whether or not this action is enabled.
Sets the enabled flag of the button.
Enables or disables this component.
Set whether the component is enabled.
Sets the enabled/disabled state of this component.
Set the value of the model's "enabled" property.
This method disables or enables JComboBox.
Set the value of the enabled
property.
Does nothing since the enabled flag cannot be set for list children
individually.
Enable or disable menu item.
This method overrides the setEnabled in JComponent.
Table cells cannot be disabled or enabled individually, so this method
does nothing.
Set this component to an enabled or disabled state.
Sets the enabled state of the object.
Sets the enabled/disabled state of this component.
Sets the enabled status of this menu item.
Enables or disables the button.
This method sets whether ToolTips are enabled or disabled for all
JComponents.
This method sets whether the tab is enabled.
Sets the list of enabled cipher suites.
Sets the list enabled cipher suites.
Sets the list of enabled cipher suites.
Set the list of cipher suites to use.
Sets the list of enabled protocol versions.
Sets the list of enabled protocols.
Sets the list of enabled SSL protocols.
Enables or disables session creation.
Sets whether or not sessions will be created.
Sets whether or not sessions will be created by this socket.
Set the quantization and Huffman tables that will be used to
encode the stream.
The encoding information used in this @charset
rule.
Sets the character encoding which this handler uses for publishing
log records.
Set the character encoding, if known.
Assigns the current value of the encoding property.
The character encoding, if known.
The character encoding to use for the output.
Sets the character encoding which this handler uses for publishing
log records.
The content type of the submitted form, generally
"application/x-www-form-urlencoded".
Sets the upper limit for the date/time value and, if the new limit is
different to the old limit, sends a
ChangeEvent
to all registered
listeners.
Sets the attributes describing the end of a Range.
Sets the end of a Range to be after a node
Sets the end position to be before a node.
This method sets the ending index of this field to the specified value.
Sets the daylight savings end rule.
Sets the daylight savings end rule.
Sets the daylight savings end rule.
Sets the SAX entity resolver callback used to resolve external entities
in the XML document(s) to parse.
Allow an application to register a custom entity resolver.
Allow an application to register an entity resolver.
Register the entity resolver.
This method sets the list of strings used to display time eras to
to the specified list.
Set
err
to a new PrintStream.
This method can be called by subclasses to indicate that an error
has occurred and should be reported by checkError
.
This method can be called by subclasses to indicate that an error
has occurred and should be reported by checkError
.
Sets the SAX error handler callback used to report parsing errors.
Allow an application to register an error event handler.
Set the error event handler.
Allow an application to register an error event handler.
Register the error event handler.
This method sets the error index to the specified value.
Sets the callback used to report errors during the transformation.
Sets the callback to be used by transformers obtained from this factory
to report transformation errors.
This method sets the local escape processing mode on or off.
Sets the estimatedMajorSpan
property that determines if
the major span should be treated as beeing estimated.
Sets the event allocator.
Part of an older API, no longer needed.
Sets the
ExceptionListener
instance to be used for reporting
recorable exceptions in the instantiation and initialization sequence.
Sets the ExceptionListener instance to which notifications of exceptions are send
while parsing the XML data.
This method sets the owner's execute permission for the File represented
by this object.
This method sets the execute permissions for the File represented by
this object.
Set the expanded state of the given path.
Set the expanded state of the given path.
Sets whether document builders obtained from this factory will expand
entity reference nodes.
Set whether this feature is for expert use only.
Sets the value of the explicit policy required flag.
Sets the extended key usage criterion, as a set of OID strings.
Sets the extent, which is the length of the model's range, and sends a
ChangeEvent
to all registered listeners.
Changes the current extent of this bounded range model.
Sets the slider's extent value and sends a
ChangeEvent
to all
registered listeners.
Sets the value of the specified feature.
Set a feature flag for the parser.
Sets the specified feature for SAX2 parsers obtained from this factory.
Sets a feature of transformers and templates obtained from this
factory.
Set the value of a feature.
Set the value of a feature flag.
Sets the state of the named feature.
This method provides a hint to the driver about which direction the
result set will be processed in.
This method informs the driver which direction the result set will
be accessed in.
This method provides a hint to the driver about how many rows at a
time it should fetch from the database.
This method informs the driver how many rows it should fetch from the
database at a time.
Attempts to set the specified field to the supplied
value.
Sets the field named in the first array to the corresponding
value specified in the second.
Sets the selected file for this dialog.
Sets the file name in the text field.
Sets the filename filter used by this dialog.
This method sets the FileNameMap
object being used
to decode MIME types by file extension.
Sets the file system view for the file chooser and sends a
PropertyChangeEvent
to all registered listeners.
Sets the Filter
for controlling which
log records will be published by this Handler
.
When a filter is provided, the implementation will call out to the
filter as it is constructing the DOM tree structure.
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
Sets what the first day of week is.
Sets the indentation of the first line of the paragraph.
Adds a first line indentation attribute to the specified set.
Discards the current mappings for the specified String
native, and creates new mappings to the specified
DataFlavor
s.
This method sets the specified parameter from the given Java
float
value.
Sets an element of a float array.
This method sets the specified parameter from the given Java
float
value.
This method sets the floatable property.
This method sets the floating property for the JToolBar.
This method sets the color displayed when the JToolBar is not in a
dockable area.
This method sets the floating location of the JToolBar.
A method to set the float value with a specified unit.
Specify whether this component can receive focus.
Sets the value of the focusableWindowState property.
Set whether or not this Container is the root of a focus
traversal cycle.
This method does nothing because this must be the root of a focus
traversal cycle.
Set whether or not this Container is the root of a focus
traversal cycle.
Sets the behaviour of this JFormattedTextField upon losing focus.
Set the button's "paintFocus" property.
Sets the focus traversal keys for a given traversal operation for this
Container.
Enable or disable focus traversal keys on this Component.
If this Container is a focus cycle root, set the focus traversal
policy that determines the focus traversal order for its
children.
Set to true
if this container provides a focus traversal
policy, false
when the root container's focus
traversal policy should be used.
Sets whether HTTP redirects (requests with response code 3xx) should be
automatically followed by this class.
Set the font of this component.
Sets the font for this component to the specified font.
Sets the font of the component.
Sets the font to edit with. null indicates the renderers
font should be used.
Sets the font for this graphics context to the specified value.
Set the value of the font
property.
Sets the font for the label (this a bound property with the name 'font').
Does nothing since it is not possible to set the font on list children
individually.
Sets the font of the cell.
Set the font of this component.
Sets the current font and revalidates so the font will take effect.
Sets the Font of this object.
Sets the font for this component to the specified font.
Sets the Font
used for text created by this component.
Set the font on this menu component peer.
See the font property definition in CSS2.
See the font-family property definition in CSS2.
Adds a font family attribute to the specified set.
See the font-size property definition in CSS2.
Adds a font size attribute to the specified set.
See the font-size-adjust property definition in CSS2.
See the font-stretch property definition in CSS2.
See the font-style property definition in CSS2.
See the font-variant property definition in CSS2.
See the font-weight property definition in CSS2.
Set the foreground color of this component.
Sets this component's foreground color to the specified color.
Sets the foreground color.
Sets the foreground color of the component.
Assign the unselected-foreground.
Set the value of the foreground
property.
Calling this method has no effect, since the foreground color cannot be
set on list children individually.
Sets the foreground of the cell.
Set the foreground color of this component.
Sets the foreground color of this object.
Sets the foreground color of the component to that specified.
Adds a foreground color attribute to the specified set.
This method sets the foreground color of the tab.
Sets the format for the argument at an specified
index.
Sets the format that is used by this DateFormatter
.
Sets the Format object that is used to convert values to strings.
Sets the NumberFormat that this NumberFormatter will use to determine
legal values for editing and displaying.
Set the format to used using the argument index number.
Sets the formats for the arguments.
Set the format for argument using a specified array of formatters
which is sorted according to the argument index.
Sets the Formatter
which will be used to
localize the text of log messages and to substitute
message parameters.
Sets the formatter for this JFormattedTextField.
Sets the factory from which this JFormattedTextField should obtain
its formatters.
Sets the location and bounds of the ellipse of which this arc is a part.
Sets the geometry of the ellipse's bounding box.
Sets the geometry of the ellipse's bounding box.
Set the bounding box of this rectangle.
Set the framing rectangle of this shape to the given coordinate and size.
Set the boundary of this round rectangle.
Sets the geometry of the ellipse's bounding box.
Set the framing rectangle of this shape to the given coordinate and size.
Set the framing rectangle of this shape to the given rectangle.
Specifies which external table borders to render.
Set the framing rectangle of this shape using the center of the frame,
and one of the four corners.
Set the framing rectangle of this shape using the center of the frame,
and one of the four corners.
Set the framing rectangle of this shape using two points on a diagonal.
Set the framing rectangle of this shape using two points on a diagonal.
This method sets the Icon to be used in two places.
Set the position to the indicated frame.
Sets the free standing flag.
A flag to indicate whether or not to send full buffer updates when
sending animation.
Toggle the given window between full screen and normal mode.
This method sets the GlassPane for this JDialog.
This method sets the Glass Pane used with this JInternalFrame.
Sets the date of the switch from Julian dates to Gregorian dates.
Sets the grid location of this table cell.
Sets the button group for the button.
Set the value of the model's "group" property.
This method sets the character used to separate groups of digits.
Sets the number of digits used to group portions of the integer part of
the number.
This method sets the grouping behavior of this formatter.
Sets whether the GUI is available to use.
Sets the content handler to which result document events will be
propagated.
List of id
attribute values for header cells.
Height of the image in pixels.
See the height property definition in CSS2.
Sets the height-constraint.
Sets the help menu for this menu bar.
Sets help menu for this menu bar
Sets the horizontal gap to the specified value.
Set this layout manager's horizontal gap.
Sets the horizontal gap between lines of components to the specified value.
Set whether this feature is for use by tools only.
The ImageProducer
should call this method with a
bit mask of hints from any of RANDOMPIXELORDER
,
TOPDOWNLEFTRIGHT
, COMPLETESCANLINES
,
SINGLEPASS
, SINGLEFRAME
from the
ImageConsumer
interface.
The ImageProducer
should call this method with a
bit mask of hints from any of RANDOMPIXELORDER
,
TOPDOWNLEFTRIGHT
, COMPLETESCANLINES
,
SINGLEPASS
, SINGLEFRAME
.
The ImageProducer
should call this method with a
bit mask of hints from any of RANDOMPIXELORDER
,
TOPDOWNLEFTRIGHT
, COMPLETESCANLINES
,
SINGLEPASS
, SINGLEFRAME
from the
ImageConsumer
interface.
Our ImageProducer
may call this method with a
bit mask of hints from any of RANDOMPIXELORDER
,
TOPDOWNLEFTRIGHT
, COMPLETESCANLINES
,
SINGLEPASS
, SINGLEFRAME
.
Sets the default holdability of ResultSet
S that are created
from Statement
S using this Connection
.
Set the horizontal alignment of the button's text and icon.
Sets the horizontal alignment for the label (this is a bound property with
the name 'horizontalAlignment').
Sets the horizontal alignment of the text.
Sets the horizontal scrollbar policy.
Set the horizontal position of the button's text relative to its
icon.
Sets the horizontal position of the label's text relative to the icon (this
is a bound property with the name 'horizontalTextPosition').
Sets the hostname verifier for this instance.
Set the hostname verifier to use.
This method always throws an IllegalArgumentException.
Sets the hours to the given value.
Language code of the linked resource.
Language code of the linked resource.
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
Horizontal space to the left and right of this image in pixels.
Horizontal space, in pixels, to the left and right of this image,
applet, or object.
This attribute links this label with another form control by
id
attribute.
Sets the human presentable name to the specified value.
This method iconifies or deiconifies this JInternalFrame given the
boolean argument.
Set the button's default "icon" property.
Sets the icon for the label (this is a bound property with the name
'icon').
This method changes the icon property.
Adds an icon attribute to the specified set.
This method sets the icon of the tab.
This method sets whether the JInternalFrame can be iconified.
Sets this frame's icon to the specified value.
Sets the flag that controls whether the button displays an icon only,
or text as well.
Sets the gap between the icon and the text, in the case that both are
visible (this is a bound property with the name 'iconTextGap').
The element's identifier.
Sets the identifier of this time zone.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
Sets the identifier for the column and sends a
PropertyChangeEvent
(with the property name 'identifier') to all registered listeners.
Sets the ifModified since instance variable.
Sets whether paint messages delivered by the operating system should be
ignored.
Sets whether document builders obtained from this factory will discard
comment nodes.
Sets whether document builders obtained from this factory will
eliminate whitespace within elements that have an element-only content
model.
Explicitly sets the backing Image for this ImageIcon.
This method sets the imageable area of the paper by specifying the
coordinates of the upper left hand corner of that area, and its length
and height.
Sets the ImageObserver that will be used for all Image
operations.
Replaces the implementation of the interface used by this
instance with the one specified.
Set whether or not implicit down cycling is enabled.
Set
in
to a new InputStream.
Sets whether or not this is in the default event set.
Set the number of spaces per indent level.
Sets the flag that controls the mode for this JProgressBar
(true
for indeterminate mode, and false
for
determinate mode).
This method sets the value of the index to the specified value, then
returns the character at that position.
This method sets the current parsing index to the specified value.
This method sets the value of the index to the specified value, then
returns the character at that position.
Sets the method that is used to read an indexed property.
Sets the method that is used to write an indexed property.
This method sets the string used to represents infinity.
Sets the general information string.
Sets the flag that controls whether or not the component inherits its
parent's popup menu when no popup menu is specified for this component.
Sets the initial context factory builder.
Set the intial delay before firing the first event since calling
the
start()
method.
Sets the initial delay before the ToolTip is shown when the
mouse enters a Component.
Sets the initial policy identifiers (as OID strings).
This method changes the initial selection property.
This method changes the initial value property.
Replaces the children of the given element with the contents of
the string.
Sets the data which should be compressed next.
Sets the data which should be compressed next.
Set the input source to the given object.
Set the input source to the given object and specify whether this
reader should be allowed to read input from the data stream more
than once.
Set the input source to the given object, specify whether this
reader should be allowed to read input from the data stream more
than once, and specify whether this reader should ignore metadata
in the input stream.
Sets the input map for the given condition.
Set the input method context, which ties the input method to a client
component.
Sets the input source to parse.
Sets the source input stream.
This method changes the inputValue property.
Sets the input verifier to use by this component.
Sets the insets of this CompositeView
.
Replaces the current array of installed LookAndFeelInfos.
Sets the value of this HttpURLConnection's instanceFollowRedirects field
This method sets the specified parameter from the given Java
int
value.
Sets an element of an int array.
This method sets the specified parameter from the given Java
int
value.
Set the value of the intercellSpacing
property.
Sets the interface to use for sending multicast packets.
This method sets the JInternalFrame that this JDesktopIcon represents.
This method sets the international currency symbol to the
specified value.
Sets characters that are not valid for input.
Sets the flag that controls whether or not the value scale for the
slider is inverted and, if the new flag value is different to the old flag
value, sends a
PropertyChangeEvent
to all registered listeners.
Sets popup menu's invoker.
Use server-side image map.
Sets the issuer, specified as the DER encoding of the issuer's
distinguished name.
Sets the issuer, specified as a string representation of the issuer's
distinguished name.
Sets the issuer names criterion.
Adds an italic attribute to the specified set.
Sets item that should be edited when any editing operation is performed
by the user.
Sets item that should be editted when any editting operation is performed
by the user.
This method sets the JMenuBar used
in this JDialog.
This method sets the JMenuBar to be used with this JInternalFrame.
Sets the name of the print job.
Sets the justification of the paragraph.
This method sets the value for the socket level socket option
SO_KEEPALIVE.
Sets the Unicode character for this event to the specified value.
Sets the key code for this event.
Assign the key to the alias in the keystore.
Assign the key to the alias in the keystore, protecting it
with the given password.
Set the current Keymap of this component, installing appropriate
KeymapWrapper
and
KeymapActionMap
objects in the
InputMap
and
ActionMap
parent chains, respectively,
and fire a property change event with name
"keymap"
.
Specifies the
KeyPair
associated with this
Signer
.
Sets the public key usage criterion.
Set the button's "label" property.
Sets the label for this button to the specified value.
Sets the label for this checkbox to the specified value.
Assigns a label to this option group.
Option label for use in hierarchical menus.
Sets label for this popup menu.
This method sets the label for this menu to the specified value.
Sets the label to use for this <option>
tag.
Sets the component that this JLabel
is providing the label
for (this is a bound property with the name 'labelFor').
Sets the table of labels for the slider and sends a
PropertyChangeEvent
(with the property name "labelTable") to all
registered listeners.
Language code defined in RFC 1766.
Updates the componentListener, if necessary.
This method sets the last location of the divider.
This method sets the last location the divider was dragged to.
This method sets the modification time on the file to the specified
value.
A helper method that set the layer that this JInternalFrame resides in.
Set the layer property for a component, within this container.
Set the layer and position of a component, within this container.
A helper method that sets the layer that this JInternalFrame resides in.
This method sets the JLayeredPane used in the JDialog.
This method sets the JLayeredPane to use with this JInternalFrame.
Set the layered pane for the root pane.
Sets a layout manager on this AbstractButton.
Sets the layout manager for this container to the specified layout
manager.
Sets the layout manager for this container to the specified layout
manager.
Sets the layout manager for this container to the specified layout
manager.
This method sets the LayoutManager used in the JDialog.
Sets the layout manager for this container to the specified layout
manager.
This method sets the Layout Manager used in the JInternalFrame.
This method sets the layout manager to be used with the JToolBar.
Sets the layout manager for this container to the specified layout
manager.
This method overrides its superclass method to ensure no layout
manager is set for this container.
Sets the layout orientation (this is a bound property with the name
'layoutOrientation').
Sets the index of the lead item.
Sets the icon to be displayed for leaf nodes.
See the left property definition in CSS2.
Sets the left child's indent value.
This method sets the left component.
Adds a left indentation attribute to the specified set.
Sets the length of the data in the buffer.
This attribute specifies the length or size of the list.
The number of options in this SELECT
.
Set the length of this StringBuffer.
Set the length of this StringBuilder.
This method sets the length of the file to the specified length.
Specifies if the date/time interpretation should be lenient.
This method specifies whether or not this object should be lenient in
the syntax it accepts while parsing date/time values.
See the letter-spacing property definition in CSS2.
Sets the compression level.
Sets default compression level.
Sets the severity level threshold for this Handler
.
Sets the severity level threshold for this Handler
.
Sets the severity level of this LogRecord
to a new
value.
Sets the lexical handler to which lexical events will be propagated.
This method sets JComboBox's popup to be either lightweight or
heavyweight.
This method sets whether LightweightToolTips are enabled.
Changes the maximal number of edits that this UndoManager can
process.
Set the coordinates of the line to the given coordinates.
Set this line to the given points.
Set this line to the given points.
Set this line to the given points.
Set the coordinates to those of the given line.
Set the coordinates to the given points.
See the line-height property definition in CSS2.
Sets the value added or subtracted to the scrollbar value when the
user selects the scroll by a "unit" amount control.
Set the maximum line length.
This method sets the current line number to the specified value.
This method sets the current line number to the specified value.
Set the line number for this locator (1-based).
Set the current line separator.
Sets the line spacing for this paragraph.
Adds a line spacing attribute to the specified set.
Enables/disables line wrapping.
Color of links that are not active and unvisited.
Sets the Cursor for links.
Changes the backing list for this model.
Sets the
model
property of the list to a new anonymous
AbstractListModel
subclass which accesses the provided Object
array directly.
Sets the
model
property of the list to a new anonymous
AbstractListModel
subclass which accesses the provided vector
directly.
See the list-style property definition in CSS2.
See the list-style-image property definition in CSS2.
See the list-style-position property definition in CSS2.
See the list-style-type property definition in CSS2.
Set if the image should be loaded only when needed (synchronuosly).
Sets the locale for this component to the specified locale.
Set the current locale or use the default locale.
Set the current locale or use the default locale.
Set the retrieved Locale.
Allow an application to request a locale for errors and warnings.
Set the locale for error reporting.
Set the local name of a specific attribute.
This method sets the list of characters used to specific date/time
formatting strings.
Sets this object's coordinates to the specified values.
Set the location of this point to the new coordinates.
Sets the location of this point.
Sets the location of this point.
Sets the location of this point.
Moves this component to the specified location, relative to the parent's
coordinates.
Sets location of the popup menu.
Sets this object's coordinates to the specified values.
Moves the location of this rectangle by setting its upper left
corner to the specified coordinates.
Set the location of this point to the new coordinates.
Set the location of this component relative to its parent.
Moves this component to the specified location, relative to the parent's
coordinates.
Sets the location of this relative to its parent's coordinate system.
Does nothing since the screen location cannot be set on list children
explictitly.
The location of the table cells cannot be manipulated directly, so
this method does nothing.
Set the location of this component relative to its parent.
Sets the location of the object relative to the parent.
Sets the location of the component, with co-ordinates
relative to the parent component and using the co-ordinate
space of the screen.
Sets this object's coordinates to match those of the specified point.
Moves the location of this rectangle by setting its upper left
corner to the specified point.
Sets the location for each event created by this factory.
Sets the locator indicating where the error occurred.
Sets the state of the given locking key on the keyboard.
Set the stream for logging RMI calls.
Sets the logging level for a particular logger.
Sets the name of the logger where this LogRecord
has originated.
Sets the logical style for the paragraph at the specified position.
Sets the logical style for the paragraph at the current caret position.
This method set the login timeout used by JDBC drivers.
This method sets the log stream in use by JDBC.
Set the timer logging state.
This method sets the log writer being used by JDBC drivers.
This method sets the specified parameter from the given Java
long
value.
Sets an element of a long array.
This method sets the specified parameter from the given Java
long
value.
URI [
IETF RFC 2396] designating a long description of this image or frame.
URI [
IETF RFC 2396] designating a long description of this image or frame.
URI [
IETF RFC 2396] designating a long description of this image or frame.
Set the current default look and feel using a class name.
Disable/Enable local loopback of multicast packets.
Set the loop begin and end points.
Sets the current visual position of this Caret
.
Sets the current visual position of this Caret
.
Sets the offset of the child view along the major layout axis.
Sets the distance between major tick marks along the slider's value scale,
and sends a
PropertyChangeEvent
(with the property name
"majorTickSpacing") to all registered listeners.
Set the button's "margin" property, which is an
Insets
object
describing the distance between the button's border and its text and
icon.
Sets the margin between the menu bar's border and its menus (this is a
bound property with the name 'margin').
This method sets the margin property.
See the margin property definition in CSS2.
See the margin-bottom property definition in CSS2.
Frame margin height, in pixels.
Frame margin height, in pixels.
See the margin-left property definition in CSS2.
See the margin-right property definition in CSS2.
See the margin-top property definition in CSS2.
Frame margin width, in pixels.
Frame margin width, in pixels.
See the marker-offset property definition in CSS2.
See the marks property definition in CSS2.
Sets the mask for this MaskFormatter.
Set the source of timing information. sync must be found in the array
returned by getMasterSyncModes().
Sets whether or not all subject alternative names must be matched.
Sets the maximum value of the CRLNumber extension present in CRLs
matched by this selector.
This method sets the limit for the maximum length of any column in bytes.
See the max-height property definition in CSS2.
This method sets whether the JInternalFrame can be maximized.
This method sets the JInternalFrame to maximized (if the given argument
is true) or restores the JInternalFrame to its normal bounds otherwise.
Sets the maximum value this object can have.
Sets the upper bound for the model and sends a
ChangeEvent
to all
registered listeners.
Changes the current maximal value of this bounded range model.
Sets the maximum value for the JProgressBar
.
This method sets the maximum value of the scrollbar.
Sets the maximum value of the slider and fires a
PropertyChangeEvent
(with the property name "maximum") to all
registered listeners.
Sets the maximum or end value of the operation to the
given integer.
Sets the maximum value for this scrollbar to the specified value.
This method should never be called.
Sets the maximum value that is allowed by this Formatter.
Sets the maximum value and, if the new value is different to the old
value, sends a
ChangeEvent
to all registered listeners.
Sets the maximum number of digits allowed in the fraction
portion of a number to the specified value.
This method sets the maximum number of digits allowed in the fraction
portion of a number to the specified value.
Sets the maximum number of digits allowed in the integer
portion of a number to the specified value.
This method sets the maximum number of digits allowed in the integer
portion of a number to the specified value.
Sets number of rows that should be visible in this JComboBox's popup.
Sets the maximum zone size.
Maximum number of characters for text fields, when type
has the value "text" or "password".
Sets the maximum length of certificate paths to build.
Set the maximum priority for Threads in this ThreadGroup. setMaxPriority
can only be used to reduce the current maximum.
This method sets the maximum number of rows that can be present in a
result set.
Sets the maximum width for the column and sends a
PropertyChangeEvent
(with the property name 'maxWidth') to all
registered listeners.
See the max-width property definition in CSS2.
Sets the maximum number of zones that are allowed to be loaded at the
same time.
Sets the
MBeanServer
on which the query
will be performed.
Changes the
MBeanServer
on which this query is performed.
Sets the
MBeanServer
on which the query will be
performed.
Changes the
MBeanServer
on which this query is performed.
Sets the
MBeanServer
on which the query
will be performed.
Changes the
MBeanServer
on which this query is performed.
Designed for use with one or more target media.
Designed for use with one or more target media.
The parsable textual representation of the media list.
Sets this frame's menu bar.
This method is deprecated.
Sets location at which popup menu should be displayed
The location given is relative to this menu item
Set the complete MIDI message.
Set the MIDI message to one that requires no data bytes.
Set the sysex message. status must be either 0xF0 or 0xF7.
This method changes the message property.
Sets the message for this LogRecord
.
Sets the current MessageDigest to current parameter
Sets the current MessageDigest to current parameter
This method changes the messageType property.
Set this IIOImage's metadata.
Sets the compression method.
Sets default compression method.
Set the position to the indicated microsecond.
Set the current playback position of the sequencer in microseconds.
Sets the time when this LogRecord
was created.
Sets the amount of milliseconds to wait until the
ProgressMonitor should decide whether a progress dialog
is to be shown or not.
Sets the number of milliseconds to wait before displaying the progress
dialog.
Sets the minimum value of the CRLNumber extension present in CRLs
matched by this selector.
See the min-height property definition in CSS2.
Sets how many days are required in the first week of the year.
Sets the minimum value this object can have.
Sets the lower bound for the model and sends a
ChangeEvent
to all
registered listeners.
Changes the current minimal value of this bounded range model.
Sets the minimum value for the JProgressBar
.
This method sets the minimum value of the scrollbar.
Sets the minimum value of the slider and fires a
PropertyChangeEvent
(with the property name "minimum") to all
registered listeners.
Use this method to set the minimum or start value of
your operation.
For typical application like copy operation this will be
zero.
Keep in mind that changing this value after the progress
dialog is made visible has no effect upon the progress bar.
Sets the minimum value for this scrollbar to the specified value.
This method should never be called.
Sets the minimum value that is allowed by this Formatter.
Sets the minimum value and, if the new value is different to the old
value, sends a
ChangeEvent
to all registered listeners.
Sets the minimum number of digits allowed in the fraction
portion of a number to the specified value.
This method sets the minimum number of digits allowed in the fraction
portion of a number to the specified value.
Sets the minimum number of digits allowed in the integer
portion of a number to the specified value.
This method sets the minimum number of digits allowed in the integer
portion of a number to the specified value.
Used internally by the GSS-API implementation and the underlying
mechanisms to set the minor code and its textual representation.
Sets the distance between minor tick marks along the slider's value scale,
and sends a
PropertyChangeEvent
(with the property name
"minorTickSpacing") to all registered listeners.
This method sets the character used to represent the minus sign.
This method always throws an IllegalArgumentException.
Sets the minutes to the given value.
Sets the minimum width for the column and sends a
PropertyChangeEvent
(with the property name 'minWidth') to all
registered listeners.
See the min-width property definition in CSS2.
Set the current keyboard mnemonic value.
Set the current keyboard mnemonic value.
Sets the keyboard mnemonic for the button.
Set the value of the model's "mnemonic" property.
This method sets the mnemonic for the tab.
Changes the modality of this dialog box.
Sets the mode of this dialog to either LOAD
or
SAVE
.
Sets the model for the
JProgressBar
and sends a
ChangeEvent
to all registered listeners.
This method sets the model to use with
the scrollbar.
Sets the slider's model and sends a
PropertyChangeEvent
(with the
property name "model") to all registered listeners.
Set the model the button is currently using.
Sets model for this menu.
Set the data model for this JComboBox.
Sets the value of the
model
property.
This method changes the model property of the JTabbedPane.
Sets a new underlying model.
Sets the model that provides the tree data.
Set the tree model that will provide the data.
Sets the model to use in JTree
.
Set the tree model that will provide the data.
Sets the index of the column in the related
TableModel
that this
TableColumn
maps to, and sends a
PropertyChangeEvent
(with the property name 'modelIndex') to all registered listeners.
Sets the modifier keys to the specified value.
This method sets the character used for the decimal point in currency
values.
Turns mono mode on or off.
Sets the month to the given value.
This method always throws an IllegalArgumentException.
This method sets the list of strings used to display month names.
Sets the time in milliseconds in which clicks gets coalesced into a single
ActionEvent
.
If true, multiple OPTION
elements may be selected in this
SELECT
.
This method enables or disables multiple selection mode for this
list.
This method enables or disables multiple selection mode for this
list.
Sets the multiplier for use in percent and similar formats.
Turns mute mode on or off.
Sets the name of this component to the specified name (this is a bound
property with the name 'name').
Set the programmatic name of this feature.
Form control or object name when submitted with a form.
The frame name (object of the target
attribute).
The frame name (object of the target
attribute).
The name of the element (for backwards compatibility).
Form control or object name when submitted with a form.
Names the map (for use with usemap
).
Form control or object name when submitted with a form.
The name of a run-time parameter.
Form control or object name when submitted with a form.
Form control or object name when submitted with a form.
Sets the name of this component to the specified name.
Sets the name of the binding.
This method sets the name of the ACL
Sets the name constraints criterion; specify null
to
clear this criterion.
Adds a node using its nodeName
attribute.
Adds a node using its namespaceURI
and
localName
.
Sets the full name for this binding.
Sets whether document builders obtained from this factory will be XML
Namespace aware.
Sets whether parsers obtained from this factory will be XML Namespace
aware.
Sets the namespace context for managing namespace prefixes and URIs.
Sets the namespace context for namespace resolution.
Controls whether namespace declaration attributes are placed
into the
NSDECL
namespace
by
processName()
.
This method sets the string used to represent the NaN (not a
number) value.
This method sets the nanosecond value for this object.
Discards the current mappings for the specified DataFlavor
and all DataFlavor
s equal to the specified
DataFlavor
, and creates new mappings to the
specified String
natives.
Enables or disables required client authentication.
Enabled or disables the requirement that clients authenticate themselves.
Sets whether or not this socket will require connecting clients to
authenticate themselves.
This method sets this ACL entry to be a negative entry, indicating
that it contains a list of permissions that are not granted
to the entry's Principal
.
Sets the negative prefix.
Sets the negative suffix.
Sets the local network interface used to send multicast messages
The end-of-line sequence of characters to be used in the XML being
written out.
This method adds a new exception to the end of the chain of exceptions
that are chained to this object.
Set the specified component to be the next component in the
focus cycle, overriding the
FocusTraversalPolicy
for
this component.
Sets the child node before which the result nodes will be inserted.
This method adds a new exception to the end of the chain of exceptions
that are chained to this object.
Sets the node to which the result tree will be appended.
Sets the node dimensions and invalidates the cached layout.
The value of this node, depending on its type; see the table above.
Specifies that this area is inactive, i.e., has no associated action.
This method sets the component to use as the nonContinuousLayoutDivider.
This method sets the component to use as the nonContinuousLayoutDivider.
When true, forbid user from resizing frame.
This method sets the bounds that this JInternalFrame will be restored to.
This method sets the north pane to be the given JComponent.
Indicates to the user agent that there should be no shading in the
rendering of this element.
Set the message shown in the progess dialog.
Changing the note while the progress dialog is visible
is possible.
This method populates the specified parameter with a SQL NULL value
for the specified type.
This method populates the specified parameter with a SQL NULL value
for the specified type.
This method populates the specified parameter with a SQL NULL value
for the specified type.
This method populates the specified parameter with a SQL NULL value
for the specified type.
This method specifies the NumberFormat
object that should
be used by this object to parse/format times.
This method sets the specified parameter from the given Java
Object
value.
This method sets the specified parameter from the given Java
Object
value.
This method sets the specified parameter from the given Java
Object
value.
Sets the bound object of this binding.
Set the object to Customize.
The value of the "object" attribute.
This method sets the specified parameter from the given Java
Object
value.
This method sets the specified parameter from the given Java
Object
value.
This method sets the specified parameter from the given Java
Object
value.
Sets the initial object factory builder.
This method sets the iteration index position into the current
String
to the specified value.
This method sets the current offset of the field.
This method changes the mouse offset.
SetOfIntegerSyntax
is the abstract base class of all attribute
classes which provide a set of non-negative integers as value (e.g. the
page ranges to print) represented as single values or ranges of values.
Creates a SetOfIntegerSyntax
object.
Creates a SetOfIntegerSyntax
object.
Creates a SetOfIntegerSyntax
object.
Creates a SetOfIntegerSyntax
object.
Turns omni mode on or off.
This method sets whether the divider has one touch expandable buttons.
Enables/disables the SO_OOBINLINE option
Set if the component should paint all pixels withing its bounds.
Set the value of the
opaque
property.
Sets the icon to be displayed for non-leaf nodes that are open (expanded).
Specify whether or not Huffman tables written to the output
stream should be optimized.
Sets the specified option on a socket to the passed in object.
This method changes the options property.
This method changes the optionType property.
This method sets the orientation of the JSplitPane.
This is a convenience method for changing the orientation of the
JToolBar.
Sets the orientation of the toolbar and the
drag window.
Sets the orientation for this
JProgressBar
component and,
if the value changes, sends a
PropertyChangeEvent
(with the
property name
"orientation"
) to all registered listeners.
This method sets the orientation of the scrollbar.
Sets the orientation for the
JSeparator
and sends a
PropertyChangeEvent
(with the property name
orientation
) to all registered listeners.
Sets the orientation for the slider and sends a
PropertyChangeEvent
(with the property name "orientation") to all
registered listeners.
This method sets the orientation property for JToolBar.
This method sets the page orientation for this format to the specified
value.
Sets the orientation of this scrollbar to the specified value.
See the orphans property definition in CSS2.
Set
out
to a new PrintStream.
Replaces the given element in the parent with the string.
See the outline property definition in CSS2.
See the outline-color property definition in CSS2.
See the outline-style property definition in CSS2.
See the outline-width property definition in CSS2.
Set the output destination of the given object.
Sets the output properties for the transformation, overriding any
properties defined in the stylesheet.
Sets an output property for the transformation, overriding any property
of the same name defined in the stylesheet.
Changes the output stream to which this handler publishes
logging records.
Sets the target output stream.
See the overflow property definition in CSS2.
Defines the instruction, how the newly specified policies can be
taken into consideration.
No other instances can be created.
A helper operations for the definition kind.
Sets the value of the overwriteMode
property.
Sets the owner object which can be accessed from the parsed XML data.
Set the default assertion status for packages, used unless overridden
by a class request.
This method sets the amount of space between each component.
See the padding property definition in CSS2.
See the padding-bottom property definition in CSS2.
See the padding-left property definition in CSS2.
See the padding-right property definition in CSS2.
See the padding-top property definition in CSS2.
This method changes the Printable
and PageFormat
for the specified page.
See the page property definition in CSS2.
Sets the current URL being displayed.
Sets the current URL being displayed.
This sets the pages that are to be printed.
See the page-break-after property definition in CSS2.
See the page-break-before property definition in CSS2.
See the page-break-inside property definition in CSS2.
Sets the value added or subtracted to the scrollbar value when the
user selects the scroll by a "block" amount control.
Sets the paint to be used for subsequent drawing operations.
Sets the flag that controls whether or not labels are painted for the
tick marks along the slider and sends a
PropertyChangeEvent
(with
the property name "paintLabels") to all registered listeners.
Sets this context into "paint" mode, where the target pixels are
completely overwritten when drawn on.
Sets the flag that controls whether or not tick marks are painted along
the slider's value scale, and sends a
PropertyChangeEvent
(with
the property name "paintTicks") to all registered listeners.
Sets the flag that controls whether or not the track is painted, and
sends a
PropertyChangeEvent
(for the "paintTrack" property) to all
registered listeners.
Sets the flag that controls whether the title pane is drawn in the
palette style or the regular style.
Sets the state of the
JInternalFrame
to reflect whether or not
it is using the palette style.
Sets the Paper
object to be used by this page format.
Sets text attributes for the paragraph at the specified fragment.
Sets the specified character attributes on the paragraph that
contains the currently selected
text of editor
.
Sets text attributes for the paragraph at the current selection.
Sets the insets defined by attributes in attributes
.
Set the value of a parameter.
Sets the specified algorithm parameter to the specified value.
Sets a parameter value for the transformation.
Sets the parameters to the log message.
Sets the parent of this logger.
Set the parent of this bundle.
Sets a parent for this ActionMap
.
Sets a parent for this ComponentInputMap
.
Sets a parent for this InputMap
.
Sets the parent for this view.
Creates the parent view for this.
This sets up the component when the view is added to its parent, or
cleans up the view when it is removed from its parent.
Sets the parent of this View
.
Sets the parent of this view.
Sets the parent for this view.
Set the parent node for this node.
Sets the parent of the node.
Define if
parse(java.lang.String, java.text.ParsePosition)
should return a
BigDecimal
or not.
This method sets the parsing behavior of this object to parse only
integers or not.
Sets the parser used by this HTMLDocument to insert HTML.
Sets the partial return flag.
Set the retrieved password.
This method makes a copy of the input password before storing it.
Sets the pathToNames criterion.
This method sets the character used to separate positive and negative
subpatterns in a format pattern.
See the pause property definition in CSS2.
See the pause-after property definition in CSS2.
See the pause-before property definition in CSS2.
This method sets the character used as the percent sign.
This method sets the character used as the per mille character.
See the pitch property definition in CSS2.
Change the pitch bend for this channel using a positive 14-bit value.
See the pitch-range property definition in CSS2.
Sets the samples for the pixel at (x, y) in the raster to the specified
values.
Sets the samples for the pixel at (x, y) in the specified data buffer to
the specified values.
Sets the samples for the pixel at (x, y) in the raster to the specified
values.
Sets the samples for the pixel at (x, y) in the specified data buffer to
the specified values.
Sets the samples for the pixel at (x, y) in the raster to the specified
values.
Sets the samples for the pixel at (x, y) in the specified data buffer to
the specified values.
Sets the sample values for the pixel at location (x, y)
stored in the specified data buffer.
Sets the sample value for the pixel at (x, y) in the specified data
buffer to the specified value.
Sets the samples for the pixel at (x, y) in the specified data buffer to
the specified values.
Sets the samples for the pixel at (x, y) in the specified data buffer to
the specified values.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the specified data buffer.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the specified data buffer.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the raster.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the specified data buffer.
Sets the sample values for the pixels in the region specified by
(x, y, w, h) in the specified data buffer.
This method implements a more efficient way to set pixels than the default
implementation of the super class.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as a byte
at
index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as a byte
at
index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as a byte
at
index (n * scansize + m + offset).
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as a byte
at
index (n * scansize + m + offset).
Our ImageProducer calls setPixels to deliver a subset of its
pixels.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as a byte
at
index (n * scansize + m + offset).
If the ColorModel is the same ColorModel which as already converted
then it converts it the converted ColorModel.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
Deliver a subset of an ImageProducer's pixels to this ImageConsumer.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
Our ImageProducer calls setPixels to deliver a subset of its
pixels.
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
This function delivers a rectangle of pixels where any
pixel(m,n) is stored in the array as an int
at
index (n * scansize + m + offset).
Sets the string to use if the value does not completely fill in the mask.
Sets the char to use if the value does not completely fill in the mask.
See the play-during property definition in CSS2.
Sets the Policy
handler to a new value.
Sets the certificate policy to match, or null if this criterion should
not be checked.
Sets the value of the policy mapping inhibited flag.
Sets the value of the policy qualifiers enabled flag.
Change in a key pressure for a note.
Sets popup menu visibility
Sets size of the popup menu
This method either displayes or hides the popup containing list of combo
box's items.
Displays/hides the
JComboBox
's list of items on the screen.
Sets the visibility of the popup button.
This sets the port to which the data packet will be transmitted.
Change the position of a component within its layer.
See the position property definition in CSS2.
Sets the positive prefix.
Sets the new positive suffix.
Sets the preferred minimum size.
Sets the preferred width for the column and sends a
PropertyChangeEvent
(with the property name 'preferredWidth') to
all registered listeners.
The namespace prefix of this node, or null
if it is
unspecified.
Associates the given namespace prefix and URI.
Sets the prefix for the given namespace URI.
Sets the behaviour of the parser when it encounters unknown HTML tags.
Sets the pressed flag of the button.
Set the value of the model's "pressed" property.
Sets the pressed state of the button.
Set the button's "pressedIcon" property.
This method changes the previewPanel property for the JTabbedPane.
This method sets the bounds of the JInternalFrame right before the
maximizeFrame call.
This method sets ths Principal
associated with this
ACL entry.
Sets this specified Printable
as the one to use for
rendering the pages on the print device.
Sets the Printable
and the page format for the pages
to be printed.
Change the printer for this print job to service.
Set this Thread's priority.
This method, and its related X.509 certificate extension — the
private key usage period — is not supported under the Internet
PKI for X.509 certificates (PKIX), described in RFC 3280.
Updates the progress value.
When called for the first time this initializes a timer
which decides after
millisToDecideToPopup
time
whether to show a progress dialog or not.
If the progress value equals or exceeds the maximum
value the progress dialog is closed automatically.
Set the most recent propagator of this event.
An ImageProducer
can set a list of properties
associated with this image by using this method.
An ImageProducer
can set a list of properties
associated with this image by using this method.
An ImageProducer
can set a list of properties
associated with this image by using this method.
Our ImageProducer
may call this method to send us a
list of its image's properties.
An ImageProducer
can set a list of properties
associated with this image by using this method.
Set all the system properties at once.
Updates any cached values that come from attributes.
Update all cached properties from the attribute set, returned by the
getAttributes()
.
Loads the character style properties from the stylesheet.
Loads the properties of this label view from the element's text
attributes.
Fetches this view's properties from the style attributes of this view's
element.
Fetches the cached properties from the element's attributes.
Loads the visual properties of the ParagraphView from the element's
attributes and the stylesheet of the HTML document.
Sets the specified SAX2 parser property.
Set the value of a property.
Sets the implementation-specific property of the given name.
Sets the implementation-specific property of the given name.
Set the value of a property.
Adds the given key/value pair to this properties.
Sets or changes a designated Security property to a designated value.
Set a single system property by name.
Used to set a property value and priority within this declaration
block.
Set the PropertyEditor class.
Sets the object that is assumed to be the displayed item when calculating
the preferred size for the combo box.
Set the public identifier for this input source.
Set the public identifier for this locator.
The public identifier for this input source.
Sets the public ID for this source.
Sets the public key for this identity.
Sets the push level threshold for this Handler
.
Set the qualified name of a specific attribute.
This method sets the number of seconds a statement may be in process
before timing out.
See the quotes property definition in CSS2.
Sets all the properties for the model in a single call.
Set the raster data for this image.
Sets the standard time zone offset to GMT.
Sets the time zone offset, ignoring daylight savings.
This method sets the owner's read permission for the File represented by
this object.
This method sets the read permissions for the File represented by
this object.
Sets the read method.
The read method is used to retrieve the value of a property.
This method sets the file represented by this object to be read only.
This method sets this PermissionCollection
object to be
read only.
Marks this subject as read-only.
This method turns read only mode on or off.
This control is read-only.
This control is read-only.
Set the read timeout, in milliseconds, or zero if the timeout
is to be considered infinite.
This method sets the value for the system level socket option
SO_RCVBUF to the specified value.
This method sets the value for the system level socket option
SO_RCVBUF to the specified value.
This method sets the value for the system level socket option
SO_RCVBUF to the specified value.
Set the Receiver to which MIDI events will be sent.
Updates this rectangle to have the specified dimensions, rounded to the
integer precision used by this class (the values are rounded "outwards" so
that the stored rectangle completely encloses the specified double
precision rectangle).
Set the bounding box of this rectangle.
Set the contents of this rectangle to those specified.
Set the contents of this rectangle to those specified.
Set the contents of this rectangle to those specified.
Set the bounding box of this rectangle from the given one.
Set the contents of this rectangle to those specified.
Set the contents of this rectangle to those specified.
This method sets the specified parameter from the given Java
Ref
value.
Sets the given remote reference for the given stub.
Sets if the name is relative to the target context.
Sets the part of the name that could be resolved before this exception
happend.
Set the remaining unresolved name.
Set the rendered image data for this image.
This method sets cell renderer for this JComboBox that will be used to
paint combo box's items.
Adds or updates a hint in the current rendering hints table.
Replaces the current rendering hints with the supplied hints.
Set the table ability to reorder columns by dragging column header
with mouse.
Enable firing the repetetive events.
Set the method for the URL request, one of:
GET POST HEAD OPTIONS PUT DELETE TRACE are legal
Sets the value of the named request property.
Sets the amount of delay where if the mouse re-enters a
Component, the tooltip will be shown immediately.
Changes the resizability of this dialog box.
Sets the resizability of this frame to the specified value.
This method sets whether the JInternalFrame can be resized by a user
action (like dragging at the frame borders).
Sets the flag that controls whether or not the column is resizable, and
sends a
PropertyChangeEvent
(with the property name 'isResizable')
to all registered listeners.
This method determines how extra space will be distributed among the left
and right components.
Set the table ability to resize columns by dragging the column
boundary in the table header with mouse.
The the column that is currently being resized.
Sets the part of the name that could be resolved before this exception
happend.
Sets the Object to which (part of) the name could be resolved before this
exception happend.
Set the object to that the part of the name has been resolved.
Sets the parent attribute set against which the element can resolve
attributes that are not defined in itself.
Sets the reolving parent for this set.
Sets the reolving parent for this set.
Sets the resource bundle that is used when the message
of this LogRecord
needs to be localized.
Sets the name of the resource bundle that is used when the
message of this LogRecord
needs to be localized.
Sets the result sink to be used as the output of the transformation.
Enables/Disables SO_REUSEADDR.
Enables/Disables the SO_REUSEADDR option
Enables/Disables the SO_REUSEADDR option
Sets the value of the revocation enabled flag.
See the richness property definition in CSS2.
See the right property definition in CSS2.
Sets the right child's indent value.
This method sets the right component.
Adds a right indentation attribute to the specified set.
Sets the rollover flag of the button.
Set the value of the model's "rollover" property.
This method sets the rollover property for the JToolBar.
This method changes the child components to have rollover borders if the
given parameter is true.
Set the "rolloverEnabled" property.
Set the button's rollover icon and sets the rolloverEnabled
property to true
.
Set the button's rollover selected icon and sets the
rolloverEnabled
property to true
.
Sets the tab which should be highlighted when in rollover mode.
Sets the root cause field rootException
of this Exception.
This method changes the Frame used for JOptionPane dialogs that have no
parent.
This method sets the JRootPane used with this JDialog.
This method sets the Root Pane for this JInternalFrame.
This method sets whether rootPane checking is enabled.
This method sets whether root pane checking is enabled.
Sets the root to being visible.
Inform the instance if the tree root node is visible.
Inform the instance if the tree root node is visible.
Set the values of this round rectangle.
Set the values of this round rectangle.
Sets the dimensions for this rounded rectangle.
Set the values of this round rectangle to be the same as those
of the argument.
Sets the number of rows in the table.
Sets the height for all rows in the table.
Sets the row height and marks the layout as invalid.
Sets the height of a single row in the table.
Sets the RowMapper that should be used to map between paths and their rows.
Set the preferred number of rows for this text area.
The number of rows of frames in the frameset.
Number of rows spanned by cell.
Specifies which internal table borders to render.
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the raster.
Sets the sample value for band b
of the pixel at location
(x, y)
in the specified data buffer.
Sets the sample value for band b
of the pixel at location
(x, y)
in the specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample value for a band for the pixel at (x, y) in the
specified data buffer.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the raster.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the specified data buffer.
Sets the sample values for one band for the pixels in the region
specified by (x, y, w, h) in the specified data buffer.
Creates a new unnamed savepoint for this Connection
Creates a new savepoint with the specifiend name for this
Connection
.
Returns a BigDecimal whose value is the same as this BigDecimal but whose
representation has a scale of newScale
.
Scope covered by header cells.
Sets whether scrolling will be done in blocks.
Sets whether movement will be in blocks.
Specify whether or not the frame should have scrollbars.
Specify whether or not the frame should have scrollbars.
Sets the scroll offset in pixels.
Sets the scroll position to the specified value.
Sets the scroll position to the specified value.
This method always throws an IllegalArgumentException.
Sets the seconds to the given value.
Set the current SecurityManager.
Sets the seed for this pseudorandom number generator.
Set the value of the button's "selected" property.
Sets the selected flag of the button.
Set the value of the model's "selected" property.
Represents the current state of the corresponding form control, in an
interactive user agent.
This method sets whether this JInternalFrame is the selected frame in the
JDesktopPane (or other container).
Changes this menu selected state if selected is true and false otherwise
This method fires menuEvents to menu's registered listeners.
Sets the selected state of the button.
Changes menu bar's selection to the specified menu.
Selects specified component in this popup menu.
Sets the currently selected button model.
This method sets the specified checkbox to be the selected on in this
group, and unsets all others.
This method sets the color.
This method sets the component at the selected index.
This method sets the selected frame in the JDesktopPane.
Set the button's selected icon.
Set the selected confirmation option.
Sets the selected index and, if this is different to the previous
selection, sends a
ChangeEvent
to all registered listeners.
The ordinal index of the selected option, starting from 0.
Forces JComboBox to select component located in the given index in the
combo box.
Adds the interval
[a,a]
to the set of selections managed
by this list's
selectionModel
property.
This method sets the selected index.
Sets the selected index and, if this is different to the previous
selection, sends a
ChangeEvent
to all registered listeners.
Set the selected choices.
Sets the selected item in the combo box.
Sets the selected item for the model and sends a
ListDataEvent
to
all registered listeners.
Forces combo box to select given item
Sets the selected filter.
Sets menu selection to the specified path
Sets the selection to cover only the specified value, if it
exists in the model.
Sets the selected state of this <option>
tag.
Selects the text from the selection start postion to the given position.
Sets the ending position of the selected region to the
specified value.
Clears the current selection and marks a given interval as "selected".
Sets the current selection to the items in the specified range (inclusive).
Sets the selection interval to the specified range (note that
anchor
can be less than, equal to, or greater than
lead
).
Sets the current selection mode.
Sets the list's "selectionMode" property, which simply mirrors the
same property on the list's
selectionModel
property.
Set the value of the
selectionMode
property by
delegation to the
selectionModel
field.
This method sets the ColorSelectionModel to be used with this
JColorChooser.
Sets the selection model that will be used to keep track of the selected
columns.
Sets the selection model that will be used to keep track of the selected
columns.
Sets menuBar's selection model to the one specified
Sets selection model for this popup menu
Resets the selection model.
Sets this path as the only selection.
Sets the paths as selection.
This catches attempts to set a selection and sets nothing instead.
Selects the text from the given postion to the selection end position.
Sets the starting position of the selected region to the
specified value.
This method changes the selectionValues property.
Sets the visiblity state of the selection.
Sets the visiblity state of the selection.
The parsable textual representation of the page selector for the rule.
The textual representation of the selector for the rule set.
This method sets the value for the system level socket option
SO_SNDBUF to the specified value.
This method sets the value for the system level socket option
SO_SNDBUF to the specified value.
This method sets the size of the Separator.
Set the sequence for this sequencer. istream reads on a valid MIDI file.
Set the Sequence object for this sequencer.
Sets the sequence number of this LogRecord
to a new
value.
Sets the sequence number to the value specified.
Sets the serial number of the desired certificate.
Sets the maximum number of sessions that may be cached by this
session context.
Sets the period of time (in seconds) that a session may be cached
for before becoming invalid.
The shape of the active area.
The shape of the active area.
This method sets the specified parameter from the given Java
short
value.
Sets an element of a short array.
This method sets the specified parameter from the given Java
short
value.
Sets the shortcut for this menu item to the specified value.
Set the localized short description for this feature.
This method sets the list of strings used to display abbreviated month
names.
This method sets the list of strings used to display abbreviated
weekday names.
Set the value of the showGrid
property.
Determines whether the node handles are to be displayed.
Helper to set the signers of a class.
Sets the signature algorithm provider, or null if there is no
preferred provider.
Sets the size of this dimension.
Set the size of this dimension to the requested values.
This method sets the size of the paper to the specified width and height,
which are specified in 1/72nds of an inch.
Sets the size of this view.
Sets the size of the view.
Starts loading the image asynchronuosly.
Sets the size of the View.
Sets the size of the list to a particular value.
Explicitly sets the size of the vector (but not necessarily the size of
the internal data array).
Sets the size of this component to the specified width and height.
Sets the width and height of this object to the specified values.
Sets the size of this rectangle based on the specified dimensions.
Sets the size of the element at the specified index.
Set the size of this component to the given dimensions.
Sets the size of this component to the specified value.
Sets the size of this component.
Sets the width and height of this object to match that of the
specified object.
Does nothing since the size cannot be set on list children
individually.
The size cannot be set on table cells directly, so this method does
nothing.
Set the size of this component to the given dimensions.
Resizes this object so that it has width and height.
Sets the size of the component.
Sets the size of this rectangle based on the specified dimensions.
Set the size of this dimension to the requested value.
See the size property definition in CSS2.
Sets the size of the uncompressed data.
This method stores the given int array as the new sizes array.
Sets the sizes for the elements in the sequence.
Set the slave synchronization mode for this sequencer. sync must be
found in the array returned by getSlaveSyncModes().
Sets the flag that controls whether the slider thumb will snap to ticks
and sends a
PropertyChangeEvent
(with the property name
'snapToTicks') to all registered listeners.
Sets the address of the remote host this package will be sent
Sets the SocketImplFactory
for all
ServerSocket
's.
Sets the SocketImplFactory
.
Sets the value of the SO_LINGER option on the socket.
Turns solo mode on or off.
Sets the value of the socket's SO_TIMEOUT value.
Sets the value of SO_TIMEOUT.
Sets the value of the SO_TIMEOUT option on the socket.
Retarget the event, such as converting a heavyweight component to a
lightweight child of the original.
Sets the source of this notification to the value
specified.
Sets the bean that is used as the source of events
when property changes occur.
Set the indices of the source bands to be used.
Sets the name of the class where the event being logged
has had its origin.
Sets the name of the method where the event being logged
has had its origin.
Set the source region from which to read.
Set the source sampling intervals and offsets.
Sets the SOUTH-constraint.
This method sets the south pane to be the given JComponent.
Adds a 'space above' attribute to the specified set.
Adds a 'space below' attribute to the specified set.
Indicates the number of columns in a group or affected by a grouping.
See the speak property definition in CSS2.
See the speak-header property definition in CSS2.
See the speak-numeral property definition in CSS2.
See the speak-punctuation property definition in CSS2.
Assign a value to the "specified" flag of a specific attribute.
See the speech-rate property definition in CSS2.
When the type
attribute has the value "image", this
attribute specifies the location of the image to be used to decorate
the graphical submit button.
Sets the SSL socket factory for this instance.
Change the stack trace manually.
Message to render while loading the object.
Starting sequence number.
Sets the lower limit for the date/time value and, if the new limit is
different to the old limit, sends a
ChangeEvent
to all registered
listeners.
Sets the attributes describing the start of the Range.
Sets the start position to be after a node
Sets the start position to be before a node
Sets the daylight savings start rule.
Sets the daylight savings start rule.
Sets the daylight savings start rule.
Sets the first year, where daylight savings applies.
Sets the state of this checkbox to the specified value.
Sets the state of this menu item.
Sets state for this check box menu item.
Sets the step size and, if the new step size is different to the old
step size, sends a
ChangeEvent
to all registered listeners.
Sets the compression strategy.
Associate a stream to a key for this applet context, possibly replacing
the old value.
This method sets the strength setting for this object to the specified
value.
See the stress property definition in CSS2.
An attribute specifying whether error checking is enforced or not.
Sets the strike-through flag.
Adds a strike-through attribue to the specified set.
This method sets the specified parameter from the given Java
String
value.
Sets the string to display within the progress bar and, if the new value
is different to the old value, sends a
PropertyChangeEvent
(with
the property name
"string"
) to all registered listeners.
This method sets the specified parameter from the given Java
String
value.
Writes the specified string into this Clob
, starting at the
specified index.
Writes the specified portion of a string into this Clob
,
starting at the specified index.
Sets the flag that controls whether or not the string returned by
getString()
is displayed by the
JProgressBar
component.
A method to set the string value with the specified unit.
Sets the stroke to be used for subsequent drawing operations.
The browser calls this method to set the applet's stub, which is the
low level interface to the browser.
Sets the content model for this JTextPane
.
Sets the style factory that the UI classes of Synth will use to load their
sets of styles.
Set the set of styles to be used to render the various HTML elements.
Sets the subject, specified as the DER encoding of the subject's
distinguished name.
Sets the subject, specified as a string representation of the
subject's distinguished name.
Sets the subject alternative names critertion.
Sets the subject key identifier criterion, or null
to clear
this criterion.
Sets the subject public key criterion as a DER-encoded key.
Sets the subject public key criterion as an opaque representation.
Sets the public key algorithm ID that matching certificates must have.
Adds a subscript attribute to the specified set.
Description about the purpose or structure of a table.
Sets the superscript flag.
Adds a superscript attribute to the specified set.
This method sets the state for the supplementary information flags
and the minor status in MessageProp.
Sets whether cell editors of this table should receive keyboard focus
when the editor is activated by a keystroke.
This method sets whether the widths will be synced.
Set the activation system for this virtual machine.
Sets the system ID from a File reference.
Sets the system ID using a File reference.
Sets the system ID used to resolve external entities.
Sets the base URI to use as the context for resolving entities.
Set the system identifier for this input source.
Set the system identifier for this locator.
The system identifier, a URI reference [
IETF RFC 2396], for this
input source.
The system identifier, a URI reference [
IETF RFC 2396], for this
output destination.
Sets the XML system ID for this result.
Sets the system ID which this result represents.
Sets the system ID for this source.
Sets the XML system ID for this source.
Sets the system ID for this source.
Sets the system ID for the templates object created by this processor.
Sets the system ID relative to which URLs will be resolved.
Sets the scope of the system.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
Index that represents the element's position in the tabbing order.
This method changes the tabLayoutPolicy property of the JTabbedPane.
Set the value of the
table
property.
See the table-layout property definition in CSS2.
This method changes the tabPlacement property of the JTabbedPane.
Adds a
TabSet
attribute to the specified set.
Sets the number of characters used for a tab to the
supplied value.
Set the target to a single object.
Set the target to an array of objects.
Frame to render the resource in.
Frame to render the resource in.
The default target frame.
Frame to render the resource in.
Frame to render the resource in.
Set the invocation target, where all method calls should be delegated.
Sets the constraints placed on the target certificate.
Sets the TCP_NODELAY option on the socket.
Set a scaling factor for the playback tempo, which is 1.0 by default.
Sets the current tempo in beats per minute.
Sets the current tempo in microseconds per quarter note.
Set the button's "text" property.
This method sets the text string to iterate over.
This method sets the String
that it is iterating over
to the specified String
.
The script content of the element.
The specified title as a string.
Sets the text of the JEditorPane.
Sets the text for the label and sends a
PropertyChangeEvent
(with
the name 'text') to all registered listeners.
Sets the text in this label to the specified value.
This method allows other classes in java.text to change the value
of the underlying text being iterated through.
Sets the text in this component to the specified string.
This method sets the text to iterate over from the specified
CharacterIterator
.
This method sets the String
that it is iterating over
to the String
represented by the specified
CharacterIterator
.
See the text-align property definition in CSS2.
This attribute returns the text content of this node and its
descendants.
Set the text contents to the given string.
See the text-decoration property definition in CSS2.
See the text-indent property definition in CSS2.
Sets the text color for tree cells that are not selected.
Sets the text color for tree cells that are selected.
See the text-shadow property definition in CSS2.
See the text-transform property definition in CSS2.
Returns the table's TFOOT
, or null
if none
exists.
Returns the table's THEAD
, or null
if none
exists.
Toggles the monitoring of thread contention.
Toggles the monitoring of CPU time used by threads.
Sets the identifier indicating in which thread this
LogRecord
was created.
Associates this LogRecord
with an exception or error.
This method sets the thumb's bounds.
This method sets the position of the thumbRect.
Set the list of thumbnails for this IIOImage to a new list of
BufferedImages or to null.
Set thumbRollover to active.
Set the timestemp for this event in MIDI ticks.
Set the current playback position of the sequencer in MIDI ticks.
This method sets the specified parameter from the given Java
java.sql.Time
value.
This method sets the specified parameter from the given Java
java.sql.Time
value.
This method sets the specified parameter from the given Java
java.sql.Time
value.
This method sets the specified parameter from the given Java
java.sql.Time
value.
Sets this Calendar's time to the given Date.
Sets the time which this object should represent.
Sets the time of last modification of the entry.
Sets this Calendar's time to the given Time.
This method sets the specified parameter from the given Java
java.sql.Timestamp
value.
This method sets the specified parameter from the given Java
java.sql.Timestamp
value.
This method sets the specified parameter from the given Java
java.sql.Timestamp
value.
This method sets the specified parameter from the given Java
java.sql.Timestamp
value.
Sets the date and time at which this notification
was emitted.
Sets the Time to Live (TTL) setting on this socket to the specified
value.
Sets the "Time to Live" value for a socket.
Sets the time zone to the specified value.
This method sets the time zone that should be used by this object.
Sets the text to be displayed by the tool tip and sends a
PropertyChangeEvent
(with the property name 'tiptext') to all
registered listeners.
Sets the title of this dialog box to the specified string.
Sets this frame's title to the specified value.
The title of a document as specified by the TITLE
element
in the head of the document.
The element's advisory title.
Sets the text of the title.
This method sets the title of the tab.
Sets the color for displaying the title text.
Sets the font for displaying the title text.
Sets the horizontal alignment of the title text in relation to the border.
Sets the vertical position of the title text in relation
to the border.
Reset this transform to the identity (no transformation):
[ 1 0 0 ]
[ 0 1 0 ]
[ 0 0 1 ]
Sets the number of tokens to buffer before trying to display the
Document.
Set the tooltip text for this component.
This method sets the tooltip text of the tab.
See the top property definition in CSS2.
This method sets the top component.
If set, the data will be written out in a top-down manner, the first
scanline being written first.
Set this transform to a rotation.
Set this transform to a rotation about a point.
Set this transform to a scale:
[ sx 0 0 ]
[ 0 sy 0 ]
[ 0 0 1 ]
Set this transform to a shear (points are shifted in the x direction based
on a factor of their y coordinate, and in the y direction as a factor of
their x coordinate):
[ 1 shx 0 ]
[ shy 1 0 ]
[ 0 0 1 ]
Set this transform to a translation:
[ 1 0 tx ]
[ 0 1 ty ]
[ 0 0 1 ]
Sets the mute state for a specific track.
Sets the solo state for a specific track.
Sets the traffic class value
Sets the traffic class value
This method sets the current transaction isolation mode.
Set this transform to the given values:
[ m00 m01 m02 ]
[ m10 m11 m12 ]
[ 0 0 1 ]
Set this transform to a copy of the given one.
Sets the current transform.
Sets the tree currently editing for.
Sets the trust anchors of this class, replacing the current trust
anchors with those in the given set.
Sets the Time to Live (TTL) setting on this socket to the specified
value.
Sets the "Time to Live" value for a socket.
Set the type of a specific attribute.
The type of control created (all lower case).
Content type for data downloaded via data
attribute.
Content type for the value
attribute when
valuetype
has the value "ref".
The content type of the script language.
The content type of the style sheet language.
Sets the type of the element.
This method sets the mapping table for SQL types to Java classes.
Set the "UI" property of the button, which is a look and feel class
responsible for handling the button's input events and painting it.
This method sets the UI Component used for this JColorChooser.
Set the "UI" property of the combo box, which is a look and feel class
responsible for handling comboBox's input events and painting it.
Install a new UI delegate as the component's
ui
property.
This method sets the UI used for this JDesktopIcon.
This method sets the UI used with the JDesktopPane.
This method is used to set the UI responsible for the JInternalFrame.
Sets the label's UI delegate.
Sets the value of the UI property.
Set the "UI" property of the menu bar, which is a look and feel class
responsible for handling menuBar's input events and painting it.
Set the "UI" property of the menu item, which is a look and feel class
responsible for handling menuItem's input events and painting it.
This method sets the UI used with the JOptionPane.
Sets the UI delegate for the JPanel
component.
Set the "UI" property of the menu item, which is a look and feel class
responsible for handling popupMenu's input events and painting it.
Sets the UI delegate for this component.
This method sets the UI of this scrollbar to
the given UI.
This method sets the scrollpane's UI delegate.
Sets the separator's UI delegate.
Sets the slider's UI delegate.
Sets the UI delegate for the component.
This method sets the UI used by the JSplitPane.
This method sets the UI used to display the JTabbedPane.
This method sets the table's UI delegate.
This method sets the label's UI delegate.
This method sets the UI used with the JToolBar.
Sets the UI associated with this JTree
object.
This method sets the viewport's UI delegate.
Assigns the given UncaughtExceptionHandler
to this
thread.
Disables or enables decorations for this frame.
Disables or enables decorations for this frame.
Adds an underline attribute to the specified set.
Sets whether or not multiple listeners may be added.
See the unicode-bidi property definition in CSS2.
This method sets the specified parameter from the given Java
Unicode UTF-8 InputStream
value.
Sets the increment value for incrementing the value by units.
This method sets the unitIncrement property.
Sets the value added or subtracted to the scrollbar value when the
user selects the scroll by a "unit" amount control.
Sets up the file chooser.
Sets the Caret update policy.
Sets the rectangle to be updated for this event.
Set the Namespace URI of a specific attribute.
Sets the callback used to resolve entities referenced by
xsl:include
, xsl:import
, or the XPath
document()
function.
Set the resolver callback to be used by transformers obtained from
this factory.
This method sets the specified parameter from the given Java
java.net.URL
value.
This method sets the value of the specified parameter to the specified
java.net.URL
This methods sets the instance variables representing the various fields
of the URL to the values passed in.
Sets the fields of the URL argument to the indicated values
Sets the URLStreamHandlerFactory for this class.
Sets the threshold usage level to the given value.
Control whether or not an on-disk cache is used.
Sets a boolean flag indicating whether or not caching will be used
(if possible) to store data downloaded via the connection.
Enables client or server mode.
Sets whether or not sockets accepted by this server socket will be
created in client mode.
Sets whether or not this socket will connect in client mode.
Use client-side image map.
Use client-side image map.
Use client-side image map.
Sets whether or not this Logger forwards log records to
handlers registered for its parent loggers.
Sets the additional user data associated with the notification
to the specified value.
Associate an object to a key on this node.
Sets the user object for this node
Sets a user object, the data represented by the node.
Sets whether document builders obtained from this factory will validate
their input.
Sets whether parsers obtained from this factory will validate their
input.
Sets characters that are valid for input.
Vertical alignment of data in cell.
Vertical alignment of cell data in column.
Vertical alignment of data within cells of this row.
Vertical alignment of data in cells.
Set the value of the control as indicated.
Set the new value of this control.
Sets the current value of the object.
Sets the value for the model and sends a
ChangeEvent
to
all registered listeners.
Changes the current value of this bounded range model.
Reset sequence number when used in OL
.
Sets the current value for the JProgressBar
.
This method changes the value of the scrollbar.
Sets the slider's value and sends a
ChangeEvent
to all
registered listeners.
Sets the current value for this scrollbar to the specified value.
Set the value of a specific attribute.
Set the value for the editor component.
Sets the String for this cell.
Set the value of this control.
Set the cached value to be returned by getValue()
Sets the value that will be formatted and displayed.
This method sets the value has been selected out of options.
Sets the value in the model.
Called by the RAD tool to set the value of this property for the PropertyEditor.
Sets the current value of the property and a property change
event is fired to all registered PropertyChangeListener instances.
Sets the current date and, if the new value is different to the old
value, sends a
ChangeEvent
to all registered listeners.
Sets the current value of the model to be the one supplied.
Sets the current value of the model to that specified.
Sets the current value and, if the new value is different to the old
value, sends a
ChangeEvent
to all registered listeners.
On retrieval, the value of the attribute is returned as a string.
The current form control value.
When the type
attribute of the element has the value
"text", "file" or "password", this represents the current contents of
the corresponding form control, in an interactive user agent.
The current form control value.
The value of a run-time parameter.
The current form control value (i.e. the value of the currently
selected option), if multiple options are selected this is the value
of the first selected option.
Represents the current contents of the corresponding form control, in
an interactive user agent.
Set an arbitrary string-value pair with this feature.
Replaces the value with the specified object.
Replaces the value with the specified object (optional operation).
Sets the value of the given cell.
Sets the value for the specified cell in the table and sends a
TableModelEvent
to all registered listeners.
Set value for the cell at the given position.
Sets the value at a particular cell in the table.
Sets the class that is used for values.
Determines whether stringToValue will return literal characters or not.
Sets the valueIsAdjusting
property.
Specifies whether or not the value of this bounded range model is
going to change in the immediate future.
Sets the valueIsAdjusting
flag in the list's selection
model.
This method sets the model's isAdjusting value.
Sets the
valueIsAdjusting
flag in the slider's model, and
sends a
ChangeEvent
to all registered listeners.
Sets the flag that is passed to listeners for each change notification.
Sets the value of valueIsAdjusting.
Sets the value of valueIsAdjusting.
This method sets the value, extent, minimum and
maximum.
Sets the current value, visible amount, minimum, and maximum for this
scrollbar.
Information about the meaning of the value
attribute
value.
Turns on or off the emission of additional information
when classes are loaded and unloaded.
Turns on or off the emission of additional information
when memory is allocated and deallocated.
Version information about the document's DTD.
See the vertical-align property definition in CSS2.
Set the vertical alignment of the button's text and icon.
Sets the vertical alignment for the label (this is a bound property with
the name 'verticalAlignment').
Sets the vertical scrollbar policy.
Set the vertical position of the button's text relative to its
icon.
Sets the vertical position of the label's text relative to the icon (this
is a bound property with the name 'verticalTextPosition').
Sets the vertical gap to the specified value.
Set this layout manager's vertical gap.
Sets the vertical gap between lines of components to the specified value.
Sets the root view for the text component.
See the visibility property definition in CSS2.
Set the visible state of this component.
Sets the visibility state of the caret.
Makes this component visible or invisible.
Sets the visibility of this component.
Sets the visibility state of the component.
Sets the visibility state of the caret.
Set the value of the visible property.
The value of the visible property cannot be modified, so this method
does nothing.
Sets visibility property of this popup menu.
The visibility cannot be set on individual table cells, so this method
does nothing.
Set the visible state of this component.
Sets the visible state of the object.
Sets the visibility state of the component.
Sets the length of the indicator for this object to the specified value.
This method sets the visible amount (AKA extent).
Sets the width of the scrollbar's thumb, in units relative to the
maximum and minimum value of the scrollbar.
This method should never be called.
This method sets the visible component.
Color of links that have been visited by the user.
See the voice-family property definition in CSS2.
See the volume property definition in CSS2.
Vertical space, in pixels, above and below this image, applet, or
object.
Vertical space above and below this image in pixels.
Vertical space, in pixels, above and below this image, applet, or
object.
Enables or disables requested client authentication.
Sets whether or not this server socket will want client authentication.
Sets whether or not this socket will request that connecting clients
authenticate themselves.
This method changes the wantsInput property.
This method sets the value to true if the given JInternalFrame has been
iconized and the bounds of its DesktopIcon are valid.
This method sets the list of strings used to display weekday names.
This method sets the west pane to be the given JComponent.
Enables/disables wheel scrolling.
See the white-space property definition in CSS2.
See the widows property definition in CSS2.
The width of the image in pixels.
Sets the width for the column and sends a
PropertyChangeEvent
(with the property name 'width') to all registered listeners.
See the width property definition in CSS2.
Specifies the desired table width.
Sets the width-constraint.
Sets the path’s winding rule, which controls which areas are
considered ’inside’ or ’outside’ the path
on drawing.
See the word-spacing property definition in CSS2.
Enables/Disables word style wrapping.
This method sets the owner's write permission for the File represented by
this object.
This method sets the write permissions for the File represented by
this object.
Sets the write method.
The write method is used to set the value of a property.
Sets the WEST-constraint.
Sets whether parsers obtained from this factory will be XInclude aware.
Sets whether parsers obtained from this factory will be XInclude aware.
Sets the SAX parser to be used by this source.
Sets the entity resolver.
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, the version number of this document.
Assigns the current value of the version property.
Sets this context info "XOR" mode, where the targe pixles are
XOR-ed when drawn on.
Sets the XPath extension function resolver calback.
Sets the XPath variable resolver calback.
Sets the NORTH-constraint.
Sets the year to the specified year, plus 1900.
This method always throws an IllegalArgumentException.
This method sets the character used to represent the digit zero.
See the z-index property definition in CSS2.
This method sets the list of display strings for time zones.
Log records whose level is SEVERE
indicate a serious
failure that prevents normal program execution.
Logs a message with severity level SEVERE, indicating a serious
failure that prevents normal program execution.
The Severity
printing attribute specifies the severity
for a PrinterStateReason
attribute.
Constructs a Severity
object.
The severity of the error described by the DOMError
is
error.
The severity of the error described by the DOMError
is
fatal error.
The severity of the error described by the DOMError
is
warning.
The color for drawing the shaded parts of the border.
The color for drawing the outer half of the top and left
edges.
The color for drawing the top and left edges of the border.
The inner bottom and right edge color for the tab and content border.
The shadow color, or null
to indicate that the
color shall be derived from the background of the enclosed
component.
The inner shadow color, or null
to indicate that the
color shall be derived from the background of the component whose
border is being painted.
The outer shadow color, or null
to indicate that the
color shall be derived from the background of the component whose
border is being painted.
This interface represents an abstract shape.
Shape the text in the given array.
Shape the given text, using the indicated initial context.
This is an implementation of GraphicAttribute that draws shapes in a TextLayout.
The shared instance of this model.
Returns the shared instance of EmptySelectionModel.
This method returns the shared instance of ToolTipManager used by all
JComponents.
Manages shared instances for UI defaults.
Concatenate a shearing onto this transform.
The SheetCollate
printing attribute specifies
whether or not the sheets of each copy in a print job have to be
in sequence.
Creates a SheetCollate
object.
This tells the control to start at the starting value
and to shift its value incrementally to the final value
over the given time interval, specified in microseconds.
The SHIFT key extended modifier.
Bit mask indicating the shift key was pressed.
This is the bit mask which indicates the shift key is down.
Shifts the gap to the specified position.
Shifts the gap end upwards.
Shifts the gap start downwards.
Instances of class Short
represent primitive
short
values.
Constant used to indicate that a short timezone abbreviation should
be returned, such as "EST"
Create a Short
object representing the value of the
argument after conversion to a short
.
Create a Short
object representing the value of the
short
argument.
A key to access the short description for the action (the short
description is typically used as the tool tip text).
This exception is thrown on an attempt to transform bytes into a
buffer that is too short to contain the data.
Create an exception without a message.
Create an exception with a message.
Returns a list of all shortcuts for the menus in this menu bar.
A holder for CORBA short
that is mapped into
java short
.
Constructs an instance of ShortHolder,
initializing
value
to
0
.
Constructs an instance of ShortHolder,
initializing
value
to the given
short
.
ShortLookupTable represents translation arrays for pixel values.
Creates a new ShortLookupTable
instance.
Creates a new ShortLookupTable
instance.
A short MIDI message that is no longer than 3 bytes long.
Create a short MIDI message.
Create a short MIDI message.
Provides static helper methods for working with
CORBA sequence of short
(ShortSeq
).
A sequence holder for CORBA ShortSeq
that is mapped into
java short[]
.
Constructs an instance of ShortSeqHolder,
initializing
value
to
null
.
Constructs an instance of ShortSeqHolder,
initializing
value
to the given
short[]
.
Return the value of this Byte
as a short
.
Return the value of this Double
as a short
.
Return the value of this Float
as a short
.
Return the value of this Integer
as a short
.
Return the value of this Long
as a short
.
Return the value of this Number
as a short
.
Return the value of this Short
.
Converts this BigDecimal into a short by first calling longValueExact
and then checking that the long
returned from that
method fits into a short
.
Returns true if the gap should be filled in.
This method returns whether a tab run should be padded.
Returns
true
if the tabs in the specified run should be
padded to make the run fill the width/height of the
JTabbedPane
.
Returns true if the expand (toggle) control should be drawn for the
specified row.
This method returns whether the tab runs should be rotated.
Returns true if we should rotate the tab runs.
Indicates whether the thumb should scroll in the given direction.
Returns true
if the editing cell should be selected,
false
otherwise.
Returns true to indicate that the editing cell can be selected.
Messages the realEditor for the return value.
Returns true if event is a MouseEvent and the click count is 1.
This method displays drow down list of combo box items on the screen.
Applies this buffer strategy.
This method display popup menu containing list of JComboBox's items to
the screen
Makes this component visible on the screen.
Bring the contents of the back buffer to the front buffer.
Bring the contents of the back buffer to the front buffer.
Makes the component visible.
Makes this dialog visible and brings it to the front.
This method displays the JInternalFrame.
Displays the Popup
on the screen.
Makes this component visible or invisible.
This method displays JPopupMenu on the screen at the specified
location.
Displays this popup menu at the specified coordinates relative to
the specified component.
Part of the older API, replaced by event version instead.
Cause the named component to be shown.
Show DocumentFragment
nodes.
Show EntityReference
nodes.
Show ProcessingInstruction
nodes.
This method shows a confirmation dialog with the title "Select an Option"
and displays the given message.
This method shows a confirmation dialog with the given message,
optionType and title.
This method shows a confirmation dialog with the given message, title,
messageType and optionType.
This method shows a confirmation dialog with the given message, title,
optionType, messageType and icon.
Displays the file chooser in a modal dialog using the
CUSTOM_DIALOG
type.
This method shows a JColorChooser inside a JDialog.
Displays the web page pointed to by the specified URL in the window
for this object.
Displays the web page pointed to be the sepcified URL in the window
with the specified name.
The showHorizontalLines property.
Indicates that this object and all its parents are visible, so that it
is on the screen.
This indicates that the HIERARCHY_CHANGED is a changed visibility.
This method will show a QUESTION_MESSAGE input dialog with the given
message.
This method will show a QUESTION_MESSAGE type input dialog with the given
message and initialSelectionValue.
This method displays a new input dialog with the given message, title and
messageType.
This method shows an input dialog with the given message, title,
messageType, icon, selectionValues, and initialSelectionValue.
This method shows a QUESTION_MESSAGE type input dialog.
This method shows a QUESTION_MESSAGE type input dialog.
This method shows an internal confirmation dialog with the given message.
This method shows an internal confirmation dialog with the given message,
optionType and title.
This method shows an internal confirmation dialog with the given message,
title, optionTypes and icon for the given message type.
This method shows an internal confirmation dialog with the given message,
title, option type, message type, and icon.
This method shows an internal input dialog with the given message.
This method shows an internal input dialog with the given message, title
and message type.
This method shows an internal input dialog with the given message, title
message type, icon, selection value list and initial selection value.
This method shows an internal message dialog with the given message.
This method shows an internal message dialog with the given message,
title and message type.
This method shows an internal message dialog with the given message,
title, message type and icon.
This method displays an internal option dialog with the given message,
title, option type, message type, icon, option list, and initial option
value.
This method shows an INFORMATION_MESSAGE type message dialog.
This method shows a message dialog with the given message, title and
messageType.
This method shows a message dialog with the given message, title,
messageType and icon.
Displays the file chooser in a modal dialog using the
OPEN_DIALOG
type.
This method shows an option dialog with the given message, title,
optionType, messageType, icon, options and initialValue.
This method displays popup with list of combo box's items on the screen
Displays the file chooser in a modal dialog using the
SAVE_DIALOG
type.
Displays the specified message in the status window if that window
exists.
Displays the specified message in the status window if that window
exists.
This method programmatically shows the JMenu.
Overridden to do nothing.
The showVerticalLines property.
Shuffle a list according to a default source of randomness.
Shuffle a list according to a given source of randomness.
The printer device has been shutdown or removed from service.
Shutdown the activation system and all associated activation groups
Closes the input side of the socket stream.
Shut down the input side of this socket.
Closes the output side of the socket stream.
Shut down the output side of this socket.
SIDE - static field in class javax.print.attribute.standard.
MediaTray Side tray
Sides - class javax.print.attribute.standard.
Sides The Sides
printing attribute specifies how consecutive
printing pages are arranged on the media sheet.
Attribute set to all characters containing a sign (plus or minus).
Possible state value which signifies that this instance has been
initialized for signing purposes.
Returns the signature bytes of all the data fed to this instance.
Generates signature bytes of all the data fed to this instance and stores
it in the designated array.
Signature
is used to provide an interface to digital signature
algorithms.
Constructs a new Signature
instance for a designated digital
signature algorithm.
General main attribute -
the version of the jar file signature.
This exception is thrown when a problem is encountered with a
digital signature.
Create an instance with no descriptive error message.
Create an instance with a descriptive error message.
Create a new instance with a descriptive error message and
a cause.
Create a new instance with a cause.
SignatureSpi
defines the Service Provider Interface (SPI) for
the
Signature
class.
Creates a new instance of SignatureSpi
.
SignedObject
is used for storing runtime objects whose
integrity cannot be compromised without being detected.
Constructs a new instance of
SignedObject
from a
Serializable
object.
Trivial constructor for serialization purposes.
Constructs a new instance of Signer
with the specified
identity name.
Constructs a new instance of
Signer
with the specified
identity name and
IdentityScope
.
Returns the sign of the argument as follows:
- If
a
is greater than zero, the result is 1.0. - If
a
is less than zero, the result is -1.0. - If
a
is NaN
, the result is NaN
.
Returns the sign of the argument as follows:
- If
a
is greater than zero, the result is 1.0. - If
a
is less than zero, the result is -1.0. - If
a
is NaN
, the result is NaN
.
Returns the sign of the argument as follows:
- If
a
is greater than zero, the result is 1.0f. - If
a
is less than zero, the result is -1.0f. - If
a
is NaN
, the result is NaN
.
Returns the sign of the argument as follows:
- If
a
is greater than zero, the result is 1.0f. - If
a
is less than zero, the result is -1.0f. - If
a
is NaN
, the result is NaN
.
Return 1 if x is positive, -1 if it is negative, and 0 if it is
zero.
Return 1 if x is positive, -1 if it is negative, and 0 if it is
zero.
Creates a new attribute set that is initially empty.
Creates a new SimpleAttributeSet
with the same attributes
and resolve parent as the specified set.
SimpleBeanInfo is a class you may extend to more easily
provide select information to the Introspector.
SimpleDateFormat provides convenient methods for parsing and formatting
dates using Gregorian calendars (see java.util.GregorianCalendar).
Constructs a SimpleDateFormat using the default pattern for
the default locale.
Creates a date formatter using the specified non-localized pattern,
with the default DateFormatSymbols for the default locale.
Creates a date formatter using the specified non-localized
pattern.
Creates a date formatter using the specified non-localized pattern,
with the default DateFormatSymbols for the given locale.
Simple implementation of the Doc
interface capable of handling
the predefined document flavors of DocFlavor
.
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.
A class which implements Map.Entry.
Basic constructor initializes the fields.
A SimpleFormatter
formats log records into
short human-readable messages, typically one or two lines.
Constructs a SimpleFormatter.
A class containing an immutable key and value.
This class represents a simple time zone offset and handles
daylight savings.
Create a SimpleTimeZone
with the given time offset
from GMT and without daylight savings.
Create a SimpleTimeZone
with the given time offset
from GMT and with daylight savings.
SimpleTimeZone(int,java.lang.String,int,int,int,int,int,int,int,int,int) - constructor for class java.util.
SimpleTimeZone This constructs a new SimpleTimeZone that supports a daylight savings
rule.
SimpleTimeZone(int,java.lang.String,int,int,int,int,int,int,int,int,int,int,int) - constructor for class java.util.
SimpleTimeZone This constructs a new SimpleTimeZone that supports a daylight savings
rule.
The open type descriptor for data values that are members
of one of the simple types (such as an integer or a string).
Locale which represents the Chinese language as used in China.
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.
The trigonometric function sin.
The trigonometric function sin.
Multiple documents are treated as a single document.
Multiple documents are treated so that every single document starts
with a new sheet.
A selection mode in which a single interval can be selected (an interval
is a range containing one or more contiguous items).
Indicates that this text object can only hold a single line.
A selection mode in which only one item can be selected.
An instance of ThreadPolicyValue, initialized to SINGLE_THREAD_MODEL.
The pixels will be delivered with multiple calls to
setPixels
.
A single frame is complete but more will follow.
The pixels will be delivered in a single pass.
A
SampleModel
used when all samples are stored in a single
data element in the
DataBuffer
, and each data element contains
samples for one pixel only.
Creates a new SinglePixelPackedSampleModel
.
Creates a new SinglePixelPackedSampleModel
.
Returns the hyperbolic sine of the given value.
Returns the hyperbolic sine of x
which is defined as
(exp(x) - exp(-x)) / 2.
Returns a pipe's sink channel.
SIZE - static field in class java.lang.
Byte The number of bits needed to represent a byte
.
The number of bits needed to represent a char
.
The number of bits needed to represent a double
.
The number of bits needed to represent a float
.
The size of this font in points, rounded.
The number of bits needed to represent an int
.
SIZE - static field in class java.lang.
Long The number of bits needed to represent a long
.
The number of bits needed to represent a short
.
A key for the size font attribute.
A key for the text size attribute.
Return the number of elements in this collection.
Returns the number of key-value mappings in the map.
Return the number of relations in the set.
Returns the number of entries in this ActionMap
.
Returns the number of elements in this list.
Returns the number of defined attribute name/value pairs.
Returns the number of elements in this attribute set.
The number of children removed or added.
Get the number of elements in this collection.
Returns the number of bits actually used by this bit set.
This method returns the number of bytes that have been written to
the buffer so far.
This method returns the number of chars that have been written to
the buffer so far.
Get the number of elements in this collection.
Returns the size of this object.
Returns the number of elements in this list.
This method returns the total number of bytes that have been written to
the underlying output stream so far.
Gets the number of elements in the list.
Returns the number of values currently in this Dictionary.
Get the number of elements in this collection.
Return the size of the file thus far
Returns the size of the locked region in bytes.
Returns the number of elements in this attribute set.
Returns the number of kay-value mappings currently in this Map.
Returns the number of elements in this Set (its cardinality).
Returns the number of key-value mappings currently in this hashtable.
Returns the number of kay-value mappings currently in this Map
Returns the number of entries within this IdentityScope
.
Returns the number of entries in this InputMap
.
Returns the number of entries in the keystore.
Returns the size of the list.
Get the number of elements in this list.
Returns the number of key-value mappings in the map.
Returns the number of components of this Name
.
Return the number of the defined addresses.
Returns the number of hints in the collection.
Returns the number of elements in the set.
Get the number events in this track.
Returns the number of key-value mappings currently in this Map.
Returns the number of elements in this Set
Returns the number of elements stored in this Vector.
Returns the size of this hash map.
Returns the number of entries in this zip file.
Size2DSyntax
is the abstract base class of all attribute
classes which provide a two dimensional size as value (e.g. the size of
a media like Letter or A4).
Creates a Size2DSyntax
object with the given arguments.
Creates a Size2DSyntax
object with the given arguments.
The action command for the Size action.
This action is responsible for sizing the JInternalFrame.
Thrown from the
NamingEnumeration
, this exception
indicates that there are more elements than the previously specified
size limit.
Create an exception without a message.
Create an exception with a message.
This class calculates information about the size and position requirements
of components.
Creates a SizeRequirements object with minimum, preferred and
maximum size set to zero, and an alignment value of 0.5.
Creates a SizeRequirements object with the specified minimum,
preferred, maximum and alignment values.
This array contains the current width (for HORIZONTAL_SPLIT) or height
(for VERTICAL_SPLIT) of the components.
A sequence of values that represent the dimensions (widths or heights) of
some collection of items (for example, the widths of the columns in a table).
Creates a new empty SizeSequence
instance.
Creates a new SizeSequence
instance with the specified number
of elements, each having a size of 0.
Creates a new SizeSequence
instance with the specified number
of elements all having the same size (value
).
Creates a new SizeSequence
instance using the specified
element sizes.
Sets the minimum, maximum, preferred and current width to match the
minimum, maximum and preferred width of the header renderer component.
Thrown if a call is received that does not match a Skeleton.
Create an exception with the specified message.
Thrown if a Skeleton corresponding to the remote object is not found.
Create an exception with the specified message.
Create an exception with the specified message and cause.
This method skips the specified number of bytes in the stream.
This method skips the specified number of chars in the stream.
This method attempts to skip the requested number of bytes in the
input stream.
This method attempts to skip the requested number of chars in the
input stream.
Skips n bytes by reading them in a temporary buffer and updating the
the checksum with that buffer.
This method skips the specified number of bytes in the stream.
Calls the in.skip(long)
method
Calls the in.skip(long)
method
Skip specified number of bytes of uncompressed data
This method skips the specified number of bytes in the stream.
Skips the specified number of chars in the stream.
This method skips up to the requested number of bytes in the
input stream.
This method skips over characters in the stream.
This method causes the specified number of bytes to be read and
discarded.
This method skips the specified number of bytes in the stream.
This method skips the specified number of chars in the stream.
Skips the specified number of chars in the stream.
This method attempts to skip the requested number of bytes in the
input stream.
This method attempts to skip the requested number of chars in the
input stream.
This method skips and discards the specified number of bytes in an
input stream.
This method attempts to skip and discard the specified number of bytes
in the input stream.
This method skips and discards the specified number of bytes in an
input stream.
This method attempts to skip and discard the specified number of bytes
in the input stream.
Receive notification of a skipped entity.
Receive notification of a skipped entity.
Filter a skipped entity event.
Adapt a SAX2 skipped entity event.
This method sets a flag that indicates whether or not "C++" language style
comments ("//" comments through EOL ) are handled by the parser.
This method sets a flag that indicates whether or not "C" language style
comments (with nesting not allowed) are handled by the parser.
Suspend the current Thread's execution for the specified amount of
time.
Suspend the current Thread's execution for the specified amount of
time.
Creates a new ByteBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new CharBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new DoubleBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new FloatBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new IntBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new LongBuffer
whose content is a shared
subsequence of this buffer's content.
Creates a new ShortBuffer
whose content is a shared
subsequence of this buffer's content.
An object which allows selection in a bounded range.
A reference to the
JSlider
that this UI was created for.
SLIDER - static field in class javax.swing.plaf.synth.
Region Specifies the region of a slider.
A key to look up the filledSlider setting in the
UIManager
.
Specifies the region of a slider thumb.
Specifies the region of a slider track.
The model used to store the slider's range and current value.
An abstract base class for delegates that implement the pluggable
look and feel for a JSlider
.
Constructs a new SliderUI
.
A key to access the icon for the action.
29.97 frames/second timing.
Returns the index
th item in the snapshot collection.
Whether the slider snaps its values to ticks.
Retrieve the local address to which the socket is bound.
Sets SO_BROADCAST for a socket
Option id for the SO_KEEPALIVE value
Option id for the SO_LINGER value
Sets SO_OOBINLINE for a socket
Option id for the receive buffer size
Sets the SO_REUSEADDR parameter on a socket
Option id for the send buffer size
Option id for the SO_TIMEOUT value
This class models a client site socket.
Retrieves the channel's socket.
Retrieves the channels socket.
Initializes a new instance of Socket
object without
connecting to a remote host.
Retrieves the channel's socket.
Initializes a new instance of Socket
and connects to the
hostname and port specified as arguments.
Initializes a new instance of Socket
and connects to the
hostname and port specified as arguments.
Initializes a new instance of Socket
that connects to the
named host on the specified port and binds to the specified local address
and port.
Initializes a new instance of Socket
and connects to the
address and port number specified as arguments.
Initializes a new instance of Socket
and connects to the
address and port number specified as arguments.
Initializes a new instance of Socket
and connects to the
address and port number specified as arguments, plus binds to the
specified local address and port.
Initializes a new instance of Socket
object without
connecting to a remote host.
Abstract base class for InetSocketAddress.
Initializes the socket address.
Initializes this socket channel.
This exception indicates that a generic error occurred related to an
operation on a socket.
Create a new instance without a descriptive error message.
Create a new instance with a descriptive error message.
A factory for client sockets.
Default 0-arguments constructor.
A SocketHandler
publishes log records to
a TCP/IP socket.
Constructs a SocketHandler
that publishes log
records to a TCP/IP socket.
Constructs a SocketHandler
that publishes log
records to a TCP/IP socket.
This abstract class serves as the parent class for socket implementations.
Default, no-argument constructor for use by subclasses.
This interface defines one method which returns a SocketImpl
object.
This interface is used by SocketImpl
and
DatagramSocketImpl
to implement options
on sockets.
This class models a specific set of permssions for connecting to a
host.
Initializes a new instance of SocketPermission
with the
specified host/port combination and actions string.
Thrown during remote object export if the code does not have permission
to create a java.net.ServerSocket
on the specified port.
Create an exception with the specified message.
Create an exception with the specified message and cause.
This exception signals that a socket read or accept timed out.
Create a new instance without a descriptive error message.
Create a new instance with a descriptive error message.
A rectangular, three pixel thick border that looks like a BevelBorder
with slightly softened corners.
Constructs a SoftBevelBorder whose colors will be derived from the
background of the enclosed component.
Constructs a SoftBevelBorder given its appearance type and two
colors for its highlight and shadow.
Constructs a SoftBevelBorder given its appearance type and all
colors.
A soft reference will be cleared, if the object is only softly
reachable and the garbage collection needs more memory.
Create a new soft reference, that is not registered to any queue.
Create a new soft reference.
Finds the non-complex roots of a cubic equation, placing the
results into the same array as the equation coefficients.
Finds the non-complex roots of a cubic equation.
Finds the non-complex roots of a quadratic equation, placing the
results into the same array as the equation coefficients.
Finds the non-complex roots of a quadratic equation.
More pixels are now available for drawing a scaled variation of
the image.
Status byte for Song Position Pointer message.
Status byte for Song Select message.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Sorts a Vector of File objects.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Sort an array of Objects according to their natural ordering.
Sort an array of Objects according to their natural ordering.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
Performs a stable sort on the elements, arranging them according to their
natural order.
A map which guarantees its key's iteration order.
A set which guarantees its iteration order.
Returns a dynamically typesafe view of the given sorted set,
where any modification is first checked to ensure that the type
of the new data is appropriate.
Returns a synchronized (thread-safe) sorted set wrapper backed by the
given set.
Returns an unmodifiable view of the given sorted set.
Creates a new SortingFocusTraversalPolicy
with no
comparator set.
Creates a new SortingFocusTraversalPolicy
with the given
comparator set.
A Soundbank is a container for instruments which may be loaded into
a Synthesizer.
The SoundbankReader abstract class defines the methods to be provided
by a soundbank file reader.
SoundbankResource objects represent audio data stored in a sound bank.
Create a SoundbankResource object.
Source that events are coming from
The source object; in other words, the object which this event takes
place on.
The source of the notification.
Returns a pipe's source channel
An array indicating which source bands will be used or null.
This is a DataLine to which data may be written.
The location in an XML resource at which an event occurred.
The source pixel region or null.
Converts a source into a SAX input source.
Sample every sourceXSubsampling'th pixel in the source image when
pixelating the destination image in the horizontal direction.
Sample every sourceYSubsampling'th pixel in the source image when
pixelating the destination image in the vertical direction.
Constant indicating the bottom of the container
The bottom edge of a component.
Position to the southeast.
The JComponent placed at the south region of the JInternalFrame.
Position to the southwest.
An ignorable whitespace event.
Zs = Separator, Space (Normative).
A key for the 'space above' paragraph attribute.
A key for the 'space below' paragraph attribute.
Spacing Modifier Letters.
Inserts the elements that are represented by ths single tag with
attributes (only).
Package versioning -
title of the specification contained in this jar.
Package versioning -
organisation that maintains the specification contains in this
jar.
Package versioning -
version of the specification contained in this jar.
A component with spinner arrows for simple numbers.
Specifies the region of a spinner.
A date model used by the
JSpinner
component.
Constructs a
SpinnerDateModel
using the current date,
no start or end limit, and
Calendar.DAY_OF_MONTH
as the calendar
field.
Constructs a SpinnerDateModel
with the specified value, lower
and upper bounds, and which spins the specified calendar field.
An implementation of SpinnerModel
which uses the values
contained within a list or an array.
Constructs a default SpinnerListModel
.
Constructs a SpinnerListModel
using the supplied array.
Constructs a SpinnerListModel
using the supplied list.
The data model that is used in
JSpinner
s.
Creates a SpinnerNumberModel
with initial value 0, step 1,
and no maximum nor minimum.
Creates a SpinnerNumberModel
with double precision.
Creates a SpinnerNumberModel
with integer precision.
Creates a SpinnerNumberModel
with the given attributes.
An abstract base class for delegates that implement the pluggable
look and feel for a JSpinner
.
Constructs a new SpinnerUI
.
Split this string around the matches of a regular expression.
Split this string around the matches of a regular expression.
A specialized pane which presents two other panels, and can often adjust
the divider between them.
Specifies the region of a split pane.
Specifies the region of a split pane divider.
The JSplitPane containing this divider.
The JSplitPane that this UI draws.
A border for JSplitPanes in the Basic look and feel.
Constructs a new border for drawing a JSplitPane in the Basic
look and feel.
The delegate object that is responsible for the UI of the
JSplitPane
that contains this divider.
An abstract base class for delegates that implement the pluggable
look and feel for a JSplitPane
.
Constructs a new SplitPaneUI
.
Breaks this node into two nodes at the specified offset
,
keeping both in the tree as siblings.
The printers spool area is currently full.
The scrollpane property change listener.
Calculates the space between component edges, that are layed out by
SpringLayout
.
Creates a new Spring object.
A very flexible layout manager.
Creates a new SpringLayout.
This interface is used for mapping SQL data to user defined datatypes.
This exception is thrown when a database error occurs.
This method initializes a new instance of SQLException
that does not have a descriptive messages and SQL state, and which
has a vendor error code of 0.
This method initializes a new instance of SQLException
with the specified descriptive error message.
This method initializes a new instance of SQLException
with the specified descriptive error message and SQL state string.
This method initializes a nwe instance of SQLException
with the specified descriptive error message, SQL state string, and
vendor code.
This interface provides methods for reading values from a stream
that is connected to a SQL structured or distinct type.
This interface provides methods for writing Java types to a SQL stream.
This exception is thrown when a database warning occurs.
This method initializes a new instance of SQLWarning
that does not have a descriptive messages and SQL state, and which
has a vendor error code of 0.
This method initializes a new instance of SQLWarning
with the specified descriptive error message.
This method initializes a new instance of SQLWarning
with the specified descriptive error message and SQL state string.
This method initializes a nwe instance of SQLWarning
with the specified descriptive error message, SQL state string, and
vendor code.
The height of the source image.
The width of the source image.
A "meta-factory" for protocol-specific socket and server socket
factories.
Create a new SSL context.
The Service Provider Interface (SPI) for SSLContext
objects.
Create a new SSLContextSpi.
A class for low-level message wrapping and unwrapping of SSL
messages.
Creates a new SSLEngine with no peer host name or port number.
Creates a new SSLEngine with the specified peer host name and
port number.
A result from an
SSLEngine
wrap
or
unwrap
operation.
Creates a new SSL engine result.
The superclass of all possible SSL exceptions.
Create a new instance with a descriptive error message.
Create a new instance with a descriptive error message and
a cause.
Create a new instance with a cause.
An exception that signals an error in the SSL handshake phase.
Create a new instance with a descriptive error message.
An exception signaling a problem using a public or private key in
an SSL communication.
An exception thrown when the remote peer could not be verified.
Create a new instance with a descriptive error message.
A permission used for accessing SSL classes.
Create a new instance with the specified permission name.
Create a new instance with the specified permission name.
An exception thrown when a fatal protocol error is encountered.
SslRMIClientSocketFactory
This class implements an RMIClientSocketFactory for SSL sockets.
Creates a new SslRMIClientSocketFactory
SslRMIServerSocketFactory
This class implements an RMIServerSocketFactory for SSL sockets.
Creates a new SslRMIServerSocketFactory with the default socket
cipher suites and protocols, and without requiring client authorisation.
Creates a new SslRMIServerSocketFactory with a given set of socket
cipher suites and protocols. needClientAuth specifies if client
authorization is required.
A server socket that allows clients to connect via the SSL protocol.
A server socket factory for Secure Socket Layer (SSL)
server sockets.
An SSL session is a mechanism through which connections can be established
by re-using previously negotiated handshakes.
An event raised by
SSLSession
objects when objects are bound to
them.
Creates a new binding event.
An event listener interface that should be notified when it is bound or
unbound to a
SSLSession
.
A collection of saved SSL sessions, with thier corresponding session
IDs.
A socket that communicates over the secure socket layer protocol.
A socket factory for creating Secure Socket Layer (SSL)
sockets.
Default 0-arguments constructor.
This constructor creates a new Stack, initially empty
A StackOverflowError
is thrown when the execution stack
overflow occurs.
Create an error without a message.
Create an error with a message.
One function call or stack trace element.
Create a new StackTraceElement representing a given source location.
Returns a map of threads to stack traces for each
live thread.
Whether to output a standalone document declaration (yes or no).
Indicates whether the standalone parameter was set in the XML
declaration.
Indicates whether the standalone flag was set in the document.
The standard job sheet is printed.
Constant to indicate that start and end times are specified in standard
time, without adjusting for daylight savings.
Provides a dynamic management bean by using reflection on an
interface and an implementing class.
Constructs a new
StandardMBean
using the specified
interface and
this
as the instance.
The standard metadata format name constant set to
"javax_imageio_1.0".
Selects binding of the documents with one or more staples.
Selects binding of the documents with one or more staples in the bottom
left corner.
Selects binding of the documents with one or more staples in
the bottom right corner.
Selects binding of the documents with two staples along the
bottom edge assuming a portrait document.
Selects binding of the documents with two staples along the
left edge assuming a portrait document.
Selects binding of the documents with two staples along the
right edge assuming a portrait document.
Selects binding of the documents with two staples along the
top edge assuming a portrait document.
Selects binding of the documents with one or more staples
in the top left corner.
Selects binding of the documents with one or more staples in
the top right corner.
The start angle of this arc, in degrees.
The start angle of this arc, in degrees.
An event of this type is posted when a Line starts.
Status byte for Start message.
This method is called when the applet should start running.
Returns the index of the first character of the match.
Starts execution of a new process, based on the attributes of
this ProcessBuilder
object.
Start playback of the current sequence.
Start this Thread, calling the run() method of the Runnable this Thread
was created with, or else the run() method of the Thread itself.
Start firing the action events.
Returns the index of the first character of the given sub-match
group.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
This method is called when a start tag is seen for one of the types
of tags associated with this Action.
Ps = Punctuation, Open (Informative).
Compare start boundary-point of sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
Compare start boundary-point of sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
This method starts the animation timer.
This method start scrolling combo box's list of items either up or down
depending on the specified 'direction'
Report the start of a CDATA section.
Report the start of a CDATA section.
Start editing session and returns true to indicate the editing has begun.
Receive notification of the beginning of a document.
Receive notification of the beginning of the document.
Receive notification of the beginning of a document.
Receive notification of the beginning of the document.
Adapter implementation method; do not call.
Filter a start document event.
Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
Start a drag, given the DragGestureEvent that initiated the drag.
This method is called when dragging starts.
Report the start of DTD declarations, if any.
Report the start of DTD declarations, if any.
Will start editing for node if there is a cellEditor and shouldSelectCall
returns true.
Selects the last item in path and tries to edit it.
Starts a session to edit a tree cell.
Starts the editing timer (if one installed).
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Filter a start element event.
Adapt a SAX2 start element event.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Adapter implementation method; do not call.
The parser will call this method after each Element
start
tag has been scanned, but before the remainder of the
Element
is processed.
Report the beginning of some internal and external XML entities.
Report the beginning of some internal and external XML entities.
Explicitly begins the handshake, or, if the handshake has already
completed, requests that the handshake be repeated.
Begin the scope of a prefix-URI Namespace mapping.
Receive notification of the start of a Namespace mapping.
Filter a start Namespace prefix mapping event.
Adapt a SAX2 start prefix mapping event.
Used to register an ImageConsumer
with this
ImageProducer
and then immediately start
reconstruction of the image data to be delivered to all
registered consumers.
Used to register an ImageConsumer
with this
ImageProducer
and then immediately start
reconstruction of the image data to be delivered to all
registered consumers.
Used to register an ImageConsumer
with this
ImageProducer
and then immediately start
reconstruction of the image data to be delivered to all
registered consumers.
Start playback and record of MIDI events.
Predicate which determines if this String starts with a given prefix.
Predicate which determines if this String contains the given prefix,
beginning comparison at toffset.
Returns true
if this Name
starts with the
components of the given Name
, false
otherwise.
The STARTTAG, meaning that the element needs a starting tag.
The method is called when the HTML opening tag ((like <table>)
is found or if the parser concludes that the one should be present
in the current position.
This indicates a start tag.
Creates, if necessary, and starts a Timer to check if needed to resize
the bounds
State - class org.omg.PortableServer.POAManagerPackage.
State Defines the possible states of the POA manager.
Current sate of this instance.
Represents the current state of a thread, according to the VM rather
than the operating system.
Get the state of the adapter manager.
State(int) - constructor for class org.omg.PortableServer.POAManagerPackage.
State Normally, no new instances are required, so the constructor is protected.
Property with colon-separated list of state factories to use.
Notified when the target of the listener changes its state.
Called every time the state of the model changes.
Called when the model changes.
Receives notification when the state of the horizontal scrollbar
model has changed.
Receives notification when the view's size, position or extent size
changes.
Receives notification when the state of the vertical scrollbar
model has changed.
Called when the slider's model has been altered.
This method is called whenever a ChangeEvent is fired from the
JTabbedPane.
Called by an object to notify the listener that the object's state has
changed.
Receives notification when the menu item's state changes and fires
appropriate property change events to registered listeners.
Receives notification when the state of the viewport changes.
Receives notification of changes in the state of the
JSpinner
that the editor belongs to - the content of the text field is updated
accordingly.
Receives notification when the selection state of the
JTabbedPane
changes and fires appropriate property change
events to interested listeners.
This method is called whenever the model is changed.
A helper class, making it easy to support undo and redo.
Constructs a StateEdit
, specifying the object whose
state is being edited.
Constructs a StateEdit
, specifying the object whose
state is being edited.
The interface for objects whose state can be undone or redone by a
StateEdit
action.
Represents a factory, producing the object states for binding.
Represents the "state properties" (armed, enabled, pressed, rollover and
selected) by a bitwise combination of integer constants.
A Statement captures the execution of an object method.
This interface provides a mechanism for executing SQL statements.
Constructs a statement representing the invocation of
object.methodName(arg[0], arg[1], ...);
If the argument array is null it is replaced with an
array of zero length.
The list of states, should be instances of AccessibleState.
Static:
- Class: no enclosing instance for nested class.
- Field or Method: can be accessed or invoked without an
instance of the declaring class.
The image is complete and no more pixels or frames will follow.
An enumeration of possible general states.
A component with multiple labels of status information.
Returns the status flags of all registered media objects ORed together.
Returns the status flags of the media objects with the specified ID
ORed together.
The standard JPEG AC chrominance Huffman table.
The standard JPEG AC luminance Huffman table.
The standard JPEG DC chrominance Huffman table.
The standard JPEG DC luminance Huffman table.
This ActionListener is associated with the Timer that listens to whether
the JToolTip can be hidden after four seconds.
This method creates a new stillInsideTimerAction object.
An event of this type is posted when a Line stops.
Status byte for Stop message.
This method is called when the applet should stop running.
Stops playing this audio clip.
Stop playback of the current sequence.
Cause this Thread to stop abnormally because of the throw of a ThreadDeath
error.
Stop all Threads in this ThreadGroup and its descendants.
Stop firing the action events.
Cause this Thread to stop abnormally and throw the specified exception.
This method stops the animation timer.
This method stops scrolling the combo box's list of items
Stop editing the cell and accept any partial value that has been entered
into the cell.
Signals to the CellEditor
that it should stop editing,
accepting the current cell value, and returns true
if the
editor actually stops editing, and false
otherwise.
Finish the cell editing session.
If the realEditor will allow editing to stop, the realEditor
is removed and true is returned, otherwise false is returned.
Stops the current editing session.
Calls the
TreeUI.stopEditing(JTree)
method for all
the UI delegates managed by this
MultiTreeUI
,
returning the result for the UI delegate from the primary look and
feel.
Stops editing a tree cell, committing the entered value into the
tree’s model.
Set to false when editing and shouldSelectCall() returns true meaning the
node should be selected before editing, used in completeEditing.
The printer device has stopped.
The printer object has stopped partly.
The printer object is stopping the printer device.
The stopPropagation
method is used prevent further
propagation of an event during event flow.
Stop recording, although continue playing.
Captures the current state of the bean and stores it
for future retrieval by the
load()
method.
Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
Writes the key/value pairs to the given output stream, in a format
suitable for load
.
If header is not null, this method writes a comment containing
the header as first line to the stream.
This method tests whether or not the database treats mixed case
identifiers as all lower case.
This method tests whether or not the database treats mixed case
quoted identifiers as all lower case.
This method tests whether or not the database stores mixed case
identifers even if it treats them as case insensitive.
This method tests whether or not the database stores mixed case
quoted identifers even if it treats them as case insensitive.
Stores any editable state information into the specified hash
table.
This method tests whether or not the database treats mixed case
identifiers as all upper case.
This method tests whether or not the database treats mixed case
quoted identifiers as all upper case.
Encodes the properties as an XML file using the UTF-8 encoding.
Encodes the properties as an XML file using the supplied encoding.
The FlowStrategy
to use for translating between the
logical and physical view.
The magic number that is written as part of the stream header.
The stream version number that is written as part of the stream header.
The base class for the Holder classess of IDL types.
If the value type does not provide the user defined methods for reading
and writing its content, it must implement this interface for reading
and writing the content in a default way.
This exception is thrown when there is an error in the data that is
read from a stream during de-serialization.
Create an exception without a descriptive error message.
Create an exception with a descriptive error message.
The key for the property that describes the source of a document.
Simple filter interface for XMLStreamReaders.
A StreamHandler
publishes LogRecords
to
a instances of java.io.OutputStream
.
Creates a StreamHandler
without an output stream.
Creates a StreamHandler
that formats log messages
with the specified Formatter and publishes them to the specified
output stream.
StreamPrintService
is a special print service capable of
printing into a supplied output stream.
Constructs a StreamPrintService
object.
StreamPrintServiceFactory
provides a static method to lookup
registered factories to construct StreamPrintService
instances.
Default public constructor.
Specifies a stream to which to write the transformation result.
Constructor with a system ID specified as a File object.
Constructor with an output stream.
Constructor with a writer.
Constructor with a system ID.
Specifies a stream from which to read the source XML data.
Constructor with a system ID specified as a File reference.
Constructor with an input stream.
Constructor with an input stream and system ID.
Constructor with a reader.
Constructor with a reader and system ID.
Constructor with a system ID.
This class parses streams of characters into tokens.
This method reads bytes from an InputStream
and tokenizes
them.
This method initializes a new StreamTokenizer
to read
characters from a Reader
and parse them.
The name of a property that specifies the cipher strength to use.
Strictfp: Method: expressions are FP-strict.
Also used as a modifier for classes, to mean that all initializers
and constructors are FP-strict, but does not show up in
Class.getModifiers.
The value of this field determines whether or not the Parser will be
strict in enforcing SGML compatibility.
Helper class containing useful mathematical functions and constants.
A key for the strike through character attribute.
A key for the STRIKETHROUGH attribute.
Predefined static DocFlavor
objects for document
types which use a String for the print data representation.
Strings represent an immutable set of characters.
The
SimpleType
representation of
java.lang.String
.
The XPath 1.0 string data type.
Creates an empty String (length 0).
Creates a new String using the byte array.
Creates a new String using an 8-bit array of integer values.
Creates a new String using the portion of the byte array starting at the
offset and ending at offset + count.
Creates a new String using an 8-bit array of integer values, starting at
an offset, and copying up to the count.
Creates a new String using the portion of the byte array starting at the
offset and ending at offset + count.
Creates a new String using the byte array.
Creates a new String using the character sequence of the char array.
Creates a new String using the character sequence of a subarray of
characters.
Creates a new String containing the characters represented in the
given subarray of Unicode code points.
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "java.lang.String".
Copies the contents of a String to a new String.
Creates a new String using the character sequence represented by
the StringBuffer.
Creates a new String using the character sequence represented by
the StringBuilder.
Returns the system environment variables of the process.
Returns an unmodifiable view of the system environment variables.
Maps the specified DataFlavor
objects to the native
data type name.
Maps the specified DataFlavor
objects to the native
data type name.
An array which defines the set of Java types which can be
used as open types.
Find and return the CORBA object, addressed by the given
string representation.
StringBuffer
represents a changeable String
.
Create a new StringBuffer with default capacity 16.
Create an empty StringBuffer
with the specified initial
capacity.
Create a new StringBuffer
with the characters in the
specified CharSequence
.
Create a new StringBuffer
with the characters in the
specified String
.
This class permits a String
to be read as an input stream.
Create a new StringBufferInputStream
that will read bytes
from the passed in String
.
StringBuilder
represents a changeable String
.
Create a new StringBuilder with default capacity 16.
Create an empty StringBuilder
with the specified initial
capacity.
Create a new StringBuilder
with the characters in the
specified CharSequence
.
Create a new StringBuilder
with the characters in the
specified String
.
This class iterates over a range of characters in a String
.
This method initializes a new instance of
StringCharacterIterator
to iterate over the entire
text of the specified String
.
This method initializes a new instance of
StringCharacterIterator
to iterate over the entire
text of the specified String
.
This method initializes a new instance of
StringCharacterIterator
that iterates over the text
in a subrange of the specified String
.
An implementation of the AbstractDocument.Content
interface useful for small documents or debugging.
Creates a new instance containing the string "\n".
Creates a new instance containing the string "\n".
This is the data flavor used for transferring Java strings.
A holder for CORBA string
that is mapped into
java String
.
Constructs an instance of StringHolder,
initializing
value
to
null
.
Constructs an instance of StringHolder,
initializing
value
to the given
String
.
This exception can be thrown to indicate an attempt to access an index
which is out of bounds of a String.
Create an exception without a message.
Create an exception noting the illegal index.
Create an exception with a message.
Helper operations for the string name.
This class permits a String
to be read as a character
input stream.
Create a new StringReader
that will read chars from the
passed in String
.
RefAddr that uses a String as content.
Contructs a new StringRefAddr with the given type and content.
This class transfers a string as plain text using the clipboard.
Transfer the specfied string as text.
Provides static helper methods for working with
CORBA string
array.
A sequence holder for CORBA string[]
that is mapped into
java String[]
.
Constructs an instance of StringSeqHolder,
initializing
value
to
null
.
Constructs an instance of StringSeqHolder,
initializing
value
to the given
String
.
Convert the color string represenation into java.awt.Color.
This class splits a string into tokens.
Creates a new StringTokenizer for the string str
,
that should split on the default delimiter set (space, tab,
newline, return and formfeed), and which doesn't return the
delimiters.
Create a new StringTokenizer, that splits the given string on
the given delimiter characters.
Create a new StringTokenizer, that splits the given string on
the given delimiter characters.
Converts a String (from the JFormattedTextField input) to a value.
Converts a String (from the JFormattedTextField input) to a value.
Parses text
to return a corresponding Object.
Parses the text using the mask, valid characters, and invalid characters
to determine the appropriate Object to return.
Represents a string being used as an argument
to a relational constraint.
Provides helper operations for the String value type, treating a
String as a CORBA value type rather than as a primitive type.
Returns the total width of the specified string
This class writes chars to an internal StringBuffer
that
can then be used to retrieve a String
.
This method initializes a new StringWriter
to write to a
StringBuffer
initially sized to a default size of 16
chars.
This method initializes a new StringWriter
to write to a
StringBuffer
with the specified initial size.
Returns a BigDecimal which is numerically equal to this BigDecimal but
with no trailing zeros in the representation.
This interface allows a Graphics2D to grab the outline of a shape, as if
stroked by a marking pen of appropriate size and shape.
True if the shape should be stroked with a 1-pixel wide stroke.
This interface implements the standard type mapping for a SQL
structured type.
The component, describing the member of CORBA IDL struct
.
Creates a structure member with all fields
left with the default value null
.
Creates a structure member.
Defines a helper operations for StructMember.
A Stub descendants provide access to the object on the client side.
A delegate, implementing the functionality, provided by the
Stub
.
Thrown if a valid stub class is not found for an object when it is exported.
Create an exception with a message.
Create an exception with a message and a cause.
The style of this font -- PLAIN, BOLD, ITALIC or BOLD+ITALIC.
The rule is a CSSStyleRule
.
Called when any of this document's styles changes.
Represents standard attribute keys.
Creates a new instance of the style context.
An
EditorKit
that supports editing styled text.
Creates a new instance of StyledEditorKit
.
The abstract superclass of all styled TextActions.
Creates a new instance of StyledTextAction
.
This class adds support for defining the visual characteristics of HTML views
being rendered.
The StyleSheet
interface is the abstract base interface for
any type of style sheet.
The StyleSheetList
interface provides the abstraction of an
ordered collection of style sheets.
SUB - static field in class javax.swing.text.html.
HTML.Tag The <sub> tag
Constant for use with a SecurityManager
to check if
overriding of the writeObject
and readObject
methods is allowed.
Subdivides a cubic curve into two halves, passing all coordinates
in an array.
Subdivides a quadratic curve into two halves, passing all
coordinates in an array.
Subdivides this curve into two halves.
Subdivides a cubic curve into two halves.
Subdivides this curve into two halves.
Subdivides a quadratic curve into two halves.
Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive).
Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive).
Obtain a List view of a subsection of this list, from fromIndex
(inclusive) to toIndex (exclusive).
The printer has not received the whole job submission.
If the value attribute of an <input type="submit">>
tag is not specified, then this string is used.
Start sampling at this horizontal offset within the source region
when pixelating the destination image in the horizontal
direction.
Start sampling at this vertical offset within the source region
when pixelating the destination image in the vertical direction.
A key for the subscript character attribute.
Creates a new character buffer that represents the specified subsequence
of this buffer, relative to the current position.
Returns a new CharSequence
of the indicated range.
Creates a substring of this String, starting at a specified index
and ending at one character before a specified index.
Creates a substring of this StringBuffer, starting at a specified index
and ending at one character before a specified index.
Creates a substring of this StringBuilder, starting at a specified index
and ending at one character before a specified index.
A subset of Unicode blocks.
Returns a view of the portion of the set greater than or equal to
fromElement, and strictly less than toElement.
Construct a new subset of characters.
Returns a view of this Set including all elements greater than (or equal to,
if fromInclusive
is true from
and less than
(or equal to, if toInclusive
is true) to
.
Returns a view of this Set including all elements greater or equal to
from
and less than to
(a half-open interval).
Registers a new ColorModel to subsitute for the old ColorModel when
setPixels encounters the a pixel with the old ColorModel.
Constant for use with a SecurityManager
to check if
substitution of objects is allowed.
Creates a substring of this String, starting at a specified index
and ending at the end of this String.
Creates a substring of this StringBuffer, starting at a specified index
and ending at the end of this StringBuffer.
Creates a substring of this StringBuilder, starting at a specified index
and ending at the end of this StringBuilder.
Creates a substring of this String, starting at a specified index
and ending at one character before a specified index.
Creates a substring of this StringBuffer, starting at a specified index
and ending at one character before a specified index.
Creates a substring of this StringBuilder, starting at a specified index
and ending at one character before a specified index.
Extracts a range of data from the node.
Performs a subtraction operation on this Area.
Returns a BigDecimal whose value is found first by calling the
method subtract(val) and then by rounding according to the MathContext mc.
Returns the result of subtracting the given duration from this
duration.
Indicates that one object is a subwindow of another object.
A reply status flag, indicating, that the remote method
has been called and returned without exception.
The file suffixes of the supported image formats.
Creates and returns a Spring, which is always the sum of s1 and s2.
Constant representing Sunday.
SUP - static field in class javax.swing.text.html.
HTML.Tag The <sup> tag
Returns the comparator used in sorting this set, or null if it is
the elements' natural ordering.
Returns the comparator used in sorting this map, or null if it is
the keys' natural ordering.
Return the comparator used to sort this map, or null if it is by
natural order.
Returns this Set's comparator.
Get the direct superclass of this class.
Calls the layoutContainer(Container)
method in the super
class.
A key for the superscript character attribute.
A key for the SUPERSCRIPT attribute.
A value that can be used with the
SUPERSCRIPT
attribute.
A value that can be used with the
SUPERSCRIPT
attribute.
Superscripts and Subscripts.
Supplemental Mathematical Operators.
Supplementary Private Use Area-A.
Supplementary Private Use Area-B.
Property used to indicate whether to support DTDs.
The printer supports printing in color.
Marker interface for all attribute classes specifying the
supported/allowed values for another printing attribute class.
This method tests whether or not the database supports
"ALTER TABLE ADD COLUMN"
This method tests whether or not the database supports
"ALTER TABLE DROP COLUMN"
This method tests whether or not the ANSI92 entry level SQL
grammar is supported.
This method tests whether or not the ANSI92 full SQL
grammar is supported.
This method tests whether or not the ANSI92 intermediate SQL
grammar is supported.
This method tests whether or not the database supports batch updates.
This method tests whether a catalog name can appear in a data
manipulation statement.
This method tests whether a catalog name can appear in an index definition.
This method tests whether a catalog name can appear in privilege definitions.
This method tests whether a catalog name can appear in a procedure
call
This method tests whether a catalog name can appear in a table definition.
This method tests whether or not column aliasing is supported.
Tests whether or not CONVERT is supported.
This method tests whether or not CONVERT can be performed between the
specified types.
This method tests whether or not the core grammer for ODBC is supported.
This method test whether or not correlated subqueries are allowed.
The RAD tool calls this to find out whether the PropertyEditor supports a custom component to edit and display itself.
Finds out whether this property editor supports a
custom component to edit its value.
This method tests whether or not DDL and DML statements allowed within
the same transaction.
This method tests whether or not only DML statement are allowed
inside a transaction.
This method tests whether correlation names must be different from the
name of the table.
This method tests whether or not expressions are allowed in an
ORDER BY lists.
This method tests whether or not the extended grammer for ODBC is supported.
This method tests whether or not the database supports full outer joins.
This method tests whether or not GROUP BY is supported.
This method tests whether or not a GROUP BY can add columns not in the
select if it includes all the columns in the select.
This method tests whether GROUP BY on a non-selected column is
allowed.
This method tests whether or not the SQL integrity enhancement
facility is supported.
This method tests whether or not the escape character is supported in
LIKE expressions.
This method tests whether or not the database supports limited outer joins.
This method tests whether or not the minimum grammer for ODBC is supported.
This method tests whether or not the database supports identifiers
with mixed case.
This method tests whether or not the database supports quoted identifiers
with mixed case.
This method tests whether the database supports returning multiple
ResultSet
S from a CallableStatement
at once.
This method tests whether multiple result sets for a single statement are
supported.
This method test whether or not multiple transactions may be open
at once, as long as they are on different connections.
This method tests whether the database supports named parameters.
This method tests whether or not columns can be defined as NOT NULL.
This method tests whether or not the database supports cursors
remaining open across commits.
This method tests whether or not the database supports cursors
remaining open across rollbacks.
This method tests whether or not the database supports statements
remaining open across commits.
This method tests whether or not the database supports statements
remaining open across rollbacks.
This method tests whether or ORDER BY on a non-selected column is
allowed.
This method tests whether or not the database supports outer joins.
This method tests whether or not that database supports positioned
deletes.
This method tests whether or not that database supports positioned
updates.
This method tests whether the specified result set type and result set
concurrency type are supported by the database.
This method tests if the database supports the specified holdability type.
This method tests whether or not the datbase supports the specified
result type.
This method tests whether the databse supports savepoints.
This method tests whether a catalog name can appear in a data
manipulation statement.
This method tests whether a catalog name can appear in an index definition.
This method tests whether a catalog name can appear in privilege definitions.
This method tests whether a catalog name can appear in a procedure
call
This method tests whether a catalog name can appear in a table definition.
This method tests whether or not SELECT FOR UPDATE is supported by the
database.
Indicates whether the per-image
metadata objects associated
with this plug-in support format
“javax_imageio_1.0”
in their
getAsTree
and
setAsTree
methods.
Indicates whether the per-stream
metadata objects associated
with this plug-in support format
“javax_imageio_1.0”
in their
getAsTree
and
setAsTree
methods.
This method tests whether or not stored procedures are supported on
this database.
This method tests whether or not subqueries are allowed in comparisons.
This method tests whether or not subqueries are allowed in exists
expressions.
This method tests whether subqueries are allowed in IN statements.
This method tests whether or not subqueries are allowed in quantified
expressions.
This method tests whether or not table correlation names are
supported.
This method tests whether or not the database supports the specified
transaction isolation level.
This method tests whether or not the database supports transactions.
This method tests whether or not the UNION statement is supported.
This method tests whether or not the UNION ALL statement is supported.
Returns true or false when this socket supports sending urgent data
or not.
Tell the compiler that a given warning should be suppressed when it
pertains to the marked program element and its sub-elements.
Cs = Other, Surrogate (Normative).
Reparents the contents of the Range to the given node and inserts the
node at the position of the start of the Range.
Suspend all Threads in this ThreadGroup and its descendants.
The String associated with word and string tokens.
Cursor used over SW corner of window decorations.
Cursor used over SW corner of window decorations.
Swaps the elements at the specified positions within the list.
A key for the SWAP_COLORS attribute.
A value that can be used with the
SWAP_COLORS
attribute.
A swing component with nothing else known about it.
Defines constant values that are used throughout the Swing packages.
A number of static utility functions which are
useful when drawing swing components, dispatching events, or calculating
regions which need painting.
Writes and reads all preference changes to and from this and any
subnodes.
This method forces all data that has not yet been physically written to
the underlying storage medium associated with this
FileDescriptor
to be written out.
Writes and reads all preference changes to and from this and any
subnodes.
Flushes any buffered data to the screen so that it is in sync with
what the AWT system has drawn to it.
Determines how far the request shall progress before control is returned to
the client.
A CORBA synchronization mode, defining how far the request shall
progress before control is returned to the client for one way
operations (when no response is required).
Whether the buttons will share the same widths.
Thrown when a file synchronization fails.
Create an exception with a descriptive error message.
Start synchronization on the given set of lines.
Synchronized: Method: lock the class while calling this method.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
Returns a synchronized view of the given attribute set.
A SyncMode object represents the mechanism by which a MIDI sequencer
synchronizes time with a master or slave device.
Create a new SyncMode object
A helper operations for synchronization scope as an alias of
short
.
Synchronizes the scrollbar and header settings positions and extent
with the viewport's view position and extent.
Writes all entries of this preferences node that have not yet been
written to the backing store and reads any entries that have changed
in the backing store but that are not yet visible in this VM.
If an invalid or illegal string is specified.
A couple of constants used by the Synth Look and Feel.
Contains some contextual information about a region.
Creates a new SynthContext
object.
Determines if element is a synthesized
javax.swing.text.Element
or not.
Interface for MIDI audio synthesizer devices.
Wrapper for graphics primitives used in Synth.
Creates a new SynthGraphicsUtils
object.
Creates a new instance of SynthLookAndFeel
.
The abstract definition of a delegate that takes the responsibility of
painting for the components.
Creates a new SynthPainter
object.
A set of style properties that can be installed on a component.
Creates a new SynthStyle
object.
Creates a new SynthStyleFactory
.
A system exclusive MIDI message.
Create a default valid system exclusive message.
Create a SysexMessage object.
The SYSTEM constant, specifies the system entitiy.
System represents system-wide resources; things that represent the
general environment.
A reply status flag, indicating, that the
SystemException
has been thrown while calling or from inside the remote method.
An instance of IdAssignmentPolicyValue, initialized to SYSTEM_ID,
indicating, that the objects created with that POA obtain they
Object Ids from POA.
The port, used by the activation system.
Status byte for System Reset message.
This class contains the various "system colors" in use by the native
windowing system.
The root class for all CORBA standard exceptions.
Create an exception without a message.
Create an exception with a message.
Constructs an instance of the CORBA standard exception.
This class maps between native platform type names and DataFlavors.
This class acts as the MenuBar for the TitlePane.
Returns the system preferences node for the package of a class.
Returns the system preferences root node containing usefull preferences
for all users.
Returns the system root preferences node.