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 _

C

calculateAlignedPositions(int, SizeRequirements, SizeRequirements[], int[], int[]) - Static method in class com.sun.java.swing.SizeRequirements
Creates a bunch of offset/span pairs specifying how to lay out a set of components with the specified alignments.
calculateBreakPosition(int, int) - Method in class com.sun.java.swing.text.WrappedPlainView
This is called by the nested wrapped line views to determine the break location.
calculateMajorAxisRequirements(int, SizeRequirements) - Method in class com.sun.java.swing.text.BoxView
 
calculateMinorAxisRequirements(int, SizeRequirements) - Method in class com.sun.java.swing.text.BoxView
 
calculateMinorAxisRequirements(int, SizeRequirements) - Method in class com.sun.java.swing.text.TableView
Calculate the requirements for the minor axis.
calculateMinorAxisRequirements(int, SizeRequirements) - Method in class com.sun.java.swing.text.ParagraphView
 
calculateMinorAxisRequirements(int, SizeRequirements) - Method in class com.sun.java.swing.text.html.ParagraphView
Calculate the needs for the paragraph along the minor axis.
calculateTiledPositions(int, SizeRequirements, SizeRequirements[], int[], int[]) - Static method in class com.sun.java.swing.SizeRequirements
Creates a bunch of offset/span pairs representing how to lay out a set of components end-to-end.
CANCEL_OPTION - Static variable in class com.sun.java.swing.JOptionPane
Return value from class method if CANCEL is chosen.
CANCEL_OPTION - Static variable in class com.sun.java.swing.JFileChooser
Return value if cancel is chosen.
CANCEL_SELECTION - Static variable in class com.sun.java.swing.JFileChooser
Instruction to cancel the current selection.
cancelCellEditing() - Method in interface com.sun.java.swing.CellEditor
Tell the editor to cancel editing and not accept any partially edited value.
cancelCellEditing() - Method in class com.sun.java.swing.DefaultCellEditor
 
cancelCellEditing() - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
cancelCellEditing() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Messages cancelCellEditing to the realEditor and removes it from this instance.
cancelEditing() - Method in class com.sun.java.swing.JTree
Cancels the current editing session.
cancelSelection() - Method in class com.sun.java.swing.JFileChooser
Called by the UI when the user hits the cancel button.
canEdit - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Should isCellEditable return true? This is set in configure...
canEditImmediately(EventObject) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Returns true if event is null, or it is a MouseEvent with a click count > 2.
CannotRedoException - exception com.sun.java.swing.undo.CannotRedoException.
Thrown when an UndoableEdit is told to redo() and can't.
CannotRedoException() - Constructor for class com.sun.java.swing.undo.CannotRedoException
 
CannotUndoException - exception com.sun.java.swing.undo.CannotUndoException.
Thrown when an UndoableEdit is told to undo() and can't.
CannotUndoException() - Constructor for class com.sun.java.swing.undo.CannotUndoException
 
canPathsBeAdded(TreePath[]) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the paths can be added without breaking the continuity of the model.
canPathsBeRemoved(TreePath[]) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the paths can be removed without breaking the continuity of the model.
canRedo() - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
Returns true if this edit is alive and hasBeenDone is false.
canRedo() - Method in class com.sun.java.swing.undo.CompoundEdit
Returns false if isInProgress or if super does.
canRedo() - Method in interface com.sun.java.swing.undo.UndoableEdit
True if it is still possible to redo this operation
canRedo() - Method in class com.sun.java.swing.undo.UndoManager
Overridden to preserve usual semantics: returns true if a redo operation would be successful now, false otherwise
canUndo() - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
Returns true if this edit is alive and hasBeenDone is true.
canUndo() - Method in class com.sun.java.swing.undo.CompoundEdit
Returns false if isInProgress or if super does.
canUndo() - Method in interface com.sun.java.swing.undo.UndoableEdit
True if it is still possible to undo this operation
canUndo() - Method in class com.sun.java.swing.undo.UndoManager
Overridden to preserve usual semantics: returns true if an undo operation would be successful now, false otherwise
canUndoOrRedo() - Method in class com.sun.java.swing.undo.UndoManager
Return true if calling undoOrRedo will undo or redo.
capacity() - Method in class com.sun.java.swing.DefaultListModel
Returns the current capacity of this list.
CAPTION - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
Caret - interface com.sun.java.swing.text.Caret.
A place within a document view that represents where things can be inserted into the document model.
CaretEvent - class com.sun.java.swing.event.CaretEvent.
CaretEvent is used to notify interested parties that the text caret has changed in the event source.
CaretEvent(Object) - Constructor for class com.sun.java.swing.event.CaretEvent
Creates a new CaretEvent object.
CaretListener - interface com.sun.java.swing.event.CaretListener.
Listener for changes in the caret position of a text component.
caretUpdate(CaretEvent) - Method in interface com.sun.java.swing.event.CaretListener
Called when the caret position is updated.
caretUpdate(CaretEvent) - Method in class com.sun.java.swing.text.JTextComponent.AccessibleJTextComponent
Handles caret updates (fire appropriate property change event, which are AccessibleContext.ACCESSIBLE_CARET_PROPERTY and AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY).
CELL_EDITOR_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for cellEditor.
CELL_RENDERER_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for cellRenderer.
CELL_RENDERER_PROPERTY - Static variable in class com.sun.java.swing.table.TableColumn
Bound property name.
cellEditor - Variable in class com.sun.java.swing.JTable
The object that overwrites the screen real estate occupied by the current cell and allows the user to change those contents.
cellEditor - Variable in class com.sun.java.swing.JTree
Editor for the entries.
cellEditor - Variable in class com.sun.java.swing.table.TableColumn
The editor used to edit the data cells of the column
CellEditor - interface com.sun.java.swing.CellEditor.
This interface defines the methods any general editor should be able to implement.
CellEditorListener - interface com.sun.java.swing.event.CellEditorListener.
CellEditorListener defines the interface for an object that listens to changes in a CellEditor
CELLPADDING - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
cellRenderer - Variable in class com.sun.java.swing.JTree
The cell used to draw nodes.
cellRenderer - Variable in class com.sun.java.swing.table.TableColumn
The renderer used to draw the data cells of the column
CellRendererPane - class com.sun.java.swing.CellRendererPane.
This class is inserted in between cell renderers and the components that use them.
CellRendererPane.AccessibleCellRendererPane - class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane.
 
