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 _

I

I - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
icon - Variable in class com.sun.java.swing.JOptionPane
Icon used in pane.
Icon - interface com.sun.java.swing.Icon.
A small fixed size picture, typically used to decorate components.
ICON_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
Identifies a change to the icon that represents the button.
ICON_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for icon.
iconable - Variable in class com.sun.java.swing.JInternalFrame
The frame can "iconized" (shrunk down and displayed as an icon-image).
IconAttribute - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the icon attribute.
IconAttribute - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the icon attribute.
IconElementName - Static variable in class com.sun.java.swing.text.StyleConstants
Name of elements used to represent icons.
ICONIFIED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is minimized and is represented only by an icon.
iconifyFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Removes the frame from it's parent and adds it's desktopIcon to the parent.
iconifyFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, remove this frame from it's parent and add an iconic representation.
IconView - class com.sun.java.swing.text.IconView.
Icon decorator that implements the view interface.
IconView(Element) - Constructor for class com.sun.java.swing.text.IconView
Creates a new icon view that represents an element.
ID - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
identifier - Variable in class com.sun.java.swing.table.TableColumn
This object is not used internally by the drawing machinery of the JTable.
ImageIcon - class com.sun.java.swing.ImageIcon.
An implementation of the Icon interface that paints Icons from Images.
ImageIcon() - Constructor for class com.sun.java.swing.ImageIcon
Creates an uninitialized image icon.
ImageIcon(byte[]) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from an array of bytes which were read from an image file containing a supported image format, such as GIF or JPEG.
ImageIcon(byte[], String) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from an array of bytes which were read from an image file containing a supported image format, such as GIF or JPEG.
ImageIcon(Image) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from an image object.
ImageIcon(Image, String) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from the image.
ImageIcon(String) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from the specified file.
ImageIcon(String, String) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from the specified file.
ImageIcon(URL) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from the specified URL.
ImageIcon(URL, String) - Constructor for class com.sun.java.swing.ImageIcon
Creates an ImageIcon from the specified URL.
imageSubmit(String) - Method in class com.sun.java.swing.text.html.FormView
This method is called to submit a form in response to a click on an image.
IMG - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
IMG_ALIGN_BOTTOM - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
Align images at the bottom.
IMG_ALIGN_MIDDLE - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
Align images in the middle.
IMG_ALIGN_TOP - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
Align images at the top.
IMG_BORDER - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
Align images at the border.
IMPLIED - Static variable in class com.sun.java.swing.text.html.HTML.Tag
All text content must be in a paragraph element.
incrIndent() - Method in class com.sun.java.swing.text.AbstractWriter
Increments the indent level.
indent() - Method in class com.sun.java.swing.text.AbstractWriter
Does indentation.
indexOf(Object) - Method in class com.sun.java.swing.DefaultListModel
Searches for the first occurence of the given argument.
indexOf(Object, int) - Method in class com.sun.java.swing.DefaultListModel
Searches for the first occurence of the given argument, beginning the search at index.
indexOfComponent(Component) - Method in class com.sun.java.swing.JTabbedPane
Returns the index of the tab for the specified component.
indexOfTab(Icon) - Method in class com.sun.java.swing.JTabbedPane
Returns the first tab index with a given icon.
indexOfTab(String) - Method in class com.sun.java.swing.JTabbedPane
Returns the first tab index with a given title, Returns -1 if no tab has this title.
indexToLocation(int) - Method in class com.sun.java.swing.JList
Returns the origin of the specified item in JList coordinates, null if index isn't valid.
inFontTag() - Method in class com.sun.java.swing.text.html.MinimalHTMLWriter
Returns true if we are currently in a tag.
INFORMATION_MESSAGE - Static variable in class com.sun.java.swing.JOptionPane
Used for information messages.
inHitRegion(int, int) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
Returns true if x is inside the text region of the renderer, not the icon part.
init(StateEditable, String) - Method in class com.sun.java.swing.undo.StateEdit
 
init(String, Icon) - Method in class com.sun.java.swing.AbstractButton
 
init(String, Icon) - Method in class com.sun.java.swing.JMenuItem
Initialize the menu item with the specified text and icon.
init(String, Icon) - Method in class com.sun.java.swing.JCheckBoxMenuItem
 
init(String, Icon) - Method in class com.sun.java.swing.JRadioButtonMenuItem
Initialize the JRadioButtonMenuItem with the specified text and Icon.
INITIAL_SELECTION_VALUE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for initialSelectionValue.
INITIAL_VALUE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bounds property name for initialValue.
initialize() - Method in class com.sun.java.swing.LookAndFeel
UIManager.setLookAndFeel calls this method before the first call (and typically the only call) to getDefaults().
initializeLocalVars() - Method in class com.sun.java.swing.JTable
Initializes table properties to their default values.
initializeLocalVars() - Method in class com.sun.java.swing.table.JTableHeader
 
