- S_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-resize cursor type.
- S_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- SATURDAY.
Static variable in class java.util.Calendar
- Useful constant for days of week.
- 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.
- saveInternal(ObjectOutputStream, String).
Method in class java.awt.AWTEventMulticaster
-
- SB_SIZE.
Static variable in class jclass.bwt.BWTEnum
-
- SCALE_AREA_AVERAGING.
Static variable in class java.awt.Image
- Use the Area Averaging image scaling algorithm.
- SCALE_DEFAULT.
Static variable in class java.awt.Image
- Use the default image scaling algorithm.
- SCALE_FAST.
Static variable in class java.awt.Image
- Choose an image scaling algorithm that gives higher priority
to scaling speed than smoothness of the scaled image.
- SCALE_REPLICATE.
Static variable in class java.awt.Image
- Use the ReplicateScaleFilter image scaling algorithm.
- SCALE_SMOOTH.
Static variable in class java.awt.Image
- Choose an image scaling algorithm that gives higher priority
to image smoothness than scaling speed.
- SCROLL_ABSOLUTE.
Static variable in class java.awt.Event
- The absolute scroll event.
- SCROLL_BEGIN.
Static variable in class java.awt.Event
- The scroll begin event.
- SCROLL_END.
Static variable in class java.awt.Event
- The scroll end event.
- SCROLL_LINE_DOWN.
Static variable in class java.awt.Event
- The line down scroll event.
- SCROLL_LINE_UP.
Static variable in class java.awt.Event
-
The line up scroll event.
- SCROLL_LOCK.
Static variable in class java.awt.Event
- The ScrollLock action-key.
- 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.
Static variable in class java.awt.SystemColor
- The background color for scrollbars.
- SCROLLBAR.
Static variable in class java.awt.SystemColor
- The array index for the scrollbar background color.
- 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.
- SCROLLBARS_ALWAYS.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_BOTH.
Static variable in class java.awt.TextArea
- Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_HORIZONTAL_ONLY.
Static variable in class java.awt.TextArea
- Create and display horizontal scrollbar only.
- SCROLLBARS_NEVER.
Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should never be shown
regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_NONE.
Static variable in class java.awt.TextArea
- Do not create or display any scrollbars for the text area.
- SCROLLBARS_VERTICAL_ONLY.
Static variable in class java.awt.TextArea
- Create and display vertical scrollbar only.
- scrolled_window.
Variable in class jclass.bwt.JCListComponent
- Parent window.
- scrolled_window.
Variable in class jclass.bwt.JCOutlinerComponent
- Parent window.
- scrolled_window.
Variable in class jclass.bwt.JCScrollbar
- Parent window.
- scrolled_window.
Variable in class jclass.bwt.JCTextAreaComponent
- Parent window.
- scrollEnd(Event).
Method in class jclass.bwt.JCTextComponent
- Scrolls to the last line.
- scrollHome(Event).
Method in class jclass.bwt.JCTextComponent
- Scrolls to the first line.
- scrollHorizontal(int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls the window horizontally to the specified value.
- scrollHorizontal(JCAdjustmentEvent, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Scrolls the window horizontally to the specified value.
- scrollHorizontal(JCAdjustmentEvent, int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls the window horizontally to the specified value.
- scrollHorizontal(JCScrollableInterface, JCAdjustmentEvent, int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls a scrollableInterface component horizontally.
- scrollLineBegin(Event).
Method in class jclass.bwt.JCTextAreaComponent
- Scrolls to the beginning of the current line.
- scrollLineBegin(Event).
Method in class jclass.bwt.JCTextComponent
- Scrolls to the beginning of the current line.
- scrollLineEnd(Event).
Method in class jclass.bwt.JCTextAreaComponent
- Scrolls to the end of the current line.
- scrollLineEnd(Event).
Method in class jclass.bwt.JCTextComponent
- Scrolls to the end of the current line.
- scrollNextPage(Event).
Method in class jclass.bwt.JCTextAreaComponent
- Scrolls down vertically by a page.
- ScrollPane().
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container with a scrollbar display policy of
"as needed".
- ScrollPane(int).
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container.
- scrollPreviousPage(Event).
Method in class jclass.bwt.JCTextAreaComponent
- Scrolls up vertically by a page.
- scrollVertical(int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls the window vertically to the specified value.
- scrollVertical(int).
Method in class jclass.bwt.JCTextArea
- Scrolls the window vertically to the specified row.
- scrollVertical(int).
Method in interface jclass.bwt.JCTextAreaInterface
- Scrolls the displayed text vertically.
- scrollVertical(JCAdjustmentEvent, int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls the window vertically to the specified value.
- scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int).
Method in class jclass.bwt.JCList
- Scrolls the list vertically.
- scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int).
Method in class jclass.bwt.JCOutliner
- Scrolls the list vertically.
- scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int).
Method in class jclass.bwt.JCScrolledWindow
- Scrolls a scrollableInterface component vertically.
- scrollVertical(JCScrollableInterface, JCAdjustmentEvent, int).
Method in class jclass.bwt.JCTextArea
- Scrolls a scrollableInterface component vertically.
- SE_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-east-resize cursor type.
- SE_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- search(Object).
Method in class java.util.Stack
- Sees if an object is on the stack.
- SECOND.
Static variable in class java.util.Calendar
- Useful constant for date and time.
- 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.
- select(int).
Method in class java.awt.Choice
- Selects the item with the specified postion.
- select(int).
Method in class jclass.bwt.JCComboBox
- Selects the item with the specified postion.
- select(int).
Method in class jclass.bwt.JCList
- Selects the item at the specified row, and posts a JCListEvent
- select(int).
Method in class jclass.bwt.JCListComponent
- Selects the item at the specified row, and posts a JCListEvent.
- select(int).
Method in interface jclass.bwt.JCListInterface
- Selects the item at the specified row.
- select(int).
Method in class jclass.bwt.JCMultiColumnList
- Selects the item at the specified row.
- select(int).
Method in class java.awt.List
- Selects the item at the specified index.
- select(int, boolean).
Method in class jclass.bwt.JCList
- Selects the item at the specified row.
- select(int, boolean).
Method in class jclass.bwt.JCListComponent
- Selects the item at the specified row, and posts a JCListEvent.
- select(int, int).
Method in class jclass.bwt.JCTextArea
- Selects the text found between the specified start and end locations.
- select(int, int).
Method in class jclass.bwt.JCTextComponent
- Sets the current selection, and sets the cursor at the end of the selection.
- select(int, int).
Method in interface jclass.bwt.JCTextInterface
- Selects the text found between the specified start and end locations.
- select(int, int).
Method in class java.awt.TextComponent
- Selects the text found between the specified start and end locations.
- select(int, int, int).
Method in class jclass.bwt.JCTextComponent
- Selects part of the text.
- select(Object).
Method in class jclass.bwt.JCComboBox
- Selects the specified item.
- select(Object).
Method in class jclass.bwt.JCList
- Selects the specified item.
- select(Object).
Method in class jclass.bwt.JCListComponent
- Selects the specified item.
- select(Object, boolean).
Method in class jclass.bwt.JCList
- Selects the specified item.
- select(Object, boolean).
Method in class jclass.bwt.JCListComponent
- Selects the specified item.
- select(String).
Method in class java.awt.Choice
- Selects the item with the specified String.
- SELECT_ALL.
Static variable in class jclass.bwt.BWTEnum
-
- SELECT_ALL.
Static variable in class jclass.bwt.JCTextComponent
-
- SELECT_CHAR.
Static variable in class jclass.bwt.BWTEnum
-
- SELECT_CHAR.
Static variable in class jclass.bwt.JCTextComponent
-
- SELECT_LINE.
Static variable in class jclass.bwt.BWTEnum
-
- SELECT_LINE.
Static variable in class jclass.bwt.JCTextComponent
-
- SELECT_PARAGRAPH.
Static variable in class jclass.bwt.BWTEnum
-
- SELECT_PARAGRAPH.
Static variable in class jclass.bwt.JCTextComponent
-
- SELECT_WORD.
Static variable in class jclass.bwt.BWTEnum
-
- SELECT_WORD.
Static variable in class jclass.bwt.JCTextComponent
-
- selectAll().
Method in class jclass.bwt.JCTextArea
- Selects all the text in the component.
- selectAll().
Method in class jclass.bwt.JCTextComponent
- Selects all the text, and sets the cursor at the last character.
- selectAll().
Method in interface jclass.bwt.JCTextInterface
- Selects all the text in the component.
- selectAll().
Method in class java.awt.TextComponent
- Selects all the text in the TextComponent.
- SELECTED.
Static variable in class java.awt.event.ItemEvent
- The item selected state change type.
- selectEnd(Event).
Method in class jclass.bwt.JCTextComponent
- Ends the current selection.
- selectExtend(Event).
Method in class jclass.bwt.JCTextComponent
- Extends the current selection.
- selectNode(JCOutlinerNode, Event).
Method in class jclass.bwt.JCOutliner
- Selects a node, and posts a JCOutlinerEvent.
- selectNode(JCOutlinerNode, Event).
Method in class jclass.bwt.JCOutlinerComponent
- Selects a node, and posts a JCOutlinerEvent.
- selectNode(JCOutlinerNode, Event).
Method in interface jclass.bwt.JCOutlinerInterface
- Selects a node, and posts a JCOutlinerEvent.
- selectStart(Event).
Method in class jclass.bwt.JCTextComponent
- Starts the selection.
- SEPTEMBER.
Static variable in class java.util.Calendar
- Useful constant for month.
- set(int).
Method in class java.util.BitSet
- Sets a bit.
- set(int, int).
Method in class java.util.Calendar
- Sets the time field with the given value.
- set(int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, and date.
- set(int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, and minute.
- set(int, int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, minute,
and second.
- setActionCommand(String).
Method in class java.awt.Button
- Sets the command name of the action event fired by this button.
- setActionCommand(String).
Method in class jclass.bwt.JCButton
- Sets the command name of the action event fired by this button.
- setActionCommand(String).
Method in class jclass.bwt.JCTextField
- Sets the command name of the action event fired by this field.
- setActionCommand(String).
Method in class java.awt.MenuItem
- Sets the command name of the action event fired by this menu item.
- setAlignment(int).
Method in class java.awt.FlowLayout
- Sets the alignment value for this layout.
- setAlignment(int).
Method in class jclass.bwt.JCLabel
- Sets the position of the value within the label:
Label.LEFT, CENTER or RIGHT; or
JCLabel.TOPLEFT, TOPCENTER, TOPRIGHT, MIDDLELEFT, MIDDLECENTER (default), MIDDLERIGHT, BOTTOMLEFT, BOTTOMCENTER and BOTTOMRIGHT.
HTML param name/value: "Alignment"/enum
- setAlignment(int).
Method in class jclass.bwt.JCTabManager
- Sets the default position of the tab's label within its shadows.
- setAlignment(int).
Method in class jclass.bwt.JCTextArea
- Sets the position of the text:
LEFT (default), CENTER, or RIGHT.
- setAlignment(int).
Method in class jclass.bwt.JCTextComponent
- Sets the position of the text:
LEFT (default), CENTER, or RIGHT.
- setAlignment(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the position of the text:
BWTEnum.LEFT (default), CENTER, or RIGHT.
- setAlignment(int).
Method in class java.awt.Label
-
Sets the alignment for this label to the specified
alignment.
- setAllowChange(boolean).
Method in class jclass.bwt.JCOutlinerEvent
- Determines whether the selection or state change should be allowed
(default: true).
- setAllowChange(boolean).
Method in class jclass.bwt.JCSpinBoxEvent
-
If this value is set to false, the text field's
value is not changed (default: true).
- setAllowChange(boolean).
Method in class jclass.bwt.JCTextEvent
- Determines whether the value change be allowed (default: true).
- setAllowMovement(boolean).
Method in class jclass.bwt.JCTextCursorEvent
- Determines whether the cursor movement should be allowed (default: true).
- setAllowMultipleSelections(boolean).
Method in class jclass.bwt.JCList
- Sets whether the list allows multiple selections.
- setAllowMultipleSelections(boolean).
Method in class jclass.bwt.JCListComponent
- Sets whether the list allows multiple selections.
- setAllowMultipleSelections(boolean).
Method in interface jclass.bwt.JCListInterface
- Sets whether this list should allow multiple selections or not.
- setAllowMultipleSelections(boolean).
Method in class jclass.bwt.JCMultiColumnList
- Sets whether the list allows multiple selections.
HTML param name/value: "AllowMultipleSelections"/boolean
- setAllowSelection(boolean).
Method in class jclass.bwt.JCListEvent
- Determines whether the selection should be allowed (default: true).
- setAnimated(boolean).
Method in class java.awt.image.MemoryImageSource
- Change this memory image into a multi-frame animation or a
single-frame static image depending on the animated parameter.
- setArmLabel(Object).
Method in class jclass.bwt.JCButton
- Sets the label that is displayed when the button is pressed.
- setArrowSize(Dimension).
Method in class jclass.bwt.JCArrowButton
- Sets the arrow's size (default: 7x4 (UP/DOWN), 4x7 (LEFT/RIGHT)).
- setAutoArrowDisable(boolean).
Method in class jclass.bwt.JCSpinBox
- If true (default), the increment or decrement arrow button is disabled
when the end of the range is reached.
- setAutoLabel(boolean).
Method in class jclass.bwt.JCProgressMeter
- If true (default), a label will be displayed showing the meter's value
as a percentage.
- setAutoSelect(boolean).
Method in class jclass.bwt.JCList
- If true, the item which currently has focus is also selected (default: false).
HTML param name/value: "AutoSelect"/boolean
- setAutoSelect(boolean).
Method in class jclass.bwt.JCListComponent
- If true, the item which currently has focus is also selected (default: false).
HTML param name/value: "AutoSelect"/boolean
- setAutoSelect(boolean).
Method in interface jclass.bwt.JCListInterface
- If true, the item which currently has focus is also selected.
- setAutoSelect(boolean).
Method in class jclass.bwt.JCMultiColumnList
- If true, the item which currently has focus is also selected (default: false).
HTML param name/value: "AutoSelect"/boolean
- setAutoSelect(boolean).
Method in class jclass.bwt.JCOutliner
- If true (default), the node which currently has focus is also selected.
HTML param name/value: "AutoSelect"/boolean
- setAutoSelect(boolean).
Method in class jclass.bwt.JCOutlinerComponent
- If true (default), the node which currently has focus is also selected.
- setAutoSelect(boolean).
Method in interface jclass.bwt.JCOutlinerInterface
- If true, the node which currently has focus is also selected.
- setAutoTick(boolean).
Method in class jclass.bwt.JCSlider
- If true (default), a tick mark is drawn at each page increment.
- setBackground(Color).
Method in class java.awt.Component
-
Sets the background color.
- setBackground(Color).
Method in class jclass.bwt.JCComponent
- Sets the background color of the component.
HTML param name/value: "Background"/Color
- setBackground(Color).
Method in class jclass.bwt.JCScrollbar
-
Sets the background color.
- setBackground(Color).
Method in class jclass.bwt.JCSlider
-
Sets the background color.
- setBackgroundSelected(Color).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's background color when it is selected
(default: outliner's foreground color).
- setBarColor(Color).
Method in class jclass.bwt.JCProgressMeter
- Sets the bar's color (default: red).
- setBarCount(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the number of discrete bars eventually displayed (default: 10).
- setBarSpacing(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the space (in pixels) between each bar, if BarCount is greater than 1
(default: 2).
- setBatched(boolean).
Method in class jclass.bwt.JCList
- If false (default), the component is repainted every time an item
is changed.
- setBatched(boolean).
Method in class jclass.bwt.JCListComponent
- If false (default), the component is repainted every time an item
is changed.
- setBatched(boolean).
Method in class jclass.bwt.JCMultiColumnList
- If false (default), the component is repainted every time an item
is changed.
- setBatched(boolean).
Method in class jclass.bwt.JCMultiColumnListComponent
- If false (default), the component is repainted every time an item
is changed.
- setBatched(boolean).
Method in class jclass.bwt.JCOutliner
- If false (default), the component is repainted every time an item
is changed.
- setBatched(boolean).
Method in class jclass.bwt.JCOutlinerComponent
- If false (default), the component is repainted every time an item
is changed.
- setBlockIncrement(int).
Method in interface java.awt.Adjustable
- Sets the block value increment for the adjustable object.
- setBlockIncrement(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the block value increment for the adjustable object.
- setBlockIncrement(int).
Method in class jclass.bwt.JCScrollbar
- Sets the page increment.
- setBlockIncrement(int).
Method in class jclass.bwt.JCSlider
- Sets the page increment.
- setBlockIncrement(int).
Method in class java.awt.Scrollbar
- Sets the block increment for this scrollbar.
- setBounds(int, int, int, int).
Method in class java.awt.Component
-
Reshapes the Component to the specified bounding box.
- setBounds(int, int, int, int).
Method in class java.awt.Rectangle
- Set the bounds of this rectangle to the specified x, y, width,
and height.
- setBounds(Rectangle).
Method in class java.awt.Component
-
Reshapes the Component to the specified bounding box.
- setBounds(Rectangle).
Method in class java.awt.Rectangle
- Set the bounds of this rectangle to match the specified rectangle.
- setButtons(JCVector).
Method in class jclass.bwt.JCHeader
- Creates a JCButton for each label.
HTML param name/value: "Buttons"/comma-separated list of labels
- setCaretPosition(int).
Method in class jclass.bwt.JCTextArea
- Sets the position of the cursor (provided for JDK 1.1 compatibility).
- setCaretPosition(int).
Method in class jclass.bwt.JCTextComponent
- Sets the position of the cursor (provided for JDK 1.1 compatibility).
- setCaretPosition(int).
Method in class java.awt.TextComponent
- Sets the position of the text insertion caret for the TextComponent
- setChanged().
Method in class java.util.Observable
- Sets a flag to note an observable change.
- setChanged(boolean).
Method in class jclass.bwt.JCTextComponent
- Resets the Changed flag.
- setChangePage(boolean).
Method in class jclass.bwt.JCTabManagerEvent
- Determines whether the page should change (default: true).
- setCharAt(int, char).
Method in class java.lang.StringBuffer
- The character at the specified index of this string buffer is set
to
ch.
- setCheckboxGroup(CheckboxGroup).
Method in class java.awt.Checkbox
- Sets the CheckboxGroup to the specified group.
- setCheckboxGroup(JCCheckboxGroup).
Method in class jclass.bwt.JCCheckbox
- Sets this button to the specified group.
- setChildren(JCVector).
Method in class jclass.bwt.JCOutlinerFolderNode
- Adds a list of children, replacing the previous list (if any).
- setClip(int, int, int, int).
Method in class java.awt.Graphics
- Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape).
Method in class java.awt.Graphics
- Set the current clipping area to an arbitrary clip shape.
- setColor(char, Color).
Method in class jclass.util.JCImageCreator
- Sets the color corresponding to a character.
- setColor(char, int).
Method in class jclass.util.JCImageCreator
- Sets the color (as an rgb int) corresponding to a character.
- 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.
- setColumnAlignment(int, int).
Method in class jclass.bwt.JCHeader
- Sets a column's alignment.
- setColumnAlignment(int, int).
Method in class jclass.bwt.JCMultiColumnData
- Sets a column's alignment.
- setColumnAlignment(int, int).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets a column's alignment.
- setColumnAlignment(int, int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets a column's alignment.
- setColumnAlignment(int, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a column's alignment.
- setColumnAlignment(int, int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets a column's alignment.
- setColumnAlignments(int[]).
Method in class jclass.bwt.JCHeader
- Sets the column's alignments.
HTML param name/value: "ColumnAlignments"/comma-separated list of enums
- setColumnAlignments(int[]).
Method in class jclass.bwt.JCMultiColumnData
- Sets the column's alignments.
- setColumnAlignments(int[]).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the column's alignments.
- setColumnAlignments(int[]).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the column's alignments.
This value may be set from an HTML file using a PARAM tag with a "ColumnAlignments"
name and a comma-separated list of enums.
- setColumnAlignments(int[]).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the column's alignments.
HTML param name/value: "ColumnAlignments"/comma-separated list of enums
- setColumnAlignments(int[]).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the column's alignments.
- setColumnButtons(JCVector).
Method in class jclass.bwt.JCHeader
- Creates a JCButton for each label.
HTML param name/value: "Buttons"/comma-separated list of labels
- setColumnButtons(JCVector).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets a header for the window with buttons created from the specified labels.
- setColumnButtons(JCVector).
Method in class jclass.bwt.JCMultiColumnListComponent
- If the list is a child of a JCMultiColumnList,
sets a header for the window with buttons with the specified labels.
- setColumnButtons(JCVector).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a header for the window with buttons created from the specified labels.
- setColumnButtons(JCVector).
Method in class jclass.bwt.JCOutlinerComponent
- If the list is a child of a JCMultiColumnList,
sets a header for the window with buttons with the specified labels.
- setColumnButtons(String[]).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a header for the window with buttons created from the specified labels.
- setColumnLabelAlignment(int, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a column label's alignment.
- setColumnLabels(JCVector).
Method in class jclass.bwt.JCHeader
- Creates a JCLabel for each label.
HTML param name/value: "Labels"/comma-separated list of labels
- setColumnLabels(JCVector).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets a header for the window with the specified labels.
- setColumnLabels(JCVector).
Method in class jclass.bwt.JCMultiColumnListComponent
- If the list is a child of a JCMultiColumnList,
sets a header for the window with the specified labels.
- setColumnLabels(JCVector).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a header for the window with the specified labels.
- setColumnLabels(JCVector).
Method in class jclass.bwt.JCOutlinerComponent
- If the list is a child of a JCMultiColumnList,
sets a header for the window with the specified labels.
- setColumnLabels(String[]).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a header for the window with the specified labels.
- setColumnLabelSort(boolean).
Method in class jclass.bwt.JCMultiColumnWindow
- Specifies whether a column is sorted when its button is clicked (default: true).
- setColumnLabelSortMethod(JCSortInterface).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the method to be called during sorting.
- setColumnLeftMargin(int, int).
Method in class jclass.bwt.JCHeader
- Sets the column's left margin value (pixels) (default: 5).
HTML param name/value: "ColumnLeftMargins"/comma-separated list of ints, one for each column
- setColumnLeftMargin(int, int).
Method in class jclass.bwt.JCMultiColumnData
- Sets the column's left margin value (pixels) (default: 5).
- setColumnLeftMargin(int, int).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the column's left margin value (pixels).
- setColumnLeftMargin(int, int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the column's left margin value (pixels) (default: 5).
- setColumnLeftMargin(int, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the column's left margin value (pixels) (default: 5).
HTML param name/value: "ColumnLeftMargins"/comma-separated list of ints, one for each column
- setColumnLeftMargin(int, int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the column's left margin value (pixels) (default: 2).
- setColumnRightMargin(int, int).
Method in class jclass.bwt.JCHeader
- Sets the column's right margin value (pixels) (default: 5).
HTML param name/value: "ColumnRightMargins"/comma-separated list of ints, one for each column
- setColumnRightMargin(int, int).
Method in class jclass.bwt.JCMultiColumnData
- Sets the column's right margin value (pixels) (default: 5).
- setColumnRightMargin(int, int).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the column's right margin value (pixels).
- setColumnRightMargin(int, int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the column's right margin value (pixels) (default: 5).
The values for all columns may be set from an HTML file using a PARAM tag with a "ColumnRightMargins"
name and a comma-separated list of ints.
- setColumnRightMargin(int, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the column's right margin value (pixels) (default: 5).
HTML param name/value: "ColumnRightMargins"/comma-separated list of ints, one for each column
- setColumnRightMargin(int, int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the column's right margin value (pixels) (default: 2).
The values for all columns may be set from an HTML file using a PARAM tag with a "ColumnRightMargins"
name and a comma-separated list of ints.
- setColumns(int).
Method in class java.awt.GridLayout
- Sets the number of columns in this layout.
- setColumns(int).
Method in class jclass.bwt.JCTextArea
- Sets the number of columns.
- setColumns(int).
Method in class jclass.bwt.JCTextComponent
- Sets the number of columns.
HTML param name/value: "Columns"/int
- setColumns(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the number of columns.
- setColumns(int).
Method in class java.awt.TextArea
- Sets the number of columns for this TextArea.
- setColumns(int).
Method in class java.awt.TextField
- Sets the number of columns in this TextField.
- setColumnWidth(int, int).
Method in class jclass.bwt.JCHeader
- Sets the width of a column.
- setColumnWidth(int, int).
Method in class jclass.bwt.JCMultiColumnData
- Sets the width of a column.
- setColumnWidth(int, int).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the width of a column.
- setColumnWidth(int, int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the width of a column.
- setColumnWidth(int, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the width of a column.
- setColumnWidth(int, int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the width of a column.
- setColumnWidths(int[]).
Method in class jclass.bwt.JCHeader
- Sets the list of column widths.
- setColumnWidths(int[]).
Method in class jclass.bwt.JCMultiColumnData
- Sets the list of column widths.
- setColumnWidths(int[]).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the list of column widths.
- setColumnWidths(int[]).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the list of column widths.
- setColumnWidths(int[]).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the list of column widths.
- setColumnWidths(int[]).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the list of column widths.
- setConstraints(Component, GridBagConstraints).
Method in class java.awt.GridBagLayout
- Sets the constraints for the specified component.
- setConverter(JCConverter).
Static method in class jclass.bwt.JCComponent
- Sets the converter to be used for converting strings to internal values.
- setConverter(JCConverter).
Static method in class jclass.bwt.JCContainer
- Sets the converter to be used for converting strings to internal values.
- setCurrent(Checkbox).
Method in class java.awt.CheckboxGroup
-
- setCurrent(JCCheckbox).
Method in class jclass.bwt.JCCheckboxGroup
- Sets the current choice to the specified checkbox, whose state is set
to BWTEnum.ON.
- setCurrentPage(Component).
Method in class jclass.bwt.JCTabManager
- Sets the current page.
- setCurrentTab(int, boolean).
Method in class jclass.bwt.JCTabManager
- Sets the current tab, and posts a JCTabMangerEvent.
- setCurrentTabFont(Font).
Method in class jclass.bwt.JCTabManager
- Sets the current tab's font (default: bold version of default font).
HTML param name/value: "CurrentTabFont"/Font
- setCursor(Cursor).
Method in class java.awt.Component
- Set the cursor image to a predefined cursor.
- setCursor(int).
Method in class java.awt.Frame
-
- setCursor(int).
Method in class jclass.bwt.JCComponent
- Sets the cursor in the parent frame.
- setCursor(int).
Method in class jclass.bwt.JCContainer
- Sets the cursor in the parent frame.
- setCursorPosition(int).
Method in class jclass.bwt.JCTextArea
- Sets the position of the cursor.
- setCursorPosition(int).
Method in class jclass.bwt.JCTextComponent
- Sets the position of the cursor, and posts a JCTextCursorEvent event.
HTML param name/value: "CursorPosition"/int
- setCursorPosition(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the position of the cursor.
- setDaemon(boolean).
Method in class java.lang.Thread
- Marks this thread as either a daemon thread or a user thread.
- setDaemon(boolean).
Method in class java.lang.ThreadGroup
- Changes the daemon status of this thread group.
- setDate(int).
Method in class java.util.Date
- Sets the date.
- setDecimalPlaces(int).
Method in class jclass.bwt.JCSpinBox
- Sets the number of decimal points used when displaying the value
(default: 0).
HTML param name/value: "DecimalPlaces"/int
- setDefault(Locale).
Static method in class java.util.Locale
- Sets the default.
- setDefault(TimeZone).
Static method in class java.util.TimeZone
- Sets timezone to using the given TimeZone.
- 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.
- setDimensions(int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Override the dimensions of the source image and pass the dimensions
of the new scaled size to the ImageConsumer.
- setDirectory(String).
Method in class java.awt.FileDialog
- Set the directory of the Dialog to the specified directory.
- setDoubleBuffer(boolean).
Method in class jclass.bwt.JCComponent
- Controls whether double-buffering is used when displaying
and updating the component.
HTML param name/value: "DoubleBuffer"/boolean
- setDoubleBuffer(boolean).
Method in class jclass.bwt.JCListComponent
- Controls whether double-buffering is used when displaying
and updating the component.
HTML param name/value: "DoubleBuffer"/boolean
- setDoubleBuffer(boolean).
Method in class jclass.bwt.JCOutlinerComponent
- Controls whether double-buffering is used when displaying
and updating the component.
HTML param name/value: "DoubleBuffer"/boolean
- setDoubleBuffer(boolean).
Method in class jclass.bwt.JCTextAreaComponent
- Controls whether double-buffering is used when displaying
and updating the component.
HTML param name/value: "DoubleBuffer"/boolean
- setEchoChar(char).
Method in class jclass.bwt.JCTextField
- Sets the echo character.
- setEchoChar(char).
Method in class java.awt.TextField
- Sets the echo character for this TextField.
- setEchoCharacter(char).
Method in class java.awt.TextField
-
- setEchoCharString(String).
Method in class jclass.bwt.JCTextField
- Sets the echo character.
- setEditable(boolean).
Method in class jclass.bwt.JCTextArea
- Determines whether this component is editable.
- setEditable(boolean).
Method in class jclass.bwt.JCTextComponent
- If set to true (default), the user can edit the text.
HTML param name/value: "Editable"/boolean
- setEditable(boolean).
Method in interface jclass.bwt.JCTextInterface
- Determines whether this component is editable.
- setEditable(boolean).
Method in class java.awt.TextComponent
- Sets the specified boolean to indicate whether or not this
TextComponent should be editable.
- setElementAt(int, Object).
Method in class jclass.util.JCVector
- Sets the element at the specified index to be the specified object.
- 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 java.awt.Component
- Enables a component.
- setEnabled(boolean).
Method in class java.awt.MenuItem
- Sets whether or not this menu item can be chosen.
- setEndPosition(int).
Method in class jclass.bwt.JCTextEvent
- Sets the ending position of the text to modify.
- setEndRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings ending rule.
- setErr(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" error output stream.
- setFile(String).
Method in class java.awt.FileDialog
- Sets the file for this dialog to the specified file.
- setFilenameFilter(FilenameFilter).
Method in class java.awt.FileDialog
- Sets the filter for this dialog to the specified filter.
- setFilterTime(long).
Method in class jclass.bwt.JCScrollbar
- If 2 mouse drag events are received within this interval,
the 2nd is not reported (ie no events are posted) (default: 0 ms).
- setFirstDayOfWeek(int).
Method in class java.util.Calendar
- Sets what the first day of the week is; e.g., Sunday in US,
Monday in France.
- setFirstVisibleTab(int).
Method in class jclass.bwt.JCTabManager
- Sets the first tab currently visible.
- setFocusNode(JCOutlinerNode, Event).
Method in class jclass.bwt.JCOutliner
- Sets a node to have the keyboard focus.
- setFocusNode(JCOutlinerNode, Event).
Method in class jclass.bwt.JCOutlinerComponent
- Sets a node to have the keyboard focus.
- setFocusNode(JCOutlinerNode, Event).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets a node to have the keyboard focus.
- setFolderClosedIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is a closed folder.
- setFolderClosedSelectedIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is a closed folder and it is selected.
- setFolderOpenIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is an open folder.
- setFolderOpenSelectedIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is an open folder and it is selected.
- setFont(Font).
Method in class java.awt.Component
-
Sets the font of the component.
- setFont(Font).
Method in class java.awt.Graphics
- Sets the font for all subsequent text rendering operations.
- setFont(Font).
Method in class jclass.bwt.JCComponent
- Sets the font of the component.
HTML param name/value: "Font"/font
- setFont(Font).
Method in class jclass.bwt.JCHeader
- Sets the font of the component.
- setFont(Font).
Method in class jclass.bwt.JCLabel
- Sets the label's font.
- setFont(Font).
Method in class jclass.bwt.JCListComponent
- Sets the font of the component.
- setFont(Font).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the font of the component.
- setFont(Font).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the font of the component.
- setFont(Font).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the font of the component.
- setFont(Font).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's font (default: outliner's font).
- setFont(Font).
Method in class jclass.bwt.JCTextComponent
- Sets the font of the component.
HTML param name/value: "Font"/font
- setFont(Font).
Method in class java.awt.MenuComponent
- Sets the font to be used for this MenuItem to the specified font.
- setForeground(Color).
Method in class java.awt.Component
-
Sets the foreground color.
- setForeground(Color).
Method in class jclass.bwt.JCComponent
- Sets the foreground color of the component.
HTML param name/value: "Foreground"/Color
- setForeground(Color).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's foreground color (default: outliner's foreground color).
- setForeground(Color).
Method in class jclass.bwt.JCScrollbar
-
Sets the foreground color.
- setForegroundSelected(Color).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's foreground color when it is selected
(default: outliner's background color).
- setFullBufferUpdates(boolean).
Method in class java.awt.image.MemoryImageSource
- Specify whether this animated memory image should always be
updated by sending the complete buffer of pixels whenever
there is a change.
- setGregorianChange(Date).
Method in class java.util.GregorianCalendar
- Sets the GregorianCalendar change date.
- setHeader(JCHeader).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets a header for the window.
- setHelpMenu(Menu).
Method in class java.awt.MenuBar
- Sets the help menu to the specified menu on the menu bar.
- setHgap(int).
Method in class java.awt.BorderLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.CardLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.FlowLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.GridLayout
- Sets the horizontal gap between components.
- setHighlightColor(Color).
Method in class jclass.bwt.JCComponent
- Sets the color of the rectangle drawn when the component has focus
(default: black).
HTML param name/value: "HighlightColor"/Color
- setHighlightThickness(int).
Method in class jclass.bwt.JCComponent
- Sets the thickness of the rectangle drawn when the component has focus (default: 2).
HTML param name/value: "HighlightThickness"/int
- setHints(int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Detect if the data is being delivered with the necessary hints
to allow the averaging algorithm to do its work.
- setHints(int).
Method in class java.awt.image.AverageScaleFilter
- Detect if the data is being delivered with the necessary hints
to allow the averaging algorithm to do its work.
- setHints(int).
Method in interface java.awt.image.ImageConsumer
- The ImageProducer can deliver the pixels in any order, but
the ImageConsumer may be able to scale or convert the pixels
to the destination ColorModel more efficiently or with higher
quality if it knows some information about how the pixels will
be delivered up front.
- 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.
- setHorizOrigin(int).
Method in class jclass.bwt.JCListComponent
- Sets the horizontal origin prior to scrolling.
- setHorizOrigin(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the horizontal origin prior to scrolling.
- setHorizOrigin(int).
Method in interface jclass.bwt.JCScrollableInterface
- Sets the horizontal origin prior to scrolling.
- setHorizOrigin(int).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the horizontal origin prior to scrolling.
- setHorizScrollbarValues().
Method in class jclass.bwt.JCOutliner
- This method may be overriden by a subclass to change the default values
of the horizontal scrollbar.
- setHorizScrollbarValues().
Method in class jclass.bwt.JCScrolledWindow
- This method may be overriden by a subclass to change the default values
of the horizontal scrollbar.
- setHorizScrollbarValues(int, int, int, int).
Method in class jclass.bwt.JCScrolledWindow
- This method may be overriden by a subclass to
set the horizontal scrollbar's values.
- setHorizScrollbarValues(int, int, int, int).
Method in class jclass.bwt.JCTextArea
- This method may be overriden by a subclass to
set the horizontal scrollbar's values.
- 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.
- setIconSpacing(int).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the horizontal spacing between the icon and the label (default: 5).
- setID(String).
Method in class java.util.TimeZone
- Sets the timezone ID.
- setIn(InputStream).
Static method in class java.lang.System
- Reassigns the "standard" input stream.
- setIncrement(int).
Method in class jclass.bwt.JCSpinBox
- Sets the amount by which to increment or decrement the value (default: 1).
HTML param name/value: "Increment"/int
- setIndicator(int).
Method in class jclass.bwt.JCCheckbox
- Sets the indicator style:
INDICATOR_FILL Indicator is drawn, and its shadows are switched
INDICATOR_CHECK Checkmark
INDICATOR_CIRCLE Circle
INDICATOR_CROSS X (default)
INDICATOR_DIAMOND Diamond
INDICATOR_IMAGE Image specified by ImageList
HTML param name/value: "Indicator"/enum
- setIndicatorImageList(Image[]).
Method in class jclass.bwt.JCCheckbox
- Sets a list of indicator images to be used if Indicator is INDICATOR_IMAGE.
- setIndicatorImageURLList(URL[]).
Method in class jclass.bwt.JCCheckbox
- Sets a list of indicator images to be used if Indicator is INDICATOR_IMAGE.
- setIndicatorSize().
Method in class jclass.bwt.JCCheckbox
- Set the indicator size.
- setInitialRepeatDelay(int).
Method in class jclass.bwt.JCArrowButton
- Sets the time (in ms) to wait before sending continuous button press
events while the button is pressed and held down.
- setInsets(Insets).
Method in class jclass.bwt.JCComponent
- Sets the component's margins (default: 0).
HTML param name/value: "Insets"/Insets
- setInsets(Insets).
Method in class jclass.bwt.JCContainer
- Sets the container's margins.
- setInsets(Insets).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the spacing between the text and the edge of the component.
- setIntValue(int).
Method in class jclass.bwt.JCSpinBox
- Sets the current value as an int.
- setIntValue(int).
Method in class jclass.bwt.JCSpinBoxString
- Sets the current value as an int.
- setItemIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is not a folder.
- setItems(JCVector).
Method in class jclass.bwt.JCList
- Sets the list's values as a Vector of objects.
HTML param name/value: "Items"/string list
- setItems(JCVector).
Method in class jclass.bwt.JCListComponent
- Sets the list's values as a Vector of objects.
HTML param name/value: "Items"/string list
- setItems(JCVector).
Method in interface jclass.bwt.JCListInterface
- Sets the list's values.
- setItems(JCVector).
Method in class jclass.bwt.JCMultiColumnList
- Sets the list's values as a Vector of objects.
HTML param name/value: "Items"/string list
- setItems(String[]).
Method in class jclass.bwt.JCComboBox
- Sets the list's values as a list of Strings.
- setItems(String[]).
Method in class jclass.bwt.JCList
- Sets the list's values as a list of Strings.
- setItems(String[]).
Method in class jclass.bwt.JCListComponent
- Sets the list's values as an array of Strings.
- setItems(String[]).
Method in class jclass.bwt.JCMultiColumnList
- Sets the list's values as a list of Strings.
- setItems(String[]).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the list's values as an array of Strings.
- setItemSelectedIcon(Image).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the node's icon if it is not a folder and it is selected.
- setItemsStrings(String[]).
Method in class jclass.bwt.JCList
- Sets the list's values as a list of Strings.
- setItemsStrings(String[]).
Method in class jclass.bwt.JCMultiColumnList
- Sets the list's values as a list of Strings.
- setKeyChar(char).
Method in class java.awt.event.KeyEvent
-
- setKeyCode(int).
Method in class java.awt.event.KeyEvent
-
- setLabel(Object).
Method in class jclass.bwt.JCLabel
- Sets the value displayed in the label.
HTML param name/value: "Label"/string
- setLabel(Object).
Method in class jclass.bwt.JCOutlinerNode
- Sets the node's label.
- setLabel(String).
Method in class java.awt.Button
- Sets the button with the specified label.
- setLabel(String).
Method in class java.awt.Checkbox
- Sets this check box's label to be the specified string.
- setLabel(String).
Method in class jclass.bwt.JCProgressMeter
- Sets the label (default: null).
- setLabel(String).
Method in class java.awt.MenuItem
- Sets the label to be the specified label.
- setLabelDefaultAlignment(int).
Method in class jclass.bwt.JCAlignerLayout
- Sets the default alignment for each label (if the component is a JCLabel):
BWTEnum.TOPLEFT, TOPCENTER, TOPRIGHT, MIDDLELEFT,
MIDDLECENTER, MIDDLERIGHT (default), BOTTOMLEFT, BOTTOMCENTER and BOTTOMRIGHT
- setLabelImage(URL).
Method in class jclass.bwt.JCLabel
- Sets the text for this label to the specified image.
- setLabelPosition(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the label's position, relative to the bar:
STRING_TOP, STRING_LEFT, STRING_RIGHT (default), STRING_BOTTOM or STRING_CENTER
- setLabels(JCVector).
Method in class jclass.bwt.JCHeader
- Creates a JCLabel for each label.
HTML param name/value: "Labels"/comma-separated list of labels
- setLabelSize(Object).
Method in class jclass.bwt.JCLabel
- Set the value's size internally, for use in layout().
- setLabelSize(Object, Font).
Method in class jclass.bwt.JCLabel
- Set the value's size internally, for use in layout().
- setLabelVerticalAlignment(Component, int).
Method in class jclass.bwt.JCAlignerLayout
- Sets the vertical position of a label relative to its control.
- setLabelWidth(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the maximum number of characters which will be displayed,
if ShowLabel is true (default: 4 if AutoLabel is true, 10 otherwise).
- setLayout(LayoutManager).
Method in class java.awt.Container
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCComboBox
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCHeader
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCScrollbar
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCScrolledWindow
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCSlider
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCSpinBox
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCSplitterWindow
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.JCTabManager
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class java.awt.ScrollPane
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.TabArrowPanel
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class jclass.bwt.TabPanel
-
Sets the layout manager for this container.
- setLength(int).
Method in class java.lang.StringBuffer
- Sets the length of this String buffer.
- setLenient(boolean).
Method in class java.util.Calendar
- Specify whether or not date/time interpretation is to be lenient.
- setLineColor(Color).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets the color of the line connecting a folder to its children (default: outliner's foreground color).
- setLineIncrement(int).
Method in class java.awt.Scrollbar
-
- setList(JCListComponent).
Method in class jclass.bwt.JCList
- Replaces the current internal list.
- setList(JCMultiColumnListComponent).
Method in class jclass.bwt.JCMultiColumnList
- Replaces the current internal list.
- setLocale(Locale).
Method in class java.awt.Component
-
Sets the locale of the component.
- setLocation(int, int).
Method in class java.awt.Component
-
Moves the Component to a new location.
- setLocation(int, int).
Method in class java.awt.Point
- Changes the point to have the specificed location.
- setLocation(int, int).
Method in class java.awt.Rectangle
- Moves the rectangle to have the specificed location.
- setLocation(Point).
Method in class java.awt.Component
-
Moves the Component to a new location.
- setLocation(Point).
Method in class java.awt.Point
- Changes the point to have the specificed location.
- setLocation(Point).
Method in class java.awt.Rectangle
- Moves the rectangle to have the specificed location.
- setMaximum(int).
Method in interface java.awt.Adjustable
- Sets the maximum value of the adjustable object.
- setMaximum(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the maximum value of the adjustable object.
- setMaximum(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the maximum value.
- setMaximum(int).
Method in class jclass.bwt.JCScrollbar
- Sets the maximum value (default: 100).
- setMaximum(int).
Method in class jclass.bwt.JCSlider
- Sets the maximum value (default: 100).
- setMaximum(int).
Method in class jclass.bwt.JCSpinBox
- Sets the highest possible value (default: BWTEnum.MAXINT).
HTML param name/value: "Maximum"/int
- setMaximum(int).
Method in class java.awt.Scrollbar
- Sets the maximum value for this Scrollbar.
- setMaximumLabel(JCLabel).
Method in class jclass.bwt.JCSlider
- Sets the label to be displayed at the slider's maximum end
(The bottom or right, depending on the orientation).
- setMaximumLabelString(String).
Method in class jclass.bwt.JCSlider
- Sets the label to be displayed at the slider's maximum end
(the bottom or right, depending on the orientation).
- setMaximumLength(int).
Method in class jclass.bwt.JCTextArea
- Sets the maximum number of characters which may be entered by the user
(default: BWTEnum.MAXINT).
- setMaximumLength(int).
Method in class jclass.bwt.JCTextComponent
- Sets the maximum number of characters which may be entered by the user
(default: BWTEnum.MAXINT).
- setMaximumLength(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the maximum number of characters which may be entered by the user
(default: BWTEnum.MAXINT).
- setMaxPriority(int).
Method in class java.lang.ThreadGroup
- Sets the maximum priority of the group.
- setMenuBar(MenuBar).
Method in class java.awt.Frame
- Sets the menubar for this Frame to the specified menubar.
- setMinChildSize(int).
Method in class jclass.bwt.JCSplitterWindow
- Sets the minimum size (in pixels) to which a child can be resized by the
user (default: 20).
- setMinimalDaysInFirstWeek(int).
Method in class java.util.Calendar
- Sets what the minimal days required in the first week of the year are;
For example, if the first week is defined as one that contains the first
day of the first month of a year, call the method with value 1.
- setMinimum(int).
Method in interface java.awt.Adjustable
- Sets the minimum value of the adjustable object.
- setMinimum(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the minimum value of the adjustable object.
- setMinimum(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the minimum value.
- setMinimum(int).
Method in class jclass.bwt.JCScrollbar
- Sets the minimum value.
- setMinimum(int).
Method in class jclass.bwt.JCSlider
- Sets the minimum value.
- setMinimum(int).
Method in class jclass.bwt.JCSpinBox
- Sets the lowest possible value (default: 0).
HTML param name/value: "Minimum"/int
- setMinimum(int).
Method in class java.awt.Scrollbar
- Sets the minimum value for this Scrollbar.
- setMinimumLabel(JCLabel).
Method in class jclass.bwt.JCSlider
- Sets the label to be displayed at the slider's minimum end
(the top or left, depending on the orientation).
- setMinimumLabelString(String).
Method in class jclass.bwt.JCSlider
- Sets the label to be displayed at the slider's minimum end
(the top or left, depending on the orientation).
- setMinSize(int).
Method in class jclass.util.JCVector
- Sets the minimum size of the vector.
- setMinutes(int).
Method in class java.util.Date
- Sets the minutes.
- setModal(boolean).
Method in class java.awt.Dialog
- Specifies whether this Dialog is modal.
- setMode(int).
Method in class java.awt.FileDialog
- Sets the mode of the file dialog.
- setModifiers(int).
Method in class java.awt.event.KeyEvent
-
- setMonth(int).
Method in class java.util.Date
- Sets the month.
- setMultiColumnComponent(JCMultiColumnInterface).
Method in class jclass.bwt.JCHeader
- Sets the component which will be controlled by the header.
- setMultiline(boolean).
Method in class jclass.bwt.JCTextArea
- If true (default), the user can break text into multiple lines by
hitting Enter.
- setMultiline(boolean).
Method in class jclass.bwt.JCTextAreaComponent
- If true (default), the user can break text into multiple lines by
hitting ENTER.
HTML param name/value: "Multiline"/boolean
- setMultiline(boolean).
Method in interface jclass.bwt.JCTextAreaInterface
- If true (default), the user can break text into multiple lines by
hitting Enter.
- setMultipleMode(boolean).
Method in class java.awt.List
- Sets whether this list should allow multiple selections or not.
- setMultipleSelections(boolean).
Method in class java.awt.List
-
- setName(String).
Method in class java.awt.Component
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.awt.MenuComponent
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.lang.Thread
- Changes the name of this thread to be equal to the argument
name.
- setNewPosition(int).
Method in class jclass.bwt.JCTextCursorEvent
- Sets the new cursor position.
- setNewState(int).
Method in class jclass.bwt.JCOutlinerEvent
- Sets the node's new state.
- setNextPage(Component).
Method in class jclass.bwt.JCTabManagerEvent
- Sets the page that will be displayed.
- setNodeHeight(int).
Method in class jclass.bwt.JCOutliner
- Sets the height of each node (pixels).
- setNodeHeight(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the height of each node (pixels).
- setNodeHeight(int).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the height of each node (pixels).
- setNodeIndent(int).
Method in class jclass.bwt.JCOutliner
- Sets the indentation of each node relative to its parent (pixels).
HTML param name/value: "NodeIndent"/int
- setNodeIndent(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the indentation of each node relative to its parent (pixels) (default: 15).
- setNodeIndent(int).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the indentation of each node relative to its parent (pixels).
- setNodeState(JCOutlinerNode, int, boolean).
Method in class jclass.bwt.JCOutliner
- Sets the state of a folder.
- setNodeState(JCOutlinerNode, int, boolean).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the state of a folder.
- setNodeState(JCOutlinerNode, int, boolean).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the state of a folder.
- setNumColumns(int).
Method in class jclass.bwt.JCHeader
- Sets the current number of columns.
- setNumColumns(int).
Method in class jclass.bwt.JCMultiColumnData
- Sets the current number of columns (default: 1).
- setNumColumns(int).
Method in interface jclass.bwt.JCMultiColumnInterface
- Sets the current number of columns.
- setNumColumns(int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sets the current number of columns.
- setNumColumns(int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the current number of columns.
- setNumColumns(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the current number of columns (default: 1).
HTML param name/value: "NumColumns"/int
- setNumStates(int).
Method in class jclass.bwt.JCCheckbox
- Sets the maximum number of states that can be set.
- setNumTicks(int).
Method in class jclass.bwt.JCSlider
- Sets the number of tick marks to be displayed (default: 0).
- setOffsets(String, Insets).
Method in class jclass.util.JCTitleLayout
- Sets the offsets for a specified location.
- setOrientation(int).
Method in class jclass.bwt.JCArrowButton
- Sets the arrow's direction: UP, DOWN (default), LEFT, or RIGHT.
- setOrientation(int).
Method in class jclass.bwt.JCCheckboxGroup
- Sets the layout direction: VERTICAL (default) or HORIZONTAL.
HTML param name/value: "Orientation"/enum
- setOrientation(int).
Method in class jclass.bwt.JCScrollbar
- Sets the orientation.
- setOrientation(int).
Method in class jclass.bwt.JCSeparator
- Sets the orientation.
- setOrientation(int).
Method in class jclass.bwt.JCSlider
- Sets the orientation.
- setOrientation(int).
Method in class jclass.bwt.JCSplitterWindow
- Sets the orientation: HORIZONTAL or VERTICAL.
- setOrientation(int).
Method in class java.awt.Scrollbar
- Sets the orientation for this Scrollbar.
- setOut(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" output stream.
- setOutliner(JCOutlinerComponent).
Method in class jclass.bwt.JCOutliner
- Replaces the current outliner.
- setOverstrike(boolean).
Method in class jclass.bwt.JCTextArea
- If false (default), characters typed by the user are inserted into
the current text.
- setOverstrike(boolean).
Method in class jclass.bwt.JCTextComponent
- If false (default), characters typed by the user are inserted into
the current text.
HTML param name/value: "Overstrike"/boolean
- setOverstrike(boolean).
Method in interface jclass.bwt.JCTextInterface
- If false (default), characters typed by the user are inserted into
the current text.
- setPage(Component).
Method in class jclass.bwt.JCTabButton
- Sets the page for this tab.
- setPageIncrement(int).
Method in class java.awt.Scrollbar
-
- setPaintMode().
Method in class java.awt.Graphics
- Sets the logical pixel operation function to the Paint, or
overwrite mode.
- setParamSource(Component, String).
Static method in class jclass.util.JCUtilConverter
- Sets the source from which getParam should read parameter values.
- setParent(JCOutlinerFolderNode).
Method in class jclass.bwt.JCOutlinerNode
- Sets the node's parent.
- setParent(ResourceBundle).
Method in class java.util.ResourceBundle
- Set the parent bundle of this bundle.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Combine the components for the delivered byte pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.AverageScaleFilter
- Combine the components for the delivered byte pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, 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.ReplicateScaleFilter
- Choose which rows and columns of the delivered byte pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, 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.AreaAveragingScaleFilter
- Combine the components for the delivered int pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.AverageScaleFilter
- Combine the components for the delivered int pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, 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.ReplicateScaleFilter
- Choose which rows and columns of the delivered int pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, 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.
- setPixels(int, String).
Method in class jclass.util.JCImageCreator
- Sets the pixel data at the specified row.
- setPixels(String).
Method in class jclass.util.JCImageCreator
- Adds the pixel data to the end.
- setPixels(String[]).
Method in class jclass.util.JCImageCreator
- Sets the pixel data for all rows.
- setPosition(int).
Method in class jclass.bwt.JCSpinBox
- Sets the position of the currently displayed item (default: 0)
(the position in the range of possible values).
- setPosition(int).
Method in class jclass.bwt.JCSpinBoxString
- Sets the position of the currently displayed item (default: 0)
(the index in the StringValues list).
- setPreferredSize(int, int).
Method in class jclass.bwt.JCComponent
- Sets the component's preferred size.
- setPreferredSize(int, int).
Method in class jclass.bwt.JCContainer
- Sets the container's preferred size.
- setPriority(int).
Method in class java.lang.Thread
- Changes the priority of this thread.
- 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(Hashtable).
Method in class java.awt.image.ReplicateScaleFilter
- Passes along the properties from the source object after adding a
property indicating the scale applied.
- setProperties(Properties).
Static method in class java.lang.System
- Sets the system properties to the
Properties
argument.
- setRadioBehavior(boolean).
Method in class jclass.bwt.JCCheckboxGroup
- If set to true (default), a RadioBox-type behavior is enforced on
all Checkboxes.
- setRawOffset(int).
Method in class java.util.SimpleTimeZone
- Overrides TimeZone
Sets the base time zone offset to GMT.
- setRawOffset(int).
Method in class java.util.TimeZone
- Sets the base time zone offset to GMT.
- setResizable(boolean).
Method in class java.awt.Dialog
- Sets the resizable flag.
- setResizable(boolean).
Method in class java.awt.Frame
- Sets the resizable flag.
- setResizeHeight(Component, boolean).
Method in class jclass.bwt.JCAlignerLayout
- Sets whether the control should be resized vertically to the height of the
largest component in its row (default: false).
- setResizeWidth(Component, boolean).
Method in class jclass.bwt.JCAlignerLayout
- Sets whether the control should be resized horizontally to its parent's
right edge if it is in the last column (default: false).
- setRootNode(JCOutlinerNode).
Method in class jclass.bwt.JCOutliner
- Sets the root node.
- setRootNode(JCOutlinerNode).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the root node.
- setRootNode(JCOutlinerNode).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the root node.
- setRootVisible(boolean).
Method in class jclass.bwt.JCOutliner
- If true (default), the root node is drawn.
HTML param name/value: "RootVisible"/boolean
- setRootVisible(boolean).
Method in class jclass.bwt.JCOutlinerComponent
- If true (default), the root node is drawn.
- setRootVisible(boolean).
Method in interface jclass.bwt.JCOutlinerInterface
- If true, the root node is drawn.
- setRowHeight(int).
Method in class jclass.bwt.JCList
- Sets the height of each row (pixels).
HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"
- setRowHeight(int).
Method in class jclass.bwt.JCListComponent
- Sets the height of each row (pixels).
HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"
- setRowHeight(int).
Method in interface jclass.bwt.JCListInterface
- Sets the height of each row (pixels).
The value may be any int, or one of the following:
If set to BWTEnum.VARIABLE, the height will be calculated individually
for each row.
If set to BWTEnum.FONT_HEIGHT (default), the height will be set to the
height of the current font.
- setRowHeight(int).
Method in class jclass.bwt.JCMultiColumnList
- Sets the height of each row (pixels).
HTML param name/value: "RowHeight"/an int, "VARIABLE", or "FONT_HEIGHT"
- setRows(int).
Method in class java.awt.GridLayout
- Sets the number of rows in this layout.
- setRows(int).
Method in class jclass.bwt.JCTextArea
- Sets the number of rows.
- setRows(int).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the number of rows.
HTML param name/value: "Rows"/int
- setRows(int).
Method in interface jclass.bwt.JCTextAreaInterface
- Sets the number of rows.
- setRows(int).
Method in class java.awt.TextArea
- Sets the number of rows for this TextArea.
- setScrollbarDisplay(int).
Method in class jclass.bwt.JCScrolledWindow
- Sets when to display the scrollbars:
DISPLAY_ALWAYS always displayed
DISPLAY_AS_NEEDED displayed as necessary (default)
DISPLAY_VERTICAL_ONLY always display vertical scrollbar only
DISPLAY_HORIZONTAL_ONLY always display horizontal scrollbar only
DISPLAY_NONE don't display scrollbars
HTML param name/value: "ScrollbarDisplay"/enum
- setScrollbarOffset(int).
Method in class jclass.bwt.JCScrolledWindow
- Sets the distance between the scrollbars and the viewport (default: 0).
HTML param name/value: "ScrollbarOffset"/int
- setScrollPosition(int, int).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setScrollPosition(Point).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setSeconds(int).
Method in class java.util.Date
- Sets the seconds.
- 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.
- setSelectColor(Color).
Method in class jclass.bwt.JCCheckbox
- The color of the indicator background when the button is set
(default: Color.white).
- setSelectedBackground(Color).
Method in class jclass.bwt.JCList
- Sets the background color of selected rows (default: foreground color).
HTML param name/value: "SelectedBackground"/color
- setSelectedBackground(Color).
Method in class jclass.bwt.JCListComponent
- Sets the background color of selected rows (default: foreground color).
HTML param name/value: "SelectedBackground"/color
- setSelectedBackground(Color).
Method in interface jclass.bwt.JCListInterface
- Sets the background color of selected rows.
- setSelectedBackground(Color).
Method in class jclass.bwt.JCMultiColumnList
- Sets the background color of selected rows (default: foreground color).
HTML param name/value: "SelectedBackground"/color
- setSelectedBackground(Color).
Method in class jclass.bwt.JCTextArea
- Sets the background color of selected text (default: blue).
HTML param name/value: "SelectedBackground"/color
- setSelectedBackground(Color).
Method in class jclass.bwt.JCTextComponent
- Sets the background color of selected text (default: blue).
HTML param name/value: "SelectedBackground"/color
- setSelectedBackground(Color).
Method in interface jclass.bwt.JCTextInterface
- Sets the background color of selected text (default: blue).
HTML param name/value: "SelectedBackground"/color
- setSelectedCheckbox(Checkbox).
Method in class java.awt.CheckboxGroup
- Sets the current choice to the specified Checkbox.
- setSelectedForeground(Color).
Method in class jclass.bwt.JCList
- Sets the foreground color of selected rows (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectedForeground(Color).
Method in class jclass.bwt.JCListComponent
- Sets the foreground color of selected rows (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectedForeground(Color).
Method in interface jclass.bwt.JCListInterface
- Sets the foreground color of selected rows.
- setSelectedForeground(Color).
Method in class jclass.bwt.JCMultiColumnList
- Sets the foreground color of selected rows (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectedForeground(Color).
Method in class jclass.bwt.JCTextArea
- Sets the foreground color of selected text (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectedForeground(Color).
Method in class jclass.bwt.JCTextComponent
- Sets the foreground color of selected text (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectedForeground(Color).
Method in interface jclass.bwt.JCTextInterface
- Sets the foreground color of selected text (default: background color).
HTML param name/value: "SelectedForeground"/color
- setSelectionEnd(int).
Method in class jclass.bwt.JCTextArea
- Gets the selected text's end position.
- setSelectionEnd(int).
Method in class jclass.bwt.JCTextComponent
- Sets the selection end to the specified position.
- setSelectionEnd(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the selected text's end position.
- setSelectionEnd(int).
Method in class java.awt.TextComponent
- Sets the selection end to the specified position.
- setSelectionList(int[]).
Method in class jclass.bwt.JCTextArea
- Sets a list of values used for multi-click.
- setSelectionList(int[]).
Method in class jclass.bwt.JCTextComponent
- Sets a list of values used for multi-click.
- setSelectionList(int[]).
Method in interface jclass.bwt.JCTextInterface
- Sets a list of values used for multi-click.
- setSelectionStart(int).
Method in class jclass.bwt.JCTextArea
- Gets the selected text's start position.
- setSelectionStart(int).
Method in class jclass.bwt.JCTextComponent
- Sets the selection start to the specified position.
- setSelectionStart(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the selected text's start position.
- setSelectionStart(int).
Method in class java.awt.TextComponent
- Sets the selection start to the specified position.
- setShadowThickness(int).
Method in class jclass.bwt.JCComponent
- Sets the shadow's thickness (default: 2)
- setShadowThickness(int).
Method in class jclass.bwt.JCGroupBox
- Sets the shadow's thickness (default: 2).
HTML param name/value: "ShadowThickness"/int
- setShadowThickness(int).
Method in class jclass.bwt.JCTextArea
- Sets the shadow's thickness (default: 2)
- setShadowType(int).
Method in class jclass.bwt.JCLabel
- Sets the shadow style.
- setShortcut(boolean).
Method in class jclass.bwt.JCOutlinerNodeStyle
- Sets whether a shortcut button should be drawn beside a folder (default: false).
- setShortcut(MenuShortcut).
Method in class java.awt.MenuItem
-
Set this MenuItem's MenuShortcut.
- setShowCursorPosition(boolean).
Method in class jclass.bwt.JCTextArea
-
If set to true (default), the cursor position will be indicated with
a vertical I-beam.
- setShowCursorPosition(boolean).
Method in class jclass.bwt.JCTextComponent
-
If set to true (default), the cursor position will be indicated with
a vertical I-beam.
HTML param name/value: "ShowCursorPosition"/boolean
- setShowCursorPosition(boolean).
Method in interface jclass.bwt.JCTextInterface
-
If set to true (default), the cursor position will be indicated with
a vertical I-beam.
- setShowLabel(boolean).
Method in class jclass.bwt.JCProgressMeter
- If true (default), a label will be displayed.
- setSigners(Class, Object[]).
Method in class java.lang.ClassLoader
- Sets the signers of a class.
- setSize(Dimension).
Method in class java.awt.Component
-
Resizes the Component to the specified dimension.
- setSize(Dimension).
Method in class java.awt.Dimension
- Set the size of this Dimension object to match the specified size.
- setSize(Dimension).
Method in class java.awt.Rectangle
- Set the size of this rectangle to match the specified size.
- setSize(int).
Method in class java.util.Vector
- Sets the size of the vector.
- setSize(int, int).
Method in class java.awt.Component
- Resizes the Component to the specified width and height.
- setSize(int, int).
Method in class java.awt.Dimension
- Set the size of this Dimension object to the specified width
and height.
- setSize(int, int).
Method in class jclass.util.JCImageCreator
- Sets the size of the image to be created.
- setSize(int, int).
Method in class java.awt.Rectangle
- Set the size of this rectangle to the specified width and height.
- setSpacing(int).
Method in class jclass.bwt.JCList
- Sets the spacing between items (default: 0).
- setSpacing(int).
Method in class jclass.bwt.JCListComponent
- Sets the spacing between items (default: 0).
- setSpacing(int).
Method in interface jclass.bwt.JCListInterface
- Sets the spacing between items.
- setSpacing(int).
Method in class jclass.bwt.JCMultiColumnList
- Sets the spacing between items (default: 0).
- setSpacing(int).
Method in class jclass.bwt.JCOutliner
- Sets the spacing between items (default: 0).
- setSpacing(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the spacing between items (default: 0).
- setSpacing(int).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the spacing between items (default: 0).
- setStartPosition(int).
Method in class jclass.bwt.JCTextEvent
- Sets the starting position of the text to modify.
- setStartRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting rule.
- setStartYear(int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting year.
- setState(boolean).
Method in class java.awt.Checkbox
-
Sets the 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 jclass.bwt.JCCheckbox
- Sets the button's state.
- setState(int).
Method in class jclass.bwt.JCOutlinerFolderNode
- Sets the folder's state:
BWTEnum.FOLDER_CLOSED Folder closed; no children visible (default)
BWTEnum.FOLDER_OPEN_NONE Folder open; no children visible
BWTEnum.FOLDER_OPEN_FOLDERS Folder open; only folder children visible
BWTEnum.FOLDER_OPEN_ITEMS Folder open; only non-folder children visible
BWTEnum.FOLDER_OPEN_ALL Folder open; all children visible
- setState(int, boolean).
Method in class jclass.bwt.JCCheckbox
- Sets the button's state, optionally specifying that the button's
events are to be posted.
- setStateList(int[]).
Method in class jclass.bwt.JCOutliner
- Sets a list of values used for double-clicking on a folder or clicking
its shortcut button.
- setStateList(int[]).
Method in class jclass.bwt.JCOutlinerComponent
- Sets a list of values used for double-clicking on a folder or clicking
it shortcut button.
- setStateList(int[]).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets a list of values used for double-clicking on a folder or clicking
its shortcut button.
- setStringCase(int).
Method in class jclass.bwt.JCTextArea
- Sets the case of text entered by the user or set programmatically:
CASE_AS_IS No conversion (default)
CASE_LOWER Convert to lower case
CASE_UPPER Convert to upper case
HTML param name/value: "StringCase"/enum
- setStringCase(int).
Method in class jclass.bwt.JCTextComponent
- Sets the case of text entered by the user or set programmatically:
CASE_AS_IS No conversion (default)
CASE_LOWER Convert to lower case
CASE_UPPER Convert to upper case
HTML param name/value: "StringCase"/enum
- setStringCase(int).
Method in interface jclass.bwt.JCTextInterface
- Sets the case of text entered by the user or set programmatically:
BWTEnum.CASE_AS_IS No conversion (default)
BWTEnum.CASE_LOWER Convert to lower case
BWTEnum.CASE_UPPER Convert to upper case
- setStringList(String[]).
Method in class jclass.bwt.JCSpinBoxString
- Sets the array of values to be displayed.
HTML param name/value: "StringList"/comma-separated list
- setStub(AppletStub).
Method in class java.applet.Applet
- Sets this applet's stub.
- setStyle(int).
Method in class jclass.bwt.JCComboBox
- Sets the style, which specifies whether the list is always displayed and
whether the text field is editable.
- setStyle(JCOutlinerNodeStyle).
Method in class jclass.bwt.JCOutlinerNode
- Sets the node's style object.
- setStyleList(JCOutlinerNodeStyle[]).
Method in class jclass.bwt.JCOutliner
- Sets the list of node styles.
- setStyleList(JCOutlinerNodeStyle[]).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the list of node styles.
- setStyleList(JCOutlinerNodeStyle[]).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the list of node styles.
- setTabColorPolicy(int).
Method in class jclass.bwt.JCTabManager
- Sets the policy for the tab's colors:
COLOR_PAGE Sets the tab's color to the page's color (default)
COLOR_INHERIT Sets the tab's color to the tab manager's color
HTML param name/value: "TabColorPolicy"/enum
- setTabLabels(String[]).
Method in class jclass.bwt.JCTabManager
- Sets the tab's labels.
HTML param name/value: "TabLabels"/string list
- setTabPage(int, Object, Component).
Method in class jclass.bwt.JCTabManager
- Sets the page associated with a tab.
- setTabResize(boolean).
Method in class jclass.bwt.JCTabManager
- Sets whether all tabs should be resized to the width or height of the
largest tab in the same row, depending on the value of the TabSide value.
- setTabShape(int).
Method in class jclass.bwt.JCTabManager
- Sets the tab's shape: RECTANGLE (default), or SLANTED.
HTML param name/value: "TabShape"/enum
- setTabSide(int).
Method in class jclass.bwt.JCTabManager
- Sets the side on which tabs are to be displayed: TOP (default),
or BOTTOM.
HTML param name/value: "TabSide"/enum
- setTabSpacing(int).
Method in class jclass.bwt.JCTabManager
- Sets the spacing between tabs in pixels (default: 0).
- setTabStretch(boolean).
Method in class jclass.bwt.JCTabManager
- Sets whether all tabs should be stretched if necessary to fill the
entire side (default: false).
HTML param name/value: "TabStretch"/boolean
- setText(String).
Method in class jclass.bwt.JCComboBox
- Sets the text field's value to the specified string.
HTML param name/value: "Text"/string
- setText(String).
Method in class jclass.bwt.JCLabel
- Sets the text for this label to the specified text.
- setText(String).
Method in class jclass.bwt.JCSpinBox
- Sets the text field's value to the specified string.
HTML param name/value: "Text"/string
- setText(String).
Method in class jclass.bwt.JCTextArea
- Sets the text of this component to the specified text.
- setText(String).
Method in class jclass.bwt.JCTextComponent
- Sets the text of this component to the specified text.
HTML param name/value: "Text"/string
- setText(String).
Method in class jclass.bwt.JCTextEvent
- Sets the string to be inserted.
- setText(String).
Method in interface jclass.bwt.JCTextInterface
- Sets the text of this component to the specified text.
- setText(String).
Method in class jclass.bwt.JCTextLine
-
- setText(String).
Method in class java.awt.Label
-
Sets the text for this label to the specified text.
- setText(String).
Method in class java.awt.TextComponent
- Sets the text of this TextComponent to the specified text.
- setTextAction(int).
Method in class jclass.bwt.JCSpinBox
- Sets the text field's value after an arrow key is hit.
- setTextAction(String).
Method in class jclass.bwt.JCComboBox
-
Copies the item to the text field, after first posting a JCComboBoxEvent
to allow the application to disallow the selection or change its value.
- setTextComponent(JCTextAreaComponent).
Method in class jclass.bwt.JCTextArea
- Replaces the current internal text component.
- setTextList(String[]).
Method in class jclass.bwt.JCLabel
- Sets the text for this label to the specified String list.
- setTextValue(Object).
Method in class jclass.bwt.JCSpinBox
- Sets the text field's value.
- setTextValue(Object).
Method in class jclass.bwt.JCSpinBoxString
- Sets the text field's value.
- setThumbSize(Dimension).
Method in class jclass.bwt.JCSlider
- Sets the thumb's size (default: 21x11 for a vertical slider,
11x21 for a horizontal slider).
- setTime(Date).
Method in class java.util.Calendar
- Sets this Calendar's current time with the given Date.
- setTime(long).
Method in class java.util.Date
- Sets the time.
- setTimeInMillis(long).
Method in class java.util.Calendar
- Sets this Calendar's current time from the given long value.
- setTimeZone(TimeZone).
Method in class java.util.Calendar
- Sets the time zone with the given time zone value.
- setTitle(Object).
Method in class jclass.bwt.JCGroupBox
- Sets a string to be used as the panel's title, with LEFT alignment.
HTML param name/value: "Title"/string
- setTitle(Object, int).
Method in class jclass.bwt.JCGroupBox
- Sets a string to be used as the panel's title.
- 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.
- setTitleString(String).
Method in class jclass.bwt.JCGroupBox
- Sets a string to be used as the panel's title, with LEFT alignment.
HTML param name/value: "Title"/string
- setTopCharacter(int).
Method in class jclass.bwt.JCTextArea
- Sets the position of the leftmost character on the first line currently
displayed.
- setTopCharacter(int).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the position of the leftmost character on the first line currently
displayed.
- setTopCharacter(int).
Method in interface jclass.bwt.JCTextAreaInterface
- Sets the position of the leftmost character on the first line currently
displayed.
- setTopRow(int).
Method in class jclass.bwt.JCList
- Sets the top-most visible row.
- setTopRow(int).
Method in class jclass.bwt.JCListComponent
- Sets the top-most visible row.
- setTopRow(int).
Method in interface jclass.bwt.JCListInterface
- Sets the top-most visible row.
- setTopRow(int).
Method in class jclass.bwt.JCMultiColumnList
- Sets the top-most visible row.
- setTopRow(int).
Method in class jclass.bwt.JCTextArea
- Sets the top-most visible row.
- setTopRow(int).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the top-most visible row.
- setTraversable(boolean).
Method in class jclass.bwt.JCComponent
- Sets whether the component can accept focus (default: true).
HTML param name/value: "Traversable"/boolean
- setTraversable(boolean).
Method in class jclass.bwt.JCTextArea
- Sets whether the component can accept focus (default: true).
HTML param name/value: "Traversable"/boolean
- setTree(String[]).
Method in class jclass.bwt.JCOutliner
- Sets the node hierarchy by parsing the string list.
- setTree(String[]).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the node hierarchy by parsing the string list.
- setUnitIncrement(int).
Method in interface java.awt.Adjustable
- Sets the unit value increment for the adjustable object.
- setUnitIncrement(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the unit value increment for the adjustable object.
- setUnitIncrement(int).
Method in class jclass.bwt.JCScrollbar
- Sets the line increment (default: 10).
- setUnitIncrement(int).
Method in class jclass.bwt.JCSlider
- Sets the line increment (default: BlockIncrement value).
- setUnitIncrement(int).
Method in class java.awt.Scrollbar
- Sets the unit increment for this scrollbar.
- setUnselectColor(Color).
Method in class jclass.bwt.JCCheckbox
- The color of the indicator background when the button is not set
(default: Color.white).
- setUpdateRect(Rectangle).
Method in class java.awt.event.PaintEvent
- Sets the rectangle representing the area which needs to be
repainted in response to this event.
- setURLoffset(int, int).
Method in class jclass.util.JCString
- Sets the offset for URL rectangle tracking.
- setUserData(Object).
Method in class jclass.bwt.JCComponent
- Sets an application-defined object that can be attached to the component.
- setUserData(Object).
Method in class jclass.bwt.JCContainer
- Sets an application-defined object that can be attached to the container.
- setUserData(Object).
Method in class jclass.bwt.JCOutlinerNode
- Sets the node's userData.
- setUserDataList(Object[]).
Method in class jclass.bwt.JCList
- Sets an application-defined list of objects that are maintained for each
item.
- setUserDataList(Object[]).
Method in class jclass.bwt.JCListComponent
- Sets an application-defined list of objects that are maintained for each
item.
- setUserDataList(Object[]).
Method in class jclass.bwt.JCMultiColumnList
- Sets an application-defined list of objects that are maintained for each
item.
- setValue(int).
Method in interface java.awt.Adjustable
- Sets the current value of the adjustable object.
- setValue(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the current value of the adjustable object.
- setValue(int).
Method in class jclass.bwt.JCCheckboxGroup
- Sets the group's current checkbox to the first checkbox whose UserData
is the specified value.
- setValue(int).
Method in class jclass.bwt.JCProgressMeter
- Sets the value.
- setValue(int).
Method in class jclass.bwt.JCScrollbar
- Sets the value.
- setValue(int).
Method in class jclass.bwt.JCSlider
- Sets the value.
- setValue(int).
Method in class java.awt.Scrollbar
- Sets the value of this Scrollbar to the specified value.
- setValue(int, boolean).
Method in class jclass.bwt.JCScrollbar
- Sets the value.
- setValue(int, boolean).
Method in class jclass.bwt.JCSlider
- Sets the value.
- setValue(int[], int).
Method in class jclass.bwt.JCCheckboxGroup
- Sets the currently-selected checkbox to that containing the
value "val".
- setValue(Object).
Method in class jclass.bwt.JCComboBoxEvent
- Sets the value that will be copied to the text field.
- setValue(Object).
Method in class jclass.bwt.JCSpinBoxEvent
- Sets the value that will be copied to the text field.
- setValues(int, int, int).
Method in class jclass.bwt.JCProgressMeter
- Sets the meter's values.
- setValues(int, int, int).
Method in class jclass.bwt.JCSlider
- Sets the values.
- setValues(int, int, int, int).
Method in class jclass.bwt.JCScrollbar
- Sets the values.
- setValues(int, int, int, int).
Method in class java.awt.Scrollbar
- Sets the values for this Scrollbar.
- setVertOrigin(int).
Method in class jclass.bwt.JCListComponent
- Sets the vertical origin prior to scrolling.
- setVertOrigin(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the vertical origin prior to scrolling.
- setVertOrigin(int).
Method in interface jclass.bwt.JCScrollableInterface
- Sets the vertical origin prior to scrolling.
- setVertOrigin(int).
Method in class jclass.bwt.JCTextAreaComponent
- Sets the top row prior to scrolling.
- setVertScrollbarValues().
Method in class jclass.bwt.JCOutliner
- This method may be overriden by a subclass to change the default values
of the vertical scrollbar.
- setVertScrollbarValues().
Method in class jclass.bwt.JCScrolledWindow
- This method may be overriden by a subclass to change the default values
of the vertical scrollbar.
- setVertScrollbarValues(int, int, int, int).
Method in class jclass.bwt.JCScrolledWindow
- This method may be overriden by a subclass to
set the vertical scrollbar's values.
- setVertScrollbarValues(int, int, int, int).
Method in class jclass.bwt.JCTextArea
- This method may be overriden by a subclass to
set the vertical scrollbar's values.
- setVgap(int).
Method in class java.awt.BorderLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.CardLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.FlowLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.GridLayout
- Sets the vertical gap between components.
- setViewport(JCMultiColumnInterface).
Method in class jclass.bwt.JCMultiColumnWindow
- Sets the component which will be the viewport.
- setVisible(boolean).
Method in class java.awt.Component
- Shows or hides the component depending on the boolean flag b.
- setVisibleAmount(int).
Method in interface java.awt.Adjustable
- Sets the length of the proportionl indicator of the
adjustable object.
- setVisibleAmount(int).
Method in interface jclass.bwt.JCAdjustable
- Sets the length of the proportionl indicator of the adjustable object.
- setVisibleAmount(int).
Method in class jclass.bwt.JCScrollbar
- Sets the slider size, in user units.
- setVisibleAmount(int).
Method in class jclass.bwt.JCSlider
- Sets the thumb size, in user units.
- setVisibleAmount(int).
Method in class java.awt.Scrollbar
- Sets the visible amount of this Scrollbar, which is the range
of values represented by the width of the scroll bar's bubble.
- setVisibleRows(int).
Method in class jclass.bwt.JCComboBox
- Sets the number of visible rows; if set to 0 (default), the list
will attempt to resize itself so that all its items are visible.
HTML param name/value: "VisibleRows"/int
- setVisibleRows(int).
Method in class jclass.bwt.JCList
- Sets the number of visible rows (default: 4).
- setVisibleRows(int).
Method in class jclass.bwt.JCListComponent
- Sets the number of visible rows (default: 4).
- setVisibleRows(int).
Method in interface jclass.bwt.JCListInterface
- Sets the number of visible rows.
- setVisibleRows(int).
Method in class jclass.bwt.JCMultiColumnList
- Sets the number of visible rows.
- setVisibleRows(int).
Method in class jclass.bwt.JCOutliner
- Sets the number of visible rows.
- setVisibleRows(int).
Method in class jclass.bwt.JCOutlinerComponent
- Sets the number of visible rows.
- setVisibleRows(int).
Method in interface jclass.bwt.JCOutlinerInterface
- Sets the number of visible rows.
- setXORMode(Color).
Method in class java.awt.Graphics
- Sets the logical pixel operation function to the XOR mode,
which alternates pixels between the current color and a new
specified XOR alternation color.
- setYear(int).
Method in class java.util.Date
- Sets the year.
- shadow.
Variable in class jclass.bwt.JCComponent
- Shadow thickness.
- shadow.
Variable in class jclass.bwt.JCGroupBox
- The container's shadow thickness.
- shadow.
Variable in class jclass.bwt.JCSpinBox
- The container's shadow thickness.
- Shadow().
Constructor for class jclass.bwt.Shadow
-
- SHADOW_ETCHED_IN.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_ETCHED_IN.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_ETCHED_OUT.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_ETCHED_OUT.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_FRAME_IN.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_FRAME_IN.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_FRAME_OUT.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_FRAME_OUT.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_IN.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_IN.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_NONE.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_NONE.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_OUT.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_OUT.
Static variable in class jclass.bwt.JCLabel
-
- SHADOW_PLAIN.
Static variable in class jclass.bwt.BWTEnum
-
- SHADOW_PLAIN.
Static variable in class jclass.bwt.JCLabel
-
- shadow_type.
Variable in class jclass.bwt.JCComponent
- Shadow type.
- SHIFT_MASK.
Static variable in class java.awt.event.ActionEvent
- The shift modifier constant.
- SHIFT_MASK.
Static variable in class java.awt.Event
- The shift modifier constant.
- SHIFT_MASK.
Static variable in class java.awt.event.InputEvent
- The shift key modifier constant.
- shiftDown().
Method in class java.awt.Event
- Checks if the shift key is down.
- Short(short).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the specified short value.
- Short(String).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the value specified by the
String parameter.
- shortcut.
Variable in class jclass.bwt.JCOutlinerNodeStyle
- Whether a shortcut button should be drawn beside a folder.
- shortcut_close_icon.
Variable in class jclass.bwt.JCOutlinerComponent
-
- shortcut_open_icon.
Variable in class jclass.bwt.JCOutlinerComponent
-
- SHORTCUT_SIZE.
Static variable in class jclass.bwt.JCOutlinerComponent
-
- shortcuts().
Method in class java.awt.MenuBar
-
Get an Enumeration of all MenuShortcuts this MenuBar manages.
- shortValue().
Method in class java.lang.Byte
- Returns the value of this Byte as a short.
- shortValue().
Method in class java.lang.Double
- Returns the value of this Double as a short (by casting to a short).
- shortValue().
Method in class java.lang.Float
- Returns the value of this Float as a short (by casting to a short).
- shortValue().
Method in class java.lang.Integer
- Returns the value of this Integer as a short.
- shortValue().
Method in class java.lang.Long
- Returns the value of this Long as a short.
- shortValue().
Method in class java.lang.Number
- Returns the value of the specified number as a
short.
- shortValue().
Method in class java.lang.Short
- Returns the value of this Short as a short.
- shouldBeDrawn(JCOutlinerNode).
Method in class jclass.bwt.JCOutlinerComponent
- Checks the node's folder to determine whether the node should be drawn.
- show().
Method in class java.awt.Component
-
- show().
Method in class java.awt.Dialog
- Shows the dialog.
- show().
Method in class jclass.bwt.JCTabButton
- Shows the component.
- show().
Method in class java.awt.Window
- Shows the Window.
- show(boolean).
Method in class java.awt.Component
-
- show(Component, int, int).
Method in class java.awt.PopupMenu
- Shows the popup menu at the x, y position relative to an origin component.
- show(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
- Replaces the Web page currently being viewed with the given URL.
- showDocument(URL, String).
Method in interface java.applet.AppletContext
- Requests that the browser or applet viewer show the Web page
indicated by the
url argument.
- showListAction(JCActionEvent).
Method in class jclass.bwt.JCComboBox
-
Displays the list if it is not visible.
- showPage(Component).
Method in class jclass.bwt.TabPageArea
- Displays the specified page.
- showPosition(int).
Method in class jclass.bwt.JCTextArea
- Scrolls the text if necessary to ensure that the position is visible.
- showPosition(int).
Method in class jclass.bwt.JCTextAreaComponent
- Scrolls the text if necessary to ensure that the position is visible.
- showPosition(int).
Method in class jclass.bwt.JCTextComponent
- Scrolls the text if necessary to ensure that the position is visible.
- showPosition(int).
Method in class jclass.bwt.JCTextField
- Scrolls the text if necessary to ensure that the position is visible.
- showPosition(int).
Method in interface jclass.bwt.JCTextInterface
- Scrolls the text if necessary to ensure that the position is visible.
- showStatus(String).
Method in class java.applet.Applet
- Requests that the argument string be displayed in the
"status window".
- showStatus(String).
Method in interface java.applet.AppletContext
- Requests that the argument string be displayed in the
"status window".
- showURL(String, AppletContext, Applet).
Static method in class jclass.util.JCString
- If a URL is present, displays it at the specified location.
- SimpleTimeZone(int, String).
Constructor for class java.util.SimpleTimeZone
- Constructs a SimpleTimeZone with the given base timezone offset
from GMT and timezone ID.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int).
Constructor for class java.util.SimpleTimeZone
- Constructs a SimpleTimeZone with the given base timezone offset
from GMT, timezone ID, time to start and end the daylight time.
- SIMPLIFIED_CHINESE.
Static variable in class java.util.Locale
- Useful constant for language.
- 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 in bits
- size().
Method in class java.awt.Component
-
- size().
Method in class java.util.Dictionary
- Returns the number of elements contained within the Dictionary.
- size().
Method in class java.util.Hashtable
- Returns the number of elements contained in the hashtable.
- size().
Method in class java.util.Vector
- Returns the number of elements in the vector.
- SLANTED.
Static variable in class jclass.bwt.BWTEnum
-
- SLANTED.
Static variable in class jclass.bwt.JCTabManager
-
- sleep(long).
Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease
execution) for the specified number of milliseconds.
- sleep(long, int).
Static method in class java.lang.Thread
- Causes the currently executing thread to sleep (cease execution)
for the specified number of milliseconds plus the specified number
of nanoseconds.
- SOMEBITS.
Static variable in interface java.awt.image.ImageObserver
- More pixels needed for drawing a scaled variation of the image
are available.
- sort(int).
Method in class jclass.util.JCqsort
- Initate ascending sort.
- sort(int, int).
Method in class jclass.util.JCqsort
- Initates sort.
- sort(int, JCSortInterface, int).
Method in class jclass.bwt.JCOutlinerComponent
- Sorts the open nodes in the list based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface).
Method in class jclass.bwt.JCMultiColumnList
- Sorts the rows in the list in ascending order based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sorts the rows in the list in ascending order based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface).
Method in class jclass.bwt.JCMultiColumnWindow
- Sorts the rows in the list in ascending order based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface).
Method in class jclass.bwt.JCOutliner
- Sorts the nodes in the list in ascending order based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface, int).
Method in class jclass.bwt.JCMultiColumnList
- Sorts the rows in the list based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface, int).
Method in class jclass.bwt.JCMultiColumnListComponent
- Sorts the rows in the list based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface, int).
Method in class jclass.bwt.JCMultiColumnWindow
- Sorts the rows in the list based on a specified column,
using the String equivalents of each value.
- sortByColumn(int, JCSortInterface, int).
Method in class jclass.bwt.JCOutliner
- Sorts the nodes in the list based on a specified column,
using the String equivalents of each value.
- source.
Variable in class java.util.EventObject
-
- SOUTH.
Static variable in class java.awt.BorderLayout
- The south layout constraint.
- SOUTH.
Static variable in class java.awt.GridBagConstraints
-
- SOUTHEAST.
Static variable in class java.awt.GridBagConstraints
-
- SOUTHWEST.
Static variable in class java.awt.GridBagConstraints
-
- SPACE_SEPARATOR.
Static variable in class java.lang.Character
-
- spinBoxChangeBegin(JCSpinBoxEvent).
Method in interface jclass.bwt.JCSpinBoxListener
- Invoked before the field's value is changed.
- spinBoxChangeEnd(JCSpinBoxEvent).
Method in interface jclass.bwt.JCSpinBoxListener
- Invoked after the field's value is changed.
- SPLIT.
Static variable in class jclass.bwt.BWTEnum
-
- sqrt(double).
Static method in class java.lang.Math
- Returns the square root of a
double value.
- srccols.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srcHeight.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srcrows.
Variable in class java.awt.image.ReplicateScaleFilter
-
- srcWidth.
Variable in class java.awt.image.ReplicateScaleFilter
-
- 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().
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it should start its execution.
- start().
Method in class java.lang.Thread
- Causes this thread to begin execution; the Java Virtual Machine
calls the
run method of this thread.
- START_PUNCTUATION.
Static variable in class java.lang.Character
-
- startGrabbing().
Method in class java.awt.image.PixelGrabber
- Request the PixelGrabber to start fetching the pixels.
- startProduction(ImageConsumer).
Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in 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
- Tests if this string starts with the specified prefix.
- startsWith(String, int).
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- state.
Variable in class jclass.bwt.JCOutlinerFolderNode
- Folder's state.
- 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
- DEPRECATED: Replaced by getStatus().
- 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 by the browser or applet viewer to inform
this applet that it should stop its execution.
- stop().
Method in interface java.applet.AudioClip
- Stops playing this audio clip.
- stop().
Method in class java.lang.Thread
-
Forces the thread to stop executing.
- stop().
Method in class java.lang.ThreadGroup
- Stops all processes in this thread group.
- stop(Throwable).
Method in class java.lang.Thread
- Forces the thread to stop executing.
- STRIKETHROUGH.
Static variable in class jclass.util.JCString
-
- String().
Constructor for class java.lang.String
- Allocates a new
String containing no characters.
- String(byte[]).
Constructor for class java.lang.String
- Construct a new String by converting the specified array of bytes using
the platform's default character encoding.
- String(byte[], int).
Constructor for class java.lang.String
- Allocates a new
String containing characters
constructed from an array of 8-bit integer values.
- String(byte[], int, int).
Constructor for class java.lang.String
- Construct a new String by converting the specified subarray of bytes
using the platform's default character encoding.
- String(byte[], int, int, int).
Constructor for class java.lang.String
- Allocates a new
String constructed from a subarray
of an array of 8-bit integer values.
- String(byte[], int, int, String).
Constructor for class java.lang.String
- Construct a new String by converting the specified subarray of bytes
using the specified character encoding.
- String(byte[], String).
Constructor for class java.lang.String
- Construct a new String by converting the specified array of bytes using
the specified character encoding.
- String(char[]).
Constructor for class java.lang.String
- Allocates a new
String so that it represents the
sequence of characters currently contained in the character array
argument.
- String(char[], int, int).
Constructor for class java.lang.String
- Allocates a new
String that contains characters from
a subarray of the character array argument.
- String(String).
Constructor for class java.lang.String
- Allocates a new string that contains the same sequence of
characters as the string argument.
- String(StringBuffer).
Constructor for class java.lang.String
- Allocates a new string that contains the sequence of characters
currently contained in the string buffer argument.
- STRING_BOTTOM.
Static variable in class jclass.bwt.BWTEnum
-
- STRING_BOTTOM.
Static variable in class jclass.bwt.JCProgressMeter
-
- STRING_BOTTOM.
Static variable in class jclass.util.JCString
-
- STRING_CENTER.
Static variable in class jclass.bwt.BWTEnum
-
- STRING_CENTER.
Static variable in class jclass.bwt.JCProgressMeter
-
- STRING_LEFT.
Static variable in class jclass.bwt.BWTEnum
-
- STRING_LEFT.
Static variable in class jclass.bwt.JCProgressMeter
-
- STRING_LEFT.
Static variable in class jclass.util.JCString
-
- STRING_RIGHT.
Static variable in class jclass.bwt.BWTEnum
-
- STRING_RIGHT.
Static variable in class jclass.bwt.JCProgressMeter
-
- STRING_RIGHT.
Static variable in class jclass.util.JCString
-
- STRING_TOP.
Static variable in class jclass.bwt.BWTEnum
-
- STRING_TOP.
Static variable in class jclass.bwt.JCProgressMeter
-
- STRING_TOP.
Static variable in class jclass.util.JCString
-
- StringBuffer().
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity of 16 characters.
- StringBuffer(int).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity specified by the
length argument.
- StringBuffer(String).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer so that it represents the same
sequence of characters as the string argument.
- StringIndexOutOfBoundsException().
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a
StringIndexOutOfBoundsException with no
detail message.
- StringIndexOutOfBoundsException(int).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a new
StringIndexOutOfBoundsException
class with an argument indicating the illegal 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.
- stringWidth(String).
Method in class java.awt.FontMetrics
-
Returns the total advance width for showing the specified String
in this Font.
- strip().
Method in class jclass.util.JCVector
- Trims null values from the end.
- strip_esc.
Variable in class jclass.util.JCStringTokenizer
-
- style.
Variable in class java.awt.Font
-
The style of the font.
- style.
Variable in class jclass.bwt.JCOutlinerNode
-
- style_list.
Variable in class jclass.bwt.JCOutlinerComponent
-
- substituteColorModel(ColorModel, ColorModel).
Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution.
- substring(int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int, int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- SUNDAY.
Static variable in class java.util.Calendar
- Useful constant for days of week.
- SURROGATE.
Static variable in class java.lang.Character
-
- suspend().
Method in class java.lang.Thread
- Suspends this thread.
- suspend().
Method in class java.lang.ThreadGroup
- Suspends all processes in this thread group.
- SW_RESIZE_CURSOR.
Static variable in class java.awt.Cursor
- The south-west-resize cursor type.
- SW_RESIZE_CURSOR.
Static variable in class java.awt.Frame
-
- sync().
Method in class java.awt.Toolkit
- Syncs the graphics state; useful when doing animation.