CellRendererPane() - Constructor for class com.sun.java.swing.CellRendererPane
Construct a CellRendererPane object.
cellSelectionEnabled - Variable in class com.sun.java.swing.JTable
If this is true, then both a row selection and a column selection can be non-empty at the same time, the selected cells are the the cells whose row and column are both selected.
CELLSPACING - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CENTER - Static variable in interface com.sun.java.swing.SwingConstants
The central position in an area.
CENTER - Static variable in class com.sun.java.swing.border.TitledBorder
Position title text in the center of the border line.
CENTER - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
CHANGE - Static variable in class com.sun.java.swing.event.DocumentEvent.EventType
Change type.
change(int, int, AbstractDocument.DefaultDocumentEvent) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Changes content.
ChangedCharSetException - exception com.sun.java.swing.text.ChangedCharSetException.
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
ChangedCharSetException(String, boolean) - Constructor for class com.sun.java.swing.text.ChangedCharSetException
 
changedUpdate(DocumentEvent) - Method in interface com.sun.java.swing.event.DocumentListener
Gives notification that an attribute or set of attributes changed.
changedUpdate(DocumentEvent) - Method in class com.sun.java.swing.text.JTextComponent.AccessibleJTextComponent
Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.View
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.BoxView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.PlainView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.WrappedPlainView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.ParagraphView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.LabelView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.LabelView2D
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changeEvent - Variable in class com.sun.java.swing.AbstractButton
Only one ChangeEvent is needed per button instance since the event's only state is the source property.
changeEvent - Variable in class com.sun.java.swing.DefaultButtonModel
Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
changeEvent - Variable in class com.sun.java.swing.MenuSelectionManager
Only one ChangeEvent is needed per button model instance since the event's only state is the source property.
changeEvent - Variable in class com.sun.java.swing.DefaultSingleSelectionModel
 
changeEvent - Variable in class com.sun.java.swing.DefaultBoundedRangeModel
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class com.sun.java.swing.JSlider
Only one ChangeEvent is needed per slider instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class com.sun.java.swing.JTabbedPane
Only one ChangeEvent is needed per TabPane instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class com.sun.java.swing.JProgressBar
Only one ChangeEvent is needed per instance since the event's only interesting property is the immutable source, which is the progress bar.
changeEvent - Variable in class com.sun.java.swing.DefaultCellEditor
 
changeEvent - Variable in class com.sun.java.swing.table.DefaultTableColumnModel
Change event (only one needed)
changeEvent - Variable in class com.sun.java.swing.text.StyleContext.NamedStyle
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
changeEvent - Variable in class com.sun.java.swing.text.DefaultCaret
The change event for the model.
ChangeEvent - class com.sun.java.swing.event.ChangeEvent.
ChangeEvent is used to notify interested parties that state has changed in the event source.
ChangeEvent(Object) - Constructor for class com.sun.java.swing.event.ChangeEvent
Constructs a ChangeEvent object.
changeHighlight(Object, int, int) - Method in class com.sun.java.swing.text.DefaultHighlighter
Changes a highlight.
changeHighlight(Object, int, int) - Method in interface com.sun.java.swing.text.Highlighter
Changes the given highlight to span a different portion of the document.
changeListener - Variable in class com.sun.java.swing.AbstractButton
The button's model listeners.
changeListener - Variable in class com.sun.java.swing.JSlider
The changeListener (no suffix) is the listener we add to the Sliders model.
changeListener - Variable in class com.sun.java.swing.JTabbedPane
The changeListener is the listener we add to the model.
changeListener - Variable in class com.sun.java.swing.JProgressBar
 
ChangeListener - interface com.sun.java.swing.event.ChangeListener.
Defines an object which listens for ChangeEvents.
changeShape(Dimension, Dimension, Dimension) - Method in class com.sun.java.swing.Box.Filler
Change the size requests for this shape.
changeSupport - Variable in class com.sun.java.swing.AbstractAction
 
changeSupport - Variable in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Used to messaged registered listeners.
changeToParentDirectory() - Method in class com.sun.java.swing.JFileChooser
Changes the directory to be set to the parent of the current directory.
changeUpdate() - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Updates the element structure in response to a change in the document.
CHARACTER - Static variable in interface com.sun.java.accessibility.AccessibleText
Constant used to indicate that the part of text that should be retrieved is a character.
charAttr - Variable in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
 
CHECK_BOX - Static variable in class com.sun.java.accessibility.AccessibleRole
A choice that can be checked or unchecked and provides a separate indicator indicating the current state.
CHECKED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is currently checked.
CHECKED - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
checkHorizontalKey(int, String) - Method in class com.sun.java.swing.AbstractButton
Verify that key is a legal value for the horizontalAlignment properties.
checkHorizontalKey(int, String) - Method in class com.sun.java.swing.JLabel
Verify that key is a legal value for the horizontalAlignment properties.
checkVerticalKey(int, String) - Method in class com.sun.java.swing.AbstractButton
Ensures that the key is a valid.
checkVerticalKey(int, String) - Method in class com.sun.java.swing.JLabel
Verify that key is a legal value for the verticalAlignment or verticalTextPosition properties.
childAllocation(int, Rectangle) - Method in class com.sun.java.swing.text.CompositeView
Returns the allocation for a given child.
childAllocation(int, Rectangle) - Method in class com.sun.java.swing.text.BoxView
Allocates a region for a child view.
childIndices - Variable in class com.sun.java.swing.event.TreeModelEvent
Indices identifying the position of where the children were.
children - Variable in class com.sun.java.swing.event.TreeModelEvent
Children that have been removed.
children - Variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
array of children, may be null if this node has no children
children() - Method in class com.sun.java.swing.JTree.DynamicUtilTreeNode
Subclassed to load the children, if necessary.
children() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates and returns a forward-order enumeration of this node's children.
children() - Method in interface com.sun.java.swing.tree.TreeNode
Returns the children of the reciever as an Enumeration.
children() - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Returns the children of the reciever as an Enumeration.
children() - Method in class com.sun.java.swing.text.AbstractDocument.BranchElement
Returns the children of the reciever as an Enumeration.
children() - Method in class com.sun.java.swing.text.AbstractDocument.LeafElement
Returns the children of the reciever as an Enumeration.
childValue - Variable in class com.sun.java.swing.JTree.DynamicUtilTreeNode
Value to create children with.
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
Identifies a change in the list of predefined file filters the user can choose from
CHOOSER_PANELS_PROPERTY - Static variable in class com.sun.java.swing.JColorChooser
The chooserPanel array property name.
CITE - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
CLASS - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CLASSID - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CLEAR - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
CLEAR - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
clear() - Method in class com.sun.java.accessibility.AccessibleStateSet
Remove all the states from the current state set.
clear() - Method in class com.sun.java.swing.DefaultListModel
Removes all of the elements from this list.
clearAccessibleSelection() - Method in interface com.sun.java.accessibility.AccessibleSelection
Clears the selection in the object, so that no children in the object are selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JMenu.AccessibleJMenu
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JTable.AccessibleJTable
Clears the selection in the object, so that no children in the object are selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JTree.AccessibleJTree
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JMenuBar.AccessibleJMenuBar
Clears the selection in the object, so that nothing in the object is selected.
clearAccessibleSelection() - Method in class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
 
