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 _

E

EAST - Static variable in interface com.sun.java.swing.SwingConstants
Compass-direction east (right).
echoCharIsSet() - Method in class com.sun.java.swing.JPasswordField
Returns true if this JPasswordField has a character set for echoing.
EDGE_SPACING - Static variable in class com.sun.java.swing.border.TitledBorder
 
editable - Variable in class com.sun.java.swing.JTree
Is the tree editable? Default is false.
EDITABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates the user can change the contents of this object.
EDITABLE_PROPERTY - Static variable in class com.sun.java.swing.JTree
Bound property name for editable.
editCellAt(int, int) - Method in class com.sun.java.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int, EventObject) - Method in class com.sun.java.swing.JTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editingCanceled(ChangeEvent) - Method in class com.sun.java.swing.JTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Invoked when editing is canceled.
editingCanceled(ChangeEvent) - Method in interface com.sun.java.swing.event.CellEditorListener
This tells the listeners the editor has canceled editing
editingColumn - Variable in class com.sun.java.swing.JTable
Identifies the column of the cell being edited.
editingComponent - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Component used in editing, obtained from the editingContainer.
editingContainer - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Editing container, will contain the editorComponent.
editingIcon - Variable in class com.sun.java.swing.tree.DefaultTreeCellEditor
Icon to use when editing.
editingRow - Variable in class com.sun.java.swing.JTable
Identifies the row of the cell being edited.
editingStopped(ChangeEvent) - Method in class com.sun.java.swing.JTable
Invoked when editing is finished.
editingStopped(ChangeEvent) - Method in class com.sun.java.swing.JTable.AccessibleJTable
Track changes to a cell's contents.
editingStopped(ChangeEvent) - Method in interface com.sun.java.swing.event.CellEditorListener
This tells the listeners the editor has ended editing
editor - Variable in class com.sun.java.swing.JComboBox
 
editorComp - Variable in class com.sun.java.swing.JTable
If editing, Component that is handling the editing.
editorComponent - Variable in class com.sun.java.swing.DefaultCellEditor
 
EditorContainer() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor.EditorContainer
Constructs and EditorContainer object.
EditorKit - class com.sun.java.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 com.sun.java.swing.text.EditorKit
 
