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

S

S - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
SAMP - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
SAVE_DIALOG - Static variable in class com.sun.java.swing.JFileChooser
Type value indicating that the FileChooser supports a "Save" file operation.
SCRIPT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
SCROLL_BAR - Static variable in class com.sun.java.accessibility.AccessibleRole
An object usually used to allow a user to incrementally view a large amount of data.
SCROLL_PANE - Static variable in class com.sun.java.accessibility.AccessibleRole
An object that allows a user to incrementally view a large amount of information.
Scrollable - interface com.sun.java.swing.Scrollable.
An interface that provides information to a scrolling container like JScrollPane.
SCROLLING - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
ScrollPaneConstants - interface com.sun.java.swing.ScrollPaneConstants.
Constants used with the JScrollPane component.
ScrollPaneLayout - class com.sun.java.swing.ScrollPaneLayout.
The layout manager used by JScrollPane.
ScrollPaneLayout.UIResource - class com.sun.java.swing.ScrollPaneLayout.UIResource.
The UI resource version of ScrollPaneLayout.
ScrollPaneLayout() - Constructor for class com.sun.java.swing.ScrollPaneLayout
 
scrollPathToVisible(TreePath) - Method in class com.sun.java.swing.JTree
Makes sure all the path components in path are expanded (except for the last path component) and scrolls so that the node identified by the path is displayed.
scrollRectToVisible(Rectangle) - Method in class com.sun.java.swing.JComponent
Forwards the scrollRectToVisible() message to the JComponent's parent.
scrollRectToVisible(Rectangle) - Method in class com.sun.java.swing.JTextField
Scrolls the field left or right.
scrollRectToVisible(Rectangle) - Method in class com.sun.java.swing.JViewport
Overridden to scroll the view so that Rectangle within the view becomes visible.
scrollRowToVisible(int) - Method in class com.sun.java.swing.JTree
Scrolls the item identified by row until it is displayed.
SCROLLS_ON_EXPAND_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for scrollsOnExpand.
scrollsOnExpand - Variable in class com.sun.java.swing.JTree
If true, when a node is expanded, as many of the descendants are scrolled to be visible.
scrollToReference(String) - Method in class com.sun.java.swing.JEditorPane
Scroll the view to the given reference location (i.e.
scrollUnderway - Variable in class com.sun.java.swing.JViewport
The scrollUnderway flag is used for components like JList.
SectionElementName - Static variable in class com.sun.java.swing.text.AbstractDocument
Name of elements used to hold sections (lines/paragraphs).
Segment - class com.sun.java.swing.text.Segment.
A segment of a character array representing a fragment of text.
Segment() - Constructor for class com.sun.java.swing.text.Segment
Creates a new segment.
Segment(char[], int, int) - Constructor for class com.sun.java.swing.text.Segment
Creates a new segment referring to an existing array.
SELECT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
select(int, int) - Method in class com.sun.java.swing.text.JTextComponent
Selects the text found between the specified start and end locations.
SELECTABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that can be selected.
selectAll() - Method in interface com.sun.java.swing.ComboBoxEditor
Ask the editor to start editing and to select everything
selectAll() - Method in class com.sun.java.swing.JTable
Select all rows, columns and cells in the table.
selectAll() - Method in class com.sun.java.swing.text.JTextComponent
Selects all the text in the TextComponent.
selectAllAccessibleSelection() - Method in interface com.sun.java.accessibility.AccessibleSelection
Causes every child of the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JMenu.AccessibleJMenu
Normally causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JTable.AccessibleJTable
Causes every child of the object to be selected, but only if the JTable supports multiple selections, and if individual cell selection is enabled.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JTree.AccessibleJTree
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JMenuBar.AccessibleJMenuBar
Normally causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
 
selectAllAccessibleSelection() - Method in class com.sun.java.swing.JList.AccessibleJList
Causes every selected item in the object to be selected if the object supports multiple selections.
selectAllAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for selecting the entire document
selectContent(AttributeSet) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out the content of the SELECT form element.
selected - Variable in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Is the value currently selected.
SELECTED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is the child of an object that allows its children to be selected, and that this child is one of those children that has been selected.
SELECTED - Static variable in class com.sun.java.swing.DefaultButtonModel
Indicates that the button has been selected.
SELECTED - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
SELECTED_FILE_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
Identifes change in user's single-file selection.
SELECTED_FILES_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
Identifes change in user's multiple-file selection.
SELECTED_ICON_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
Identifies a change to the icon used when the button has been selected.
selectedItemChanged() - Method in class com.sun.java.swing.JComboBox
This method is called when the selected item changes.
selectedItemReminder - Variable in class com.sun.java.swing.JComboBox
 
selectInitialValue() - Method in class com.sun.java.swing.JOptionPane
Requests that the initial value be selected, which will set focus to the initial value.
selection - Variable in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Paths that are currently selected.
SELECTION_MODE_PROPERTY - Static variable in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Property name for selectionMode.
SELECTION_MODEL_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for selectionModel.
SELECTION_MODEL_PROPERTY - Static variable in class com.sun.java.swing.JColorChooser
The selection model property name.
SELECTION_VALUES_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for selectionValues.
selectionBackground - Variable in class com.sun.java.swing.JTable
The background color of selected cells
selectionBackwardAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for extending the selection by moving the caret logically backward one position.
selectionBeginAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the begining of the document.
selectionBeginLineAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the begining of a line, extending the selection.
selectionBeginParagraphAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the begining of a paragraph, extending the selection.
selectionBeginWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the begining of a word, extending the selection.
selectionDownAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically downward one position, extending the selection.
selectionEndAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
selectionEndLineAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a line, extending the selection.
selectionEndParagraphAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a paragraph, extending the selection.
selectionEndWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a word, extending the selection.
selectionForeground - Variable in class com.sun.java.swing.JTable
The foreground color of selected cells
selectionForKey(char, ComboBoxModel) - Method in interface com.sun.java.swing.JComboBox.KeySelectionManager
Given aKey and the model, returns the row that should become selected.
selectionForwardAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for extending the selection by moving the caret logically forward one position.
selectionMode - Variable in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Mode for the selection, will be either SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
selectionModel - Variable in class com.sun.java.swing.JTable
The ListSelectionModel of the table, used to keep track of row selections
selectionModel - Variable in class com.sun.java.swing.JTree
Models the set of selected nodes in this tree.
selectionModel - Variable in class com.sun.java.swing.table.DefaultTableColumnModel
Model for keeping track of column selections
selectionNextWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the selection to the begining of the next word, extending the selection.
selectionPreviousWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the selection to the begining of the previous word, extending the selection.
selectionRedirector - Variable in class com.sun.java.swing.JTree
Creates a new event and passed it off the selectionListeners.
selectionUpAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically upward one position, extending the selection.
selectionValues - Variable in class com.sun.java.swing.JOptionPane
Array of values the user can choose from.
selectLineAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for selecting a line around the caret.
selectParagraphAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for selecting a paragraph around the caret.
selectWithKeyChar(char) - Method in class com.sun.java.swing.JComboBox
Selects the list item that correponds to the specified keyboard character and returns true, if there is an item corresponding to that character.
selectWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for selecting a word around the caret.
SENTENCE - Static variable in interface com.sun.java.accessibility.AccessibleText
Constant used to indicate that the part of text that should be retrieved is a sentence.
SEPARATOR - Static variable in class com.sun.java.accessibility.AccessibleRole
An object usually contained in a menu to provide a visual and logical separation of the contents in a menu.
set(int, Object) - Method in class com.sun.java.swing.DefaultListModel
Replaces the element at the specified position in this list with the specified element.
setAccelerator(KeyStroke) - Method in class com.sun.java.swing.JMenuItem
Set the key combination which invokes the Menu Item's action listeners without navigating the menu hierarchy.
setAccelerator(KeyStroke) - Method in class com.sun.java.swing.JMenu
setAccelerator() is not defined for JMenu.
setAccessibleDescription(String) - Method in class com.sun.java.accessibility.AccessibleContext
Set the accessible description of this object.
setAccessibleDescription(String) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the accessible description of this object.
setAccessibleDescription(String) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Set the accessible description of this object.
setAccessibleDescription(String) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setAccessibleDescription(String) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setAccessibleName(String) - Method in class com.sun.java.accessibility.AccessibleContext
Set the localized accessible name of this object.
setAccessibleName(String) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the localized accessible name of this object.
setAccessibleName(String) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Set the localized accessible name of this object.
setAccessibleName(String) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setAccessibleName(String) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setAccessibleParent(Accessible) - Method in class com.sun.java.accessibility.AccessibleContext
Set the Accessible parent of this object.
setAccessory(JComponent) - Method in class com.sun.java.swing.JFileChooser
Sets the accessory component.
setActionCommand(String) - Method in class com.sun.java.swing.AbstractButton
Sets the action command for this button.
setActionCommand(String) - Method in class com.sun.java.swing.DefaultButtonModel
Sets the actionCommand string that gets sent as part of the event when the button is pressed.
setActionCommand(String) - Method in class com.sun.java.swing.JTextField
Sets the command string used for action events.
setActionCommand(String) - Method in interface com.sun.java.swing.ButtonModel
Sets the actionCommand string that gets sent as part of the event when the button is pressed.
setActionCommand(String) - Method in class com.sun.java.swing.JComboBox
Sets the action commnand that should be included in the event sent to action listeners.
setAlignment(MutableAttributeSet, int) - Static method in class com.sun.java.swing.text.StyleConstants
Sets alignment.
setAlignmentX(float) - Method in class com.sun.java.swing.JComponent
Set the the vertical alignment.
setAlignmentY(float) - Method in class com.sun.java.swing.JComponent
Set the the horizontal alignment.
setAllowsChildren(boolean) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Determines whether or not this node is allowed to have children.
setAnchorSelectionIndex(int) - Method in class com.sun.java.swing.DefaultListSelectionModel
Set the anchor selection index, leaving all selection values unchanged.
setAnchorSelectionIndex(int) - Method in interface com.sun.java.swing.ListSelectionModel
Set the anchor selection index.
setApproveButtonMnemonic(char) - Method in class com.sun.java.swing.JFileChooser
Sets the approve button's mnemonic using a character.
setApproveButtonMnemonic(int) - Method in class com.sun.java.swing.JFileChooser
Sets the approve button's mnemonic using a numeric keycode.
setApproveButtonText(String) - Method in class com.sun.java.swing.JFileChooser
Sets the text used in the ApproveButton in the FileChooserUI.
setApproveButtonToolTipText(String) - Method in class com.sun.java.swing.JFileChooser
Sets the tooltip text used in the ApproveButton.
setArmed(boolean) - Method in class com.sun.java.swing.DefaultButtonModel
Marks the button as "armed".
setArmed(boolean) - Method in class com.sun.java.swing.JMenuItem
Identifies the menu item as "armed".
setArmed(boolean) - Method in interface com.sun.java.swing.ButtonModel
Marks the button as "armed".
setAsksAllowsChildren(boolean) - Method in class com.sun.java.swing.tree.DefaultTreeModel
Sets whether or not to test leafness by asking getAllowsChildren() or isLeaf() to the TreeNodes.
setAsynchronousLoadPriority(int) - Method in class com.sun.java.swing.text.AbstractDocument
Set the asynchronous loading priority.
setAutoCreateColumnsFromModel(boolean) - Method in class com.sun.java.swing.JTable
Sets the table's autoCreateColumnsFromModel flag.
setAutoResizeMode(int) - Method in class com.sun.java.swing.JTable
Sets the table's auto resize mode when the table is resized.
setAutoscrolls(boolean) - Method in class com.sun.java.swing.JComponent
If true this component will automatically scroll its contents when dragged, if contained in a component that supports scrolling, such as JViewport
setBackground(Color) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JComponent
Sets the background color of this component.
setBackground(Color) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JInternalFrame
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the background color of this object.
setBackground(Color) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setBackground(Color) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setBackground(Color) - Method in class com.sun.java.swing.table.DefaultTableCellRenderer
Overrides JComponent.setForeground to specify the unselected-background color using the specified color.
setBackground(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Subclassed to only accept the color if it isn't a ColorUIResource.
setBackground(MutableAttributeSet, Color) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the background color.
setBackgroundAt(int, Color) - Method in class com.sun.java.swing.JTabbedPane
Sets the background color at index to background which can be null, in which case the tab's background color will default to the background color of the tabbedpane.
setBackgroundNonSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the background color to be used for non selected nodes.
setBackgroundSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the color to use for the background if node is selected.
setBackingStoreEnabled(boolean) - Method in class com.sun.java.swing.JViewport
If true if this viewport will maintain an offscreen image of its contents.
setBase(URL) - Method in class com.sun.java.swing.text.html.HTMLDocument
Set the location to resolve relative url's against.
setBaseFontSize(int) - Method in class com.sun.java.swing.text.html.StyleSheet
 
setBaseFontSize(String) - Method in class com.sun.java.swing.text.html.StyleSheet
 
setBidiLevel(MutableAttributeSet, int) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the BidiLevel.
setBlinkRate(int) - Method in interface com.sun.java.swing.text.Caret
Sets the blink rate of the caret.
setBlinkRate(int) - Method in class com.sun.java.swing.text.DefaultCaret
Sets the caret blink rate.
setBlockIncrement(int) - Method in class com.sun.java.swing.JScrollBar
Sets the blockIncrement property.
setBlockIncrement(int) - Method in class com.sun.java.swing.JScrollPane.ScrollBar
Messages super to set the value, and resets the blockIncrementSet instance variable to true.
setBold(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the bold attribute.
setBorder(Border) - Method in class com.sun.java.swing.JComponent
Sets the border of this component.
setBorder(Border) - Method in class com.sun.java.swing.JViewport
The viewport "scrolls" it's child (called the "view") by the normal parent/child clipping (typically the view is moved in the opposite direction of the scroll).
setBorder(Border) - Method in class com.sun.java.swing.border.TitledBorder
Sets the border of the titled border.
setBorderPainted(boolean) - Method in class com.sun.java.swing.AbstractButton
Sets whether the border should be painted.
setBorderPainted(boolean) - Method in class com.sun.java.swing.JToolBar
Sets whether the border should be painted.
setBorderPainted(boolean) - Method in class com.sun.java.swing.JPopupMenu
Sets whether the border should be painted.
setBorderPainted(boolean) - Method in class com.sun.java.swing.JMenuBar
Determines whether the MenuBar's current border will be painted.
setBorderPainted(boolean) - Method in class com.sun.java.swing.JProgressBar
Sets whether the progress bar should paint its border.
setBorderSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Sets the color to use for the border.
setBorderSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the color to use for the border.
setBottomComponent(Component) - Method in class com.sun.java.swing.JSplitPane
Sets the component below, or to the right of the divider.
setBounds(Rectangle) - Method in interface com.sun.java.accessibility.AccessibleComponent
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
setBounds(Rectangle) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setBounds(Rectangle) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the bounds of this object in the form of a Rectangle object.
setBounds(Rectangle) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setBounds(Rectangle) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setBoundsForFrame(JComponent, int, int, int, int) - Method in class com.sun.java.swing.DefaultDesktopManager
This moves the JComponent and repaints the damaged areas.
setBoundsForFrame(JComponent, int, int, int, int) - Method in interface com.sun.java.swing.DesktopManager
This is a primative reshape method.
setCaret(Caret) - Method in class com.sun.java.swing.text.JTextComponent
Sets the caret to be used.
setCaretColor(Color) - Method in class com.sun.java.swing.text.JTextComponent
Sets the current color used to render the caret.
setCaretPosition(int) - Method in class com.sun.java.swing.text.JTextComponent
Sets the position of the text insertion caret for the TextComponent.
setCellEditor(TableCellEditor) - Method in class com.sun.java.swing.JTable
Set the cellEditor variable.
setCellEditor(TableCellEditor) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableCellEditor used by JTable to draw individual values for this column to anEditor.
setCellEditor(TreeCellEditor) - Method in class com.sun.java.swing.JTree
Sets the cell editor.
setCellRenderer(ListCellRenderer) - Method in class com.sun.java.swing.JList
Sets the delegate that's used to paint each cell in the list.
setCellRenderer(TableCellRenderer) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableCellRenderer used by JTable to draw individual values for this column to aRenderer.
setCellRenderer(TreeCellRenderer) - Method in class com.sun.java.swing.JTree
Sets the TreeCellRenderer that will be used to draw each cell.
setCellSelectionEnabled(boolean) - Method in class com.sun.java.swing.JTable
Sets whether this table allows both a column selection and a row selection to exist at the same time.
setCharacterAttributes(AttributeSet, boolean) - Method in class com.sun.java.swing.JTextPane
Applies the given attributes to character content.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Sets attributes for some part of the document.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in interface com.sun.java.swing.text.StyledDocument
Changes the content element attributes used for the given range of existing content in the document.
setCharacterAttributes(JEditorPane, AttributeSet, boolean) - Method in class com.sun.java.swing.text.StyledEditorKit.StyledTextAction
Applies the given attributes to character content.
setChooserPanels(AbstractColorChooserPanel[]) - Method in class com.sun.java.swing.JColorChooser
Specifies the Color Panels used to choose a color value.
setClickCountToStart(int) - Method in class com.sun.java.swing.DefaultCellEditor
Specifies the number of clicks needed to start editing.
setClip(int, int, int, int) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.setClip.
setClip(Shape) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.setClip.
setClosable(boolean) - Method in class com.sun.java.swing.JInternalFrame
Set that this JInternalFrame can be closed by some user action.
setClosed(boolean) - Method in class com.sun.java.swing.JInternalFrame
Calling this method with a value of true to close the frame.
setClosedIcon(Icon) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the icon used to represent non-leaf nodes that are not expanded.
setCoalesce(boolean) - Method in class com.sun.java.swing.Timer
Sets whether the Timer coalesces multiple pending ActionEvent firings.
setColor(Color) - Method in class com.sun.java.swing.DebugGraphics
Sets the color to be used for drawing and filling lines and shapes.
setColor(Color) - Method in class com.sun.java.swing.JColorChooser
Sets the current color of the color chooser to the specified color.
setColor(int) - Method in class com.sun.java.swing.JColorChooser
Sets the current color of the color chooser to the specified color.
setColor(int, int, int) - Method in class com.sun.java.swing.JColorChooser
Sets the current color of the color chooser to the specified RGB color.
setColumnHeader(JViewport) - Method in class com.sun.java.swing.JScrollPane
If an old columnHeader exists, remove it.
setColumnHeaderView(Component) - Method in class com.sun.java.swing.JScrollPane
Creates a column-header viewport if neccessary, sets its view and then adds the column-header viewport to the scrollpane.
setColumnIdentifiers(Object[]) - Method in class com.sun.java.swing.table.DefaultTableModel
Replaces the column identifiers in the model.
setColumnIdentifiers(Vector) - Method in class com.sun.java.swing.table.DefaultTableModel
Replaces the column identifiers in the model.
setColumnMargin(int) - Method in interface com.sun.java.swing.table.TableColumnModel
Sets the TableColumn's column margin to newMargin.
setColumnMargin(int) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
Sets the column margin to newMargin.
setColumnModel(TableColumnModel) - Method in class com.sun.java.swing.JTable
Sets the column model for this table to newModel and registers with for listner notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.sun.java.swing.table.JTableHeader
Sets the column model for this table to newModel and registers with for listner notifications from the new column model.
setColumns(int) - Method in class com.sun.java.swing.JTextField
Sets the number of columns in this TextField, and then invalidate the layout.
setColumns(int) - Method in class com.sun.java.swing.JTextArea
Sets the number of columns for this TextArea.
setColumnSelectionAllowed(boolean) - Method in class com.sun.java.swing.JTable
Sets whether the columns in this model can be selected.
setColumnSelectionAllowed(boolean) - Method in interface com.sun.java.swing.table.TableColumnModel
Sets whether the columns in this model can be selected.
setColumnSelectionAllowed(boolean) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
 
setColumnSelectionInterval(int, int) - Method in class com.sun.java.swing.JTable
Selects the columns from index0 to index1 inclusive.
setComponent(JComponent) - Method in class com.sun.java.swing.JToolTip
Specifies the component that the tooltip describes.
setComponent(MutableAttributeSet, Component) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the component attribute.
setComponentAt(int, Component) - Method in class com.sun.java.swing.JTabbedPane
Sets the component at index to component.
setContentAreaFilled(boolean) - Method in class com.sun.java.swing.AbstractButton
Sets whether the button should paint the content area or leave it transparent.
setContentPane(Container) - Method in class com.sun.java.swing.JFrame
Sets the contentPane property.
setContentPane(Container) - Method in class com.sun.java.swing.JWindow
Sets the contentPane property.
setContentPane(Container) - Method in class com.sun.java.swing.JDialog
Sets the contentPane property.
setContentPane(Container) - Method in class com.sun.java.swing.JInternalFrame
Sets this JInternalFrame's content pane.
setContentPane(Container) - Method in class com.sun.java.swing.JApplet
Sets the contentPane property.
setContentPane(Container) - Method in interface com.sun.java.swing.RootPaneContainer
The "contentPane" is the primary container for application specific components.
setContentPane(Container) - Method in class com.sun.java.swing.JRootPane
Sets the content pane -- the container that holds the components parented by the root pane.
setContentType(String) - Method in class com.sun.java.swing.JEditorPane
Sets the type of content that this editor handles.
setContinuousLayout(boolean) - Method in class com.sun.java.swing.JSplitPane
Sets whether or not the child components are continuously redisplayed and layed out during user intervention.
setCorner(String, Component) - Method in class com.sun.java.swing.JScrollPane
Adds a child that will appear in one of the scroll panes corners, if there's room.
setCurrentAccessibleValue(Number) - Method in interface com.sun.java.accessibility.AccessibleValue
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.AbstractButton.AccessibleAbstractButton
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JScrollBar.AccessibleJScrollBar
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JSlider.AccessibleJSlider
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JInternalFrame.AccessibleJInternalFrame
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JProgressBar.AccessibleJProgressBar
Set the value of this object as a Number.
setCurrentAccessibleValue(Number) - Method in class com.sun.java.swing.JSplitPane.AccessibleJSplitPane
Set the value of this object as a Number.
setCurrentDirectory(File) - Method in class com.sun.java.swing.JFileChooser
Sets the current directory.
setCurrentManager(FocusManager) - Static method in class com.sun.java.swing.FocusManager
Set the FocusManager that should be used for the calling thread.
setCurrentManager(RepaintManager) - Static method in class com.sun.java.swing.RepaintManager
Set the RepaintManager that should be used for the calling thread.
setCursor(Cursor) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setCursor(Cursor) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Set the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the Cursor of this object.
setCursor(Cursor) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setCursor(Cursor) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setDataVector(Object[][], Object[]) - Method in class com.sun.java.swing.table.DefaultTableModel
This replaces the value in the dataVector instance variable with the values in the array newData.
setDataVector(Vector, Vector) - Method in class com.sun.java.swing.table.DefaultTableModel
This replaces the current dataVector instance variable with the new Vector of rows, newData.
setDebugGraphicsOptions(int) - Method in class com.sun.java.swing.JComponent
Enables or disables diagnostic information about every graphics operation performed within the component or one of its children.
setDebugOptions(int) - Method in class com.sun.java.swing.DebugGraphics
Enables/disables diagnostic information about every graphics operation.
setDefaultAction(Action) - Method in interface com.sun.java.swing.text.Keymap
Set the default action to fire if a key is typed.
setDefaultButton(JButton) - Method in class com.sun.java.swing.JRootPane
Sets the current default button for this JRootPane.
setDefaultCapable(boolean) - Method in class com.sun.java.swing.JButton
Sets whether or not this button is capable of being the default button on the RootPane.
setDefaultCloseOperation(int) - Method in class com.sun.java.swing.JFrame
Sets the operation which will happen by default when the user initiates a "close" on this frame.
setDefaultCloseOperation(int) - Method in class com.sun.java.swing.JDialog
Sets the operation which will happen by default when the user initiates a "close" on this dialog.
setDefaultCloseOperation(int) - Method in class com.sun.java.swing.JInternalFrame
Sets the operation which will happen by default when the user initiates a "close" on this window.
setDefaultEditor(Class, TableCellEditor) - Method in class com.sun.java.swing.JTable
Set a default editor to be used if no editor has been set in a TableColumn.
setDefaultLightWeightPopupEnabled(boolean) - Static method in class com.sun.java.swing.JPopupMenu
Set the default value for the lightWeightPopupEnabled property.
setDefaultRenderer(Class, TableCellRenderer) - Method in class com.sun.java.swing.JTable
Set a default renderer to be used if no renderer has been set in a TableColumn.
setDelay(int) - Method in class com.sun.java.swing.JMenu
Sets the suggested delay before the menu's PopupMenu is popped up or down.
setDelay(int) - Method in class com.sun.java.swing.Timer
Sets the Timer's delay, the number of milliseconds between successive actionPerfomed() messages to its listeners
setDescription(String) - Method in class com.sun.java.swing.ImageIcon
Set the description of the image.
setDesktopIcon(JInternalFrame.JDesktopIcon) - Method in class com.sun.java.swing.JInternalFrame
Sets the JDesktopIcon associated with this JInternalFrame.
setDesktopManager(DesktopManager) - Method in class com.sun.java.swing.JDesktopPane
Sets the DesktopManger that will handle desktop-specific UI actions.
setDialogTitle(String) - Method in class com.sun.java.swing.JFileChooser
Sets the string that goes in the FileChooser window's title bar.
setDialogType(int) - Method in class com.sun.java.swing.JFileChooser
Sets the type of this dialog.
setDirection(short) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
Sets the direction.
setDisabledIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the disabled icon for the button.
setDisabledIcon(Icon) - Method in class com.sun.java.swing.JLabel
Set the icon to be displayed if this JLabel is "disabled", i.e.
setDisabledIconAt(int, Icon) - Method in class com.sun.java.swing.JTabbedPane
Sets the disabled icon at index to icon which can be null.
setDisabledSelectedIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the disabled selection icon for the button.
setDisabledTextColor(Color) - Method in class com.sun.java.swing.text.JTextComponent
Sets the current color used to render the disabled text.
setDismissDelay(int) - Method in class com.sun.java.swing.ToolTipManager
Specifies the dismisal delay value.
setDisplayedMnemonic(char) - Method in class com.sun.java.swing.JLabel
Specifies the displayedMnemonic as a char value.
setDisplayedMnemonic(int) - Method in class com.sun.java.swing.JLabel
Specify a keycode that indicates a mnemonic key.
setDividerLocation(double) - Method in class com.sun.java.swing.JSplitPane
Sets the divider location as a percentage of the JSplitPane's size.
setDividerLocation(int) - Method in class com.sun.java.swing.JSplitPane
Sets the location of the divider.
setDividerSize(int) - Method in class com.sun.java.swing.JSplitPane
Sets the size of the divider.
setDocument(Document) - Method in class com.sun.java.swing.JTextPane
Associates the editor with a text document.
setDocument(Document) - Method in class com.sun.java.swing.text.JTextComponent
Associates the editor with a text document.
setDocumentProperties(Dictionary) - Method in class com.sun.java.swing.text.AbstractDocument
Replace the document properties dictionary for this document.
setDot(int) - Method in interface com.sun.java.swing.text.Caret
Sets the caret position to some position.
setDot(int) - Method in class com.sun.java.swing.text.DefaultCaret
Sets the caret position and mark to some position.
setDoubleBuffered(boolean) - Method in class com.sun.java.swing.JComponent
Set whether the receiving component should use a buffer to paint.
setDoubleBufferingEnabled(boolean) - Method in class com.sun.java.swing.RepaintManager
Enables or disables double buffering.
setDoubleBufferMaximumSize(Dimension) - Method in class com.sun.java.swing.RepaintManager
Set the maximum double buffer size.
setDraggedColumn(TableColumn) - Method in class com.sun.java.swing.table.JTableHeader
Sets the header's draggedColumn to aColumn
setDraggedDistance(int) - Method in class com.sun.java.swing.table.JTableHeader
Sets the header's draggedDistance to distance
setDrawsLayeredHighlights(boolean) - Method in class com.sun.java.swing.text.DefaultHighlighter
If true, highlights are drawn as the Views draw the text.
setEchoChar(char) - Method in class com.sun.java.swing.JPasswordField
Sets the echo character for this JPasswordField.
setEditable(boolean) - Method in class com.sun.java.swing.JTree
Determines whether the tree is editable.
setEditable(boolean) - Method in class com.sun.java.swing.JComboBox
Determines whether the JComboBox field is editable.
setEditable(boolean) - Method in class com.sun.java.swing.text.JTextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setEditingColumn(int) - Method in class com.sun.java.swing.JTable
Set the editingColumn variable.
setEditingRow(int) - Method in class com.sun.java.swing.JTable
Set the editingRow variable.
setEditor(ComboBoxEditor) - Method in class com.sun.java.swing.JComboBox
Sets the editor used to paint and edit the selected item in the JComboBox field.
setEditorKit(EditorKit) - Method in class com.sun.java.swing.JEditorPane
Sets the currently installed kit for handling content.
setEditorKit(EditorKit) - Method in class com.sun.java.swing.JTextPane
Sets the currently installed kit for handling content.
setEditorKitForContentType(String, EditorKit) - Method in class com.sun.java.swing.JEditorPane
Directly set the editor kit to use for the given type.
setElementAt(Object, int) - Method in class com.sun.java.swing.DefaultListModel
Sets the component at the specified index of this list to be the specified object.
setEnabled(boolean) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.JComponent
Sets whether or not this component is enabled.
setEnabled(boolean) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.AbstractButton
Enables (or disables) the button.
setEnabled(boolean) - Method in class com.sun.java.swing.DefaultButtonModel
Enables or disables the button.
setEnabled(boolean) - Method in class com.sun.java.swing.JMenuItem
Enable or disable the menu item.
setEnabled(boolean) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.AbstractAction
Enables or disables the action.
setEnabled(boolean) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setEnabled(boolean) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.JScrollBar
Enables the component so that the knob position can be changed.
setEnabled(boolean) - Method in class com.sun.java.swing.ToolTipManager
Enables or disables the tooltip.
setEnabled(boolean) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the enabled state of the object.
setEnabled(boolean) - Method in interface com.sun.java.swing.Action
Tests the enabled state of the Action.
setEnabled(boolean) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the enabled state of the object.
setEnabled(boolean) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the enabled state of the object.
setEnabled(boolean) - Method in interface com.sun.java.swing.ButtonModel
Enables or disables the button.
setEnabled(boolean) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setEnabled(boolean) - Method in class com.sun.java.swing.JComboBox
Enables the combo box so that items can be selected.
setEnabled(boolean) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setEnabled(boolean) - Method in class com.sun.java.swing.text.JTextComponent
Enables or disables this component, depending on the value of the parameter b.
setEnabledAt(int, boolean) - Method in class com.sun.java.swing.JTabbedPane
Sets whether or not the tab at index is enabled.
setExpandedState(TreePath, boolean) - Method in class com.sun.java.swing.JTree
Sets the expanded state of the receiver.
setExpandedState(TreePath, boolean) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Marks the path path expanded state to isExpanded.
setExpandedState(TreePath, boolean) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Marks the path path expanded state to isExpanded.
setExpandedState(TreePath, boolean) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Marks the path path expanded state to isExpanded.
setExtent(int) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets the extent to n after ensuring that n is greater than or equal to zero and falls within the model's constraints: minimum <= value <= value+extent <= maximum
setExtent(int) - Method in class com.sun.java.swing.JSlider
Sets the size of the range "covered" by the knob.
setExtent(int) - Method in interface com.sun.java.swing.BoundedRangeModel
Sets the model's extent.
setExtentSize(Dimension) - Method in class com.sun.java.swing.JViewport
Set the size of the visible part of the view using view coordinates.
setFileFilter(FileFilter) - Method in class com.sun.java.swing.JFileChooser
Sets the current File Filter.
setFileHidingEnabled(boolean) - Method in class com.sun.java.swing.JFileChooser
Sets file hiding on or off.
setFileSelectionMode(int) - Method in class com.sun.java.swing.JFileChooser
Sets the FileChooser to allow the user to just select files, just select directories, or select both files and directetories.
setFileSystemView(FileSystemView) - Method in class com.sun.java.swing.JFileChooser
Sets the file system view which the JFileChooser uses to access and create file system resouces, such as finding the floppy drive and getting a list of root drives.
setFileView(FileView) - Method in class com.sun.java.swing.JFileChooser
Sets the file view to used to retrieve UI information, such as the icon that represents a file or the type description of a file.
setFirstLineIndent(float) - Method in class com.sun.java.swing.text.ParagraphView
Set the indent on the first line
setFirstLineIndent(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the first line indent.
setFixedCellHeight(int) - Method in class com.sun.java.swing.JList
If this value is greater than zero it defines the height of every cell in the list.
setFixedCellWidth(int) - Method in class com.sun.java.swing.JList
If this value is greater than zero it defines the width of every cell in the list.
setFlashColor(Color) - Static method in class com.sun.java.swing.DebugGraphics
Sets the Color used to flash drawing operations.
setFlashCount(int) - Static method in class com.sun.java.swing.DebugGraphics
Sets the number of times that drawing operations will flash.
setFlashTime(int) - Static method in class com.sun.java.swing.DebugGraphics
Sets the time delay of drawing operation flashing.
setFloatable(boolean) - Method in class com.sun.java.swing.JToolBar
Sets whether the toolbar can be made to float
setFocusAccelerator(char) - Method in class com.sun.java.swing.text.JTextComponent
Sets the key accelerator that will cause the receiving text component to get the focus.
setFocusPainted(boolean) - Method in class com.sun.java.swing.AbstractButton
Sets whether focus should be painted.
setFont(Font) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JComponent
Sets the font for this component.
setFont(Font) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setFont(Font) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JTextField
Sets the current font.
setFont(Font) - Method in class com.sun.java.swing.DebugGraphics
Sets the Font used for text drawing operations.
setFont(Font) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JTextArea
Sets the current font.
setFont(Font) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the Font of this object.
setFont(Font) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setFont(Font) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setFont(Font) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Sets the font to edit with.
setFont(Font) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Subclassed to only accept the font if it isn't a FontUIResource.
setFontFamily(MutableAttributeSet, String) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the font attribute.
setFontSize(MutableAttributeSet, int) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the font size attribute.
setForeground(Color) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JComponent
Sets the foreground color of this component.
setForeground(Color) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setForeground(Color) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JInternalFrame
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the foreground color of this object.
setForeground(Color) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setForeground(Color) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setForeground(Color) - Method in class com.sun.java.swing.table.DefaultTableCellRenderer
Overrides JComponent.setForeground to specify the unselected-foreground color using the specified color.
setForeground(MutableAttributeSet, Color) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the foreground color.
setForegroundAt(int, Color) - Method in class com.sun.java.swing.JTabbedPane
Sets the foreground color at index to foreground which can be null, in which case the tab's foreground color will default to the foreground color of this tabbedpane.
setFrameIcon(Icon) - Method in class com.sun.java.swing.JInternalFrame
Sets an image to be displayed in the titlebar of the frame (usually in the top-left corner).
setGlassPane(Component) - Method in class com.sun.java.swing.JFrame
Sets the glassPane property.
setGlassPane(Component) - Method in class com.sun.java.swing.JWindow
Sets the glassPane property.
setGlassPane(Component) - Method in class com.sun.java.swing.JDialog
Sets the glassPane property.
setGlassPane(Component) - Method in class com.sun.java.swing.JInternalFrame
Sets this JInternalFrame's glassPane property.
setGlassPane(Component) - Method in class com.sun.java.swing.JApplet
Sets the glassPane property.
setGlassPane(Component) - Method in interface com.sun.java.swing.RootPaneContainer
The glassPane is always the first child of the rootPane and the rootPanes layout manager ensures that it's always as big as the rootPane.
setGlassPane(Component) - Method in class com.sun.java.swing.JRootPane
Sets a specified Component to be the glass pane for this root pane.
setGridColor(Color) - Method in class com.sun.java.swing.JTable
Sets the color used to draw grid lines to color and redisplays the receiver.
setGridLocation(int, int) - Method in class com.sun.java.swing.text.TableView.TableCell
Sets the grid location.
setGroup(ButtonGroup) - Method in class com.sun.java.swing.DefaultButtonModel
Identifies the group this button belongs to -- needed for radio buttons, which are mutually exclusive within their group.
setGroup(ButtonGroup) - Method in interface com.sun.java.swing.ButtonModel
Identifies the group this button belongs to -- needed for radio buttons, which are mutually exclusive within their group.
setHeaderRenderer(TableCellRenderer) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableCellRenderer used to draw the TableColumn's header to aRenderer.
setHeaderValue(Object) - Method in class com.sun.java.swing.table.TableColumn
Sets the Object used as the value for the headerRenderer Posts a bound property change notification with the name HEADER_VALUE_PROPERTY.
setHelpMenu(JMenu) - Method in class com.sun.java.swing.JMenuBar
Sets the help menu that appears when the user selects the "help" option in the menu bar.
setHighlighter(Highlighter) - Method in class com.sun.java.swing.text.JTextComponent
Sets the highlighter to be used.
setHorizontalAlignment(int) - Method in class com.sun.java.swing.AbstractButton
Sets the horizontal alignment of the icon and text.
setHorizontalAlignment(int) - Method in class com.sun.java.swing.JTextField
Sets the horizontal alignment of the text.
setHorizontalAlignment(int) - Method in class com.sun.java.swing.JLabel
Sets the alignment of the label's contents along the X axis.
setHorizontalScrollBar(JScrollBar) - Method in class com.sun.java.swing.JScrollPane
Add the scrollbar that controls the viewports horizontal view position to the scrollpane.
setHorizontalScrollBarPolicy(int) - Method in class com.sun.java.swing.JScrollPane
Determines when the horizontal scrollbar appears in the scrollpane.
setHorizontalScrollBarPolicy(int) - Method in class com.sun.java.swing.ScrollPaneLayout
Sets the horizontal scrollbar-display policy.
setHorizontalTextPosition(int) - Method in class com.sun.java.swing.AbstractButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in class com.sun.java.swing.JLabel
Sets the horizontal position of the label's text, relative to its image.
setIcon(boolean) - Method in class com.sun.java.swing.JInternalFrame
Iconizes and deconizes the frame.
setIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the button's default icon.
setIcon(Icon) - Method in class com.sun.java.swing.JOptionPane
Sets the icon to display.
setIcon(Icon) - Method in class com.sun.java.swing.JLabel
Defines the icon this component will display.
setIcon(MutableAttributeSet, Icon) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the icon attribute.
setIconAt(int, Icon) - Method in class com.sun.java.swing.JTabbedPane
Sets the icon at index to icon which can be null.
setIconifiable(boolean) - Method in class com.sun.java.swing.JInternalFrame
Set that the JInternalFrame can be made an icon by some user action.
setIconTextGap(int) - Method in class com.sun.java.swing.JLabel
If both the icon and text properties are set, this property defines the space between them.
setIdentifier(Object) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableColumn's identifier to anIdentifier.
setImage(Image) - Method in class com.sun.java.swing.ImageIcon
Set the image displayed by this icon.
setImageObserver(ImageObserver) - Method in class com.sun.java.swing.ImageIcon
Set the image observer for the image.
setIndentSpace(int) - Method in class com.sun.java.swing.text.AbstractWriter
Enables subclasses to specify how many spaces an indent maps to.
setInitialDelay(int) - Method in class com.sun.java.swing.Timer
Sets the Timer's initial delay.
setInitialDelay(int) - Method in class com.sun.java.swing.ToolTipManager
Specifies the initial delay value.
setInitialSelectionValue(Object) - Method in class com.sun.java.swing.JOptionPane
Sets the initial selection value.
setInitialValue(Object) - Method in class com.sun.java.swing.JOptionPane
Sets the initial value that is to be enabled -- the Component that has the focus when the pane is initially displayed.
setInputValue(Object) - Method in class com.sun.java.swing.JOptionPane
Sets the user's input-value.
setInsets(short, short, short, short) - Method in class com.sun.java.swing.text.CompositeView
Sets the insets for the view.
setInstalledLookAndFeels(UIManager.LookAndFeelInfo[]) - Static method in class com.sun.java.swing.UIManager
Replaces the current array of installed LookAndFeelInfos.
setIntercellSpacing(Dimension) - Method in class com.sun.java.swing.JTable
Sets the width and height between cells to newSpacing and redisplays the receiver.
setInternalFrame(JInternalFrame) - Method in class com.sun.java.swing.JInternalFrame.JDesktopIcon
Sets the JInternalFrame that this DesktopIcon is associated with.
setInverted(boolean) - Method in class com.sun.java.swing.JSlider
Specify true to reverse the value-range shown for the slider so that the maximum value is at the left end of a horizontal slider or at the bottom of a vertical one.
setInvoker(Component) - Method in class com.sun.java.swing.JPopupMenu
Sets the invoker of this popupmenu -- the component in which the popupmenu menu is to be displayed.
setInvokesStopCellEditing(boolean) - Method in class com.sun.java.swing.JTree
Determines what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.
setItalic(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the italic attribute.
setItem(Object) - Method in interface com.sun.java.swing.ComboBoxEditor
Set the item that should be edited.
setJMenuBar(JMenuBar) - Method in class com.sun.java.swing.JFrame
Sets the menubar for this frame.
setJMenuBar(JMenuBar) - Method in class com.sun.java.swing.JDialog
Sets the menubar for this dialog.
setJMenuBar(JMenuBar) - Method in class com.sun.java.swing.JInternalFrame
Sets the JMenuBar for this JInternalFrame.
setJMenuBar(JMenuBar) - Method in class com.sun.java.swing.JApplet
Sets the menubar for this applet.
setJMenuBar(JMenuBar) - Method in class com.sun.java.swing.JRootPane
Adds or changes the menu bar used in the layered pane.
setJustification(int) - Method in class com.sun.java.swing.text.ParagraphView
Set the type of justification.
setKeymap(Keymap) - Method in class com.sun.java.swing.text.JTextComponent
Sets the keymap to use for binding events to actions.
setKeySelectionManager(JComboBox.KeySelectionManager) - Method in class com.sun.java.swing.JComboBox
Sets the object that translates a keyboard character into a list selection.
setLabel(String) - Method in class com.sun.java.swing.AbstractButton
Deprecated. - Replaced by setText(text)
setLabel(String) - Method in class com.sun.java.swing.JPopupMenu
Sets the popup menu's label.
setLabel(String) - Method in class com.sun.java.swing.text.html.Option
Sets the label to be used for the option.
setLabelFor(Component) - Method in class com.sun.java.swing.JLabel
Set the component this is labelling.
setLabelTable(Dictionary) - Method in class com.sun.java.swing.JSlider
Used to specify what label will be drawn at any given value.
setLargeModel(boolean) - Method in class com.sun.java.swing.JTree
Specifies whether the UI should use a large model.
setLastDividerLocation(int) - Method in class com.sun.java.swing.JSplitPane
Sets the last location the divider was at to newLastLocation.
setLayer(Component, int) - Method in class com.sun.java.swing.JLayeredPane
Sets the layer attribute on the specified component, making it the bottommost component in that layer.
setLayer(Component, int, int) - Method in class com.sun.java.swing.JLayeredPane
Sets the layer attribute for the specified component and also sets its position within that layer.
setLayer(Integer) - Method in class com.sun.java.swing.JInternalFrame
Convenience method for setting the layer attribute of this component.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JFrame
Sets the layeredPane property.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JWindow
Sets the layeredPane property.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JDialog
Sets the layeredPane property.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JInternalFrame
Sets this JInternalFrame's layeredPane property.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JApplet
Sets the layeredPane property.
setLayeredPane(JLayeredPane) - Method in interface com.sun.java.swing.RootPaneContainer
A Container that manages the contentPane and in some cases a menu bar.
setLayeredPane(JLayeredPane) - Method in class com.sun.java.swing.JRootPane
Set the layered pane for the root pane.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JFrame
By default the layout of this component may not be set, the layout of its contentPane should be set instead.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JWindow
By default the layout of this component may not be set, the layout of its contentPane should be set instead.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JDialog
By default the layout of this component may not be set, the layout of its contentPane should be set instead.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JScrollPane
Sets the layout manager for this JScrollPane.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JInternalFrame
By default the layout of this component may not be set, the layout of its contentPane should be set instead.
setLayout(LayoutManager) - Method in class com.sun.java.swing.JApplet
By default the layout of this component may not be set, the layout of its contentPane should be set instead.
setLayout(LayoutManager) - Method in class com.sun.java.swing.Box
Throws an AWTError, since a Box can use only a BoxLayout.
setLeadAnchorNotificationEnabled(boolean) - Method in class com.sun.java.swing.DefaultListSelectionModel
Sets the value of the leadAnchorNotificationEnabled flag.
setLeadSelectionIndex(int) - Method in class com.sun.java.swing.DefaultListSelectionModel
Set the lead selection index, ensuring that values between the anchor and the new lead are either all selected or all deselected.
setLeadSelectionIndex(int) - Method in interface com.sun.java.swing.ListSelectionModel
Set the lead selection index.
setLeafIcon(Icon) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the icon used to represent leaf nodes.
setLeftComponent(Component) - Method in class com.sun.java.swing.JSplitPane
Sets the component to the left (or above) the divider.
setLeftIndent(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets left indent.
setLightWeightPopupEnabled(boolean) - Method in class com.sun.java.swing.JPopupMenu
When displaying the popup, JPopupMenu choose to use a light weight popup if it fits.
setLightWeightPopupEnabled(boolean) - Method in class com.sun.java.swing.ToolTipManager
Deprecated. As of Swing1.1 replaced by setToolTipWindowUsePolicy(int).
setLightWeightPopupEnabled(boolean) - Method in class com.sun.java.swing.JComboBox
When displaying the popup, JComboBox choose to use a light weight popup if it fits.
setLimit(int) - Method in class com.sun.java.swing.undo.UndoManager
Set the maximum number of edits this UndoManager will hold.
setLineLength(int) - Method in class com.sun.java.swing.text.AbstractWriter
Enables subclasses to set the number of characters they want written per line.
setLineSpacing(float) - Method in class com.sun.java.swing.text.ParagraphView
Set the line spacing.
setLineSpacing(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets line spacing.
setLineWrap(boolean) - Method in class com.sun.java.swing.JTextArea
Sets the line-wrapping policy of the text area.
setListData(Object[]) - Method in class com.sun.java.swing.JList
A convenience method that constructs a ListModel from an array of Objects and then applies setModel to it.
setListData(Vector) - Method in class com.sun.java.swing.JList
A convenience method that constructs a ListModel from a Vector and then applies setModel to it.
setLocation(int, int) - Method in class com.sun.java.swing.JPopupMenu
Set the location of the upper left corner of the popup menu using x, y coordinates.
setLocation(Point) - Method in interface com.sun.java.accessibility.AccessibleComponent
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setLocation(Point) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the location of the object relative to the parent.
setLocation(Point) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setLocation(Point) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setLocationRelativeTo(Component) - Method in class com.sun.java.swing.JDialog
Sets the location of the dialog relative to the specified component.
setLogicalStyle(int, Style) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Sets the logical style to use for the paragraph at the given position.
setLogicalStyle(int, Style) - Method in interface com.sun.java.swing.text.StyledDocument
Sets the logical style to use for the paragraph at the given position.
setLogicalStyle(Style) - Method in class com.sun.java.swing.JTextPane
Sets the logical style to use for the paragraph at the current caret position.
setLogStream(PrintStream) - Static method in class com.sun.java.swing.DebugGraphics
Sets the stream to which the DebugGraphics logs drawing operations.
setLogTimers(boolean) - Static method in class com.sun.java.swing.Timer
Enables or disables the timer log.
setLookAndFeel(LookAndFeel) - Static method in class com.sun.java.swing.UIManager
Set the current default look and feel using a LookAndFeel object.
setLookAndFeel(String) - Static method in class com.sun.java.swing.UIManager
Set the current default look and feel using a class name.
setMagicCaretPosition(Point) - Method in interface com.sun.java.swing.text.Caret
Saves the current caret position.
setMagicCaretPosition(Point) - Method in class com.sun.java.swing.text.DefaultCaret
Saves the current caret position.
setMajorTickSpacing(int) - Method in class com.sun.java.swing.JSlider
This method sets the major tick spacing.
setMargin(Insets) - Method in class com.sun.java.swing.AbstractButton
Sets space for margin between the button's border and the label.
setMargin(Insets) - Method in class com.sun.java.swing.JToolBar
Sets the margin between the toolbar's border and its buttons.
setMargin(Insets) - Method in class com.sun.java.swing.JMenuBar
Sets the margin between the menubar's border and its menus.
setMargin(Insets) - Method in class com.sun.java.swing.text.JTextComponent
Sets margin space between the text component's border and its text.
setMaximizable(boolean) - Method in class com.sun.java.swing.JInternalFrame
Set that the JInternalFrame can be maximized by some user action.
setMaximum(boolean) - Method in class com.sun.java.swing.JInternalFrame
Maximizes and restores the frame.
setMaximum(int) - Method in class com.sun.java.swing.ProgressMonitor
Specifies the maximum value.
setMaximum(int) - Method in class com.sun.java.swing.JScrollBar
Sets the model's maximum property.
setMaximum(int) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets the maximum to n after ensuring that n that the other three properties obey the model's constraints: minimum <= value <= value+extent <= maximum
setMaximum(int) - Method in class com.sun.java.swing.JSlider
Sets the models maximum property.
setMaximum(int) - Method in interface com.sun.java.swing.BoundedRangeModel
Sets the model's maximum to newMaximum.
setMaximum(int) - Method in class com.sun.java.swing.JProgressBar
Sets the model's maximum to x.
setMaximumRowCount(int) - Method in class com.sun.java.swing.JComboBox
Sets the maximum number of rows the JComboBox displays.
setMaximumSize(Dimension) - Method in class com.sun.java.swing.JComponent
Sets the maximumSize of this component to a constant value.
setMaxWidth(int) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableColumn's maximum width to newMaxWidth, also adjusting the current width if it's greater than this value.
setMenuBar(JMenuBar) - Method in class com.sun.java.swing.JInternalFrame
Deprecated. As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar m).
setMenuBar(JMenuBar) - Method in class com.sun.java.swing.JRootPane
Deprecated. As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar menu).
setMenuLocation(int, int) - Method in class com.sun.java.swing.JMenu
Set the location of the popup component
setMessage(Object) - Method in class com.sun.java.swing.JOptionPane
Sets the option pane's message-object.
setMessageType(int) - Method in class com.sun.java.swing.JOptionPane
Sets the option pane's message type.
setMillisToDecideToPopup(int) - Method in class com.sun.java.swing.ProgressMonitor
Specifies the amount of time to wait before deciding whether or not to popup a progress monitor.
setMillisToPopup(int) - Method in class com.sun.java.swing.ProgressMonitor
Specifies the amount of time it will take for the popup to appear.
setMinimum(int) - Method in class com.sun.java.swing.ProgressMonitor
Specifies the minimum value.
setMinimum(int) - Method in class com.sun.java.swing.JScrollBar
Sets the model's minimum property.
setMinimum(int) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets the minimum to n after ensuring that n that the other three properties obey the model's constraints: minimum <= value <= value+extent <= maximum
setMinimum(int) - Method in class com.sun.java.swing.JSlider
Sets the models minimum property.
setMinimum(int) - Method in interface com.sun.java.swing.BoundedRangeModel
Sets the model's minimum to newMinimum.
setMinimum(int) - Method in class com.sun.java.swing.JProgressBar
Sets the model's minimum to x.
setMinimumSize(Dimension) - Method in class com.sun.java.swing.JComponent
Sets the minimumSize of this component to a constant value.
setMinorTickSpacing(int) - Method in class com.sun.java.swing.JSlider
This method sets the minor tick spacing.
setMinWidth(int) - Method in class com.sun.java.swing.table.TableColumn
Sets the TableColumn's minimum width to newMinWidth, also adjusting the current width if it's less than this value.
setMnemonic(char) - Method in class com.sun.java.swing.AbstractButton
Specifies the mnemonic value.
setMnemonic(int) - Method in class com.sun.java.swing.AbstractButton
Set the keyboard mnemonic on the current model.
setMnemonic(int) - Method in class com.sun.java.swing.DefaultButtonModel
Sets the keyboard mnemonic (shortcut key or accelerator key) for this button.
setMnemonic(int) - Method in interface com.sun.java.swing.ButtonModel
Sets the keyboard mnemonic (shortcut key or accelerator key) for this button.
setModel(BoundedRangeModel) - Method in class com.sun.java.swing.JScrollBar
Sets the model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
setModel(BoundedRangeModel) - Method in class com.sun.java.swing.JSlider
Sets the model that handles the sliders three fundamental properties: minimum, maximum, value.
setModel(BoundedRangeModel) - Method in class com.sun.java.swing.JProgressBar
Sets the data model used by the JProgressBar.
setModel(ButtonModel) - Method in class com.sun.java.swing.AbstractButton
Set the model that this button represents.
setModel(ButtonModel) - Method in class com.sun.java.swing.JMenu
Set the data model for the "menu button" -- the label that the user clicks to open or close the menu.
setModel(ComboBoxModel) - Method in class com.sun.java.swing.JComboBox
Sets the data model that the JComboBox uses to obtain the list of items.
setModel(ListModel) - Method in class com.sun.java.swing.JList
Sets the model that represents the contents or "value" of the list and clears the list selection after notifying PropertyChangeListeners.
setModel(SingleSelectionModel) - Method in class com.sun.java.swing.JTabbedPane
Sets the model to be used with this tabbedpane.
setModel(TableModel) - Method in class com.sun.java.swing.JTable
Sets the data model for this table to newModel and registers with for listner notifications from the new data model.
setModel(TreeModel) - Method in class com.sun.java.swing.JTree
Sets the TreeModel that will provide the data.
setModel(TreeModel) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Sets the TreeModel that will provide the data.
setModel(TreeModel) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Sets the TreeModel that will provide the data.
setModel(TreeModel) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Sets the TreeModel that will provide the data.
setModelIndex(int) - Method in class com.sun.java.swing.table.TableColumn
Sets the model index for this column.
setMultiSelectionEnabled(boolean) - Method in class com.sun.java.swing.JFileChooser
Sets the filechooser to allow multiple file selections.
setName(String) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Changes the name of the style.
setNextFocusableComponent(Component) - Method in class com.sun.java.swing.JComponent
Specifies the next component to get the focus after this one, for example, when the tab key is pressed.
setNodeDimensions(AbstractLayoutCache.NodeDimensions) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Sets the renderer that is responsible for drawing nodes in the tree and which is threfore responsible foc calculating the dimensions of individual nodes.
setNodeDimensions(AbstractLayoutCache.NodeDimensions) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Sets the renderer that is responsible for drawing nodes in the tree.
setNote(String) - Method in class com.sun.java.swing.ProgressMonitor
Specifies the additional note that is displayed along with the progress message.
setNumRows(int) - Method in class com.sun.java.swing.table.DefaultTableModel
Sets the number of rows in the model.
setOneTouchExpandable(boolean) - Method in class com.sun.java.swing.JSplitPane
Determines whether the JSplitPane provides a UI widget on the divider to quickly expand/collapse the divider.
setOpaque(boolean) - Method in class com.sun.java.swing.JComponent
If true the components background will be filled with the background color.
setOpaque(boolean) - Method in class com.sun.java.swing.text.JTextComponent
Sets whether or not the UI should render a background.
setOpenIcon(Icon) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the icon used to represent non-leaf nodes that are expanded.
setOptions(Object[]) - Method in class com.sun.java.swing.JOptionPane
Sets the options this pane displays.
setOptionType(int) - Method in class com.sun.java.swing.JOptionPane
Sets the options to display.
setOrientation(int) - Method in class com.sun.java.swing.JToolBar
Set the orientation of the toolbar
setOrientation(int) - Method in class com.sun.java.swing.JSeparator
Sets the orientation of the separator.
setOrientation(int) - Method in class com.sun.java.swing.JScrollBar
Set the scrollbar's orientation to either VERTICAL or HORIZONTAL.
setOrientation(int) - Method in class com.sun.java.swing.JSlider
Set the scrollbars orientation to either VERTICAL or HORIZONTAL.
setOrientation(int) - Method in class com.sun.java.swing.JProgressBar
Sets the progress bar's orientation to newOrientation, which must be JProgressBar.VERTICAL or JProgressBar.HORIZONTAL.
setOrientation(int) - Method in class com.sun.java.swing.JSplitPane
Sets the orientation, or how the splitter is divided.
setPage(String) - Method in class com.sun.java.swing.JEditorPane
Sets the current url being displayed.
setPage(URL) - Method in class com.sun.java.swing.JEditorPane
Sets the current url being displayed.
setPaintLabels(boolean) - Method in class com.sun.java.swing.JSlider
Determines whether labels are painted on the slider.
setPaintMode() - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.setPaintMode.
setPaintTicks(boolean) - Method in class com.sun.java.swing.JSlider
Determines whether tick marks are painted on the slider.
setPaintTrack(boolean) - Method in class com.sun.java.swing.JSlider
Determines whether the track is painted on the slider.
setParagraphAttributes(AttributeSet, boolean) - Method in class com.sun.java.swing.JTextPane
Applies the given attributes to paragraphs.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Sets attributes for a paragraph.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in interface com.sun.java.swing.text.StyledDocument
Sets paragraph attributes.
setParagraphAttributes(JEditorPane, AttributeSet, boolean) - Method in class com.sun.java.swing.text.StyledEditorKit.StyledTextAction
Applies the given attributes to paragraphs.
setParagraphInsets(AttributeSet) - Method in class com.sun.java.swing.text.CompositeView
Sets the insets from the paragraph attributes specified in the given attributes.
setParent(MutableTreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Sets this node's parent to newParent but does not change the parent's child array.
setParent(MutableTreeNode) - Method in interface com.sun.java.swing.tree.MutableTreeNode
Sets the parent of the receiver to newParent.
setParent(View) - Method in class com.sun.java.swing.text.View
Establishes the parent view for this view.
setParent(View) - Method in class com.sun.java.swing.text.CompositeView
Sets the parent of the view.
setParent(View) - Method in class com.sun.java.swing.text.ComponentView
Sets the parent for a child view.
setParent(View) - Method in class com.sun.java.swing.text.html.ParagraphView
Establishes the parent view for this view.
setPopupMenuVisible(boolean) - Method in class com.sun.java.swing.JMenu
Set the visibility of the Menu's popup portion.
setPopupSize(Dimension) - Method in class com.sun.java.swing.JPopupMenu
Sets the size of the Popup window using a Dimension object.
setPopupSize(int, int) - Method in class com.sun.java.swing.JPopupMenu
Sets the size of the Popup window to the specified width and height.
setPopupVisible(boolean) - Method in class com.sun.java.swing.JComboBox
Set the visiblity of the popup
setPosition(Component, int) - Method in class com.sun.java.swing.JLayeredPane
Moves the component to position within it's current layer, where 0 is the topmost position within the layer and -1 is the bottommost position.
setPreferredScrollableViewportSize(Dimension) - Method in class com.sun.java.swing.JTable
Sets the preferred size of the viewport for this table.
setPreferredSize(Dimension) - Method in class com.sun.java.swing.JComponent
Set the preferred size of the receiving component.
setPreferredWidth(int) - Method in class com.sun.java.swing.table.TableColumn
Sets this column's preferred width to preferredWidth.
setPreservesUnknownTags(boolean) - Method in class com.sun.java.swing.text.html.HTMLDocument
Sets how unknown tags are handled.
setPressed(boolean) - Method in class com.sun.java.swing.DefaultButtonModel
Sets the button to pressed or unpressed.
setPressed(boolean) - Method in class com.sun.java.swing.JToggleButton.ToggleButtonModel
Sets the pressed state of the toggle button.
setPressed(boolean) - Method in interface com.sun.java.swing.ButtonModel
Sets the button to pressed or unpressed.
setPressedIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the pressed icon for the button.
setPreviewPanel(JComponent) - Method in class com.sun.java.swing.JColorChooser
Sets the current preview panel.
setPreviousBounds(JInternalFrame, Rectangle) - Method in class com.sun.java.swing.DefaultDesktopManager
Stores the bounds of the component just before a maximize call.
setProgress(int) - Method in class com.sun.java.swing.ProgressMonitor
Indicate the progress of the operation being monitored.
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.ParagraphView
 
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.LabelView
Set the cached properties from the attributes.
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.LabelView2D
Set the cached properties from the attributes.
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.html.ParagraphView
Sets up the paragraph from css attributes instead of the values found in StyleConstants (i.e.
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.html.BlockView
Update any cached values that come from attributes.
setPropertiesFromAttributes() - Method in class com.sun.java.swing.text.html.InlineView
Set the cached properties from the attributes.
setPrototypeCellValue(Object) - Method in class com.sun.java.swing.JList
If this value is non-null it's used to compute fixedCellWidth and fixedCellHeight by configuring the cellRenderer at index equals zero for the specified value and then computing the renderer components preferred size.
setRangeProperties(int, int, int, int, boolean) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets all of the BoundedRangeModel properties after forcing the arguments to obey the usual constraints: minimum <= value <= value+extent <= maximum At most, one ChangeEvent is generated.
setRangeProperties(int, int, int, int, boolean) - Method in interface com.sun.java.swing.BoundedRangeModel
This method sets all of the model's data with a single method call.
setRenderer(ListCellRenderer) - Method in class com.sun.java.swing.JComboBox
Sets the renderer that paints the item selected from the list in the JComboBox field.
setReorderingAllowed(boolean) - Method in class com.sun.java.swing.table.JTableHeader
Sets whether the user can drag column headers to reorder columns.
setRepeats(boolean) - Method in class com.sun.java.swing.Timer
If flag is false, instructs the Timer to send actionPerformed() to its listeners only once, and then stop.
setRequestFocusEnabled(boolean) - Method in class com.sun.java.swing.JComponent
Set whether the receiving component can obtain the focus by calling requestFocus.
setReshowDelay(int) - Method in class com.sun.java.swing.ToolTipManager
Specifies the time to delay before reshowing the tooltip.
setResizable(boolean) - Method in class com.sun.java.swing.JInternalFrame
Set that the JInternalFrame can be resized by some user action.
setResizable(boolean) - Method in class com.sun.java.swing.table.TableColumn
Sets whether the user can resize the receiver in its JTableView.
setResizingAllowed(boolean) - Method in class com.sun.java.swing.table.JTableHeader
Sets whether the user can resize columns by dragging between headers.
setResizingColumn(TableColumn) - Method in class com.sun.java.swing.table.JTableHeader
Sets the header's resizingColumn to aColumn
setResolveParent(AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Sets the resolving parent.
setResolveParent(AttributeSet) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Sets the resolving parent.
setResolveParent(AttributeSet) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Sets the resolving parent.
setResolveParent(AttributeSet) - Method in interface com.sun.java.swing.text.MutableAttributeSet
Sets the resolving parent.
setResolveParent(Keymap) - Method in interface com.sun.java.swing.text.Keymap
Sets the parent keymap, which will be used to resolve key-bindings.
setRightComponent(Component) - Method in class com.sun.java.swing.JSplitPane
Sets the component to the right (or below) the divider.
setRightIndent(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets right indent.
setRollover(boolean) - Method in class com.sun.java.swing.DefaultButtonModel
Sets or clears the button's rollover state
setRollover(boolean) - Method in interface com.sun.java.swing.ButtonModel
Sets or clears the button's rollover state
setRolloverEnabled(boolean) - Method in class com.sun.java.swing.AbstractButton
Sets whether rollover effects should be enabled.
setRolloverIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the rollover icon for the button.
setRolloverSelectedIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the rollover selected icon for the button.
setRoot(TreeNode) - Method in class com.sun.java.swing.tree.DefaultTreeModel
Sets the root to root.
setRootFrame(Frame) - Static method in class com.sun.java.swing.JOptionPane
Sets the frame to use for class methods in which a frame is not provided.
setRootPane(JRootPane) - Method in class com.sun.java.swing.JFrame
Sets the rootPane property.
setRootPane(JRootPane) - Method in class com.sun.java.swing.JWindow
Sets the rootPane property.
setRootPane(JRootPane) - Method in class com.sun.java.swing.JDialog
Sets the rootPane property.
setRootPane(JRootPane) - Method in class com.sun.java.swing.JInternalFrame
Set the rootPane property.
setRootPane(JRootPane) - Method in class com.sun.java.swing.JApplet
Sets the rootPane property.
setRootPaneCheckingEnabled(boolean) - Method in class com.sun.java.swing.JFrame
Determines whether calls to add and setLayout cause an exception to be thrown.
setRootPaneCheckingEnabled(boolean) - Method in class com.sun.java.swing.JWindow
Determines whether calls to add and setLayout cause an exception to be thrown.
setRootPaneCheckingEnabled(boolean) - Method in class com.sun.java.swing.JDialog
If true then calls to add() and setLayout() will cause an exception to be thrown.
setRootPaneCheckingEnabled(boolean) - Method in class com.sun.java.swing.JInternalFrame
Determines whether calls to add and setLayout cause an exception to be thrown.
setRootPaneCheckingEnabled(boolean) - Method in class com.sun.java.swing.JApplet
If true then calls to add() and setLayout() will cause an exception to be thrown.
setRootVisible(boolean) - Method in class com.sun.java.swing.JTree
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(boolean) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(boolean) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(boolean) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Determines whether or not the root node from the TreeModel is visible.
setRowHeader(JViewport) - Method in class com.sun.java.swing.JScrollPane
If an old rowHeader exists, remove it.
setRowHeaderView(Component) - Method in class com.sun.java.swing.JScrollPane
Creates a row-header viewport if neccessary, sets its view and then adds the row-header viewport to the scrollpane.
setRowHeight(int) - Method in class com.sun.java.swing.JTable
Sets the height for rows to newRowHeight and invokes tile
setRowHeight(int) - Method in class com.sun.java.swing.JTree
Sets the height of each cell.
setRowHeight(int) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Sets the height of each cell.
setRowHeight(int) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Sets the height of each cell.
setRowHeight(int) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Sets the height of each cell.
setRowMapper(RowMapper) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Sets the RowMapper instance.
setRowMapper(RowMapper) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Sets the RowMapper instance.
setRowMargin(int) - Method in class com.sun.java.swing.JTable
Sets the amount of emtpy space between rows.
setRows(int) - Method in class com.sun.java.swing.JTextArea
Sets the number of rows for this TextArea.
setRowSelectionAllowed(boolean) - Method in class com.sun.java.swing.JTable
Sets whether the rows in this model can be selected.
setRowSelectionInterval(int, int) - Method in class com.sun.java.swing.JTable
Selects the rows from index0 to index1 inclusive.
setScrollOffset(int) - Method in class com.sun.java.swing.JTextField
Sets the scroll offset.
setScrollsOnExpand(boolean) - Method in class com.sun.java.swing.JTree
Determines whether or not when a node is expanded, as many of the descendants are scrolled to be inside the viewport as possible.
setSelected(boolean) - Method in class com.sun.java.swing.AbstractButton
Sets the state of the button.
setSelected(boolean) - Method in class com.sun.java.swing.DefaultButtonModel
Selects or deselects the button.
setSelected(boolean) - Method in class com.sun.java.swing.JToggleButton.ToggleButtonModel
Sets the selected state of the button.
setSelected(boolean) - Method in class com.sun.java.swing.JMenu
Sets the selection status of the menu.
setSelected(boolean) - Method in class com.sun.java.swing.JInternalFrame
Selects and deselects the JInternalFrame.
setSelected(boolean) - Method in interface com.sun.java.swing.ButtonModel
Selects or deselects the button.
setSelected(ButtonModel, boolean) - Method in class com.sun.java.swing.ButtonGroup
Sets the selected value for the button.
setSelected(Component) - Method in class com.sun.java.swing.JPopupMenu
Sets the currently selected component, This will result in a change to the selection model.
setSelected(Component) - Method in class com.sun.java.swing.JMenuBar
Sets the currently selected component, producing a a change to the selection model.
setSelectedComponent(Component) - Method in class com.sun.java.swing.JTabbedPane
Sets the selected component for this tabbedpane.
setSelectedFile(File) - Method in class com.sun.java.swing.JFileChooser
Sets the selected file.
setSelectedFiles(File[]) - Method in class com.sun.java.swing.JFileChooser
Sets the list of selected files if the filechooser is set to allow multi-selection.
setSelectedIcon(Icon) - Method in class com.sun.java.swing.AbstractButton
Sets the selected icon for the button.
setSelectedIndex(int) - Method in class com.sun.java.swing.DefaultSingleSelectionModel
 
setSelectedIndex(int) - Method in class com.sun.java.swing.JTabbedPane
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in interface com.sun.java.swing.SingleSelectionModel
Sets the model's selected index to index.
setSelectedIndex(int) - Method in class com.sun.java.swing.JList
Select a single cell.
setSelectedIndex(int) - Method in class com.sun.java.swing.JComboBox
Selects the item at index anIndex.
setSelectedIndices(int[]) - Method in class com.sun.java.swing.JList
Select a set of cells.
setSelectedItem(Object) - Method in class com.sun.java.swing.DefaultComboBoxModel
 
setSelectedItem(Object) - Method in interface com.sun.java.swing.ComboBoxModel
Set the selected item
setSelectedItem(Object) - Method in class com.sun.java.swing.JComboBox
Sets the selected item in the JComboBox by specifying the object in the list.
setSelectedPath(MenuElement[]) - Method in class com.sun.java.swing.MenuSelectionManager
Change the selection in the menu hierarchy.
setSelectedTextColor(Color) - Method in class com.sun.java.swing.text.JTextComponent
Sets the current color used to render the selected text.
setSelectedValue(Object, boolean) - Method in class com.sun.java.swing.JList
Selects the specified object from the list.
setSelection(boolean) - Method in class com.sun.java.swing.text.html.Option
Sets the selected state.
setSelectionBackground(Color) - Method in class com.sun.java.swing.JTable
Set the background color for selected cells.
setSelectionBackground(Color) - Method in class com.sun.java.swing.JList
Set the background color for selected cells.
setSelectionColor(Color) - Method in class com.sun.java.swing.text.JTextComponent
Sets the current color used to render the selection.
setSelectionEnd(int) - Method in class com.sun.java.swing.text.JTextComponent
Sets the selection end to the specified position.
setSelectionForeground(Color) - Method in class com.sun.java.swing.JTable
Set the foreground color for selected cells.
setSelectionForeground(Color) - Method in class com.sun.java.swing.JList
Set the foreground color for selected cells.
setSelectionInterval(int, int) - Method in class com.sun.java.swing.JTree
Selects the nodes between index0 and index1, inclusive.
setSelectionInterval(int, int) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
setSelectionInterval(int, int) - Method in interface com.sun.java.swing.ListSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionInterval(int, int) - Method in class com.sun.java.swing.JList
Select the specified interval.
setSelectionMode(int) - Method in class com.sun.java.swing.JTable
Sets the table's selection mode to allow only single selections, a single contiguous interval, or multiple intervals.
setSelectionMode(int) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
setSelectionMode(int) - Method in interface com.sun.java.swing.ListSelectionModel
Set the selection mode.
setSelectionMode(int) - Method in class com.sun.java.swing.JList
Determines whether single-item or multiple-item selections are allowed.
setSelectionMode(int) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionMode(int) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionModel(ColorSelectionModel) - Method in class com.sun.java.swing.JColorChooser
Set the model containing the selected color.
setSelectionModel(ListSelectionModel) - Method in class com.sun.java.swing.JTable
Sets the row selection model for this table to newModel and registers with for listner notifications from the new selection model.
setSelectionModel(ListSelectionModel) - Method in class com.sun.java.swing.JList
Set the selectionModel for the list to a non-null ListSelectionModel implementation.
setSelectionModel(ListSelectionModel) - Method in interface com.sun.java.swing.table.TableColumnModel
Sets the selection model, which handles selections.
setSelectionModel(ListSelectionModel) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
Sets the selection model for this TableColumnModel to newModel and registers with for listner notifications from the new selection model.
setSelectionModel(SingleSelectionModel) - Method in class com.sun.java.swing.JPopupMenu
Set the model object to handle single selections.
setSelectionModel(SingleSelectionModel) - Method in class com.sun.java.swing.JMenuBar
Set the model object to handle single selections.
setSelectionModel(TreeSelectionModel) - Method in class com.sun.java.swing.JTree
Sets the tree's selection model.
setSelectionModel(TreeSelectionModel) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Sets the TreeSelectionModel used to manage the selection to new LSM.
setSelectionPath(TreePath) - Method in class com.sun.java.swing.JTree
Selects the node identified by the specified path.
setSelectionPath(TreePath) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Sets the selection to path.
setSelectionPath(TreePath) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Sets the selection to path.
setSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.JTree
Selects the nodes identified by the specified array of paths.
setSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.JTree.EmptySelectionModel
A null implementation that selects nothing
setSelectionPaths(TreePath[]) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Sets the selection to the paths in paths.
setSelectionPaths(TreePath[]) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Sets the selection to the the paths.
setSelectionRow(int) - Method in class com.sun.java.swing.JTree
Selects the node at the specified row in the display.
setSelectionRows(int[]) - Method in class com.sun.java.swing.JTree
Selects the nodes corresponding to each of the specified rows in the display.
setSelectionStart(int) - Method in class com.sun.java.swing.text.JTextComponent
Sets the selection start to the specified position.
setSelectionValues(Object[]) - Method in class com.sun.java.swing.JOptionPane
Sets the selection values for a pane that provides the user with a list of items to choose from.
setSelectionVisible(boolean) - Method in interface com.sun.java.swing.text.Caret
Sets the visibility of the selection
setSelectionVisible(boolean) - Method in class com.sun.java.swing.text.DefaultCaret
Changes the selection visibility.
setSeparatorSize(Dimension) - Method in class com.sun.java.swing.JToolBar.Separator
Set the size of the separator
setShowGrid(boolean) - Method in class com.sun.java.swing.JTable
Sets whether the receiver draws grid lines around cells.
setShowHorizontalLines(boolean) - Method in class com.sun.java.swing.JTable
Sets whether the receiver draws horizontal lines between cells.
setShowsRootHandles(boolean) - Method in class com.sun.java.swing.JTree
Determines whether the node handles are to be displayed.
setShowVerticalLines(boolean) - Method in class com.sun.java.swing.JTable
Sets whether the receiver draws vertical lines between cells.
setSize(Dimension) - Method in interface com.sun.java.accessibility.AccessibleComponent
Resizes this object so that it has width and height.
setSize(Dimension) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
setSize(Dimension) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setSize(Dimension) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Resizes this object so that it has width width and height.
setSize(Dimension) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Resizes this object.
setSize(Dimension) - Method in class com.sun.java.swing.Box.AccessibleBox
Resizes this object.
setSize(Dimension) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setSize(Dimension) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setSize(float, float) - Method in class com.sun.java.swing.text.View
Sets the size of the view.
setSize(float, float) - Method in class com.sun.java.swing.text.BoxView
Sets the size of the view.
setSize(float, float) - Method in class com.sun.java.swing.text.WrappedPlainView
Sets the size of the view.
setSize(float, float) - Method in class com.sun.java.swing.text.ComponentView
Sets the size of the view.
setSize(float, float) - Method in class com.sun.java.swing.text.IconView
Sets the size of the view.
setSize(int) - Method in class com.sun.java.swing.DefaultListModel
Sets the size of this list.
setSnapToTicks(boolean) - Method in class com.sun.java.swing.JSlider
Specifying true makes the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob.
setSpaceAbove(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets space above.
setSpaceBelow(MutableAttributeSet, float) - Static method in class com.sun.java.swing.text.StyleConstants
Sets space below.
setState(boolean) - Method in class com.sun.java.swing.JCheckBoxMenuItem
Sets the selected-state of the item.
setStrikeThrough(boolean) - Method in class com.sun.java.swing.text.LabelView
Set whether or not the view has a strike/line through it.
setStrikeThrough(boolean) - Method in class com.sun.java.swing.text.LabelView2D
Set whether or not the view has a strike/line through it.
setStrikeThrough(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the strikethrough attribute.
setString(String) - Method in class com.sun.java.swing.JProgressBar
Sets the value of the Progress String.
setStringPainted(boolean) - Method in class com.sun.java.swing.JProgressBar
Sets whether the progress bar will render a string.
setStyledDocument(StyledDocument) - Method in class com.sun.java.swing.JTextPane
Associates the editor with a text document.
setStyleSheet(StyleSheet) - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Set the set of styles to be used to render the various html elements.
setSubscript(boolean) - Method in class com.sun.java.swing.text.LabelView
Set whether or not the view represents a subscript.
setSubscript(boolean) - Method in class com.sun.java.swing.text.LabelView2D
Set whether or not the view represents a subscript.
setSubscript(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the subscript attribute.
setSuperscript(boolean) - Method in class com.sun.java.swing.text.LabelView
Set whether or not the view represents a superscript.
setSuperscript(boolean) - Method in class com.sun.java.swing.text.LabelView2D
Set whether or not the view represents a superscript.
setSuperscript(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the superscript attribute.
setTable(JTable) - Method in class com.sun.java.swing.table.JTableHeader
Sets the header's partner table to aTable
setTableHeader(JTableHeader) - Method in class com.sun.java.swing.JTable
Sets the tableHeader working with this JTable to newHeader.
setTabPlacement(int) - Method in class com.sun.java.swing.JTabbedPane
Sets the tab placement for this tabbedpane.
setTabSet(MutableAttributeSet, TabSet) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the TabSet.
setTabSize(int) - Method in class com.sun.java.swing.JTextArea
Sets the number of characters to expand tabs to.
setText(String) - Method in class com.sun.java.swing.AbstractButton
Sets the button's text.
setText(String) - Method in class com.sun.java.swing.JLabel
Defines the single line of text this component will display.
setText(String) - Method in class com.sun.java.swing.JEditorPane
Sets the text of this TextComponent to the specified content, which is expected to be in the format of the content type of this editor.
setText(String) - Method in class com.sun.java.swing.text.JTextComponent
Sets the text of this TextComponent to the specified text.
setTextNonSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the color the text is drawn with when the node isn't selected.
setTextSelectionColor(Color) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Sets the color the text is drawn with when the node is selected.
setTipText(String) - Method in class com.sun.java.swing.JToolTip
Sets the text to show when the tool tip is displayed.
setTitle(String) - Method in class com.sun.java.swing.JInternalFrame
Sets the JInternalFrame title.
setTitle(String) - Method in class com.sun.java.swing.border.TitledBorder
Sets the title of the titled border.
setTitleAt(int, String) - Method in class com.sun.java.swing.JTabbedPane
Sets the title at index to title which can be null.
setTitleColor(Color) - Method in class com.sun.java.swing.border.TitledBorder
Sets the title-color of the titled border.
setTitleFont(Font) - Method in class com.sun.java.swing.border.TitledBorder
Sets the title-font of the titled border.
setTitleJustification(int) - Method in class com.sun.java.swing.border.TitledBorder
Sets the title-justification of the titled border.
setTitlePosition(int) - Method in class com.sun.java.swing.border.TitledBorder
Sets the title-position of the titled border.
setTokenThreshold(int) - Method in class com.sun.java.swing.text.html.HTMLDocument
Set the number of tokens to buffer before trying to update the documents element structure.
setToolTipText(String) - Method in class com.sun.java.swing.JComponent
Registers the text to display in a tool tip.
setTopComponent(Component) - Method in class com.sun.java.swing.JSplitPane
Sets the component above, or to the left of the divider.
setTree(JTree) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Sets the tree currently editing for.
setType(short) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
Sets the element type.
setUI(ButtonUI) - Method in class com.sun.java.swing.AbstractButton
Sets the button's UI.
setUI(ColorChooserUI) - Method in class com.sun.java.swing.JColorChooser
Sets the L&F object that renders this component.
setUI(ComboBoxUI) - Method in class com.sun.java.swing.JComboBox
Sets the L&F object that renders this component.
setUI(ComponentUI) - Method in class com.sun.java.swing.JComponent
Set the look and feel delegate for this component.
setUI(DesktopIconUI) - Method in class com.sun.java.swing.JInternalFrame.JDesktopIcon
Sets the L&F object that renders this component.
setUI(DesktopPaneUI) - Method in class com.sun.java.swing.JDesktopPane
Sets the L&F object that renders this component.
setUI(InternalFrameUI) - Method in class com.sun.java.swing.JInternalFrame
Sets the UI delegate for this JInternalFrame.
setUI(LabelUI) - Method in class com.sun.java.swing.JLabel
Sets the L&F object that renders this component.
setUI(ListUI) - Method in class com.sun.java.swing.JList
Sets the L&F object that renders this component.
setUI(MenuBarUI) - Method in class com.sun.java.swing.JMenuBar
Sets the L&F object that renders this component.
setUI(MenuItemUI) - Method in class com.sun.java.swing.JMenuItem
Sets the L&F object that renders this component.
setUI(OptionPaneUI) - Method in class com.sun.java.swing.JOptionPane
Sets the UI object which implements the L&F for this component.
setUI(PopupMenuUI) - Method in class com.sun.java.swing.JPopupMenu
Sets the L&F object that renders this component.
setUI(ProgressBarUI) - Method in class com.sun.java.swing.JProgressBar
Sets the L&F object that renders this component.
setUI(ScrollPaneUI) - Method in class com.sun.java.swing.JScrollPane
Sets the ScrollPaneUI object that provides the look and feel for this component.
setUI(SeparatorUI) - Method in class com.sun.java.swing.JSeparator
Sets the L&F object that renders this component.
setUI(SliderUI) - Method in class com.sun.java.swing.JSlider
Sets the UI object which implements the L&F for this component.
setUI(SplitPaneUI) - Method in class com.sun.java.swing.JSplitPane
Sets the L&F object that renders this component.
setUI(TabbedPaneUI) - Method in class com.sun.java.swing.JTabbedPane
Sets the UI object which implements the L&F for this component.
setUI(TableHeaderUI) - Method in class com.sun.java.swing.table.JTableHeader
Sets the L&F object that renders this component.
setUI(TableUI) - Method in class com.sun.java.swing.JTable
Sets the L&F object that renders this component.
setUI(TextUI) - Method in class com.sun.java.swing.text.JTextComponent
Sets the user-interface factory for this text-oriented editor
setUI(ToolBarUI) - Method in class com.sun.java.swing.JToolBar
Sets the L&F object that renders this component.
setUI(TreeUI) - Method in class com.sun.java.swing.JTree
Sets the L&F object that renders this component.
setUnderline(boolean) - Method in class com.sun.java.swing.text.LabelView
Set whether or not the view is underlined.
setUnderline(boolean) - Method in class com.sun.java.swing.text.LabelView2D
Set whether or not the view is underlined.
setUnderline(MutableAttributeSet, boolean) - Static method in class com.sun.java.swing.text.StyleConstants
Sets the underline attribute.
setUnitIncrement(int) - Method in class com.sun.java.swing.JScrollBar
Sets the unitIncrement property.
setUnitIncrement(int) - Method in class com.sun.java.swing.JScrollPane.ScrollBar
Messages super to set the value, and resets the unitIncrementSet instance variable to true.
setup(FileSystemView) - Method in class com.sun.java.swing.JFileChooser
Perform common constructor initialization and setup
setUpdateTableInRealTime(boolean) - Method in class com.sun.java.swing.table.JTableHeader
Sets whether the body of the table updates in real time when a column is resized or dragged.
setUserObject(Object) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Sets the user object for this node to userObject.
setUserObject(Object) - Method in interface com.sun.java.swing.tree.MutableTreeNode
Resets the user object of the receiver to object.
setValue(int) - Method in class com.sun.java.swing.JScrollBar
Sets the scrollbar's value.
setValue(int) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets the current value of the model.
setValue(int) - Method in class com.sun.java.swing.JSlider
Sets the sliders current value.
setValue(int) - Method in interface com.sun.java.swing.BoundedRangeModel
Sets the model's current value to newValue if newValue satisfies the model's constraints.
setValue(int) - Method in class com.sun.java.swing.JProgressBar
Sets the model's current value to x.
setValue(Object) - Method in class com.sun.java.swing.JOptionPane
Sets the value the user has chosen.
setValue(Object) - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
setValue(Object) - Method in class com.sun.java.swing.table.DefaultTableCellRenderer
 
setValue(Object, boolean) - Method in interface com.sun.java.swing.Renderer
Specifies the value to display and whether or not the value should be portrayed as "currently selected".
setValueAt(Object, int, int) - Method in class com.sun.java.swing.JTable
Sets the value for the cell at row and column.
setValueAt(Object, int, int) - Method in class com.sun.java.swing.table.AbstractTableModel
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setValueAt(Object, int, int) - Method in class com.sun.java.swing.table.DefaultTableModel
Sets the object value for the cell at column and row.
setValueAt(Object, int, int) - Method in interface com.sun.java.swing.table.TableModel
Sets an attribute value for the record in the cell at columnIndex and rowIndex.
setValueIsAdjusting(boolean) - Method in class com.sun.java.swing.JScrollBar
Sets the model's valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in class com.sun.java.swing.DefaultBoundedRangeModel
Sets the valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in class com.sun.java.swing.JSlider
Sets the models valueIsAdjusting property.
setValueIsAdjusting(boolean) - Method in interface com.sun.java.swing.BoundedRangeModel
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setValueIsAdjusting(boolean) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
setValueIsAdjusting(boolean) - Method in interface com.sun.java.swing.ListSelectionModel
This property is true if upcoming changes to the value of the model should be considered a single event.
setValueIsAdjusting(boolean) - Method in class com.sun.java.swing.JList
Sets the data model's isAdjusting property true, so that a single event will be generated when all of the selection events have finished (for example, when the mouse is being dragged over the list in selection mode).
setValues(int, int, int, int) - Method in class com.sun.java.swing.JScrollBar
Sets the four BoundedRangeModel properties after forcing the arguments to obey the usual constraints: minimum <= value <= value+extent <= maximum
setVerticalAlignment(int) - Method in class com.sun.java.swing.AbstractButton
Sets the vertical alignment of the icon and text.
setVerticalAlignment(int) - Method in class com.sun.java.swing.JLabel
Sets the alignment of the label's contents along the Y axis.
setVerticalScrollBar(JScrollBar) - Method in class com.sun.java.swing.JScrollPane
Add the scrollbar that controls the viewports vertical view position to the scrollpane.
setVerticalScrollBarPolicy(int) - Method in class com.sun.java.swing.JScrollPane
Determines when the vertical scrollbar appears in the scrollpane.
setVerticalScrollBarPolicy(int) - Method in class com.sun.java.swing.ScrollPaneLayout
Sets the vertical scrollbar-display policy.
setVerticalTextPosition(int) - Method in class com.sun.java.swing.AbstractButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in class com.sun.java.swing.JLabel
Sets the vertical position of the label's text, relative to its image.
setView(Component) - Method in class com.sun.java.swing.JViewport
Sets the Viewport's one lightweight child (view), which can be null.
setViewport(JViewport) - Method in class com.sun.java.swing.JScrollPane
Remove the old viewport (if there is one), force the viewPosition of the new viewport to be in the +x,+y quadrant, sync up the row and column headers (if there are any) with the new viewport, and finally sync the scrollbars and headers with the new viewport.
setViewportBorder(Border) - Method in class com.sun.java.swing.JScrollPane
Add a border around the viewport.
setViewportView(Component) - Method in class com.sun.java.swing.JScrollPane
Creates a viewport if neccessary and then sets its view.
setViewPosition(Point) - Method in class com.sun.java.swing.JViewport
Sets the view coordinates that appear in the upper left hand corner of the viewport, does nothing if there's no view.
setViewSize(Dimension) - Method in class com.sun.java.swing.JViewport
Sets the view coordinates that appear in the upper left hand corner of the viewport, and the size of the view.
setVisible(boolean) - Method in interface com.sun.java.accessibility.AccessibleComponent
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JComponent
Makes the component visible or invisible.
setVisible(boolean) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
setVisible(boolean) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JPopupMenu
Set the visibility of the popup menu.
setVisible(boolean) - Method in class com.sun.java.swing.JInternalFrame
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Set the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Sets the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.Box.AccessibleBox
Sets the visible state of the object.
setVisible(boolean) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
setVisible(boolean) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
setVisible(boolean) - Method in interface com.sun.java.swing.text.Caret
Sets the visibility of the caret.
setVisible(boolean) - Method in class com.sun.java.swing.text.DefaultCaret
Sets the caret visibility, and repaints the caret.
setVisibleAmount(int) - Method in class com.sun.java.swing.JScrollBar
Set the model's extent property.
setVisibleRowCount(int) - Method in class com.sun.java.swing.JTree
Sets the number of rows that are to be displayed.
setVisibleRowCount(int) - Method in class com.sun.java.swing.JList
Set the preferred number of rows in the list that can be displayed without a scollbar, as determined by the nearest JViewport ancestor, if any.
setWantsInput(boolean) - Method in class com.sun.java.swing.JOptionPane
If newValue is true, a parentComponent is provided to allow the user to input a value.
setWasIcon(JInternalFrame, Boolean) - Method in class com.sun.java.swing.DefaultDesktopManager
Sets that the component has been iconized and the bounds of the desktopIcon are valid.
setWidth(int) - Method in class com.sun.java.swing.table.TableColumn
This method should not be used to set the widths of columns in the JTable - use, setPreferredWidth() instead.
setWrapStyleWord(boolean) - Method in class com.sun.java.swing.JTextArea
Set the style of wrapping used if the text area is wrapping lines.
setXORMode(Color) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.setXORMode.
shadow - Variable in class com.sun.java.swing.border.EtchedBorder
 
shadowInner - Variable in class com.sun.java.swing.border.BevelBorder
 
shadowOuter - Variable in class com.sun.java.swing.border.BevelBorder
 
SHAPE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
SHAPES - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
sharedInstance - Static variable in class com.sun.java.swing.JTree.EmptySelectionModel
Unique shared instance.
sharedInstance() - Static method in class com.sun.java.swing.JTree.EmptySelectionModel
Returns a shared instance of an empty selection model
sharedInstance() - Static method in class com.sun.java.swing.ToolTipManager
Returns a shared ToolTipManager instance.
shiftEnd(int) - Method in class com.sun.java.swing.text.GapContent
Make the gap bigger, moving any necessary data and updating the appropriate marks
shiftGap(int) - Method in class com.sun.java.swing.text.GapContent
Move the start of the gap to a new location, without changing the size of the gap.
shiftGapEndUp(int) - Method in class com.sun.java.swing.text.GapContent
Adjust the gap end upward.
shiftGapStartDown(int) - Method in class com.sun.java.swing.text.GapContent
Adjust the gap end downward.
SHORT_DESCRIPTION - Static variable in interface com.sun.java.swing.Action
The key used for storing a short description for the action, used for tooltip text.
shouldSelectCell(EventObject) - Method in interface com.sun.java.swing.CellEditor
Tell the editor to start editing using anEvent.
shouldSelectCell(EventObject) - Method in class com.sun.java.swing.DefaultCellEditor
 
shouldSelectCell(EventObject) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Messages the realEditor for the return value.
shouldStartEditingTimer(EventObject) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Returns true if event is a MouseEvent and the click count is 1.
show() - Method in class com.sun.java.swing.JInternalFrame
Shows this internal frame, and brings it to the front.
show(Component, int, int) - Method in class com.sun.java.swing.JPopupMenu
Display the popupmenu at the position x,y in the coordinate space of the component invoker.
showConfirmDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up a modal dialog with the options Yes, No and Cancel; with the title, "Select an Option".
showConfirmDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up a modal dialog where the number of choices is determined by the optionType parameter.
showConfirmDialog(Component, Object, String, int, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up a modal dialog where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class com.sun.java.swing.JOptionPane
Brings up a modal dialog with a specified icon, where the number of choices is determined by the optionType parameter.
showDialog(Component, String) - Method in class com.sun.java.swing.JFileChooser
Pops a custom file chooser dialog with a custom ApproveButton.
showDialog(Component, String, Color) - Static method in class com.sun.java.swing.JColorChooser
Shows a modal color-chooser dialog and blocks until the dialog is hidden.
showHorizontalLines - Variable in class com.sun.java.swing.JTable
The table draws horizontal lines between cells if showHorizontalLines is true
SHOWING - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible.
showInputDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Shows a question-message dialog requesting input from the user parented to parentComponent.
showInputDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class com.sun.java.swing.JOptionPane
Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
showInputDialog(Object) - Static method in class com.sun.java.swing.JOptionPane
Shows a question-message dialog requesting input from the user.
showInternalConfirmDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel with the options Yes, No and Cancel; with the title, "Select an Option".
showInternalConfirmDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up a internal dialog panel where the number of choices is determined by the optionType parameter.
showInternalConfirmDialog(Component, Object, String, int, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showInternalConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel with a specified icon, where the number of choices is determined by the optionType parameter.
showInternalInputDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Shows an internal question-message dialog requesting input from the user parented to parentComponent.
showInternalInputDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Shows an internal dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInternalInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class com.sun.java.swing.JOptionPane
Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
showInternalMessageDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal confirmation dialog panel.
showInternalMessageDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel that displays a message using a default icon determined by the messageType parameter.
showInternalMessageDialog(Component, Object, String, int, Icon) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel displaying a message, specifying all parameters.
showInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up an internal dialog panel with a specified icon, where the initial choice is dermined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showMessageDialog(Component, Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up a confirmation dialog -- a modal information-message dialog titled "Confirm".
showMessageDialog(Component, Object, String, int) - Static method in class com.sun.java.swing.JOptionPane
Brings up a dialog that displays a message using a default icon determined by the messageType parameter.
showMessageDialog(Component, Object, String, int, Icon) - Static method in class com.sun.java.swing.JOptionPane
Brings up a dialog displaying a message, specifying all parameters.
showOpenDialog(Component) - Method in class com.sun.java.swing.JFileChooser
Pops up an "Open File" file chooser dialog.
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class com.sun.java.swing.JOptionPane
Brings up a modal dialog with a specified icon, where the initial choice is dermined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showPopup() - Method in class com.sun.java.swing.JComboBox
Causes the combo box to display its popup window
SHOWS_ROOT_HANDLES_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for showsRootHandles.
showSaveDialog(Component) - Method in class com.sun.java.swing.JFileChooser
Pops up a "Save File" file chooser dialog.
showsRootHandles - Variable in class com.sun.java.swing.JTree
True if handles are displayed at the topmost level of the tree.
showVerticalLines - Variable in class com.sun.java.swing.JTable
The table draws vertical lines between cells if showVerticalLines is true
SimpleAttributeSet - class com.sun.java.swing.text.SimpleAttributeSet.
A straightforward implementation of MutableAttributeSet using a hash table.
SimpleAttributeSet() - Constructor for class com.sun.java.swing.text.SimpleAttributeSet
Creates a new attribute set.
SimpleAttributeSet(AttributeSet) - Constructor for class com.sun.java.swing.text.SimpleAttributeSet
Creates a new attribute set based on a supplied set of attributes.
SINGLE_INTERVAL_SELECTION - Static variable in interface com.sun.java.swing.ListSelectionModel
A value for the selectionMode property: select one contiguous range of indices at a time.
SINGLE_LINE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this (text) object can contain only a single line of text
SINGLE_SELECTION - Static variable in interface com.sun.java.swing.ListSelectionModel
A value for the selectionMode property: select one list index at a time.
SINGLE_TREE_SELECTION - Static variable in interface com.sun.java.swing.tree.TreeSelectionModel
Selection can only contain one path at a time.
SingleSelectionModel - interface com.sun.java.swing.SingleSelectionModel.
A model that supports at most one indexed selection.
Size - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the font size.
Size - Static variable in class com.sun.java.swing.text.StyleConstants.FontConstants
Name of the font size.
SIZE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
size() - Method in class com.sun.java.swing.DefaultListModel
Returns the number of components in this list.
sizeColumnsToFit(boolean) - Method in class com.sun.java.swing.JTable
Deprecated. As of Swing version 1.0.3, replaced by sizeColumnsToFit(int).
sizeColumnsToFit(int) - Method in class com.sun.java.swing.JTable
This method will resize one or more ot the columns in the table so that the total width of all of the JTable's columns will be equal to the width of the table.
SizeRequirements - class com.sun.java.swing.SizeRequirements.
For the convenience of layout managers, calculates information about the size and position of components.
SizeRequirements() - Constructor for class com.sun.java.swing.SizeRequirements
Creates a SizeRequirements object with the minimum, preferred, and maximum sizes set to zero and an alignment value of 0.5 (centered).
SizeRequirements(int, int, int, float) - Constructor for class com.sun.java.swing.SizeRequirements
Creates a SizeRequirements object with the specified minimum, preferred, and maximum sizes and the specified alignment.
sizeWidthToFit() - Method in class com.sun.java.swing.table.TableColumn
Resizes the TableColumn to fit the width of its header cell.
skip(long) - Method in class com.sun.java.swing.ProgressMonitorInputStream
Overrides FilterInputStream.skip to update the progress monitor after the skip.
SLIDER - Static variable in class com.sun.java.accessibility.AccessibleRole
An object that allows the user to select from a bounded range.
sliderModel - Variable in class com.sun.java.swing.JSlider
The data model that handles the numeric maximum value, minimum value, and current-position value for the slider.
SMALL - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
SMALL_ICON - Static variable in interface com.sun.java.swing.Action
The key used for storing a small icon for the action, used for toolbar buttons.
snapToTicks - Variable in class com.sun.java.swing.JSlider
If true, the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob.
SoftBevelBorder - class com.sun.java.swing.border.SoftBevelBorder.
A class which implements a raised or lowered bevel with softened corners.
SoftBevelBorder(int) - Constructor for class com.sun.java.swing.border.SoftBevelBorder
Creates a bevel border with the specified type and whose colors will be derived from the background color of the component passed into the paintBorder method.
SoftBevelBorder(int, Color, Color) - Constructor for class com.sun.java.swing.border.SoftBevelBorder
Creates a bevel border with the specified type, highlight and shadow colors.
SoftBevelBorder(int, Color, Color, Color, Color) - Constructor for class com.sun.java.swing.border.SoftBevelBorder
Creates a bevel border with the specified type, highlight shadow colors.
SOUTH - Static variable in interface com.sun.java.swing.SwingConstants
Compass-direction south (down).
SOUTH_EAST - Static variable in interface com.sun.java.swing.SwingConstants
Compass-direction south-east (lower right).
SOUTH_WEST - Static variable in interface com.sun.java.swing.SwingConstants
Compass-direction south-west (lower left).
SpaceAbove - Static variable in class com.sun.java.swing.text.StyleConstants
The amount of space above the paragraph.
SpaceAbove - Static variable in class com.sun.java.swing.text.StyleConstants.ParagraphConstants
The amount of space above the paragraph.
SpaceBelow - Static variable in class com.sun.java.swing.text.StyleConstants
The amount of space below the paragraph.
SpaceBelow - Static variable in class com.sun.java.swing.text.StyleConstants.ParagraphConstants
The amount of space below the paragraph.
SPLIT_PANE - Static variable in class com.sun.java.accessibility.AccessibleRole
A specialized panel that presents two other panels at the same time.
SRC - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
STANDBY - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
START - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
start() - Method in class com.sun.java.swing.Timer
Starts the Timer, causing it to send actionPerformed() messages to its listeners.
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.TagAction
Called when a start tag is seen for the type of tag this action was registered to.
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.BlockAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.IsindexAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.PreAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
 
start(HTML.Tag, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.FormAction
 
startCellEditing(EventObject) - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
startEditingAtPath(TreePath) - Method in class com.sun.java.swing.JTree
Selects the node identified by the specified path and initiates editing.
startEditingTimer() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Starts the editing timer.
startFontTag(String) - Method in class com.sun.java.swing.text.html.MinimalHTMLWriter
Writes out a start tag for the tag.
startTag(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out a start tag for the element.
StartTagType - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
stateChanged(ChangeEvent) - Method in class com.sun.java.swing.JMenuItem.AccessibleJMenuItem
Supports the change listener interface and fires property change
stateChanged(ChangeEvent) - Method in class com.sun.java.swing.JScrollPane.AccessibleJScrollPane
Supports the change listener interface and fires property change
stateChanged(ChangeEvent) - Method in class com.sun.java.swing.JTabbedPane.ModelListener
 
stateChanged(ChangeEvent) - Method in class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
 
stateChanged(ChangeEvent) - Method in class com.sun.java.swing.AbstractButton.ButtonChangeListener
 
stateChanged(ChangeEvent) - Method in interface com.sun.java.swing.event.ChangeListener
Invoked when the target of the listener has changed its state.
StateEdit - class com.sun.java.swing.undo.StateEdit.
StateEdit is a general edit for objects that change state.
StateEdit(StateEditable) - Constructor for class com.sun.java.swing.undo.StateEdit
Create and return a new StateEdit.
StateEdit(StateEditable, String) - Constructor for class com.sun.java.swing.undo.StateEdit
Create and return a new StateEdit with a presentation name.
StateEditable - interface com.sun.java.swing.undo.StateEditable.
StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
stateMask - Variable in class com.sun.java.swing.DefaultButtonModel
 
states - Variable in class com.sun.java.accessibility.AccessibleStateSet
Each entry in the Vector represents an AccessibleState.
stop() - Method in class com.sun.java.swing.Timer
Stops a Timer, causing it to stop sending actionPerformed() messages to its Target.
stopCellEditing() - Method in interface com.sun.java.swing.CellEditor
Tell the editor to stop editing and accept any partially edited value as the value of the editor.
stopCellEditing() - Method in class com.sun.java.swing.DefaultCellEditor
 
stopCellEditing() - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
stopCellEditing() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
If the realEditor will allow editing to stop, the realEditor is removed and true is returned, otherwise false is returned.
stopEditing() - Method in class com.sun.java.swing.JTree
Ends the current editing session.
storeState(Hashtable) - Method in interface com.sun.java.swing.undo.StateEditable
Upon receiving this message the receiver should place any relevant state into state.
StreamDescriptionProperty - Static variable in interface com.sun.java.swing.text.Document
The property name for the description of the stream used to initialize the document.
STRIKE - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
StrikeThrough - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the Strikethrough attribute.
StrikeThrough - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the strikethrough attribute.
StringContent - class com.sun.java.swing.text.StringContent.
An implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging.
StringContent() - Constructor for class com.sun.java.swing.text.StringContent
Creates a new StringContent object.
StringContent(int) - Constructor for class com.sun.java.swing.text.StringContent
Creates a new StringContent object, with the initial size specified.
stringToColor(String) - Method in class com.sun.java.swing.text.html.StyleSheet
Convert a color string "RED" or "#NNNNNN" to a Color.
STRONG - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
Style - interface com.sun.java.swing.text.Style.
A collection of attributes to associate with an element in a document.
STYLE - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
STYLE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
styleChanged(Style) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Creates a change event for the whole document and propagates it to the listeners.
StyleConstants - class com.sun.java.swing.text.StyleConstants.
A collection of well known or common attribute keys and methods to apply to an AttributeSet or MutableAttributeSet to get/set the properties in a typesafe manner.
StyleConstants.CharacterConstants - class com.sun.java.swing.text.StyleConstants.CharacterConstants.
This is a typesafe enumeration of the well-known attributes that contribute to a character style.
StyleConstants.ColorConstants - class com.sun.java.swing.text.StyleConstants.ColorConstants.
This is a typesafe enumeration of the well-known attributes that contribute to a color.
StyleConstants.FontConstants - class com.sun.java.swing.text.StyleConstants.FontConstants.
This is a typesafe enumeration of the well-known attributes that contribute to a font.
StyleConstants.ParagraphConstants - class com.sun.java.swing.text.StyleConstants.ParagraphConstants.
This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style.
StyleContext - class com.sun.java.swing.text.StyleContext.
A pool of styles and their associated resources.
StyleContext.NamedStyle - class com.sun.java.swing.text.StyleContext.NamedStyle.
A collection of attributes, typically used to represent character and paragraph styles.
StyleContext.NamedStyle(StyleContext) - Constructor for class com.sun.java.swing.text.StyleContext.NamedStyle
Creates a new named style, with a null name and parent.
StyleContext.NamedStyle(StyleContext, String, Style) - Constructor for class com.sun.java.swing.text.StyleContext.NamedStyle
Creates a new named style.
StyleContext.NamedStyle(StyleContext, Style) - Constructor for class com.sun.java.swing.text.StyleContext.NamedStyle
Creates a new named style.
StyleContext() - Constructor for class com.sun.java.swing.text.StyleContext
Creates a new StyleContext object.
StyledDocument - interface com.sun.java.swing.text.StyledDocument.
Interface for a generic styled document.
StyledEditorKit - class com.sun.java.swing.text.StyledEditorKit.
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
StyledEditorKit.AlignmentAction - class com.sun.java.swing.text.StyledEditorKit.AlignmentAction.
An action to set paragraph alignment.
StyledEditorKit.AlignmentAction(String, int) - Constructor for class com.sun.java.swing.text.StyledEditorKit.AlignmentAction
Creates a new AlignmentAction.
StyledEditorKit.BoldAction - class com.sun.java.swing.text.StyledEditorKit.BoldAction.
An action to toggle the bold attribute.
StyledEditorKit.BoldAction() - Constructor for class com.sun.java.swing.text.StyledEditorKit.BoldAction
Constructs a new BoldAction.
StyledEditorKit.FontFamilyAction - class com.sun.java.swing.text.StyledEditorKit.FontFamilyAction.
An action to set the font family in the associated JEditorPane.
StyledEditorKit.FontFamilyAction(String, String) - Constructor for class com.sun.java.swing.text.StyledEditorKit.FontFamilyAction
Creates a new FontFamilyAction.
StyledEditorKit.FontSizeAction - class com.sun.java.swing.text.StyledEditorKit.FontSizeAction.
An action to set the font size in the associated JEditorPane.
StyledEditorKit.FontSizeAction(String, int) - Constructor for class com.sun.java.swing.text.StyledEditorKit.FontSizeAction
Creates a new FontSizeAction.
StyledEditorKit.ForegroundAction - class com.sun.java.swing.text.StyledEditorKit.ForegroundAction.
An action to set foreground color.
StyledEditorKit.ForegroundAction(String, Color) - Constructor for class com.sun.java.swing.text.StyledEditorKit.ForegroundAction
Creates a new ForegroundAction.
StyledEditorKit.ItalicAction - class com.sun.java.swing.text.StyledEditorKit.ItalicAction.
An action to toggle the italic attribute.
StyledEditorKit.ItalicAction() - Constructor for class com.sun.java.swing.text.StyledEditorKit.ItalicAction
Constructs a new ItalicAction.
StyledEditorKit.StyledTextAction - class com.sun.java.swing.text.StyledEditorKit.StyledTextAction.
An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.
StyledEditorKit.StyledTextAction(String) - Constructor for class com.sun.java.swing.text.StyledEditorKit.StyledTextAction
Creates a new StyledTextAction from a string action name.
StyledEditorKit.UnderlineAction - class com.sun.java.swing.text.StyledEditorKit.UnderlineAction.
An action to toggle the underline attribute.
StyledEditorKit.UnderlineAction() - Constructor for class com.sun.java.swing.text.StyledEditorKit.UnderlineAction
Constructs a new UnderlineAction.
StyledEditorKit() - Constructor for class com.sun.java.swing.text.StyledEditorKit
 
StyleSheet - class com.sun.java.swing.text.html.StyleSheet.
Support for defining the visual characteristics of html views being rendered.
StyleSheet.BoxPainter - class com.sun.java.swing.text.html.StyleSheet.BoxPainter.
Class to carry out some of the duties of css formatting.
StyleSheet.ListPainter - class com.sun.java.swing.text.html.StyleSheet.ListPainter.
class to carry out some of the duties of css list formatting.
StyleSheet() - Constructor for class com.sun.java.swing.text.html.StyleSheet
Construct a StyleSheet
SUB - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
SUBMIT - Static variable in class com.sun.java.swing.text.html.FormView
If a value attribute is not specified for a FORM input element of type "submit" or "reset", then these default strings are used.
submitData(String) - Method in class com.sun.java.swing.text.html.FormView
This method is responsible for submitting the form data.
Subscript - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the Subscript attribute.
Subscript - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the subscript attribute.
SUP - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
Superscript - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the Superscript attribute.
Superscript - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the superscript attribute.
SWING_COMPONENT - Static variable in class com.sun.java.accessibility.AccessibleRole
A Swing component, but nothing else is known about it.
SwingConstants - interface com.sun.java.swing.SwingConstants.
A collection of constants generally used for positioning and orienting components on the screen.
SwingPropertyChangeSupport - class com.sun.java.swing.event.SwingPropertyChangeSupport.
This subclass of java.beans.PropertyChangeSupport is identical in functionality -- it sacrifices thread-safety (not a Swing concern) for reduce memory consumption, which helps performance (both big Swing concerns).
SwingPropertyChangeSupport(Object) - Constructor for class com.sun.java.swing.event.SwingPropertyChangeSupport
Constructs a SwingPropertyChangeSupport object.
SwingUtilities - class com.sun.java.swing.SwingUtilities.
A collection of utility methods for Swing.
syncWithScrollPane(JScrollPane) - Method in class com.sun.java.swing.ScrollPaneLayout
This method must be called after setting a JScrollPanes layout manager.
synthesizedElement(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
This method returns true, if the element is a synthesized element.

Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.