- S_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- sameFile(URL).
Method in class java.net.URL
- Compares two URLs, excluding the "ref" fields: sameFile is true
if the true references the same remote object, but not necessarily
the same subpiece of that object.
- SAVE.
Static variable in class java.awt.FileDialog
- The file save variable.
- save(OutputStream, String).
Method in class java.util.Properties
- Save properties to an OutputStream.
- SAVE_FILE.
Static variable in class java.awt.Event
- A file saving event.
- scroll(ScrollEvent).
Method in interface powersoft.jcm.event.ScrollListener
-
- SCROLL_ABSOLUTE.
Static variable in class java.awt.Event
- The absolute scroll event.
- SCROLL_LINE_DOWN.
Static variable in class java.awt.Event
- The line down scroll event.
- SCROLL_LINE_UP.
Static variable in class java.awt.Event
- The line up scroll event.
- SCROLL_PAGE_DOWN.
Static variable in class java.awt.Event
- The page down scroll event.
- SCROLL_PAGE_UP.
Static variable in class java.awt.Event
- The page up scroll event.
- Scrollbar().
Constructor for class java.awt.Scrollbar
- Constructs a new vertical Scrollbar.
- Scrollbar(int).
Constructor for class java.awt.Scrollbar
- Constructs a new Scrollbar with the specified orientation.
- Scrollbar(int, int, int, int, int).
Constructor for class java.awt.Scrollbar
- Constructs a new Scrollbar with the specified orientation,
value, page size, and minumum and maximum values.
- ScrollEvent(Object, Event, int).
Constructor for class powersoft.jcm.event.ScrollEvent
-
- ScrollEvent(Object, int, int, int).
Constructor for class powersoft.jcm.event.ScrollEvent
-
- SE_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- search(Object).
Method in class java.util.Stack
- Sees if an object is on the stack.
- SecurityException().
Constructor for class java.lang.SecurityException
- Constructs a SecurityException with no detail message.
- SecurityException(String).
Constructor for class java.lang.SecurityException
- Constructs a SecurityException with the specified detail message.
- SecurityManager().
Constructor for class java.lang.SecurityManager
- Constructs a new SecurityManager.
- seek(long).
Method in class java.io.RandomAccessFile
- Sets the file pointer to the specified absolute position.
- select(int).
Method in class java.awt.Choice
- Selects the item with the specified postion.
- select(int).
Method in class java.awt.List
- Selects the item at the specified index.
- select(int, int).
Method in class java.awt.TextComponent
- Selects the text found between the specified start and end locations.
- select(SelectEvent).
Method in class powersoft.jcm.db.BoundComboBox
-
- select(SelectEvent).
Method in class powersoft.jcm.db.BoundListBox
-
- select(SelectEvent).
Method in interface powersoft.jcm.event.SelectListener
-
- select(String).
Method in class java.awt.Choice
- Selects the item with the specified String.
- select(String).
Method in class powersoft.jcm.ui.ComboBox
-
- select(String).
Method in class powersoft.jcm.ui.ListBox
- Finds a listbox item that begins with the specified string
and marks it selected.
- select(String, int).
Method in class powersoft.jcm.db.BoundComboBox
-
- select(String, int).
Method in class powersoft.jcm.ui.ComboBox
-
- select(String, int).
Method in class powersoft.jcm.ui.ListBox
- Finds a listbox item that begins with the specified string
and marks it selected.
- selectAll().
Method in class java.awt.TextComponent
- Selects all the text in the TextComponent.
- SelectEvent(Object, Event).
Constructor for class powersoft.jcm.event.SelectEvent
-
- SelectEvent(Object, Event, int).
Constructor for class powersoft.jcm.event.SelectEvent
-
- SelectEvent(Object, int).
Constructor for class powersoft.jcm.event.SelectEvent
-
- send(byte[]).
Method in class powersoft.jcm.net.Socket
- Send a buffer of data to a connected socket.
- send(byte[], int).
Method in class powersoft.jcm.net.Socket
- Send a buffer of data to a connected socket.
- send(DatagramPacket).
Method in class java.net.DatagramSocket
- Sends Datagram Packet to the destination address
- sendRequest().
Method in class powersoft.jcm.net.HTTP
-
- separator.
Static variable in class java.io.File
- The system dependent file separator String.
- separatorChar.
Static variable in class java.io.File
- The system dependent file separator character.
- SequenceInputStream(Enumeration).
Constructor for class java.io.SequenceInputStream
- Constructs a new SequenceInputStream initialized to the
specified list.
- SequenceInputStream(InputStream, InputStream).
Constructor for class java.io.SequenceInputStream
- Constructs a new SequenceInputStream initialized to the two
specified input streams.
- ServerSocket().
Constructor for class powersoft.jcm.net.ServerSocket
-
- ServerSocket(int).
Constructor for class java.net.ServerSocket
- Creates a server socket on a specified port.
- ServerSocket(int, int).
Constructor for class java.net.ServerSocket
- Creates a server socket, binds it to the specified local port
and listens to it.
- SERVICE_UNAVAILABLE.
Static variable in interface powersoft.jcm.net.HTTPInterface
-
- set(int).
Method in class java.util.BitSet
- Sets a bit.
- set(String, String, int, String, String).
Method in class java.net.URL
- Sets the fields of the URL.
- setAlignment(int).
Method in class java.awt.Label
- Sets the alignment for this label to the specified
alignment.
- setAlignment(int).
Method in class powersoft.jcm.ui.Label
- Sets the alignment of the text of a label.
- setAllowUserInteraction(boolean).
Method in class java.net.URLConnection
- Some URL connections occasionally need to to interactions with the
user.
- setArray(Object[]).
Method in class powersoft.jcm.util.SortableVector
- Makes a shallow copy of the given array and stores it in the vector.
- setAsciiStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large ASCII value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setAsynchronous(boolean).
Method in class powersoft.jcm.net.BaseSocket
- Sets the mode of the socket to asynchronous or non-asynchronous.
- setAutoCommit(boolean).
Method in interface java.sql.Connection
- If a connection is in auto-commit mode, then all its SQL
statements will be executed and committed as individual
transactions.
- setAutoCommit(boolean).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets the auto-commit mode.
The default value of the property is true.
- setAutoCommit(boolean).
Method in interface powersoft.jcm.db.Transaction
- Determines whether the transaction object is in auto-commit or
manual-commit mode.
- setAutoEdit(boolean).
Method in class powersoft.jcm.db.Query
-
- setAutoRefresh(boolean).
Method in class powersoft.jcm.db.Query
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTAppletEx
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTCanvasEx
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTDialogEx
-
- setAWTEventTarget(AWTEventTarget).
Method in interface powersoft.jcm.ui.AWTEventSource
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTFrameEx
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTPanelEx
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setAWTEventTarget(AWTEventTarget).
Method in class powersoft.jcm.ui.AWTWindowEx
-
- setBackColor(Color).
Method in class powersoft.jcm.ui.Component
- Sets the component's background color.
- setBackground(Color).
Method in class java.awt.Component
- Sets the background color.
- setBignum(int, Bignum).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.lang.Bignum value.
- setBinaryStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large binary value is input to a LONGVARBINARY
parameter, it may be more practical to send it via a
java.io.InputStream.
- setBOFAction(byte).
Method in class powersoft.jcm.db.DataNavigator
- Specifies the behavior of the cursor when the user clicks the data
navigator's "up one row" button when the cursor is at the BOF position.
- setBoolean(int, boolean).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java boolean value.
- setButtonController(ButtonController).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setButtonPainter(ButtonPainter).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setByte(int, byte).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java byte value.
- setBytes(int, byte[]).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java array of bytes.
- setCaretPosition(int).
Method in class powersoft.jcm.ui.TextBox
- Sets the position of the insertion caret in the text box.
- setCatalog(String).
Method in interface java.sql.Connection
- A sub-space of this Connection's database may be selected by setting a
catalog name.
- setChanged().
Method in class java.util.Observable
- Sets a flag to note an observable change.
- setCharAt(int, char).
Method in class java.lang.StringBuffer
- Changes the character at the specified index to be ch.
- setCheckable(boolean).
Method in class powersoft.jcm.ui.MenuItem
-
- setCheckboxGroup(CheckboxGroup).
Method in class java.awt.Checkbox
- Sets the CheckboxGroup to the specified group.
- setChecked(boolean).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setChecked(boolean).
Method in class powersoft.jcm.db.BoundOptionButton
-
- setChecked(boolean).
Method in class powersoft.jcm.ui.CheckBox
-
- setChecked(boolean).
Method in class powersoft.jcm.ui.MenuItem
-
- setChecked(boolean, boolean).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setChecked(boolean, boolean).
Method in class powersoft.jcm.db.BoundOptionButton
-
- setColor(Color).
Method in class java.awt.Graphics
- Sets the current color to the specified color.
- setColorModel(ColorModel).
Method in interface java.awt.image.ImageConsumer
- The ColorModel object used for the majority of
the pixels reported using the setPixels method
calls.
- setColorModel(ColorModel).
Method in class java.awt.image.ImageFilter
- Filter the information provided in the setColorModel method
of the ImageConsumer interface.
- setColorModel(ColorModel).
Method in class java.awt.image.PixelGrabber
- The setColorModel method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setColorModel(ColorModel).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel is an IndexColorModel, and the subclass has
set the canFilterIndexColorModel flag to true, we substitute
a filtered version of the color model here and wherever
that original ColorModel object appears in the setPixels methods.
- setCompareRoutine(CompareRoutine).
Method in class powersoft.jcm.util.SortableVector
- Specifies the comparison routine.
- setConstraints(Component, GridBagConstraints).
Method in class java.awt.GridBagLayout
- Sets the constraints for the specified component.
- setContentHandlerFactory(ContentHandlerFactory).
Static method in class java.net.URLConnection
- Sets the ContentHandler factory.
- setCurrent(Checkbox).
Method in class java.awt.CheckboxGroup
- Sets the current choice to the specified Checkbox.
- setCurrent(OptionButton).
Method in class powersoft.jcm.ui.OptionButtonGroup
-
- setCursor(int).
Method in class powersoft.jcm.ui.Form
- Sets the current cursor type for the form.
- setCursor(int).
Method in class java.awt.Frame
- Set the cursor image to a predefined cursor.
- setCursorName(String).
Method in interface java.sql.Statement
- setCursorname defines the SQL cursor name that will be used by
subsequent Statement execute methods.
- setDaemon(boolean).
Method in class java.lang.Thread
- Marks this Thread as a daemon Thread or a user Thread.
- setDaemon(boolean).
Method in class java.lang.ThreadGroup
- Changes the daemon status of this group.
- setDataBindAsLookup(boolean).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundComboBox
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundLabel
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundOptionButton
-
- setDataColumns(String).
Method in class powersoft.jcm.db.BoundTextBox
-
- setDataColumns(String).
Method in interface powersoft.jcm.db.DataTarget
-
- setDataLookupColumns(String).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataLookupSource(DataSource).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundComboBox
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundLabel
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundOptionButton
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.BoundTextBox
-
- setDataSource(DataSource).
Method in class powersoft.jcm.db.DataNavigator
- Sets the data source associated with the data navigator.
- setDataSource(DataSource).
Method in interface powersoft.jcm.db.DataTarget
-
- setDataSource(String).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets the URL of the data source the transaction object is to
connected to.
- setDataSource(String).
Method in interface powersoft.jcm.db.Transaction
- Sets the name of the data source (database) the transaction
object is connected to.
- setDataTrackRow(boolean).
Method in class powersoft.jcm.db.BoundComboBox
-
- setDataTrackRow(boolean).
Method in class powersoft.jcm.db.BoundListBox
-
- setDataValueChecked(String).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setDataValueChecked(String).
Method in class powersoft.jcm.db.BoundOptionButton
-
- setDataValueUnchecked(String).
Method in class powersoft.jcm.db.BoundCheckBox
-
- setDate(int).
Method in class java.util.Date
- Sets the date.
- setDate(int).
Method in class java.sql.Time
- Sets the date.
- setDate(int, Date).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Date value.
- setDefaultAllowUserInteraction(boolean).
Static method in class java.net.URLConnection
- Sets/gets the default value of the allowUserInteraction flag.
- setDefaultFont(Font).
Static method in class powersoft.jcm.ui.Container
- Sets the default font used for top-level containers.
- setDefaultRequestProperty(String, String).
Static method in class java.net.URLConnection
- Sets/gets the default value of a general request property.
- setDefaultUseCaches(boolean).
Method in class java.net.URLConnection
-
- setDetailedLog(boolean).
Static method in class powersoft.jcm.util.Debug
- Sets the detailed log property.
- setDimensions(int, int).
Method in class java.awt.image.CropImageFilter
- Override the source image's dimensions and pass the dimensions
of the rectangular cropped region to the ImageConsumer.
- setDimensions(int, int).
Method in interface java.awt.image.ImageConsumer
- The dimensions of the source image are reported using the
setDimensions method call.
- setDimensions(int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setDimensions method
of the ImageConsumer interface.
- setDimensions(int, int).
Method in class java.awt.image.PixelGrabber
- The setDimensions method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setDirectory(String).
Method in class java.awt.FileDialog
- Set the directory of the Dialog to the specified directory.
- setDirectory(String).
Method in class powersoft.jcm.ui.FileDialog
-
- setDoInput(boolean).
Method in class java.net.URLConnection
- A URL connection can be used for input and/or output.
- setDoOutput(boolean).
Method in class java.net.URLConnection
- A URL connection can be used for input and/or output.
- setDouble(int, double).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java double value.
- setEchoCharacter(char).
Method in class java.awt.TextField
- Sets the echo character for this TextField.
- setEditable(boolean).
Method in class java.awt.TextComponent
- Sets the specified boolean to indicate whether or not this TextComponent should be
editable.
- setEditSelection(Range).
Method in class powersoft.jcm.ui.TextBox
- Sets the selected text in a text box.
- setElement(int, Object).
Method in class powersoft.jcm.util.SortableVector
- Stores an object in the specified element.
- setElementAt(Object, int).
Method in class java.util.Vector
- Sets the element at the specified index to be the specified object.
- setEnabled(boolean).
Method in class powersoft.jcm.ui.Component
- Sets the enabled state of the component.
- setEnabled(boolean).
Method in class powersoft.jcm.ui.MenuItem
-
- setEOFAction(byte).
Method in class powersoft.jcm.db.DataNavigator
- Specifies the behavior of the cursor when the user clicks the data
navigator's "down one row" button when the cursor is at the BOF position.
- setEscapeProcessing(boolean).
Method in interface java.sql.Statement
- If escape scanning is on (the default), the driver will do
escape substitution before sending the SQL to the database.
- setFile(String).
Method in class java.awt.FileDialog
- Sets the file for this dialog to the specified file.
- setFile(String).
Method in class powersoft.jcm.ui.FileDialog
-
- setFile(String).
Method in class powersoft.jcm.net.Internet
- Sets the file name.
- setFilenameFilter(FilenameFilter).
Method in class java.awt.FileDialog
- Sets the filter for this dialog to the specified filter.
- setFilenameFilter(FilenameFilter).
Method in class powersoft.jcm.ui.FileDialog
-
- setFloat(int, float).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java float value.
- setFocus(boolean).
Method in class powersoft.jcm.ui.Component
-
- setFont(Font).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setFont(Font).
Method in class java.awt.Component
- Sets the font of the component.
- setFont(Font).
Method in class powersoft.jcm.ui.Component
- Sets the font used by the component for drawing text.
- setFont(Font).
Method in class java.awt.Graphics
- Sets the font for all subsequent text-drawing operations.
- setFont(Font).
Method in class java.awt.MenuComponent
- Sets the font to be used for this MenuItem to the specified font.
- setFont(Font).
Method in class powersoft.jcm.ui.MenuComponent
- Sets the font used by the component for drawing text.
- setForeColor(Color).
Method in class powersoft.jcm.ui.Component
-
- setForeground(Color).
Method in class java.awt.Component
- Sets the foreground color.
- setGroup(OptionButtonGroup).
Method in class powersoft.jcm.ui.OptionButton
-
- setGroupLog(String, boolean).
Static method in class powersoft.jcm.util.Debug
- Enables or disables a log group.
- setHandled(boolean).
Method in class powersoft.jcm.event.EventData
-
- setHeight(int).
Method in class powersoft.jcm.ui.Component
- Sets the height of the component.
- setHelpMenu(Menu).
Method in class java.awt.MenuBar
- Sets the help menu to the specified menu on the menu bar.
- setHelpMenu(Menu).
Method in class powersoft.jcm.ui.MenuBar
-
- setHighPriority(boolean).
Method in class powersoft.jcm.util.Timer
-
- setHints(int).
Method in interface java.awt.image.ImageConsumer
- The ImageProducer can deliver the pixels in any order, but
the ImageConsumer may be able to scale or convert the pixels
to the destination ColorModel more efficiently or with higher
quality if it knows some information about how the pixels will
be delivered up front.
- setHints(int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setHints method
of the ImageConsumer interface.
- setHints(int).
Method in class java.awt.image.PixelGrabber
- The setHints method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setHours(int).
Method in class java.sql.Date
- Sets the hours.
- setHours(int).
Method in class java.util.Date
- Sets the hours.
- setIconImage(Image).
Method in class java.awt.Frame
- Sets the image to display when this Frame is iconized.
- setIfModifiedSince(long).
Method in class java.net.URLConnection
- Some protocols support skipping fetching unless the object is newer than some amount of time.
- setImage(Image).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setImage(Image).
Method in class powersoft.jcm.ui.PictureButton
-
- setIncrement(int).
Method in class powersoft.jcm.ui.ScrollBar
-
- setInsets(Insets).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setInsets(Insets).
Method in class powersoft.jcm.ui.PictureButton
-
- setInt(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java int value.
- setLabel(String).
Method in class java.awt.Button
- Sets the button with the specified label.
- setLabel(String).
Method in class java.awt.Checkbox
- Sets the button with the specified label.
- setLabel(String).
Method in class java.awt.MenuItem
- Sets the label to be the specified label.
- setLayout(LayoutManager).
Method in class java.awt.Container
- Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class powersoft.jcm.ui.Container
- Sets the layout manager used by the container.
- setLayoutName(String).
Method in class powersoft.jcm.ui.Component
- Sets the layout name of the component.
- setLeft(int).
Method in class powersoft.jcm.ui.Component
- Sets the left origin of the component.
- setLength(int).
Method in class java.lang.StringBuffer
- Sets the length of the String.
- setLineIncrement(int).
Method in class java.awt.Scrollbar
- Sets the line increment for this scrollbar.
- setLineNumber(int).
Method in class java.io.LineNumberInputStream
- Sets the current line number.
- setLocalPort(int).
Method in class powersoft.jcm.net.BaseSocket
- Sets the local port to be used by the socket.
- setLog(boolean).
Static method in class powersoft.jcm.db.DbUtil
- Specifies whether database debug messages should be output to
the debug log stream.
Notes: This method simply calls Debug#setGroupLog with
'database' as the parameter.
- setLoginTimeout(int).
Static method in class java.sql.DriverManager
- Set the maximum time in seconds that all drivers can wait
when attempting to log in to a database.
- setLoginTimeout(int).
Static method in class powersoft.jcm.db.JDBCTransaction
- Set the maximum time in seconds that all JDBCTransaction objects
can wait when attempting to connect to a database.
- setLogMode(byte).
Static method in class powersoft.jcm.util.Debug
- Sets the log mode
- setLogStream(PrintStream).
Static method in class powersoft.jcm.util.Debug
- sets the log stream to which logs are made
- setLogStream(PrintStream).
Static method in class java.sql.DriverManager
- Set the logging/tracing PrintStream that is used by the DriverManager
and all drivers.
- setLong(int, long).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java long value.
- setMainWindow(boolean).
Method in class powersoft.jcm.ui.PopupWindow
-
- setMaxFieldSize(int).
Method in interface java.sql.Statement
- The maxFieldSize limit (in bytes) is set to limit the size of
data that can be returned for any column value; it only applies
to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
LONGVARCHAR fields.
- setMaxPriority(int).
Method in class java.lang.ThreadGroup
- Sets the maximum priority of the group.
- setMaxRows(int).
Method in interface java.sql.Statement
- The maxRows limit is set to limit the number of rows that any
ResultSet can contain.
- setMenuBar(MenuBar).
Method in class powersoft.jcm.ui.Form
-
- setMenuBar(MenuBar).
Method in class java.awt.Frame
- Sets the menubar for this Frame to the specified menubar.
- setMinutes(int).
Method in class java.sql.Date
- Sets the minutes.
- setMinutes(int).
Method in class java.util.Date
- Sets the minutes.
- setModified(boolean).
Method in class powersoft.jcm.ui.TextBox
- Sets the text box "Modified" property.
- setMonth(int).
Method in class java.util.Date
- Sets the month.
- setMonth(int).
Method in class java.sql.Time
- Sets the month.
- setMultiLine(boolean).
Method in class powersoft.jcm.ui.TextBox
- Determines whether the text box can contain a single line or
multiple lines of text.
- setMultipleSelection(boolean).
Method in class powersoft.jcm.ui.ListBox
- Establishes whether more than one list box item can be
selected at one time.
- setMultipleSelections(boolean).
Method in class java.awt.List
- Sets whether this list should allow multiple selections or not.
- setName(String).
Method in class powersoft.jcm.ui.Component
- Sets the name of the component.
- setName(String).
Method in class powersoft.jcm.ui.MenuComponent
- Sets the name of the menu component.
- setName(String).
Method in class java.lang.Thread
- Sets the Thread's name.
- setNanos(int).
Method in class java.sql.Timestamp
- Set the Timestamp's nanos value
- setNextException(SQLException).
Method in class java.sql.SQLException
- Add an SQLException to the end of the chain.
- setNextWarning(SQLWarning).
Method in class java.sql.SQLWarning
- Add an SQLWarning to the end of the chain.
- setNull(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to SQL NULL.
- setObject(int, Object).
Method in interface java.sql.PreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int).
Method in interface java.sql.PreparedStatement
- This method is like setObject above, but assumes a scale of zero.
- setObject(int, Object, int, int).
Method in interface java.sql.PreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(Object).
Method in class powersoft.jcm.db.DataValue
-
- setPageIncrement(int).
Method in class java.awt.Scrollbar
- Sets the page increment for this scrollbar.
- setPageSize(int).
Method in class powersoft.jcm.ui.ScrollBar
-
- setPaintMode().
Method in class java.awt.Graphics
- Sets the paint mode to overwrite the destination with the
current color.
- setPanel(int, Panel).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setPanel(int, Panel).
Method in class powersoft.jcm.ui.TabControl
-
- setParent(Container).
Method in class powersoft.jcm.ui.Component
- Sets the parent of the component.
- setParent(Container).
Method in class powersoft.jcm.ui.OptionButton
-
- setParent(MenuContainer).
Method in class powersoft.jcm.ui.MenuComponent
- Sets the parent of the component.
- setPassword(String).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets the password used in the connection.
- setPassword(String).
Method in interface powersoft.jcm.db.Transaction
- Sets the password used in the connection.
- setPasswordCharacter(char).
Method in class powersoft.jcm.ui.TextBox
- Determines the password character.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine whether the delivered byte pixels intersect the region to
be extracted and passes through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of bytes.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine if the delivered int pixels intersect the region to
be extracted and pass through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of integers.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel, otherwise converts the buffer of integer
pixels to the default RGB ColorModel and passes the converted
buffer to the filterRGBPixels method to be converted one by one.
- setPrimaryKeyColumn(String).
Method in class powersoft.jcm.db.Query
- Sets the name of the primary key column in the SQL statement if any.
- setPriority(int).
Method in class java.lang.Thread
- Sets the Thread's priority.
- setProperties(Hashtable).
Method in class java.awt.image.CropImageFilter
- Passes along the properties from the source object after adding a
property indicating the cropped region.
- setProperties(Hashtable).
Method in interface java.awt.image.ImageConsumer
- Sets the extensible list of properties associated with this image.
- setProperties(Hashtable).
Method in class java.awt.image.ImageFilter
- Passes the properties from the source object along after adding a
property indicating the stream of filters it has been run through.
- setProperties(Hashtable).
Method in class java.awt.image.PixelGrabber
- The setProperties method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setProperties(Properties).
Static method in class java.lang.System
- Sets the System properties to the specified properties.
- setProperty(String, String).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets a property used in the connection.
- setProtocolName(String).
Method in class powersoft.jcm.net.FTP
- Sets the protocol name.
- setProtocolName(String).
Method in class powersoft.jcm.net.HTTP
-
- setProtocolName(String).
Method in class powersoft.jcm.net.Internet
- Sets the protocol name
- setQueryTimeout(int).
Method in interface java.sql.Statement
- The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setReadOnly(boolean).
Method in interface java.sql.Connection
- You can put a connection in read-only mode as a hint to enable
database optimizations.
- setReadOnly(boolean).
Method in class powersoft.jcm.ui.TextBox
- Determines whether the text box is read only.
- setRectangle(Rectangle).
Method in class powersoft.jcm.ui.Component
- Sets the bounding rectangle for the object in client coordinates
of the parent window.
- setRef(String).
Method in class powersoft.jcm.net.Internet
- Sets the reference.
- setRemoteHostName(String).
Method in class powersoft.jcm.net.BaseSocket
- Sets the name of the remote host in preparation of a connect
operation on a stream socket.
- setRemotePort(int).
Method in class powersoft.jcm.net.BaseSocket
- Sets the port of the remote host in preparation of a connect
operation on a stream socket.
- setRequestProperty(String, String).
Method in class java.net.URLConnection
- Sets/gets a general request property.
- setResizable(boolean).
Method in class java.awt.Dialog
- Sets the resizable flag.
- setResizable(boolean).
Method in class powersoft.jcm.ui.Form
-
- setResizable(boolean).
Method in class java.awt.Frame
- Sets the resizable flag.
- setResizePercent(Component, Rectangle).
Method in class powersoft.jcm.ui.ResizePercentLayout
-
- setResizePercentages(Rectangle).
Method in class powersoft.jcm.ui.Component
-
- setRoundingOption(int).
Static method in class java.lang.Bignum
- Sets the rounding option for all Bignum's in a program; the
default rounding option is ROUND_ABOVE_4.
- setRowChanged(boolean).
Method in interface powersoft.jcm.db.DataSource
-
- setRowChanged(boolean).
Method in class powersoft.jcm.db.Query
-
- setScale(int).
Method in class java.lang.Bignum
- Returns a Bignum copied from the current object with the scale
set as specified by the argument.
- setScrollPosition(int).
Method in class powersoft.jcm.ui.ScrollBar
-
- setScrollRange(Range).
Method in class powersoft.jcm.ui.ScrollBar
-
- setSeconds(int).
Method in class java.sql.Date
- Sets the seconds.
- setSeconds(int).
Method in class java.util.Date
- Sets the seconds.
- setSecurityManager(SecurityManager).
Static method in class java.lang.System
- Sets the System security.
- setSeed(long).
Method in class java.util.Random
- Sets the seed of the random number generator using a single
long
seed.
- setSelected(int).
Method in class powersoft.jcm.ui.AWTTabControl
- Sets the currently selected item and updates the control accordingly.
- setSelected(int).
Method in class powersoft.jcm.ui.ComboBox
-
- setSelected(int).
Method in class powersoft.jcm.ui.ListBox
- Selects the item with the given index in a listbox.
- setSelected(int).
Method in class powersoft.jcm.ui.TabControl
-
- setSelected(int, boolean).
Method in class powersoft.jcm.ui.ListBox
- Selects or deselects a listbox item.
- setServerName(String).
Method in class powersoft.jcm.net.Internet
- Sets the server name.
- setServerPort(int).
Method in class powersoft.jcm.net.Internet
- Sets the server port.
- setShort(int, short).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java short value.
- setShowAdd(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowCancel(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowDelete(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowEdit(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowFocus(boolean).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setShowFocus(boolean).
Method in class powersoft.jcm.ui.PictureButton
-
- setShowMoveFirst(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowMoveLast(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowMoveNext(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowMovePrevious(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowRefresh(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setShowState(byte, boolean).
Method in class powersoft.jcm.db.DataNavigator
- Show or hide a button in the navigator.
- setShowUpdate(boolean).
Method in class powersoft.jcm.db.DataNavigator
-
- setSize(int).
Method in class java.util.Vector
- Sets the size of the vector.
- setSocketFactory(SocketImplFactory).
Static method in class java.net.ServerSocket
- Sets the system's server SocketImplFactory.
- setSocketImplFactory(SocketImplFactory).
Static method in class java.net.Socket
- Sets the system's client SocketImplFactory.
- setSort(boolean).
Method in class powersoft.jcm.ui.ListBox
- Establishes whether the items in a list box will be sorted in
ascending alphanumeric order.
- setSQL(String).
Method in class powersoft.jcm.db.Query
-
- setState(boolean).
Method in class java.awt.Checkbox
- Sets the Checkbox to the specifed boolean state.
- setState(boolean).
Method in class java.awt.CheckboxMenuItem
- Sets the state of this MenuItem if it is a Checkbox.
- setState(int).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setState(int).
Method in class powersoft.jcm.ui.PictureButton
-
- setStep(int).
Method in class powersoft.jcm.ui.ScrollBar
-
- setString(int, String).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java String value.
- setString(String).
Method in class powersoft.jcm.db.DataValue
-
- setStub(AppletStub).
Method in class java.applet.Applet
- Sets the applet stub.
- setStub(AppletStub).
Method in class powersoft.jcm.ui.Applet
-
- setTabHeight(int).
Method in class powersoft.jcm.ui.TabControl
-
- setTabSize(Dimension).
Method in class powersoft.jcm.ui.TabControl
-
- setTabSize(int, int).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setTabSize(int, int).
Method in class powersoft.jcm.ui.TabControl
-
- setTabWidth(int).
Method in class powersoft.jcm.ui.TabControl
-
- setTearOff(boolean).
Method in class powersoft.jcm.ui.Menu
-
- setText(int, String).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setText(int, String).
Method in class powersoft.jcm.ui.TabControl
-
- setText(String).
Method in class powersoft.jcm.ui.AWTGroupBox
-
- setText(String).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setText(String).
Method in class powersoft.jcm.ui.CheckBox
-
- setText(String).
Method in class powersoft.jcm.ui.CommandButton
-
- setText(String).
Method in class powersoft.jcm.ui.Component
- Sets the text of the component.
- setText(String).
Method in class powersoft.jcm.ui.Form
-
- setText(String).
Method in class powersoft.jcm.ui.GroupBox
-
- setText(String).
Method in class java.awt.Label
- Sets the text for this label to the specified text.
- setText(String).
Method in class powersoft.jcm.ui.Label
-
- setText(String).
Method in class powersoft.jcm.ui.MenuComponent
- Sets the text of the component.
- setText(String).
Method in class powersoft.jcm.ui.MenuItem
-
- setText(String).
Method in class powersoft.jcm.ui.ModelessDialog
-
- setText(String).
Method in class powersoft.jcm.ui.PictureButton
-
- setText(String).
Method in class powersoft.jcm.ui.TextBox
- Sets the text in a text box.
- setText(String).
Method in class java.awt.TextComponent
- Sets the text of this TextComponent to the specified text.
- setTextPosition(int).
Method in class powersoft.jcm.ui.AWTPictureButton
-
- setTextPosition(int).
Method in class powersoft.jcm.ui.PictureButton
-
- setTime(int, Time).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Time value.
- setTime(long).
Method in class java.sql.Date
- Set a Date using a milliseconds time value
- setTime(long).
Method in class java.util.Date
- Sets the time.
- setTime(long).
Method in class java.sql.Time
- Set a Time using a milliseconds time value
- setTimestamp(int, Timestamp).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Timestamp value.
- setTitle(String).
Method in class java.awt.Dialog
- Sets the title of the Dialog.
- setTitle(String).
Method in class java.awt.Frame
- Sets the title for this Frame to the specified title.
- setTop(int).
Method in class powersoft.jcm.ui.Component
- Sets the top origin of the component.
- setTopIndex(int).
Method in class powersoft.jcm.ui.ListBox
- Ensures that the listbox item with the given index will be visible.
- setTraceToLog(boolean).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets the TraceToLog property.
The TraceToLog property determines whether the object records
important actions in the debug log.
Notes: Information is only written to the debug log when
you run a Debug version of the application.
- setTraceToLog(boolean).
Method in class powersoft.jcm.db.Query
- Notes: property ignored in release target
- setTraceToLog(boolean).
Method in interface powersoft.jcm.db.Transaction
- Sets the TraceToLog property.
The TraceToLog property determines whether the object records
important actions in the debug log.
Notes: Information is only written to the debug log when
you run a Debug version of the application.
- setTransactionIsolation(int).
Method in interface java.sql.Connection
- You can call this method to try to change the transaction
isolation level using one of the TRANSACTION_* values.
- setTransactionObject(Transaction).
Method in class powersoft.jcm.db.Query
- Specifies the transaction object that the query object is
associated with.
Notes: A query object can be associated with one and only
one transaction object.
- setType(byte).
Method in class powersoft.jcm.net.Socket
- Sets the socket type.
- setUnicodeStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large UNICODE value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setURL(URL, String, String, int, String, String).
Method in class java.net.URLStreamHandler
- Calls the (protected) set method out of the URL given.
- setURLStreamHandlerFactory(URLStreamHandlerFactory).
Static method in class java.net.URL
- Sets the URLStreamHandler factory.
- setUseCaches(boolean).
Method in class java.net.URLConnection
- Some protocols do caching of documents.
- setUserData(int, Object).
Method in class powersoft.jcm.ui.AWTTabControl
-
- setUserData(int, Object).
Method in class powersoft.jcm.db.BoundListBox
- Sets the user data at an index
- setUserData(int, Object).
Method in class powersoft.jcm.ui.ComboBox
- Sets the user data for the item at the given index.
- setUserData(int, Object).
Method in class powersoft.jcm.ui.ListBox
- Sets the user data for the item at the given index.
- setUserData(int, Object).
Method in class powersoft.jcm.ui.TabControl
-
- setUserData(Object).
Method in class powersoft.jcm.ui.Component
-
- setUserData(Object).
Method in class powersoft.jcm.ui.MenuComponent
-
- setUserid(String).
Method in class powersoft.jcm.db.JDBCTransaction
- Sets the user ID used in the connection.
- setUserid(String).
Method in interface powersoft.jcm.db.Transaction
- Sets the user ID used in the connection.
- setUserName(String).
Method in class powersoft.jcm.net.Internet
- Sets the user name.
- setUserPassword(String).
Method in class powersoft.jcm.net.Internet
- Sets the user password.
- setValue(DataValue).
Method in interface powersoft.jcm.db.DataColumn
-
- setValue(int).
Method in class java.awt.Scrollbar
- Sets the value of this Scrollbar to the specified value.
- setValue(int, DataValue).
Method in interface powersoft.jcm.db.DataSource
-
- setValue(int, DataValue).
Method in class powersoft.jcm.db.Query
-
- setValues(int, int, int, int).
Method in class java.awt.Scrollbar
- Sets the values for this Scrollbar.
- setValues(int, int, Range).
Method in class powersoft.jcm.ui.ScrollBar
-
- setVisible(boolean).
Method in class powersoft.jcm.ui.Component
- Sets the visibility of a component.
- setWidth(int).
Method in class powersoft.jcm.ui.Component
- Sets the width of the component.
- setXORMode(Color).
Method in class java.awt.Graphics
- Sets the paint mode to alternate between the current color
and the new specified color.
- setYear(int).
Method in class java.util.Date
- Sets the year.
- setYear(int).
Method in class java.sql.Time
- Sets the year.
- setZOrder(int).
Method in class powersoft.jcm.ui.Component
-
- SHIFT_MASK.
Static variable in class java.awt.Event
- The shift modifier constant.
- shiftDown().
Method in class java.awt.Event
- Checks if the shift key is down.
- shiftLeft(int).
Method in class java.lang.Bignum
- Returns a new Bignum calculated by shifting this Bignum to the
left by the number of bits given in shiftBits.
- shiftRight(int).
Method in class java.lang.Bignum
- Returns a new Bignum whose value is calculated by shifting this
Bignum to the left by the number of bits given in shiftBits
- SHORT_LIST.
Static variable in interface powersoft.jcm.net.FTPInterface
-
- show().
Method in class java.awt.Component
- Shows the component.
- show().
Method in class java.awt.Window
- Shows the Window.
- show(boolean).
Method in class java.awt.Component
- Conditionally shows the component.
- show(Container, String).
Method in class java.awt.CardLayout
- Flips to the specified component name in the specified container.
- showDocument(URL).
Method in interface java.applet.AppletContext
- Shows a new document.
- showDocument(URL, String).
Method in interface java.applet.AppletContext
- Show a new document in a target window or frame.
- showStatus(String).
Method in class java.applet.Applet
- Shows a status message in the applet's context.
- showStatus(String).
Method in class powersoft.jcm.ui.Applet
-
- showStatus(String).
Method in interface java.applet.AppletContext
- Show a status string.
- significantBits().
Method in class java.lang.Bignum
- Returns the number of significant bits in the Bignum.
- sin(double).
Static method in class java.lang.Math
- Returns the trigonometric sine of an angle.
- SINGLEFRAME.
Static variable in interface java.awt.image.ImageConsumer
- The image contain a single static image.
- SINGLEFRAMEDONE.
Static variable in interface java.awt.image.ImageConsumer
- One frame of the image is complete but there are more frames
to be delivered.
- SINGLEPASS.
Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in a single pass.
- size.
Variable in class java.awt.Font
- The point size of this font.
- size().
Method in class java.util.BitSet
- Calculates and returns the set's size
- size().
Method in class java.io.ByteArrayOutputStream
- Returns the current size of the buffer.
- size().
Method in class java.awt.Component
- Returns the current size of this component.
- size().
Method in class java.io.DataOutputStream
- Returns the number of bytes written.
- size().
Method in class java.util.Dictionary
- Returns the number of elements contained within the Dictionary.
- size().
Method in class powersoft.jcm.event.EventListenerVector
-
- size().
Method in class java.util.Hashtable
- Returns the number of elements contained in the hashtable.
- size().
Method in class powersoft.jcm.util.Multimap
- Returns the number of keys in the multi-map.
- size().
Method in class java.util.Vector
- Returns the number of elements in the vector.
- skip(long).
Method in class java.io.BufferedInputStream
- Skips n bytes of input.
- skip(long).
Method in class java.io.ByteArrayInputStream
- Skips n bytes of input.
- skip(long).
Method in class java.io.FileInputStream
- Skips n bytes of input.
- skip(long).
Method in class java.io.FilterInputStream
- Skips bytes of input.
- skip(long).
Method in class java.io.InputStream
- Skips n bytes of input.
- skip(long).
Method in class java.io.LineNumberInputStream
- Skips n bytes of input.
- skip(long).
Method in class java.io.StringBufferInputStream
- Skips n bytes of input.
- skipBytes(int).
Method in interface java.io.DataInput
- Skips bytes, block until all bytes are skipped.
- skipBytes(int).
Method in class java.io.DataInputStream
- Skips bytes, blocks until all bytes are skipped.
- skipBytes(int).
Method in class java.io.RandomAccessFile
-
- slashSlashComments(boolean).
Method in class java.io.StreamTokenizer
-
If the flag is true, recognize C++ style( // ) comments.
- slashStarComments(boolean).
Method in class java.io.StreamTokenizer
-
If the flag is true, recognize C style( /* ) comments.
- sleep(long).
Static method in class java.lang.Thread
- Causes the currently executing Thread to sleep for the specified
number of milliseconds.
- sleep(long, int).
Static method in class java.lang.Thread
- Sleep, in milliseconds and additional nanosecond.
- SMALLINT.
Static variable in class java.sql.Types
-
- SockDGRAM.
Static variable in class powersoft.jcm.net.Socket
-
- Socket().
Constructor for class powersoft.jcm.net.Socket
-
- Socket(InetAddress, int).
Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified address on
the specified port.
- Socket(InetAddress, int, boolean).
Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified address on
the specified port.
- Socket(Socket).
Constructor for class powersoft.jcm.net.Socket
- The following constuctor is used by ServerSocket to return
an accepted socket.
- Socket(String, int).
Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port on
the specified host.
- Socket(String, int, boolean).
Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified port on
the specified host.
- socketConnect(SocketConnectEvent).
Method in interface powersoft.jcm.event.SocketConnectListener
-
- SocketConnectEvent(Object).
Constructor for class powersoft.jcm.event.SocketConnectEvent
-
- socketConnectionRequest(SocketConnectionRequestEvent).
Method in interface powersoft.jcm.event.SocketConnectionRequestListener
-
- SocketConnectionRequestEvent(Object, Socket).
Constructor for class powersoft.jcm.event.SocketConnectionRequestEvent
-
- socketDataArrival(SocketDataArrivalEvent).
Method in interface powersoft.jcm.event.SocketDataArrivalListener
-
- SocketDataArrivalEvent(Object, int).
Constructor for class powersoft.jcm.event.SocketDataArrivalEvent
-
- socketError(SocketErrorEvent).
Method in interface powersoft.jcm.event.SocketErrorListener
-
- SocketErrorEvent(Object, byte).
Constructor for class powersoft.jcm.event.SocketErrorEvent
-
- SocketException().
Constructor for class java.net.SocketException
- Constructs a new SocketException with no detail message.
- SocketException(String).
Constructor for class java.net.SocketException
- Constructs a new SocketException with the specified detail
message.
- socketHostResolved(SocketHostResolvedEvent).
Method in interface powersoft.jcm.event.SocketHostResolvedListener
-
- SocketHostResolvedEvent(Object, InetAddress).
Constructor for class powersoft.jcm.event.SocketHostResolvedEvent
-
- SocketImpl().
Constructor for class java.net.SocketImpl
-
- socketSendComplete(SocketSendCompleteEvent).
Method in interface powersoft.jcm.event.SocketSendCompleteListener
-
- SocketSendCompleteEvent(Object).
Constructor for class powersoft.jcm.event.SocketSendCompleteEvent
-
- SockSTREAM.
Static variable in class powersoft.jcm.net.Socket
-
- SockUNKNOWN.
Static variable in class powersoft.jcm.net.Socket
- socket types
- SOMEBITS.
Static variable in interface java.awt.image.ImageObserver
- More pixels needed for drawing a scaled variation of the image
are available.
- sort().
Method in class powersoft.jcm.ui.ComboBox
-
- sort().
Method in class powersoft.jcm.ui.ListBox
-
- sort().
Method in class powersoft.jcm.util.SortableVector
- Sorts the vector using the comparison routine specified by the
CompareRoutine property.
- SortableVector().
Constructor for class powersoft.jcm.util.SortableVector
- Constructs an empty vector.
- SortableVector(CompareRoutine).
Constructor for class powersoft.jcm.util.SortableVector
- Constructs an empty vector and sets the compare routine as specified.
- SortableVector(int).
Constructor for class powersoft.jcm.util.SortableVector
- Constructs a vector initially containing the specified number
of null values.
- SortableVector(Object[]).
Constructor for class powersoft.jcm.util.SortableVector
- Constructs a vector from the elements of the specified array.
- SortableVector(Vector).
Constructor for class powersoft.jcm.util.SortableVector
- Constructs a vector from the elements of the specified vector.
- sortTwo(int).
Method in class powersoft.jcm.util.SortableVector
-
- SOUTH.
Static variable in class java.awt.GridBagConstraints
-
- SOUTHEAST.
Static variable in class java.awt.GridBagConstraints
-
- SOUTHWEST.
Static variable in class java.awt.GridBagConstraints
-
- SQLException().
Constructor for class java.sql.SQLException
- Construct an SQLException; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SQLException(String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLException(String, String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason and SQLState;
vendorCode defaults to 0.
- SQLException(String, String, int).
Constructor for class java.sql.SQLException
- Construct a fully-specified SQLException
- SQLWarning().
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning ; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SQLWarning(String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLWarning(String, String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason and SQLState;
vendorCode defaults to 0.
- SQLWarning(String, String, int).
Constructor for class java.sql.SQLWarning
- Construct a fully specified SQLWarning.
- sqrt().
Method in class java.lang.Bignum
- Square root
Returns the square root of this Bignum.
- sqrt(double).
Static method in class java.lang.Math
- Returns the square root of a.
- Stack().
Constructor for class java.util.Stack
-
- StackOverflowError().
Constructor for class java.lang.StackOverflowError
- Constructs a StackOverflowError with no detail message.
- StackOverflowError(String).
Constructor for class java.lang.StackOverflowError
- Constructs a StackOverflowError with the specified detail message.
- start.
Variable in class powersoft.jcm.ui.Range
-
- start().
Method in class java.applet.Applet
- Called to start the applet.
- start().
Method in class powersoft.jcm.ui.Applet
-
- start().
Method in class powersoft.jcm.ui.AWTAppletEx
-
- start().
Method in class java.lang.Thread
- Starts this Thread.
- start(long).
Method in class powersoft.jcm.util.Timer
-
- start(long, int).
Method in class powersoft.jcm.util.Timer
-
- start(StartEvent).
Method in interface powersoft.jcm.event.StartListener
-
- StartEvent(Object).
Constructor for class powersoft.jcm.event.StartEvent
-
- startProduction(ImageConsumer).
Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in interface java.awt.image.ImageProducer
- This method both registers the given ImageConsumer object
as a consumer and starts an immediate reconstruction of
the image data which will then be delivered to this
consumer and any other consumer which may have already
been registered with the producer.
- startProduction(ImageConsumer).
Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately start delivery of the
image data through the ImageConsumer interface.
- startsWith(String).
Method in class java.lang.String
- Determines whether this String starts with some prefix.
- startsWith(String, int).
Method in class java.lang.String
- Determines whether this String starts with some prefix.
- STATICIMAGEDONE.
Static variable in interface java.awt.image.ImageConsumer
- The image is complete and there are no more pixels or frames
to be delivered.
- status().
Method in class java.awt.image.PixelGrabber
- Return the status of the pixels.
- statusAll(boolean).
Method in class java.awt.MediaTracker
- Returns the boolean OR of the status of all of the media being
tracked.
- statusID(int, boolean).
Method in class java.awt.MediaTracker
- Returns the boolean OR of the status of all of the media with
a given ID.
- stop().
Method in class java.applet.Applet
- Called to stop the applet.
- stop().
Method in class powersoft.jcm.ui.Applet
-
- stop().
Method in interface java.applet.AudioClip
- Stops playing the clip.
- stop().
Method in class powersoft.jcm.ui.AWTAppletEx
-
- stop().
Method in class java.lang.Thread
- Stops a Thread by tossing an object.
- stop().
Method in class java.lang.ThreadGroup
- Stops all the Threads in this Thread group and all of its sub groups.
- stop().
Method in class powersoft.jcm.util.Timer
-
- stop(StopEvent).
Method in interface powersoft.jcm.event.StopListener
-
- stop(Throwable).
Method in class java.lang.Thread
- Stops a Thread by tossing an object.
- StopEvent(Object).
Constructor for class powersoft.jcm.event.StopEvent
-
- storesLowerCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in lower case?
- storesLowerCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in lower case?
- storesMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in mixed case?
- storesMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in mixed case?
- storesUpperCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
- storesUpperCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in upper case?
- StreamTokenizer(InputStream).
Constructor for class java.io.StreamTokenizer
-
Creates a stream tokenizer that parses the specified input
stream.
- String().
Constructor for class java.lang.String
- Constructs a new empty String.
- String(byte[], int).
Constructor for class java.lang.String
- Constructs a new String whose value is the specified array of bytes.
- String(byte[], int, int, int).
Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified subarray of bytes.
- String(char[]).
Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified array
of characters.
- String(char[], int, int).
Constructor for class java.lang.String
- Constructs a new String whose initial value is the specified sub array of characters.
- String(String).
Constructor for class java.lang.String
- Constructs a new String that is a copy of the specified String.
- String(StringBuffer).
Constructor for class java.lang.String
- Construct a new string whose value is the current contents of the
given string buffer
- StringBuffer().
Constructor for class java.lang.StringBuffer
- Constructs an empty String buffer.
- StringBuffer(int).
Constructor for class java.lang.StringBuffer
- Constructs an empty String buffer with the specified initial length.
- StringBuffer(String).
Constructor for class java.lang.StringBuffer
- Constructs a String buffer with the specified initial value.
- StringBufferInputStream(String).
Constructor for class java.io.StringBufferInputStream
- Creates an StringBufferInputStream from the specified array of
bytes.
- StringIndexOutOfBoundsException().
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException with no detail message.
- StringIndexOutOfBoundsException(int).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException initialized with
the specified index.
- StringIndexOutOfBoundsException(String).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a StringIndexOutOfBoundsException with the specified detail message.
- StringTokenizer(String).
Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
default delimiter set (which is " \t\n\r").
- StringTokenizer(String, String).
Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
specified delimiter set.
- StringTokenizer(String, String, boolean).
Constructor for class java.util.StringTokenizer
- Constructs a StringTokenizer on the specified String, using the
specified delimiter set.
- StringUtility().
Constructor for class powersoft.jcm.util.StringUtility
-
- stringWidth(String).
Method in class java.awt.FontMetrics
- Returns the total advance width for showing the specified String
in this Font.
- style.
Variable in class java.awt.Font
- The style of the font.
- substituteColorModel(ColorModel, ColorModel).
Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution.
- substring(int).
Method in class java.lang.String
- Returns the substring of this String.
- substring(int, int).
Method in class java.lang.String
- Returns the substring of a String.
- subtract(Bignum).
Method in class java.lang.Bignum
- Returns the arithmetic difference between the Bignum and the
argument.
- SUNKEN.
Static variable in class powersoft.jcm.ui.AWTPictureButton
-
- SUNKEN.
Static variable in class powersoft.jcm.ui.PictureButton
-
- supportsAlterTableWithAddColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 entry level SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsANSI92FullSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 intermediate SQL grammar supported?
- supportsCatalogsInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a table definition statement?
- supportsColumnAliasing().
Method in interface java.sql.DatabaseMetaData
- Is column aliasing supported?
If so, the SQL AS clause can be used to provide names for
computed columns or to provide alias names for columns as
required.
- supportsConvert().
Method in interface java.sql.DatabaseMetaData
- Is the CONVERT function between SQL types supported?
- supportsConvert(int, int).
Method in interface java.sql.DatabaseMetaData
- Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries().
Method in interface java.sql.DatabaseMetaData
- Are correlated subqueries supported?
A JDBC-Compliant driver always returns true.
- supportsDataDefinitionAndDataManipulationTransactions().
Method in interface java.sql.DatabaseMetaData
- Are both data definition and data manipulation statements
within a transaction supported?
- supportsDataManipulationTransactionsOnly().
Method in interface java.sql.DatabaseMetaData
- Are only data manipulation statements within a transaction
supported?
- supportsDifferentTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- If table correlation names are supported, are they restricted
to be different from the names of the tables?
- supportsExpressionsInOrderBy().
Method in interface java.sql.DatabaseMetaData
- Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Are full nested outer joins supported?
- supportsGroupBy().
Method in interface java.sql.DatabaseMetaData
- Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility().
Method in interface java.sql.DatabaseMetaData
- Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause().
Method in interface java.sql.DatabaseMetaData
- Is the escape character in "LIKE" clauses supported?
A JDBC-Compliant driver always returns true.
- supportsLimitedOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Minimum SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return false.
- supportsMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return false.
- supportsMultipleResultSets().
Method in interface java.sql.DatabaseMetaData
- Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions().
Method in interface java.sql.DatabaseMetaData
- Can we have multiple transactions open at once (on different
connections)?
- supportsNonNullableColumns().
Method in interface java.sql.DatabaseMetaData
- Can columns be defined as non-nullable?
A JDBC-Compliant driver always returns true.
- supportsOpenCursorsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across rollbacks?
- supportsOrderByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can an "ORDER BY" clause use columns not in the SELECT?
- supportsOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is some form of outer join supported?
- supportsPositionedDelete().
Method in interface java.sql.DatabaseMetaData
- Is positioned DELETE supported?
- supportsPositionedUpdate().
Method in interface java.sql.DatabaseMetaData
- Is positioned UPDATE supported?
- supportsSchemasInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a table definition statement?
- supportsSelectForUpdate().
Method in interface java.sql.DatabaseMetaData
- Is SELECT for UPDATE supported?
- supportsStoredProcedures().
Method in interface java.sql.DatabaseMetaData
- Are stored procedure calls using the stored procedure escape
syntax supported?
- supportsSubqueriesInComparisons().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in comparison expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInExists().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'exists' expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInIns().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'in' statements supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInQuantifieds().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in quantified expressions supported?
A JDBC-Compliant driver always returns true.
- supportsTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- Are table correlation names supported?
A JDBC-Compliant driver always returns true.
- supportsTransactionIsolationLevel(int).
Method in interface java.sql.DatabaseMetaData
- Does the database support the given transaction isolation level?
- supportsTransactions().
Method in interface java.sql.DatabaseMetaData
- Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
- supportsUnion().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION supported?
- supportsUnionAll().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION ALL supported?
- suspend().
Method in class java.lang.Thread
- Suspends this Thread's execution.
- suspend().
Method in class java.lang.ThreadGroup
- Suspends all the Threads in this Thread group and all of its sub groups.
- sval.
Variable in class java.io.StreamTokenizer
- The Stream value.
- SW_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- sync().
Method in class java.awt.Toolkit
- Syncs the graphics state; useful when doing animation.