Swing 1.1
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 _

E

EAST - Static variable in interface javax.swing.SwingConstants
Compass-direction east (right).
eastPane - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
 
echoCharIsSet() - Method in class javax.swing.JPasswordField
Returns true if this JPasswordField has a character set for echoing.
EDGE_SPACING - Static variable in class javax.swing.border.TitledBorder
 
editable - Variable in class javax.swing.JTree
Is the tree editable? Default is false.
EDITABLE - Static variable in class javax.accessibility.AccessibleState
Indicates the user can change the contents of this object.
EDITABLE_PROPERTY - Static variable in class javax.swing.JTree
Bound property name for editable.
editablePropertyChanged(PropertyChangeEvent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI
 
editCellAt(int, int) - Method in class javax.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int, EventObject) - Method in class javax.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editingCanceled(ChangeEvent) - Method in class javax.swing.JTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent) - Method in class javax.swing.JTable.AccessibleJTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent) - Method in interface javax.swing.event.CellEditorListener
This tells the listeners the editor has canceled editing
editingCanceled(ChangeEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
Messaged when editing has been canceled in the tree.
editingColumn - Variable in class javax.swing.JTable
Identifies the column of the cell being edited.
editingComponent - Variable in class javax.swing.tree.DefaultTreeCellEditor
Component used in editing, obtained from the editingContainer.
editingComponent - Variable in class javax.swing.plaf.basic.BasicTreeUI
When editing, this will be the Component that is doing the actual editing.
editingContainer - Variable in class javax.swing.tree.DefaultTreeCellEditor
Editing container, will contain the editorComponent.
editingIcon - Variable in class javax.swing.tree.DefaultTreeCellEditor
Icon to use when editing.
editingPath - Variable in class javax.swing.plaf.basic.BasicTreeUI
Path that is being edited.
editingRow - Variable in class javax.swing.JTable
Identifies the row of the cell being edited.
editingRow - Variable in class javax.swing.plaf.basic.BasicTreeUI
Row that is being edited.
editingStopped(ChangeEvent) - Method in class javax.swing.JTable
Invoked when editing is finished.
editingStopped(ChangeEvent) - Method in class javax.swing.JTable.AccessibleJTable
Track changes to a cell's contents.
editingStopped(ChangeEvent) - Method in interface javax.swing.event.CellEditorListener
This tells the listeners the editor has ended editing
editingStopped(ChangeEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
Messaged when editing has stopped in the tree.
editor - Variable in class javax.swing.JComboBox
 
editor - Variable in class javax.swing.plaf.basic.BasicComboBoxEditor
 
editor - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
 
editorBorderInsets - Static variable in class javax.swing.plaf.metal.MetalComboBoxEditor
 
editorComp - Variable in class javax.swing.JTable
If editing, Component that is handling the editing.
editorComponent - Variable in class javax.swing.DefaultCellEditor
 
EditorContainer() - Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Constructs and EditorContainer object.
editorHasDifferentSize - Variable in class javax.swing.plaf.basic.BasicTreeUI
Set to true if the editor has a different size than the renderer.
EditorKit - class javax.swing.text.EditorKit.
Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
EditorKit() - Constructor for class javax.swing.text.EditorKit
 
edits - Variable in class javax.swing.undo.CompoundEdit
The collection of UndoableEdits undone/redone en masse by this CompoundEdit
editToBeRedone() - Method in class javax.swing.undo.UndoManager
Returns the the next significant edit to be redone if redo is called.
editToBeUndone() - Method in class javax.swing.undo.UndoManager
Returns the the next significant edit to be undone if undo is called.
element - Variable in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
Element - interface javax.swing.text.Element.
Interface to describe a structural piece of a document.
elementAt(int) - Method in class javax.swing.DefaultListModel
Returns the component at the specified index.
elementCountToTag(HTMLDocument, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
Returns number of elements, starting at the deepest leaf, needed to get to an element representing tag.
ElementIterator - class javax.swing.text.ElementIterator.
ElementIterator, as the name suggests, iteratates over the Element tree.
ElementIterator(Document) - Constructor for class javax.swing.text.ElementIterator
Creates a new ElementIterator.
ElementIterator(Element) - Constructor for class javax.swing.text.ElementIterator
Creates a new ElementIterator.
ElementNameAttribute - Static variable in class javax.swing.text.AbstractDocument
Name of the attribute used to specify element names.
elements() - Method in class javax.swing.DefaultListModel
Returns an enumeration of the components of this list.
EM - Static variable in class javax.swing.text.html.HTML.Tag
 
EMPTY - Static variable in class javax.swing.text.SimpleAttributeSet
An empty attribute set.
EMPTY_ENUMERATION - Static variable in class javax.swing.tree.DefaultMutableTreeNode
An enumeration that is always empty.
EmptyBorder - class javax.swing.border.EmptyBorder.
A class which provides an empty, transparent border which takes up space but does no drawing.
EmptyBorder(Insets) - Constructor for class javax.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyBorder(int, int, int, int) - Constructor for class javax.swing.border.EmptyBorder
Creates an empty border with the specified insets.
emptyTag(Element) - Method in class javax.swing.text.html.HTMLWriter
Writes out all empty elements i.e tags that have no corresponding end tag.
enableActions() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
enabled - Variable in class javax.swing.AbstractAction
 
ENABLED - Static variable in class javax.accessibility.AccessibleState
Indicates this object is enabled.
ENABLED - Static variable in class javax.swing.DefaultButtonModel
Indicates that the button can be selected by an input device (such as a mouse pointer).
enableResizedPosting() - Method in class javax.swing.table.TableColumn
Turns on listener-notifications so that listeners are once again informed when a column is resized.
ENCTYPE - Static variable in class javax.swing.text.html.HTML.Attribute
 
end() - Method in class javax.swing.undo.CompoundEdit
Sets inProgress to false.
end() - Method in class javax.swing.undo.StateEdit
Gets the post-edit state of the StateEditable object and ends the edit.
end() - Method in class javax.swing.undo.UndoManager
Sending end() to an UndoManager turns it into a plain old (ended) CompoundEdit.
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
Called when an end tag is seen for the type of tag this action was registered to.
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.BlockAction
 
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
 
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
 
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
 
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
 
end(HTML.Tag) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
 
endAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endDraggingFrame(JComponent) - Method in class javax.swing.DefaultDesktopManager
 
endDraggingFrame(JComponent) - Method in interface javax.swing.DesktopManager
This method signals the end of the dragging session.
endFontTag() - Method in class javax.swing.text.html.MinimalHTMLWriter
Writes out an end tag for the tag.
endKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
 
endLineAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a line.
EndOfLineStringProperty - Static variable in class javax.swing.text.DefaultEditorKit
When reading a document if a CRLF is encountered a property with this name is added and the value will be "\r\n".
endParagraphAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a paragraph.
endResizingFrame(JComponent) - Method in class javax.swing.DefaultDesktopManager
 
endResizingFrame(JComponent) - Method in interface javax.swing.DesktopManager
This method signals the end of the resize session.
ENDTAG - Static variable in class javax.swing.text.html.HTML.Attribute
 
endTag(Element) - Method in class javax.swing.text.html.HTMLWriter
Writes out an end tag for the element.
EndTagType - Static variable in class javax.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
endUpdate() - Method in class javax.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
endWordAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a word.
ensureCapacity(int) - Method in class javax.swing.DefaultListModel
Increases the capacity of this list, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureFileIsVisible(File) - Method in class javax.swing.JFileChooser
Make sure that the specified file is viewable, and not hidden.
ensureFileIsVisible(JFileChooser, File) - Method in class javax.swing.plaf.FileChooserUI
 
ensureFileIsVisible(JFileChooser, File) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
 
ensureFileIsVisible(JFileChooser, File) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
 
ensureFileIsVisible(JFileChooser, File) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call ensureFileIsVisible on each UI handled by this MultiUI.
ensureIndexIsVisible(int) - Method in class javax.swing.JList
If this JList is being displayed within a JViewport and the specified cell isn't completely visible, scroll the viewport.
ensureRowsAreVisible(int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
Ensures that the rows identified by beginRow through endRow are visible.
ENTERED - Static variable in class javax.swing.event.HyperlinkEvent.EventType
Entered type.
equals(Object) - Method in class javax.swing.KeyStroke
Returns true if this object is identical to the specified object.
equals(Object) - Method in class javax.swing.text.TabStop
Returns true if other equals the receiver.
equals(Object) - Method in class javax.swing.text.SimpleAttributeSet
Compares this object to the specifed object.
equals(Object) - Method in class javax.swing.text.StyleContext.SmallAttributeSet
Compares this object to the specifed object.
equals(Object) - Method in class javax.swing.text.html.HTML.UnknownTag
Compares this object to the specifed object.
equals(Object) - Method in class javax.swing.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
ERROR_MESSAGE - Static variable in class javax.swing.JOptionPane
Used for error messages.
ERROR_OPTION - Static variable in class javax.swing.JFileChooser
Return value if an error occured.
EtchedBorder - class javax.swing.border.EtchedBorder.
A class which implements a simple etched border which can either be etched-in or etched-out.
EtchedBorder() - Constructor for class javax.swing.border.EtchedBorder
Creates a lowered etched border whose colors will be derived from the background color of the component passed into the paintBorder method.
EtchedBorder(Color, Color) - Constructor for class javax.swing.border.EtchedBorder
Creates a lowered etched border with the specified highlight and shadow colors.
EtchedBorder(int) - Constructor for class javax.swing.border.EtchedBorder
Creates an etched border with the specified etch-type whose colors will be derived from the background color of the component passed into the paintBorder method.
EtchedBorder(int, Color, Color) - Constructor for class javax.swing.border.EtchedBorder
Creates an etched border with the specified etch-type, highlight and shadow colors.
etchType - Variable in class javax.swing.border.EtchedBorder
 
event - Variable in class javax.swing.tree.ExpandVetoException
The event that the exception was created for.
EventListenerList - class javax.swing.event.EventListenerList.
A class which holds a list of EventListeners.
EventListenerList() - Constructor for class javax.swing.event.EventListenerList
 
ExcellentBreakWeight - Static variable in class javax.swing.text.View
The weight to indicate a view supports breaking, and this represents a very attractive place to break.
EXITED - Static variable in class javax.swing.event.HyperlinkEvent.EventType
Exited type.
EXPANDABLE - Static variable in class javax.accessibility.AccessibleState
Indicates this object allows progressive disclosure of its children.
EXPANDED - Static variable in class javax.accessibility.AccessibleState
Indicates this object is expanded.
expandedIcon - Variable in class javax.swing.plaf.basic.BasicTreeUI
 
expandPath(TreePath) - Method in class javax.swing.JTree
Ensures that the node identified by the specified path is expanded and viewable.
expandRow(int) - Method in class javax.swing.JTree
Ensures that the node in the specified row is expanded and viewable.
expandTabRunsArray() - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
ExpandVetoException - exception javax.swing.tree.ExpandVetoException.
Exception used to stop and expand/collapse from happening.
ExpandVetoException(TreeExpansionEvent) - Constructor for class javax.swing.tree.ExpandVetoException
Constructs an ExpandVetoException object with no message.
ExpandVetoException(TreeExpansionEvent, String) - Constructor for class javax.swing.tree.ExpandVetoException
Constructs an ExpandVetoException object with the specified message.

Swing 1.1
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
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.