clearAccessibleSelection() - Method in class com.sun.java.swing.JList.AccessibleJList
Clears the selection in the object, so that nothing in the object is selected.
clearRect(int, int, int, int) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.clearRect.
clearSelectedPath() - Method in class com.sun.java.swing.MenuSelectionManager
Tell the menu selection to close and unselect all the menu components.
clearSelection() - Method in class com.sun.java.swing.DefaultSingleSelectionModel
 
clearSelection() - Method in class com.sun.java.swing.JTable
Deselects all selected columns and rows.
clearSelection() - Method in class com.sun.java.swing.JTree
Clears the selection.
clearSelection() - Method in class com.sun.java.swing.DefaultListSelectionModel
 
clearSelection() - Method in interface com.sun.java.swing.ListSelectionModel
Change the selection to the empty set.
clearSelection() - Method in interface com.sun.java.swing.SingleSelectionModel
Clears the selection (to -1).
clearSelection() - Method in class com.sun.java.swing.JList
Clears the selection - after calling this method isSelectionEmpty() will return true.
clearSelection() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Empties the current selection.
clearSelection() - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Empties the current selection.
clearToggledPaths() - Method in class com.sun.java.swing.JTree
Clears the cache of toggled tree paths.
clickCountToStart - Variable in class com.sun.java.swing.DefaultCellEditor
 
clipRect(int, int, int, int) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.clipRect.
clone() - Method in class com.sun.java.swing.AbstractAction
Clone the abstract action.
clone() - Method in class com.sun.java.swing.DefaultListSelectionModel
Returns a clone of the reciever with the same selection.
clone() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns a clone of the reciever with the same selection.
clone() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Overridden to make clone public.
clone() - Method in class com.sun.java.swing.text.EditorKit
Creates a copy of the editor kit.
clone() - Method in class com.sun.java.swing.text.DefaultEditorKit
Creates a copy of the editor kit.
clone() - Method in class com.sun.java.swing.text.SimpleAttributeSet
Clones a set of attributes.
clone() - Method in class com.sun.java.swing.text.StyledEditorKit
Create a copy of the editor kit.
clone() - Method in class com.sun.java.swing.text.ElementIterator
Clones the ElementIterator.
clone() - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Create a copy of the editor kit.
clone() - Method in class com.sun.java.swing.text.rtf.RTFEditorKit
Create a copy of the editor kit.
clone(Element, Element) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Creates a copy of this element, with a different parent.
cloneWithSource(Object) - Method in class com.sun.java.swing.event.TreeSelectionEvent
Returns a copy of the receiver, but with the source being newSource.
closable - Variable in class com.sun.java.swing.JInternalFrame
The frame can be closed.
close() - Method in class com.sun.java.swing.ProgressMonitor
Indicate that the operation is complete.
close() - Method in class com.sun.java.swing.ProgressMonitorInputStream
Overrides FilterInputStream.close to close the progress monitor as well as the stream.
CLOSED_OPTION - Static variable in class com.sun.java.swing.JOptionPane
Return value from class method if user closes window without selecting anything, more than likely this should be treated as either a CANCEL_OPTION or NO_OPTION.
closedIcon - Variable in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Icon used to show non-leaf nodes that aren't expanded.
closeFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Removes the frame, and if necessary the desktopIcon, from it's parent.
closeFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, this call should remove the frame from it's parent.
closeOutUnwantedEmbeddedTags(AttributeSet) - Method in class com.sun.java.swing.text.html.HTMLWriter
This method searches the attribute set and for each tag that is stored in the tag vector.
CODE - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
CODE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CODEBASE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CODETYPE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
colHead - Variable in class com.sun.java.swing.ScrollPaneLayout
The column header child.
COLLAPSED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is collapsed.
collapsePath(TreePath) - Method in class com.sun.java.swing.JTree
Ensures that the node identified by the specified path is collapsed and viewable.
collapseRow(int) - Method in class com.sun.java.swing.JTree
Ensures that the node in the specified row is collapsed.
color - Variable in class com.sun.java.swing.border.MatteBorder
 
COLOR - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
COLOR - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
COLOR_ACTION - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
The Color choice action identifier The color is passed as an argument
COLOR_CHOOSER - Static variable in class com.sun.java.accessibility.AccessibleRole
A specialized dialog that lets the user choose a color.
COLS - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
COLSPAN - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
column - Variable in class com.sun.java.swing.event.TableModelEvent
 