initialSelectionValue - Variable in class com.sun.java.swing.JOptionPane
Initial value to select in selectionValues.
initialValue - Variable in class com.sun.java.swing.JOptionPane
Value that should be initialy selected in options.
InlineView - class com.sun.java.swing.text.html.InlineView.
Displays the inline element styles based upon css attributes.
InlineView(Element) - Constructor for class com.sun.java.swing.text.html.InlineView
Constructs a new view wrapped on an element.
INPUT - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
INPUT_VALUE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for inputValue.
inputValue - Variable in class com.sun.java.swing.JOptionPane
Value the user has input.
inRange(Element) - Method in class com.sun.java.swing.text.AbstractWriter
This method determines whether the current element is in the range specified.
INSERT - Static variable in class com.sun.java.swing.event.DocumentEvent.EventType
Insert type.
INSERT - Static variable in class com.sun.java.swing.event.TableModelEvent
Identifies the addtion of new rows or columns.
insert(Action, int) - Method in class com.sun.java.swing.JMenu
Insert a new menuitem attached to the specified Action object at a given position.
insert(Action, int) - Method in class com.sun.java.swing.JPopupMenu
Inserts a menu item for the specified Action object at a given position.
insert(Component, int) - Method in class com.sun.java.swing.JPopupMenu
Inserts the specified component into the menu at a given position.
insert(int, DefaultStyledDocument.ElementSpec[]) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Inserts new elements in bulk.
insert(int, DefaultStyledDocument.ElementSpec[]) - Method in class com.sun.java.swing.text.html.HTMLDocument
Inserts new elements in bulk.
insert(int, int, DefaultStyledDocument.ElementSpec[], AbstractDocument.DefaultDocumentEvent) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Inserts new content.
insert(int, View) - Method in class com.sun.java.swing.text.CompositeView
Inserts a single child view.
insert(JMenuItem, int) - Method in class com.sun.java.swing.JMenu
Insert the specified JMenuitem at a given position.
insert(MutableTreeNode, int) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
insert(MutableTreeNode, int) - Method in interface com.sun.java.swing.tree.MutableTreeNode
Adds child to the receiver at index.
insert(String, int) - Method in class com.sun.java.swing.JMenu
Insert a new menuitem with the specified text at a given position.
insert(String, int) - Method in class com.sun.java.swing.JTextArea
Inserts the specified text at the specified position.
insertAtBoundry(JEditorPane, HTMLDocument, int, Element, String, HTML.Tag, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
This is invoked when inserting at a boundry.
insertBreakAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to place a line/paragraph break into the document.
insertComponent(Component) - Method in class com.sun.java.swing.JTextPane
Inserts a component into the document as a replacement for the currently selected content.
insertContentAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to place content into the associated document.
insertElementAt(Object, int) - Method in interface com.sun.java.swing.MutableComboBoxModel
Adds an item at a specific index
insertElementAt(Object, int) - Method in class com.sun.java.swing.DefaultComboBoxModel
 
insertElementAt(Object, int) - Method in class com.sun.java.swing.DefaultListModel
Inserts the specified object as a component in this list at the specified index.
insertHTML(HTMLDocument, int, String, int, int, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Inserts HTML into an existing document.
insertHTML(JEditorPane, HTMLDocument, int, String, int, int, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
A cover for HTMLEditorKit.insertHTML.
insertIcon(Icon) - Method in class com.sun.java.swing.JTextPane
Inserts an icon into the document as a replacement for the currently selected content.
insertIndexForLayer(int, int) - Method in class com.sun.java.swing.JLayeredPane
Primative method that determines the proper location to insert a new child based on layer and position requests.
insertIndexInterval(int, int, boolean) - Method in class com.sun.java.swing.DefaultListSelectionModel
Insert length indices beginning before/after index.
insertIndexInterval(int, int, boolean) - Method in interface com.sun.java.swing.ListSelectionModel
Insert length indices beginning before/after index.
insertItemAt(Object, int) - Method in class com.sun.java.swing.JComboBox
Inserts an item into the item list at a given index.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.sun.java.swing.tree.DefaultTreeModel
Invoked this to insert newChild at location index in parents children.
insertRow(int, Object[]) - Method in class com.sun.java.swing.table.DefaultTableModel
Insert a row at row in the model.
insertRow(int, Vector) - Method in class com.sun.java.swing.table.DefaultTableModel
Insert a row at row in the model.
insertSeparator(int) - Method in class com.sun.java.swing.JMenu
Inserts a separator at the specified position.
insertString(int, String) - Method in class com.sun.java.swing.text.StringContent
Inserts a string into the content.
insertString(int, String) - Method in class com.sun.java.swing.text.GapContent
Inserts a string into the content.
insertString(int, String) - Method in interface com.sun.java.swing.text.AbstractDocument.Content
Inserts a string of characters into the sequence.
insertString(int, String, AttributeSet) - Method in interface com.sun.java.swing.text.Document
Inserts a string of content.
insertString(int, String, AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument
Inserts some content into the document.
insertTab(String, Icon, Component, String, int) - Method in class com.sun.java.swing.JTabbedPane
Inserts a component, at index, represented by a title and/or icon, either of which may be null.
insertTabAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to place a tab character into the document.
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument
Updates document structure as a result of text insertion.
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class com.sun.java.swing.text.DefaultStyledDocument
Updates document structure as a result of text insertion.
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class com.sun.java.swing.text.PlainDocument
Updates document structure as a result of text insertion.
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class com.sun.java.swing.text.html.HTMLDocument
Updates document structure as a result of text insertion.
insertUpdate(DefaultStyledDocument.ElementSpec[]) - Method in class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Inserts an update into the document.
insertUpdate(DocumentEvent) - Method in interface com.sun.java.swing.event.DocumentListener
Gives notification that there was an insert into the document.
insertUpdate(DocumentEvent) - Method in class com.sun.java.swing.text.JTextComponent.AccessibleJTextComponent
Handles document insert (fire appropriate property change event which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.View
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.BoxView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.PlainView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.FieldView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.WrappedPlainView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.ParagraphView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.LabelView
 
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class com.sun.java.swing.text.LabelView2D
Gives notification that something was added to the document in a location that this view is responsible for.
insideBorder - Variable in class com.sun.java.swing.border.CompoundBorder
 
install(JEditorPane) - Method in class com.sun.java.swing.text.EditorKit
Called when the kit is being installed into the a JEditorPane.
install(JEditorPane) - Method in class com.sun.java.swing.text.StyledEditorKit
Called when the kit is being installed into a JEditorPane.
install(JEditorPane) - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Called when the kit is being installed into the a JEditorPane.
install(JTextComponent) - Method in class com.sun.java.swing.text.DefaultHighlighter
Called when the UI is being installed into the interface of a JTextComponent.
install(JTextComponent) - Method in interface com.sun.java.swing.text.Highlighter
Called when the UI is being installed into the interface of a JTextComponent.
install(JTextComponent) - Method in interface com.sun.java.swing.text.Caret
Called when the UI is being installed into the interface of a JTextComponent.
install(JTextComponent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the UI is being installed into the interface of a JTextComponent.
installAncestorListener() - Method in class com.sun.java.swing.JComboBox
 
installBorder(JComponent, String) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for installing a component's default Border object on the specified component if either the border is currently null or already an instance of UIResource.
installColors(JComponent, String, String) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for initializing a component's foreground and background color properties with values from the current defaults table.
installColorsAndFont(JComponent, String, String, String) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for initializing a components foreground background and font properties with values from the current defaults table.
installLookAndFeel(String, String) - Static method in class com.sun.java.swing.UIManager
Creates a new look and feel and adds it to the current array.
installLookAndFeel(UIManager.LookAndFeelInfo) - Static method in class com.sun.java.swing.UIManager
Adds the specified look and feel to the current array and then calls UIManager.setInstalledLookAndFeels(com.sun.java.swing.UIManager.LookAndFeelInfo[]).
insureRowContinuity() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Useful for CONTIGUOUS_TREE_SELECTION.
insureUniqueness() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Insures that all the elements in path are unique.
INTERNAL_FRAME - Static variable in class com.sun.java.accessibility.AccessibleRole
A frame-like object that is clipped by a desktop pane.
INTERNAL_FRAME_ACTIVATED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window activated event type.
INTERNAL_FRAME_CLOSED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window closed event.
INTERNAL_FRAME_CLOSING - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The "window is closing" event.
INTERNAL_FRAME_DEACTIVATED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window deactivated event type.
INTERNAL_FRAME_DEICONIFIED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window deiconified event type.
INTERNAL_FRAME_FIRST - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The first number in the range of ids used for window events.
INTERNAL_FRAME_ICONIFIED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window iconified event.
INTERNAL_FRAME_LAST - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The last number in the range of ids used for window events.
INTERNAL_FRAME_OPENED - Static variable in class com.sun.java.swing.event.InternalFrameEvent
The window opened event.
internalFrameActivated(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame is activated.
internalFrameActivated(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame is activated.
InternalFrameAdapter - class com.sun.java.swing.event.InternalFrameAdapter.
An abstract adapter class for receiving internal frame events.
internalFrameClosed(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame has been closed.
internalFrameClosed(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame has been closed.
internalFrameClosing(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame is in the process of being closed.
internalFrameClosing(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame is in the process of being closed.
internalFrameDeactivated(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame is de-activated.
internalFrameDeactivated(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame is de-activated.
internalFrameDeiconified(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame is de-iconified.
internalFrameDeiconified(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame is de-iconified.
InternalFrameEvent - class com.sun.java.swing.event.InternalFrameEvent.
InternalFrameEvent: an AWTEvent which adds support for JInternalFrame objects as the event source.
InternalFrameEvent(JInternalFrame, int) - Constructor for class com.sun.java.swing.event.InternalFrameEvent
Constructs a InternalFrameEvent object.
internalFrameIconified(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame is iconified.
internalFrameIconified(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when an internal frame is iconified.
InternalFrameListener - interface com.sun.java.swing.event.InternalFrameListener.
The listener interface for receiving internal frame events.
internalFrameOpened(InternalFrameEvent) - Method in class com.sun.java.swing.event.InternalFrameAdapter
Invoked when an internal frame has been opened.
internalFrameOpened(InternalFrameEvent) - Method in interface com.sun.java.swing.event.InternalFrameListener
Invoked when a internal frame has been opened.
INTERVAL_ADDED - Static variable in class com.sun.java.swing.event.ListDataEvent
Identifies the addition of one or more contiguous items to the list
INTERVAL_REMOVED - Static variable in class com.sun.java.swing.event.ListDataEvent
Identifies the removal of one or more contiguous items from the list
intervalAdded(ListDataEvent) - Method in class com.sun.java.swing.JList.AccessibleJList
List Data Listener interval added method.
intervalAdded(ListDataEvent) - Method in class com.sun.java.swing.JComboBox
Invoked items have been added to the internal data model.
intervalAdded(ListDataEvent) - Method in interface com.sun.java.swing.event.ListDataListener
Sent after the indices in the index0,index1 interval have been inserted in the data model.
intervalRemoved(ListDataEvent) - Method in class com.sun.java.swing.JList.AccessibleJList
List Data Listener interval removed method.
intervalRemoved(ListDataEvent) - Method in class com.sun.java.swing.JComboBox
Invoked when values have been removed from the data model.
intervalRemoved(ListDataEvent) - Method in interface com.sun.java.swing.event.ListDataListener
Sent after the indices in the index0,index1 interval have been removed from the data model.
invalidate() - Method in class com.sun.java.swing.CellRendererPane
Overridden to avoid propogating a invalidate up the tree when the cell renderer child is configured.
invalidateLayout(Container) - Method in class com.sun.java.swing.BoxLayout
Indicates that a child has changed its layout related information, and thus any cached calculations should be flushed.
invalidateLayout(Container) - Method in class com.sun.java.swing.JRootPane.RootLayout
 
invalidateLayout(Container) - Method in class com.sun.java.swing.OverlayLayout
Indicates a child has changed its layout related information, which causes any cached calculations to be flushed.
invalidatePathBounds(TreePath) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Instructs the LayoutCache that the bounds for path are invalid, and need to be updated.
invalidatePathBounds(TreePath) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Does nothing, FixedHeightLayoutCache doesn't cache width, and that is all that could change.
invalidatePathBounds(TreePath) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Instructs the LayoutCache that the bounds for path are invalid, and need to be updated.
invalidateSizes() - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Informs the TreeState that it needs to recalculate all the sizes it is referencing.
invalidateSizes() - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Informs the TreeState that it needs to recalculate all the sizes it is referencing.
invalidateSizes() - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Informs the TreeState that it needs to recalculate all the sizes it is referencing.
invokeAndWait(Runnable) - Static method in class com.sun.java.swing.SwingUtilities
Causes doRun.run() to be executed synchronously on the AWT event dispatching thread.
invokeLater(Runnable) - Static method in class com.sun.java.swing.SwingUtilities
Causes doRun.run() to be executed asynchronously on the AWT event dispatching thread.
INVOKES_STOP_CELL_EDITING_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for messagesStopCellEditing.
invokesStopCellEditing - Variable in class com.sun.java.swing.JTree
If true, when editing is to be stopped by way of selection changing, data in tree changing or other means stopCellEditing is invoked, and changes are saved.
IS_CLOSED_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Constrained property name indicating that the frame is closed.
IS_ICON_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Constrained property name indicating that the frame is iconified.
IS_MAXIMUM_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Constrained property name indicating that the frame is maximized.
IS_SELECTED_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Constrained property name indicated that this frame has selected status.
isAccessibleChildSelected(int) - Method in interface com.sun.java.accessibility.AccessibleSelection
Determines if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JMenu.AccessibleJMenu
Returns true if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Determines if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JTree.AccessibleJTree
Returns true if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Returns true if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JMenuBar.AccessibleJMenuBar
Returns true if the current child of this object is selected.
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JTabbedPane.AccessibleJTabbedPane
 
isAccessibleChildSelected(int) - Method in class com.sun.java.swing.JList.AccessibleJList
Returns true if the current child of this object is selected.
isAddedPath() - Method in class com.sun.java.swing.event.TreeSelectionEvent
Returns true if the first path element has been added to the selection, a return value of false means the first path has been removed from the selection.
isAddedPath(TreePath) - Method in class com.sun.java.swing.event.TreeSelectionEvent
Returns true if the path identified by path was added to the selection.
isAfter(int, int, Rectangle) - Method in class com.sun.java.swing.text.CompositeView
Tests whether a point lies after the rectangle range.
isAfter(int, int, Rectangle) - Method in class com.sun.java.swing.text.BoxView
Determines if a point falls after an allocated region.
isAllocationValid() - Method in class com.sun.java.swing.text.BoxView
Are the allocations for the children still valid?
isArmed() - Method in class com.sun.java.swing.DefaultButtonModel
Indicates partial commitment towards pressing the button.
isArmed() - Method in class com.sun.java.swing.JMenuItem
Returns whether the menu item is "armed".
isArmed() - Method in interface com.sun.java.swing.ButtonModel
Indicates partial commitment towards pressing the button.
isBackingStoreEnabled() - Method in class com.sun.java.swing.JViewport
Returns true if this viewport is maintaining an offscreen image of its contents.
isBefore(int, int, Rectangle) - Method in class com.sun.java.swing.text.CompositeView
Tests whether a point lies before the rectangle range.
isBefore(int, int, Rectangle) - Method in class com.sun.java.swing.text.BoxView
Determines if a point falls before an allocated region.
isBlock() - Method in class com.sun.java.swing.text.html.HTML.Tag
Block tags are tags that add structure to a document.
isBlockTag(AttributeSet) - Method in class com.sun.java.swing.text.html.HTMLWriter
Determines if the HTML.Tag associated with the element is a block tag.
isBold(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the bold attribute is set.
isBorderOpaque() - Method in class com.sun.java.swing.border.AbstractBorder
This default implementation returns false.
isBorderOpaque() - Method in class com.sun.java.swing.border.BevelBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.SoftBevelBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in interface com.sun.java.swing.border.Border
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.EtchedBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.EmptyBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.LineBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.CompoundBorder
Returns whether or not this compound border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.MatteBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class com.sun.java.swing.border.TitledBorder
Returns whether or not the border is opaque.
isBorderPainted() - Method in class com.sun.java.swing.AbstractButton
Returns whether the border should be painted.
isBorderPainted() - Method in class com.sun.java.swing.JToolBar
Checks whether the border should be painted.
isBorderPainted() - Method in class com.sun.java.swing.JPopupMenu
Checks whether the border should be painted.
isBorderPainted() - Method in class com.sun.java.swing.JMenuBar
Returns true if a the Menubar's border should be painted.
isBorderPainted() - Method in class com.sun.java.swing.JProgressBar
Returns true if the progress bar has a border or false if it does not.
isCanceled() - Method in class com.sun.java.swing.ProgressMonitor
Returns true if the user does some UI action to cancel this operation.
isCellEditable(EventObject) - Method in interface com.sun.java.swing.CellEditor
Ask the editor if it can start editing using anEvent.
isCellEditable(EventObject) - Method in class com.sun.java.swing.DefaultCellEditor
 
isCellEditable(EventObject) - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 
isCellEditable(EventObject) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
If the realEditor returns true to this message, prepareForEditing is messaged and true is returned.
isCellEditable(int, int) - Method in class com.sun.java.swing.JTable
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class com.sun.java.swing.table.AbstractTableModel
This default implementation returns false for all cells
isCellEditable(int, int) - Method in class com.sun.java.swing.table.DefaultTableModel
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in interface com.sun.java.swing.table.TableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellSelected(int, int) - Method in class com.sun.java.swing.JTable
Returns true if the cell at the specified position is selected.
isClosable() - Method in class com.sun.java.swing.JInternalFrame
Returns whether this JInternalFrame be closed by some user action.
isClosed - Variable in class com.sun.java.swing.JInternalFrame
The frame has been closed.
isClosed() - Method in class com.sun.java.swing.JInternalFrame
Returns whether this JInternalFrame is currently closed.
isCoalesce() - Method in class com.sun.java.swing.Timer
Returns true if the Timer coalesces multiple pending performCommand() messages.
isCollapsed(int) - Method in class com.sun.java.swing.JTree
Returns true if the node at the specified display row is collapsed.
isCollapsed(TreePath) - Method in class com.sun.java.swing.JTree
Returns true if the value identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed.
isColumnSelected(int) - Method in class com.sun.java.swing.JTable
Returns true if the column at the specified index is selected
isCompletelyDirty(JComponent) - Method in class com.sun.java.swing.RepaintManager
Convenience method that returns true if aComponent will be completely painted during the next paintDirtyRegions().
isComponentPartOfCurrentMenu(Component) - Method in class com.sun.java.swing.MenuSelectionManager
Return true if c is part of the currently used menu
isContentAreaFilled() - Method in class com.sun.java.swing.AbstractButton
Checks whether the "content area" of the button should be filled.
isContinuousLayout() - Method in class com.sun.java.swing.JSplitPane
Returns true if the child comopnents are continuously redisplayed and layed out during user intervention.
isDefaultButton() - Method in class com.sun.java.swing.JButton
Returns whether or not this button is the default button on the RootPane.
isDefaultCapable() - Method in class com.sun.java.swing.JButton
Returns whether or not this button is capable of being the default button on the RootPane.
isDefined(Object) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Checks whether a given attribute is defined.
isDefined(Object) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Checks whether a given attribute is defined.
isDefined(Object) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Tells whether a given attribute is defined.
isDefined(Object) - Method in interface com.sun.java.swing.text.AttributeSet
Checks whether the named attribute has a value specified in the set without resolving through another attribute set.
isDescendant(TreePath) - Method in class com.sun.java.swing.tree.TreePath
Returns true if the specified node is a descendant of this TreePath.
isDescendingFrom(Component, Component) - Static method in class com.sun.java.swing.SwingUtilities
Return true if a component a descends from a component b
isDirectorySelectionEnabled() - Method in class com.sun.java.swing.JFileChooser
Convenience call that determines if directories are selectable based on the current file selection mode
isDoubleBuffered() - Method in class com.sun.java.swing.JComponent
Return whether the receiving component should use a buffer to paint.
isDoubleBufferingEnabled() - Method in class com.sun.java.swing.RepaintManager
Returns true if this object is double buffered.
isDrawingBuffer() - Method in class com.sun.java.swing.DebugGraphics
Returns the drawingBuffer value.
isEditable - Variable in class com.sun.java.swing.JComboBox
 
isEditable() - Method in class com.sun.java.swing.JTree
Returns true if the tree is editable.
isEditable() - Method in class com.sun.java.swing.JComboBox
Returns true if the JComboBox is editable.
isEditable() - Method in class com.sun.java.swing.text.JTextComponent
Returns the boolean indicating whether this TextComponent is editable or not.
isEditing() - Method in class com.sun.java.swing.JTable
Returns true is the table is editing a cell.
isEditing() - Method in class com.sun.java.swing.JTree
Returns true if the tree is being edited.
isEmpty() - Method in class com.sun.java.swing.DefaultListModel
Tests if this list has no components.
isEmpty() - Method in class com.sun.java.swing.text.SimpleAttributeSet
Checks whether the set of attributes is empty.
isEnabled() - Method in interface com.sun.java.accessibility.AccessibleComponent
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.DefaultButtonModel
Indicates if the button can be selected or pressed by an input device (such as a mouse pointer).
isEnabled() - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.AbstractAction
Returns true if the action is enabled.
isEnabled() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
isEnabled() - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Determine if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.ToolTipManager
Returns true if this object is enabled.
isEnabled() - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Determine if the object is enabled.
isEnabled() - Method in interface com.sun.java.swing.Action
Sets the enabled state of the Action.
isEnabled() - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Determines if the object is enabled.
isEnabled() - Method in class com.sun.java.swing.Box.AccessibleBox
Determines if the object is enabled.
isEnabled() - Method in interface com.sun.java.swing.ButtonModel
Indicates if the button can be selected or pressed by an input device (such as a mouse pointer).
isEnabled() - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
isEnabled() - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
isEnabledAt(int) - Method in class com.sun.java.swing.JTabbedPane
Returns whether or not the tab at index is currently enabled.
isEqual(AttributeSet) - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Checks whether two attribute sets are equal.
isEqual(AttributeSet) - Method in class com.sun.java.swing.text.StyleContext.NamedStyle
Checks whether two attribute sets are equal.
isEqual(AttributeSet) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Compares two attribute sets.
isEqual(AttributeSet) - Method in interface com.sun.java.swing.text.AttributeSet
Determines if the two attribute sets are equivalent.
isEventDispatchThread() - Static method in class com.sun.java.swing.SwingUtilities
Returns true if the current thread is an AWT event dispatching thread.
isExpanded(int) - Method in class com.sun.java.swing.JTree
Returns true if the node at the specified display row is currently expanded.
isExpanded(TreePath) - Method in class com.sun.java.swing.JTree
Returns true if the node identified by the path is currently expanded,
isExpanded(TreePath) - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Returns true if the value identified by row is currently expanded.
isExpanded(TreePath) - Method in class com.sun.java.swing.tree.FixedHeightLayoutCache
Returns true if the value identified by row is currently expanded.
isExpanded(TreePath) - Method in class com.sun.java.swing.tree.VariableHeightLayoutCache
Returns true if the value identified by row is currently expanded.
isFileHidingEnabled() - Method in class com.sun.java.swing.JFileChooser
If true, hidden files are not shown in the filechooser
isFileSelectionEnabled() - Method in class com.sun.java.swing.JFileChooser
Convenience call that determines if files are selectable based on the current file selection mode
isFixedRowHeight() - Method in class com.sun.java.swing.JTree
Returns true if the height of each display row is a fixed size.
isFixedRowHeight() - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Returns true if the height of each row is a fixed size.
isFloatable() - Method in class com.sun.java.swing.JToolBar
Return true if the Toolbar can be dragged out by the user.
isFocusCycleRoot() - Method in class com.sun.java.swing.JComponent
Override this method and return true if your component is the root of of a component tree with its own focus cycle.
isFocusCycleRoot() - Method in class com.sun.java.swing.JRootPane
Make JRootPane be the root of a focus cycle.
isFocusManagerEnabled() - Static method in class com.sun.java.swing.FocusManager
Return whether Swing's focus manager is enabled
isFocusPainted() - Method in class com.sun.java.swing.AbstractButton
Returns whether focus should be painted.
isFocusTraversable() - Method in interface com.sun.java.accessibility.AccessibleComponent
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JComponent
Identifies whether or not this component can receive the focus.
isFocusTraversable() - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JSeparator
Identifies whether or not this component can receive the focus.
isFocusTraversable() - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
 
isFocusTraversable() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
isFocusTraversable() - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Returns whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.Box.AccessibleBox
Determines whether this object can accept focus or not.
isFocusTraversable() - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
isFocusTraversable() - Method in class com.sun.java.swing.JComboBox
Returns true if the component can receive the focus.
isFocusTraversable() - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
isFocusTraversable() - Method in class com.sun.java.swing.text.JTextComponent
Returns true if the focus can be traversed.
isIcon - Variable in class com.sun.java.swing.JInternalFrame
The frame has been iconized.
isIcon() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame is currently iconified.
isIconifiable() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame can be iconified by some user action.
ISINDEX - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
isInherited() - Method in class com.sun.java.swing.text.html.CSS.Attribute
Indicates if the attribute should be inherited from the parent or not.
isInProgress() - Method in class com.sun.java.swing.undo.CompoundEdit
Returns true if this edit is in progress--that is, it has not received end.
isItalic(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the italic attribute is set.
isLargeModel() - Method in class com.sun.java.swing.JTree
Returns true if the tree is configured for a large model.
isLeadAnchorNotificationEnabled() - Method in class com.sun.java.swing.DefaultListSelectionModel
Returns the value of the leadAnchorNotificationEnabled flag.
isLeaf() - Method in class com.sun.java.swing.JTree.DynamicUtilTreeNode
Returns true if this node allows children.
isLeaf() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if this node has no children.
isLeaf() - Method in interface com.sun.java.swing.tree.TreeNode
Returns true if the receiver is a leaf.
isLeaf() - Method in interface com.sun.java.swing.text.Element
Is this element a leaf element?
isLeaf() - Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
Checks whether the element is a leaf.
isLeaf() - Method in class com.sun.java.swing.text.AbstractDocument.BranchElement
Checks whether the element is a leaf.
isLeaf() - Method in class com.sun.java.swing.text.AbstractDocument.LeafElement
Checks whether the element is a leaf.
isLeaf(Object) - Method in class com.sun.java.swing.tree.DefaultTreeModel
Returns whether the specified node is a leaf node.
isLeaf(Object) - Method in interface com.sun.java.swing.tree.TreeModel
Returns true if node is a leaf.
isLeftMouseButton(MouseEvent) - Static method in class com.sun.java.swing.SwingUtilities
Returns true if the mouse event specifies the left mouse button.
isLeftToRight(int, int) - Method in class com.sun.java.swing.text.AbstractDocument
Returns true if the text in the range p0 to p1 is left to right.
isLightweightComponent(Component) - Static method in class com.sun.java.swing.JComponent
Returns true if this component is a lightweight, i.e.
isLightWeightPopupEnabled() - Method in class com.sun.java.swing.JPopupMenu
Returns true if lightweight (all-Java) popups are in use, or false if heavyweight (native peer) popups are being used.
isLightWeightPopupEnabled() - Method in class com.sun.java.swing.ToolTipManager
Returns true if lightweight (all-Java) Tooltips are in use, or false if heavyweight (native peer) Tooltips are being used.
isLightWeightPopupEnabled() - Method in class com.sun.java.swing.JComboBox
Returns true if lightweight (all-Java) popups are in use, or false if heavyweight (native peer) popups are being used.
isLocallyDefined(KeyStroke) - Method in interface com.sun.java.swing.text.Keymap
Determines if the given key sequence is locally defined.
isManagingFocus() - Method in class com.sun.java.swing.JComponent
Override this method and return true if your JComponent manages focus.
isManagingFocus() - Method in class com.sun.java.swing.JTable
We override this method, whose implementation in JComponent returns false, to return true.
isManagingFocus() - Method in class com.sun.java.swing.JMenuBar
Returns true to indicate that this component manages focus events internally.
isManagingFocus() - Method in class com.sun.java.swing.JTextArea
Turns off tab traversal once focus gained.
isManagingFocus() - Method in class com.sun.java.swing.JEditorPane
Turns off tab traversal once focus gained.
ISMAP - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
isMaximizable() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame can be maximized by some user action.
isMaximum - Variable in class com.sun.java.swing.JInternalFrame
The frame has been expanded to its maximum size.
isMaximum() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame is currently maximized.
isMenuComponent(Component) - Method in class com.sun.java.swing.JMenu
Returns true if the specified component exists in the submenu hierarchy.
isMiddleMouseButton(MouseEvent) - Static method in class com.sun.java.swing.SwingUtilities
Returns true if the mouse event specifies the middle mouse button.
isMultiSelectionEnabled() - Method in class com.sun.java.swing.JFileChooser
Returns true if multiple files can be selected.
isNativeLookAndFeel() - Method in class com.sun.java.swing.LookAndFeel
If the underlying platform has a "native" look and feel, and this is an implementation of it, return true.
isNodeAncestor(TreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if anotherNode is an ancestor of this node -- if it is this node, this node's parent, or an ancestor of this node's parent.
isNodeChild(TreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if aNode is a child of this node.
isNodeDescendant(DefaultMutableTreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if anotherNode is a descendant of this node -- if it is this node, one of this node's children, or a descendant of one of this node's children.
isNodeRelated(DefaultMutableTreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if and only if aNode is in the same tree as this node.
isNodeSibling(TreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if anotherNode is a sibling of (has the same parent as) this node.
isOneTouchExpandable() - Method in class com.sun.java.swing.JSplitPane
Returns true if the pane provides a UI widget to collapse/expand the divider.
isOnKeyRelease() - Method in class com.sun.java.swing.KeyStroke
Returns true if this keystroke is active on key release.
isOpaque() - Method in class com.sun.java.swing.JComponent
Returns true if this component is completely opaque.
isOpaque() - Method in class com.sun.java.swing.JScrollPane
Returns true if this component paints every pixel in its range.
isOpaque() - Method in class com.sun.java.swing.JDesktopPane
Returns true to indicate that this component paints every pixel in its range.
isOpaque() - Method in class com.sun.java.swing.text.JTextComponent
Returns true if this component is completely opaque.
isOptimizedDrawingEnabled() - Method in class com.sun.java.swing.JComponent
Returns true if this component tiles its children, i.e.
isOptimizedDrawingEnabled() - Method in class com.sun.java.swing.JLayeredPane
Returns false if components in the pane can overlap, which makes optimized drawing impossible.
isOptimizedDrawingEnabled() - Method in class com.sun.java.swing.JViewport
The JViewport overrides the default implementation of this method (in JComponent) to return false.
isPaintingTile() - Method in class com.sun.java.swing.JComponent
Returns true if the receiving component is currently painting a tile.
isPathEditable(TreePath) - Method in class com.sun.java.swing.JTree
Returns isEditable.
isPathSelected(TreePath) - Method in class com.sun.java.swing.JTree
Returns true if the item identified by the path is currently selected.
isPathSelected(TreePath) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the path, path, is in the current selection.
isPathSelected(TreePath) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Returns true if the path, path, is in the current selection.
isPopupMenuVisible() - Method in class com.sun.java.swing.JMenu
Returns true if the menu's popup window is visible.
isPopupVisible() - Method in class com.sun.java.swing.JComboBox
Determine the visibility of the popup
isPreformatted() - Method in class com.sun.java.swing.text.html.HTML.Tag
 
isPressed() - Method in class com.sun.java.swing.DefaultButtonModel
Indicates if button has been pressed.
isPressed() - Method in interface com.sun.java.swing.ButtonModel
Indicates if button has been pressed.
isRectangleContainingRectangle(Rectangle, Rectangle) - Static method in class com.sun.java.swing.SwingUtilities
Return true if a contains b
isRepeats() - Method in class com.sun.java.swing.Timer
Returns true if the Timer will send a actionPerformed() message to its listeners multiple times.
isReplacing - Variable in class com.sun.java.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
isRequestFocusEnabled() - Method in class com.sun.java.swing.JComponent
Return whether the receiving component can obtain the focus by calling requestFocus
isResizable - Variable in class com.sun.java.swing.table.TableColumn
Resizable flag
isResizable() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame can be resized by some user action.
isRightMouseButton(MouseEvent) - Static method in class com.sun.java.swing.SwingUtilities
Returns true if the mouse event specifies the right mouse button.
isRollover() - Method in class com.sun.java.swing.DefaultButtonModel
Indicates that the mouse is over the button.
isRollover() - Method in interface com.sun.java.swing.ButtonModel
Indicates that the mouse is over the button.
isRolloverEnabled() - Method in class com.sun.java.swing.AbstractButton
Checks whether rollover effects are enabled.
isRoot() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Returns true if this node is the root of the tree.
isRootPaneCheckingEnabled() - Method in class com.sun.java.swing.JFrame
Returns whether calls to add and setLayout cause an exception to be thrown.
isRootPaneCheckingEnabled() - Method in class com.sun.java.swing.JWindow
Returns whether calls to add and setLayout cause an exception to be thrown.
isRootPaneCheckingEnabled() - Method in class com.sun.java.swing.JDialog
 
isRootPaneCheckingEnabled() - Method in class com.sun.java.swing.JInternalFrame
Returns whether calls to add and setLayout cause an exception to be thrown.
isRootPaneCheckingEnabled() - Method in class com.sun.java.swing.JApplet
 
isRootVisible() - Method in class com.sun.java.swing.JTree
Returns true if the root node of the tree is displayed.
isRootVisible() - Method in class com.sun.java.swing.tree.AbstractLayoutCache
Returns true if the root node of the tree is displayed.
isRowSelected(int) - Method in class com.sun.java.swing.JTable
Returns true if the row at the specified index is selected
isRowSelected(int) - Method in class com.sun.java.swing.JTree
Returns true if the node identitifed by row is selected.
isRowSelected(int) - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the row identitifed by row is selected.
isRowSelected(int) - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Returns true if the row identitifed by row is selected.
isRunning() - Method in class com.sun.java.swing.Timer
Returns true if the Timer is running.
isSelected - Variable in class com.sun.java.swing.JInternalFrame
The frame is currently selected.
isSelected() - Method in class com.sun.java.swing.AbstractButton
Returns the state of the button.
isSelected() - Method in class com.sun.java.swing.DefaultButtonModel
Indicates if the button has been selected.
isSelected() - Method in class com.sun.java.swing.JToggleButton.ToggleButtonModel
Checks if the button is selected.
isSelected() - Method in class com.sun.java.swing.JMenu
Returns true if the menu is currently selected (popped up).
isSelected() - Method in class com.sun.java.swing.DefaultSingleSelectionModel
 
isSelected() - Method in class com.sun.java.swing.JMenuBar
Returns true if the MenuBar currently has a component selected
isSelected() - Method in class com.sun.java.swing.JInternalFrame
Returns whether the JInternalFrame is the currently "selected" or active frame.
isSelected() - Method in interface com.sun.java.swing.ButtonModel
Indicates if the button has been selected.
isSelected() - Method in interface com.sun.java.swing.SingleSelectionModel
Returns true if the selection model currently has a selected value.
isSelected() - Method in class com.sun.java.swing.text.html.Option
Fetches the selection state associated with this option.
isSelected(ButtonModel) - Method in class com.sun.java.swing.ButtonGroup
Returns the selected value for the button.
isSelectedIndex(int) - Method in class com.sun.java.swing.DefaultListSelectionModel
 
isSelectedIndex(int) - Method in interface com.sun.java.swing.ListSelectionModel
Returns true if the specified index is selected.
isSelectedIndex(int) - Method in class com.sun.java.swing.JList
Returns true if the specified index is selected.
isSelectionEmpty() - Method in class com.sun.java.swing.JTree
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class com.sun.java.swing.DefaultListSelectionModel
 
isSelectionEmpty() - Method in interface com.sun.java.swing.ListSelectionModel
Returns true if no indices are selected.
isSelectionEmpty() - Method in class com.sun.java.swing.JList
Returns true if nothing is selected This is a convenience method that just delegates to the selectionModel.
isSelectionEmpty() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in interface com.sun.java.swing.tree.TreeSelectionModel
Returns true if the selection is currently empty.
isSelectionVisible() - Method in interface com.sun.java.swing.text.Caret
Determines if the selection is currently visible.
isSelectionVisible() - Method in class com.sun.java.swing.text.DefaultCaret
Checks whether the current selection is visible.
isShowing() - Method in interface com.sun.java.accessibility.AccessibleComponent
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
isShowing() - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Determine if the object is showing.
isShowing() - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Determines if the object is showing.
isShowing() - Method in class com.sun.java.swing.Box.AccessibleBox
Determines if the object is showing.
isShowing() - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
isShowing() - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
isSignificant() - Method in class com.sun.java.swing.text.AbstractDocument.DefaultDocumentEvent
DefaultDocument events are significant.
isSignificant() - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
This default implementation returns true.
isSignificant() - Method in class com.sun.java.swing.undo.CompoundEdit
Returns true if any of the UndoableEdits in edits do.
isSignificant() - Method in interface com.sun.java.swing.undo.UndoableEdit
Return false if this edit is insignificant--for example one that maintains the user's selection, but does not change any model state.
isStrikeThrough(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the strikethrough attribute is set.
isStringPainted() - Method in class com.sun.java.swing.JProgressBar
Returns true if the progress bar will render a string onto the representation of the progress bar.
isSubscript(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the subscript attribute is set.
isSuperscript(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the superscript attribute is set.
isSupportedLookAndFeel() - Method in class com.sun.java.swing.LookAndFeel
Return true if the underlying platform supports and or permits this look and feel.
isTearOff() - Method in class com.sun.java.swing.JMenu
Returns true if the menu can be torn off.
isText(Element) - Method in class com.sun.java.swing.text.html.MinimalHTMLWriter
Returns true if the element is a text element.
isTopLevelMenu() - Method in class com.sun.java.swing.JMenu
Returns true if the menu is a 'top-level menu', that is, if it is the direct child of a menubar.
isTraversable(File) - Method in class com.sun.java.swing.JFileChooser
Returns true if the file (directory) can be visited.
isUnderline(AttributeSet) - Static method in class com.sun.java.swing.text.StyleConstants
Checks whether the underline attribute is set.
isValid() - Method in class com.sun.java.accessibility.AccessibleHyperlink
Since the document a link is associated with may have changed, this method returns whether this Link is valid anymore (with respect to the document it references).
isValid() - Method in class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink
Since the document a link is associated with may have changed, this method returns whether this Link is valid anymore (with respect to the document it references).
isValid() - Method in class com.sun.java.swing.text.html.HTMLDocument.Iterator
Indicates if the iterator is currently representing an occurence of a tag.
isValidateRoot() - Method in class com.sun.java.swing.JComponent
If this method returns true, revalidate() calls by descendants of this component will cause the entire tree beginning with this root to be validated.
isValidateRoot() - Method in class com.sun.java.swing.JScrollPane
Calls to revalidate() on any descendant of this JScrollPane, e.g.
isValidateRoot() - Method in class com.sun.java.swing.JTextField
Calls to revalidate that come from within the textfield itself will be handled by validating the textfield.
isValidateRoot() - Method in class com.sun.java.swing.JRootPane
If a descendant of this JRootPane calls revalidate, validate from here on down.
isViewSizeSet - Variable in class com.sun.java.swing.JViewport
True when the viewport dimensions have been determined.
isVisible() - Method in interface com.sun.java.accessibility.AccessibleComponent
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JComponent.AccessibleJComponent
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JFrame.AccessibleJFrame
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JWindow.AccessibleJWindow
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.CellRendererPane.AccessibleCellRendererPane
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JTable.AccessibleJTable.AccessibleJTableCell
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
 
isVisible() - Method in class com.sun.java.swing.JDialog.AccessibleJDialog
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.JPopupMenu
Returns true if the popupmenu is visible (currently being displayed).
isVisible() - Method in class com.sun.java.swing.JApplet.AccessibleJApplet
Determine if the object is visible.
isVisible() - Method in class com.sun.java.swing.Box.Filler.AccessibleBoxFiller
Determines if the object is visible.
isVisible() - Method in class com.sun.java.swing.Box.AccessibleBox
Determines if the object is visible.
isVisible() - Method in class com.sun.java.swing.JList.AccessibleJList.AccessibleJListChild
 
isVisible() - Method in class com.sun.java.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
 
isVisible() - Method in class com.sun.java.swing.text.View
Returns a boolean that indicates whether the view is visible or not.
isVisible() - Method in interface com.sun.java.swing.text.Caret
Determines if the caret is currently visible.
isVisible() - Method in class com.sun.java.swing.text.DefaultCaret
Determines if the caret is currently visible.
isVisible() - Method in class com.sun.java.swing.text.html.ParagraphView
Returns false if all its child views are not visible, otherwise it returns true.
isVisible() - Method in class com.sun.java.swing.text.html.InlineView
Returns false if the contents of the view are merely a "\n".
isVisible(TreePath) - Method in class com.sun.java.swing.JTree
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are exapnded , Otherwise, this method returns false.
Italic - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the italic attribute.
Italic - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the italic attribute.
Italic - Static variable in class com.sun.java.swing.text.StyleConstants.FontConstants
Name of the italic attribute.
ITALIC_ACTION - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
The italic action identifier
itemListener - Variable in class com.sun.java.swing.AbstractButton
 
itemStateChanged(ItemEvent) - Method in class com.sun.java.swing.DefaultCellEditor.EditorDelegate
 

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.