edits - Variable in class com.sun.java.swing.undo.CompoundEdit
The collection of UndoableEdits undone/redone en masse by this CompoundEdit
editToBeRedone() - Method in class com.sun.java.swing.undo.UndoManager
Returns the the next significant edit to be redone if redo is called.
editToBeUndone() - Method in class com.sun.java.swing.undo.UndoManager
Returns the the next significant edit to be undone if undo is called.
element - Variable in class com.sun.java.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
Element - interface com.sun.java.swing.text.Element.
Interface to describe a structural piece of a document.
elementAt(int) - Method in class com.sun.java.swing.DefaultListModel
Returns the component at the specified index.
elementCountToTag(HTMLDocument, int, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.HTMLTextAction
Returns number of elements, starting at the deepest leaf, needed to get to an element representing tag.
ElementIterator - class com.sun.java.swing.text.ElementIterator.
ElementIterator, as the name suggests, iteratates over the Element tree.
ElementIterator(Document) - Constructor for class com.sun.java.swing.text.ElementIterator
Creates a new ElementIterator.
ElementIterator(Element) - Constructor for class com.sun.java.swing.text.ElementIterator
Creates a new ElementIterator.
ElementNameAttribute - Static variable in class com.sun.java.swing.text.AbstractDocument
Name of the attribute used to specify element names.
elements() - Method in class com.sun.java.swing.DefaultListModel
Returns an enumeration of the components of this list.
EM - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
EMPTY - Static variable in class com.sun.java.swing.text.SimpleAttributeSet
An empty attribute set.
EMPTY_ENUMERATION - Static variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
An enumeration that is always empty.
EmptyBorder - class com.sun.java.swing.border.EmptyBorder.
A class which provides an empty, transparent border which takes up space but does no drawing.
EmptyBorder(Insets) - Constructor for class com.sun.java.swing.border.EmptyBorder
Creates an empty border with the specified insets.
EmptyBorder(int, int, int, int) - Constructor for class com.sun.java.swing.border.EmptyBorder
Creates an empty border with the specified insets.
emptyTag(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out all empty elements i.e tags that have no corresponding end tag.
enabled - Variable in class com.sun.java.swing.AbstractAction
 
ENABLED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is enabled.
ENABLED - Static variable in class com.sun.java.swing.DefaultButtonModel
Indicates that the button can be selected by an input device (such as a mouse pointer).
enableResizedPosting() - Method in class com.sun.java.swing.table.TableColumn
Turns on listener-notifications so that listeners are once again informed when a column is resized.
ENCTYPE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
end() - Method in class com.sun.java.swing.undo.CompoundEdit
Sets inProgress to false.
end() - Method in class com.sun.java.swing.undo.StateEdit
Gets the post-edit state of the StateEditable object and ends the edit.
end() - Method in class com.sun.java.swing.undo.UndoManager
Sending end() to an UndoManager turns it into a plain old (ended) CompoundEdit.
end(HTML.Tag) - Method in class com.sun.java.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 com.sun.java.swing.text.html.HTMLDocument.HTMLReader.BlockAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.PreAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
 
end(HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader.FormAction
 
endAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of the document.
endDraggingFrame(JComponent) - Method in class com.sun.java.swing.DefaultDesktopManager
 
endDraggingFrame(JComponent) - Method in interface com.sun.java.swing.DesktopManager
This method signals the end of the dragging session.
endFontTag() - Method in class com.sun.java.swing.text.html.MinimalHTMLWriter
Writes out an end tag for the tag.
endLineAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a line.
EndOfLineStringProperty - Static variable in class com.sun.java.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 com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a paragraph.
endResizingFrame(JComponent) - Method in class com.sun.java.swing.DefaultDesktopManager
 
endResizingFrame(JComponent) - Method in interface com.sun.java.swing.DesktopManager
This method signals the end of the resize session.
ENDTAG - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
endTag(Element) - Method in class com.sun.java.swing.text.html.HTMLWriter
Writes out an end tag for the element.
EndTagType - Static variable in class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
A possible value for getType.
endUpdate() - Method in class com.sun.java.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
endWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the end of a word.
ensureCapacity(int) - Method in class com.sun.java.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 com.sun.java.swing.JFileChooser
Make sure that the specified file is viewable, and not hidden.
ensureIndexIsVisible(int) - Method in class com.sun.java.swing.JList
If this JList is being displayed within a JViewport and the specified cell isn't completely visible, scroll the viewport.
ENTERED - Static variable in class com.sun.java.swing.event.HyperlinkEvent.EventType
Entered type.
equals(Object) - Method in class com.sun.java.swing.KeyStroke
Returns true if this object is identical to the specified object.
equals(Object) - Method in class com.sun.java.swing.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
equals(Object) - Method in class com.sun.java.swing.text.SimpleAttributeSet
Compares this object to the specifed object.
equals(Object) - Method in class com.sun.java.swing.text.TabStop
Returns true if other equals the receiver.
equals(Object) - Method in class com.sun.java.swing.text.html.HTML.UnknownTag
Compares this object to the specifed object.
ERROR_MESSAGE - Static variable in class com.sun.java.swing.JOptionPane
Used for error messages.
ERROR_OPTION - Static variable in class com.sun.java.swing.JFileChooser
Return value if an error occured.
EtchedBorder - class com.sun.java.swing.border.EtchedBorder.
A class which implements a simple etched border which can either be etched-in or etched-out.
EtchedBorder() - Constructor for class com.sun.java.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 com.sun.java.swing.border.EtchedBorder
Creates a lowered etched border with the specified highlight and shadow colors.
EtchedBorder(int) - Constructor for class com.sun.java.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 com.sun.java.swing.border.EtchedBorder
Creates an etched border with the specified etch-type, highlight and shadow colors.
etchType - Variable in class com.sun.java.swing.border.EtchedBorder
 
event - Variable in class com.sun.java.swing.tree.ExpandVetoException
The event that the exception was created for.
EventListenerList - class com.sun.java.swing.event.EventListenerList.
A class which holds a list of EventListeners.
EventListenerList() - Constructor for class com.sun.java.swing.event.EventListenerList
 
ExcellentBreakWeight - Static variable in class com.sun.java.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 com.sun.java.swing.event.HyperlinkEvent.EventType
Exited type.
EXPANDABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object allows progressive disclosure of its children.
EXPANDED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is expanded.
expandPath(TreePath) - Method in class com.sun.java.swing.JTree
Ensures that the node identified by the specified path is expanded and viewable.
expandRow(int) - Method in class com.sun.java.swing.JTree
Ensures that the node in the specified row is expanded and viewable.
ExpandVetoException - exception com.sun.java.swing.tree.ExpandVetoException.
Exception used to stop and expand/collapse from happening.
ExpandVetoException(TreeExpansionEvent) - Constructor for class com.sun.java.swing.tree.ExpandVetoException
Constructs an ExpandVetoException object with no message.
ExpandVetoException(TreeExpansionEvent, String) - Constructor for class com.sun.java.swing.tree.ExpandVetoException
Constructs an ExpandVetoException object with the specified message.

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.