COLUMN_HEADER - Static variable in class com.sun.java.accessibility.AccessibleRole
The header for a column of data.
COLUMN_HEADER - Static variable in interface com.sun.java.swing.ScrollPaneConstants
Identifies the area at the top the viewport between the upper left corner and the upper right corner.
COLUMN_WIDTH_PROPERTY - Static variable in class com.sun.java.swing.table.TableColumn
Bound property name.
columnAdded(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable
Tells listeners that a column was added to the model.
columnAdded(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track changes to the table contents (column insertions)
columnAdded(TableColumnModelEvent) - Method in interface com.sun.java.swing.event.TableColumnModelListener
Tells listeners that a column was added to the model.
columnAdded(TableColumnModelEvent) - Method in class com.sun.java.swing.table.JTableHeader
 
columnAtPoint(Point) - Method in class com.sun.java.swing.JTable
Returns the index of the column that point lies in, or -1 if it lies outside the receiver's bounds.
columnAtPoint(Point) - Method in class com.sun.java.swing.table.JTableHeader
Returns the index of the column that point lies in, or -1 if it lies outside the receiver's bounds.
columnHeader - Variable in class com.sun.java.swing.JScrollPane
The column header child.
columnIdentifiers - Variable in class com.sun.java.swing.table.DefaultTableModel
The Vector of column identifiers
columnMargin - Variable in class com.sun.java.swing.table.DefaultTableColumnModel
Width margin between each column
columnMarginChanged(ChangeEvent) - Method in class com.sun.java.swing.JTable
Tells listeners that a column was moved due to a margin change.
columnMarginChanged(ChangeEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track changes of a column moving due to margin changes.
columnMarginChanged(ChangeEvent) - Method in interface com.sun.java.swing.event.TableColumnModelListener
Tells listeners that a column was moved due to a margin change.
columnMarginChanged(ChangeEvent) - Method in class com.sun.java.swing.table.JTableHeader
 
columnModel - Variable in class com.sun.java.swing.JTable
The TableColumnModel of the table
columnModel - Variable in class com.sun.java.swing.table.JTableHeader
The TableColumnModel of the table header
columnMoved(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable
Tells listeners that a column was repositioned.
columnMoved(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track changes of a column repositioning.
columnMoved(TableColumnModelEvent) - Method in interface com.sun.java.swing.event.TableColumnModelListener
Tells listeners that a column was repositioned.
columnMoved(TableColumnModelEvent) - Method in class com.sun.java.swing.table.JTableHeader
 
columnRemoved(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable
Tells listeners that a column was removed from the model.
columnRemoved(TableColumnModelEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track changes to the table contents (column deletions)
columnRemoved(TableColumnModelEvent) - Method in interface com.sun.java.swing.event.TableColumnModelListener
Tells listeners that a column was removed from the model.
columnRemoved(TableColumnModelEvent) - Method in class com.sun.java.swing.table.JTableHeader
 
columnSelectionAllowed - Variable in class com.sun.java.swing.table.DefaultTableColumnModel
Column selection allowed in this column model
columnSelectionChanged(ListSelectionEvent) - Method in class com.sun.java.swing.JTable
Tells listeners that the selection model of the TableColumnModel changed.
columnSelectionChanged(ListSelectionEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track that the selection model of the TableColumnModel changed.
columnSelectionChanged(ListSelectionEvent) - Method in interface com.sun.java.swing.event.TableColumnModelListener
Tells listeners that the selection model of the TableColumnModel changed.
columnSelectionChanged(ListSelectionEvent) - Method in class com.sun.java.swing.table.JTableHeader
 
com.sun.java.accessibility - package com.sun.java.accessibility
Defines a contract between user-interface components and an assistive technology that provides access to those components.
com.sun.java.swing - package com.sun.java.swing
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
com.sun.java.swing.border - package com.sun.java.swing.border
Provides classes and interface for drawing specialized borders around a Swing component.
com.sun.java.swing.event - package com.sun.java.swing.event
Provides for events fired by Swing components.
com.sun.java.swing.table - package com.sun.java.swing.table
Provides classes and interfaces for dealing with java.awt.swing.JTable.
com.sun.java.swing.text - package com.sun.java.swing.text
Provides classes and interfaces that deal with editable and noneditable text components.
com.sun.java.swing.text.html - package com.sun.java.swing.text.html
Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.
com.sun.java.swing.text.rtf - package com.sun.java.swing.text.rtf
Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.
com.sun.java.swing.tree - package com.sun.java.swing.tree
Provides classes and interfaces for dealing with java.awt.swing.JTree.
com.sun.java.swing.undo - package com.sun.java.swing.undo
Provides support for undo/redo capabilities in an application such as a text editor.
COMBO_BOX - Static variable in class com.sun.java.accessibility.AccessibleRole
A list of choices the user can select from.
ComboBoxEditor - interface com.sun.java.swing.ComboBoxEditor.
The editor component used for JComboBox components.
ComboBoxModel - interface com.sun.java.swing.ComboBoxModel.
ComboBoxDataModel is a ListDataModel with a selected item This selected item is in the model since it is not always in the item list.
COMMENT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
All comments are labeled with this tag.
COMMENT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
comment(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out comments.
COMPACT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
compareTabOrder(Component, Component) - Method in class com.sun.java.swing.DefaultFocusManager
Return true if a should be before b in the "tab" order.
component - Static variable in class com.sun.java.swing.ImageIcon
 
componentAdded(ContainerEvent) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
 
ComponentAttribute - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the component attribute.
ComponentAttribute - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the component attribute.
ComponentElementName - Static variable in class com.sun.java.swing.text.StyleConstants
Name of elements used to represent components.
componentForPoint(Component, Point) - Method in class com.sun.java.swing.MenuSelectionManager
Returns the component in the currently selected path which contains sourcePoint.
componentRemoved(ContainerEvent) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent.AccessibleContainerHandler
 
componentResized(ComponentEvent) - Method in class com.sun.java.swing.JViewport.ViewListener
 
ComponentView - class com.sun.java.swing.text.ComponentView.
Component decorator that implements the view interface.
ComponentView(Element) - Constructor for class com.sun.java.swing.text.ComponentView
Creates a new ComponentView object.
CompositeView - class com.sun.java.swing.text.CompositeView.
A view of a text model that has a children box.
CompositeView(Element) - Constructor for class com.sun.java.swing.text.CompositeView
Constructs a CompositeView for the given element.
CompoundBorder - class com.sun.java.swing.border.CompoundBorder.
A composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object.
CompoundBorder() - Constructor for class com.sun.java.swing.border.CompoundBorder
Creates a compound border with null outside and inside borders.
CompoundBorder(Border, Border) - Constructor for class com.sun.java.swing.border.CompoundBorder
Creates a compound border with the specified outside and inside borders.
compoundEdit - Variable in class com.sun.java.swing.undo.UndoableEditSupport
 
CompoundEdit - class com.sun.java.swing.undo.CompoundEdit.
A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.
CompoundEdit() - Constructor for class com.sun.java.swing.undo.CompoundEdit
 
computeBlit(int, int, Point, Point, Dimension, Rectangle) - Method in class com.sun.java.swing.JViewport
Computes the parameters for a blit where the backing store image currently contains oldLoc in the upper left hand corner and we're scrolling to newLoc.
computeDifference(Rectangle, Rectangle) - Static method in class com.sun.java.swing.SwingUtilities
Convenience returning an array of rect representing the regions within rectA that do not overlap with rectB.
computeIntersection(int, int, int, int, Rectangle) - Static method in class com.sun.java.swing.SwingUtilities
Convenience to calculate an intersection of two rectangles without allocating a new rectangle Return dest.
computeStringWidth(FontMetrics, String) - Static method in class com.sun.java.swing.SwingUtilities
Compute the width of the string using a font with the specified "metrics" (sizes).
computeUnion(int, int, int, int, Rectangle) - Static method in class com.sun.java.swing.SwingUtilities
Convenience to calculate the union of two rectangles without allocating a new rectangle Return dest
computeVisibleRect(Rectangle) - Method in class com.sun.java.swing.JComponent
Returns the Component's "visible rect rectangle" - the intersection of the visible rectangles for this component and all of its ancestors.
configureEditor(ComboBoxEditor, Object) - Method in class com.sun.java.swing.JComboBox
Initializes the editor with the specified item.
configureEnclosingScrollPane() - Method in class com.sun.java.swing.JTable
If the JTable is the viewportView of an enclosing JScrollPane (the usual situation), configure this ScrollPane by, amongst other things, installing the table's tableHeader as the columnHeaderView of the scrollpane.
contains(AccessibleState) - Method in class com.sun.java.accessibility.AccessibleStateSet
Check if the current state is in the state set.
contains(int, int) - Method in class com.sun.java.swing.JComponent
Give the UI delegate an opportunity to define the precise shape of this component for the sake of mouse processing.
contains(Object) - Method in class com.sun.java.swing.DefaultListModel
Tests if the specified object is a component in this list.
contains(Point) - Method in interface com.sun.java.accessibility.AccessibleComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
contains(Point) - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.Box.AccessibleBox
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object.
contains(Point) - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
contains(Point) - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
containsAttribute(Object, Object) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Checks whether a given attribute name/value is defined.
containsAttribute(Object, Object) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Checks whether a given attribute name/value is defined.
containsAttribute(Object, Object) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Checks whether the attribute list contains a specified attribute name/value pair.
containsAttribute(Object, Object) - Method in interface com.sun.java.swing.text.AttributeSet
Returns true if this set contains this attribute with an equal value.
containsAttributes(AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Checks whether the element contains all the attributes.
containsAttributes(AttributeSet) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Checks whether the element contains all the attributes.
containsAttributes(AttributeSet) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Checks whether the attribute list contains all the specified name/value pairs.
containsAttributes(AttributeSet) - Method in interface com.sun.java.swing.text.AttributeSet
Returns true if this set contains all the attributes with equal values.
CONTENT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
All text content is labeled with this tag.
CONTENT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
CONTENT_AREA_FILLED_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
Identifies a change from rollover enabled to disabled or back to enabled.
CONTENT_PANE_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Bound property name.
ContentElementName - Static variable in class com.sun.java.swing.text.AbstractDocument
Name of elements used to represent content
contentPane - Variable in class com.sun.java.swing.JRootPane
The content pane.
CONTENTS_CHANGED - Static variable in class com.sun.java.swing.event.ListDataEvent
Identifies one or more changes in the lists contents.
contentsChanged(ListDataEvent) - Method in class com.sun.java.swing.JList.AccessibleJList
List Data Listener contents changed method.
contentsChanged(ListDataEvent) - Method in class com.sun.java.swing.JComboBox
This method is public as an implementation side effect.
contentsChanged(ListDataEvent) - Method in interface com.sun.java.swing.event.ListDataListener
Sent when the contents of the list has changed in a way that's too complex to characterize with the previous methods.
ContentType - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
CONTIGUOUS_TREE_SELECTION - Static variable in interface com.sun.java.swing.tree.TreeSelectionModel
Selection can only be contiguous.
CONTINUOUS_LAYOUT_PROPERTY - Static variable in class com.sun.java.swing.JSplitPane
Bound property name for continuousLayout.
continuousLayout - Variable in class com.sun.java.swing.JSplitPane
Whether or not the views are continuously redisplayed while resizing.
convertColumnIndexToModel(int) - Method in class com.sun.java.swing.JTable
Return the index of the column in the model whose data is being displayed in the column viewColumnIndex in the display.
convertColumnIndexToView(int) - Method in class com.sun.java.swing.JTable
Return the index of the column in the view which is displaying the data from the column modelColumnIndex in the model.
convertMouseEvent(Component, MouseEvent, Component) - Static method in class com.sun.java.swing.SwingUtilities
Returns a MouseEvent similar to sourceEvent except that its x and y members have been converted to destination's coordinate system.
convertPoint(Component, int, int, Component) - Static method in class com.sun.java.swing.SwingUtilities
Convert the point (x,y) in source coordinate system to destination coordinate system.
convertPoint(Component, Point, Component) - Static method in class com.sun.java.swing.SwingUtilities
Convert a aPoint in source coordinate system to destination coordinate system.
convertPointFromScreen(Point, Component) - Static method in class com.sun.java.swing.SwingUtilities
Convert a point from a screen coordinates to a component's coordinate system
convertPointToScreen(Point, Component) - Static method in class com.sun.java.swing.SwingUtilities
Convert a point from a component's coordinate system to screen coordinates.
convertRectangle(Component, Rectangle, Component) - Static method in class com.sun.java.swing.SwingUtilities
Convert the rectangle aRectangle in source coordinate system to destination coordinate system.
convertToVector(Object[]) - Static method in class com.sun.java.swing.table.DefaultTableModel
Returns a Vector that contains the same objects as the array
convertToVector(Object[][]) - Static method in class com.sun.java.swing.table.DefaultTableModel
Returns a Vector of Vectors that contains the same objects as the array
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class com.sun.java.swing.JTree
Called by the renderers to convert the specified value to text.
COORDS - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
copy - Variable in class com.sun.java.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
copy() - Method in class com.sun.java.swing.JPasswordField
Normally transfers the currently selected range in the associated text model to the system clipboard, leaving the contents in the text model.
copy() - Method in class com.sun.java.swing.text.JTextComponent
Transfers the currently selected range in the associated text model to the system clipboard, leaving the contents in the text model.
copyAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to copy the selected region and place the contents into the system clipboard.
copyArea(int, int, int, int, int, int) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.copyArea.
copyAttributes() - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Copies a set of attributes.
copyAttributes() - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Copies a set of attributes.
copyAttributes() - Method in class com.sun.java.swing.text.SimpleAttributeSet
Makes a copy of the attributes.
copyAttributes() - Method in interface com.sun.java.swing.text.AttributeSet
Returns an attribute set that is guaranteed not to change over time.
copyInto(Object[]) - Method in class com.sun.java.swing.DefaultListModel
Copies the components of this list into the specified array.
count - Variable in class com.sun.java.swing.text.Segment
This is the number of array elements that make up the text of interest.
create() - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.create to return a DebugGraphics object.
create(DefaultStyledDocument.ElementSpec[]) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Initialize the document to reflect the given element structure (i.e.
create(DefaultStyledDocument.ElementSpec[]) - Method in class com.sun.java.swing.text.html.HTMLDocument
Replaces the contents of the document with the given element specifications.
create(Element) - Method in interface com.sun.java.swing.text.ViewFactory
Creates a view from the given structural element of a document.
create(Element) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.HTMLFactory
Creates a view from an element.
create(int, int, int, int) - Method in class com.sun.java.swing.DebugGraphics
Overrides Graphics.create to return a DebugGraphics object.
createActionChangeListener(JButton) - Method in class com.sun.java.swing.JToolBar
 
createActionChangeListener(JMenuItem) - Method in class com.sun.java.swing.JMenu
 
createActionChangeListener(JMenuItem) - Method in class com.sun.java.swing.JPopupMenu
 
createActionListener() - Method in class com.sun.java.swing.AbstractButton
 
createBevelBorder(int) - Static method in class com.sun.java.swing.BorderFactory
Create a beveled border of the specified type, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
createBevelBorder(int, Color, Color) - Static method in class com.sun.java.swing.BorderFactory
Create a beveled border of the specified type, using the specified highlighting and shadowing.
createBevelBorder(int, Color, Color, Color, Color) - Static method in class com.sun.java.swing.BorderFactory
Create a beveled border of the specified type, using the specified colors for the inner and outer highlight and shadow areas.
createBlackLineBorder() - Static method in class com.sun.java.swing.border.LineBorder
Convenience method for getting the Color.black LineBorder of thickness 1.
createBranchElement(Element, AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument
Creates a document branch element, that can contain other elements.
createBranchElement(Element, AttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument
Creates a document branch element, that can contain other elements.
createCaret() - Method in class com.sun.java.swing.text.EditorKit
Fetches a caret that can navigate through views produced by the associated ViewFactory.
createCaret() - Method in class com.sun.java.swing.text.DefaultEditorKit
Fetches a caret that can navigate through views produced by the associated ViewFactory.
createChangeListener() - Method in class com.sun.java.swing.AbstractButton
Subclasses that want to handle ChangeEvents differently can override this to return another ChangeListener implementation.
createChangeListener() - Method in class com.sun.java.swing.JSlider
Subclasses that want to handle model ChangeEvents differently can override this method to return their own ChangeListener implementation.
createChangeListener() - Method in class com.sun.java.swing.JTabbedPane
Subclasses that want to handle ChangeEvents differently can override this to return a subclass of ModelListener or another ChangeListener implementation.
createChangeListener() - Method in class com.sun.java.swing.JProgressBar
 
createChildren(DefaultMutableTreeNode, Object) - Static method in class com.sun.java.swing.JTree.DynamicUtilTreeNode
Adds to parent all the children in children.
createComponent() - Method in class com.sun.java.swing.text.ComponentView
Create the component that is associated with this view.
createComponent() - Method in class com.sun.java.swing.text.html.FormView
Create the component.
createComponent() - Method in class com.sun.java.swing.text.html.ObjectView
Create the component.
createCompoundBorder() - Static method in class com.sun.java.swing.BorderFactory
Create a compound border with a null inside edge and a null outside edge.
createCompoundBorder(Border, Border) - Static method in class com.sun.java.swing.BorderFactory
Create a compound border specifying the border objects to use for the outside and inside edges.
createCompoundEdit() - Method in class com.sun.java.swing.undo.UndoableEditSupport
Called only from beginUpdate.
createContainer() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Creates the container to manage placement of editingComponent.
createContentPane() - Method in class com.sun.java.swing.JRootPane
Called by the constructor methods to create the default contentPane.
createDefaultColumnModel() - Method in class com.sun.java.swing.JTable
Returns the default column model object which is a DefaultTableColumnModel.
createDefaultColumnModel() - Method in class com.sun.java.swing.table.JTableHeader
Returns the default column model object which is a DefaultTableColumnModel.
createDefaultColumnsFromModel() - Method in class com.sun.java.swing.JTable
This method will create default columns for the table from the data model using the getColumnCount() and getColumnClass() methods defined in the TableModel interface.
createDefaultDataModel() - Method in class com.sun.java.swing.JTable
Returns the default table model object which is a DefaultTableModel.
createDefaultDocument() - Method in class com.sun.java.swing.text.EditorKit
Creates an uninitialized text storage model that is appropriate for this type of editor.
createDefaultDocument() - Method in class com.sun.java.swing.text.DefaultEditorKit
Creates an uninitialized text storage model (PlainDocument) that is appropriate for this type of editor.
createDefaultDocument() - Method in class com.sun.java.swing.text.StyledEditorKit
Creates an uninitialized text storage model that is appropriate for this type of editor.
createDefaultDocument() - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Create an uninitialized text storage model that is appropriate for this type of editor.
createDefaultEditorKit() - Method in class com.sun.java.swing.JEditorPane
Creates the default editor kit (PlainEditorKit) for when the component is first created.
createDefaultEditorKit() - Method in class com.sun.java.swing.JTextPane
Creates the EditorKit to use by default.
createDefaultEditors() - Method in class com.sun.java.swing.JTable
Creates default cell editors for Objects, numbers, and boolean values.
createDefaultHeaderRenderer() - Method in class com.sun.java.swing.table.TableColumn
 
createDefaultKeySelectionManager() - Method in class com.sun.java.swing.JComboBox
Returns an instance of the default key-selection manager.
createDefaultModel() - Method in class com.sun.java.swing.JTextField
Creates the default implementation of the model to be used at construction if one isn't explicitly given.
createDefaultModel() - Method in class com.sun.java.swing.JTextArea
Creates the default implementation of the model to be used at construction if one isn't explicitly given.
createDefaultRenderers() - Method in class com.sun.java.swing.JTable
 
createDefaultRoot() - Method in class com.sun.java.swing.text.DefaultStyledDocument
Creates the root element to be used to represent the default document structure.
createDefaultRoot() - Method in class com.sun.java.swing.text.PlainDocument
Creates the root element to be used to represent the default document structure.
createDefaultRoot() - Method in class com.sun.java.swing.text.html.HTMLDocument
Creates the root element to be used to represent the default document structure.
createDefaultSelectionModel() - Method in class com.sun.java.swing.JTable
Returns the default selection model object which is a DefaultListSelectionModel.
createDefaultTableHeader() - Method in class com.sun.java.swing.JTable
Returns the default table header object which is a JTableHeader.
createDialog(Component, String) - Method in class com.sun.java.swing.JOptionPane
Creates and returns a new JDialog wrapping this centered on the parentComponent in the parentComponent's frame.
createDialog(Component, String, boolean, JColorChooser, ActionListener, ActionListener) - Static method in class com.sun.java.swing.JColorChooser
Creates and returns a new dialog containing the specified ColorChooser pane along with "OK", "Cancel", and "Reset" buttons.
createDisabledImage(Image) - Static method in class com.sun.java.swing.GrayFilter
Creates a disabled image
createEditorKitForContentType(String) - Static method in class com.sun.java.swing.JEditorPane
Create a handler for the given type from the default registry of editor kits.
createEmptyBorder() - Static method in class com.sun.java.swing.BorderFactory
Creates an empty border that takes up no space.
createEmptyBorder(int, int, int, int) - Static method in class com.sun.java.swing.BorderFactory
Creates an empty border that takes up no space but which does no drawing, specifying the width of the top, left, bottom, and right sides.
createEtchedBorder() - Static method in class com.sun.java.swing.BorderFactory
Create a border with an "etched" look using the component's current background color for highlighting and shading.
createEtchedBorder(Color, Color) - Static method in class com.sun.java.swing.BorderFactory
Create a border with an "etched" look using the specified highlighting and shading colors.
createFragment(int, int) - Method in class com.sun.java.swing.text.View
Create a view that represents a portion of the element.
createFragment(int, int) - Method in class com.sun.java.swing.text.LabelView
Creates a view that represents a portion of the element.
createFragment(int, int) - Method in class com.sun.java.swing.text.LabelView2D
Creates a view that represents a portion of the element.
createGlassPane() - Method in class com.sun.java.swing.JRootPane
Called by the constructor methods to create the default glassPane.
createGlue() - Static method in class com.sun.java.swing.Box
Creates an invisible "glue" component that can be useful in a Box whose visible components have a maximum width (for a horizontal box) or height (for a vertical box).
createGrayLineBorder() - Static method in class com.sun.java.swing.border.LineBorder
Convenience method for getting the Color.gray LineBorder of thickness 1.
createHorizontalBox() - Static method in class com.sun.java.swing.Box
Creates a Box that displays its components from left to right.
createHorizontalGlue() - Static method in class com.sun.java.swing.Box
Creates a horizontal glue component.
createHorizontalScrollBar() - Method in class com.sun.java.swing.JScrollPane
Used by ScrollPaneUI implementations to create the horizontal scrollbar.
createHorizontalStrut(int) - Static method in class com.sun.java.swing.Box
Creates an invisible, fixed-width component.
createInputAttributes(Element, MutableAttributeSet) - Method in class com.sun.java.swing.text.StyledEditorKit
Copies the key/values in elements AttributeSet into set.
createInputAttributes(Element, MutableAttributeSet) - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Copies the key/values in elements AttributeSet into set.
createInternalFrame(Component, String) - Method in class com.sun.java.swing.JOptionPane
Creates and returns an instance of JInternalFrame.
createItemListener() - Method in class com.sun.java.swing.AbstractButton
 
createLayeredPane() - Method in class com.sun.java.swing.JRootPane
Called by the constructor methods to create the default layeredPane.
createLayoutManager() - Method in class com.sun.java.swing.JViewport
Subclassers can override this to install a different layout manager (or null) in the constructor.
createLeafElement(Element, AttributeSet, int, int) - Method in class com.sun.java.swing.text.AbstractDocument
Creates a document leaf element.
createLeafElement(Element, AttributeSet, int, int) - Method in class com.sun.java.swing.text.html.HTMLDocument
Creates a document leaf element that directly represents text (doesn't have any children).
createLineBorder(Color) - Static method in class com.sun.java.swing.BorderFactory
Creates a line border withe the specified color.
createLineBorder(Color, int) - Static method in class com.sun.java.swing.BorderFactory
Creates a line border withe the specified color and width.
createLoweredBevelBorder() - Static method in class com.sun.java.swing.BorderFactory
Created a border with a lowered beveled edge, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
createMatteBorder(int, int, int, int, Color) - Static method in class com.sun.java.swing.BorderFactory
Create a matte-look border using a solid color.
createMatteBorder(int, int, int, int, Icon) - Static method in class com.sun.java.swing.BorderFactory
Create a matte-look border that consists of multiple tiles of a specified icon.
createPosition(int) - Method in interface com.sun.java.swing.text.Document
Returns a position that will track change as the document is altered.
createPosition(int) - Method in class com.sun.java.swing.text.AbstractDocument
Returns a position that will track change as the document is altered.
createPosition(int) - Method in class com.sun.java.swing.text.StringContent
Creates a position within the content that will track change as the content is mutated.
createPosition(int) - Method in class com.sun.java.swing.text.GapContent
Creates a position within the content that will track change as the content is mutated.
createPosition(int) - Method in interface com.sun.java.swing.text.AbstractDocument.Content
Creates a position within the content that will track change as the content is mutated.
createRaisedBevelBorder() - Static method in class com.sun.java.swing.BorderFactory
Created a border with a raised beveled edge, using brighter shades of the component's current background color for highlighting, and darker shading for shadows.
createRigidArea(Dimension) - Static method in class com.sun.java.swing.Box
Creates an invisible component that's always the specified size.
createRootLayout() - Method in class com.sun.java.swing.JRootPane
Called by the constructor methods to create the default layoutManager.
createRootPane() - Method in class com.sun.java.swing.JFrame
Called by the constructor methods to create the default rootPane.
createRootPane() - Method in class com.sun.java.swing.JWindow
Called by the constructor methods to create the default rootPane.
createRootPane() - Method in class com.sun.java.swing.JDialog
Called by the constructor methods to create the default rootPane.
createRootPane() - Method in class com.sun.java.swing.JInternalFrame
Called by the constructor to set up the JRootPane.
createRootPane() - Method in class com.sun.java.swing.JApplet
Called by the constructor methods to create the default rootPane.
createScrollPaneForTable(JTable) - Static method in class com.sun.java.swing.JTable
Deprecated. As of Swing version 1.0.2, replaced by new JScrollPane(aTable).
createSelectionModel() - Method in class com.sun.java.swing.JList
Returns an instance of DefaultListSelectionModel.
createSelectionModel() - Method in class com.sun.java.swing.table.DefaultTableColumnModel
 
createStandardLabels(int) - Method in class com.sun.java.swing.JSlider
Creates a hashtable that will draw text labels starting at the slider minimum using the increment specified.
createStandardLabels(int, int) - Method in class com.sun.java.swing.JSlider
Creates a hashtable that will draw text labels starting at the start point specified using the increment specified.
createTableCell(Element) - Method in class com.sun.java.swing.text.TableView
Creates a new table cell.
createTableRow(Element) - Method in class com.sun.java.swing.text.TableView
Creates a new table row.
createTitledBorder(Border) - Static method in class com.sun.java.swing.BorderFactory
Create a new title border with an empty title specifying the border object, using the default text position (sitting on the top line) and default justification (left) and using the default font, text color, and edge determined by the current look and feel.
createTitledBorder(Border, String) - Static method in class com.sun.java.swing.BorderFactory
Add a title to an existing border, specifying the text of the title, using the default positioning (sitting on the top line) and default justification (left) and using the default font and text color determined by the current look and feel.
createTitledBorder(Border, String, int, int) - Static method in class com.sun.java.swing.BorderFactory
Add a title to an existing border, specifying the text of the title along with its positioning, using the default font and text color determined by the current look and feel.
createTitledBorder(Border, String, int, int, Font) - Static method in class com.sun.java.swing.BorderFactory
Add a title to an existing border, specifying the text of the title along with its positioning and font, using the default text color determined by the current look and feel.
createTitledBorder(Border, String, int, int, Font, Color) - Static method in class com.sun.java.swing.BorderFactory
Add a title to an existing border, specifying the text of the title along with its positioning, font, and color.
createTitledBorder(String) - Static method in class com.sun.java.swing.BorderFactory
Create a new title border specifying the text of the title, using the default border (etched), using the default text position (sitting on the top line) and default justification (left) and using the default font and text color determined by the current look and feel.
createToolTip() - Method in class com.sun.java.swing.JComponent
Returns the instance of JToolTip that should be used to display the tooltip.
createTreeCellEditor() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
This is invoked if a TreeCellEditor is not supplied in the constructor.
createTreeModel(Object) - Static method in class com.sun.java.swing.JTree
Returns a TreeModel wrapping the specified object.
createTreeModelListener() - Method in class com.sun.java.swing.JTree
Creates and returns an instance of TreeModelHandler.
createValue(UIDefaults) - Method in interface com.sun.java.swing.UIDefaults.LazyValue
Creates the actual value retrieved from the UIDefaults table.
createValue(UIDefaults) - Method in interface com.sun.java.swing.UIDefaults.ActiveValue
Creates the value retrieved from the UIDefaults table.
createVerticalBox() - Static method in class com.sun.java.swing.Box
Creates a Box that displays its components from top to bottom.
createVerticalGlue() - Static method in class com.sun.java.swing.Box
Creates a vertical glue component.
createVerticalScrollBar() - Method in class com.sun.java.swing.JScrollPane
Used by ScrollPaneUI implementations to create the vertical scrollbar.
createVerticalStrut(int) - Static method in class com.sun.java.swing.Box
Creates an invisible, fixed-height component.
createViewListener() - Method in class com.sun.java.swing.JViewport
Create a listener for the view.
createViewport() - Method in class com.sun.java.swing.JScrollPane
Returns a new JViewport by default.
createWinListener(JPopupMenu) - Method in class com.sun.java.swing.JMenu
Create a window-closing listener for the popup.
CSS - class com.sun.java.swing.text.html.CSS.
Defines a set of CSS attributes as a typesafe enumeration.
CSS.Attribute - class com.sun.java.swing.text.html.CSS.Attribute.
Definitions to be used as a key on AttributeSet's that might hold css attributes.
CSS() - Constructor for class com.sun.java.swing.text.html.CSS
 
current() - Method in class com.sun.java.swing.text.ElementIterator
Fetches the current Element.
currentManager(Component) - Static method in class com.sun.java.swing.RepaintManager
Return the RepaintManager for the calling thread given a Component.
currentManager(JComponent) - Static method in class com.sun.java.swing.RepaintManager
Return the RepaintManager for the calling thread given a JComponent.
CUSTOM_DIALOG - Static variable in class com.sun.java.swing.JFileChooser
Type value indicating that the FileChooser supports a developer sepcified file operation.
cut() - Method in class com.sun.java.swing.JPasswordField
Normally transfers the currently selected range in the associated text model to the system clipboard, removing the contents from the model.
cut() - Method in class com.sun.java.swing.text.JTextComponent
Transfers the currently selected range in the associated text model to the system clipboard, removing the contents from the model.
cutAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to cut the selected region and place the contents into the system clipboard.

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.