| Java 1.4 Swing Class Documentation Inverted Index |
javax.swing.text.DocumentFilter
|
DocumentFilter, as the | name implies, is a filter for the Document mutation methods. |
javax.swing.PopupFactory
|
PopupFactory, as the | name implies, is used to obtain instances of Popups. |
javax.swing.text.ChangedCharSetException
|
ChangedCharSetException as the | name indicates is an exception thrown when the charset is changed. |
javax.swing.text.ElementIterator
|
ElementIterator, as the | name suggests, iteratates over the Element tree. |
javax.swing.text.StyleContext.NamedStyle
|
NamedStyle: A collection of attributes, typically used to represent character and paragraph styles. | |
javax.swing.ActionMap
|
ActionMap provides mappings from Objects called keys or Action | names to Actions. |
javax.swing.JInternalFrame
|
A lightweight object that provides many of the features of a | native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar. |
...basic.BasicDesktopPaneUI.NavigateAction
|
NavigateAction: | |
...plaf.basic.BasicComboBoxUI.KeyHandler
|
KeyHandler: This listener checks to see if the key event isn't a | navigation key. |
javax.swing.InputVerifier
|
The purpose of this class is to help clients support smooth focus | navigation through GUIs with text fields. |
javax.swing.text.NavigationFilter
|
NavigationFilter can be used to restrict where the cursor can be positioned. | |
...plaf.basic.BasicTreeUI.ComponentHandler
|
ComponentHandler: Updates the preferred size when scrolling if | necessary . |
javax.swing.tree.TreeCellEditor
|
TreeCellEditor: Adds to CellEditor the extensions | necessary to configure an editor in a tree. |
javax.swing.JTree.DynamicUtilTreeNode
|
DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as | necessary. |
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. |
javax.swing.text.StyledEditorKit
|
StyledEditorKit: This is the set of things | needed by a text component to be a reasonably functioning editor for some type of text document. |
javax.swing.text.ZoneView
|
ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are | needed for display or model/view translations. |
javax.swing.JLayeredPane
|
JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when | needed. |
javax.swing.table.TableCellEditor
|
TableCellEditor: This interface defines the method any object that would like to be an editor of values for components such as JListBox, JComboBox, JTree, or JTable | needs to implement. |
javax.swing.border.CompoundBorder
|
A composite Border class used to compose two Border objects into a single border by | nesting an inside Border object within the insets of an outside Border object. |
...swing.text.html.parser.ParserDelegator
|
ParserDelegator: Responsible for starting up a | new DocumentParser each time its parse method is invoked. |
...basic.BasicFileChooserUI.NewFolderAction
|
NewFolderAction: Creates a | new folder. |
javax.swing.JTree.TreeSelectionRedirector
|
TreeSelectionRedirector: Handles creating a | new TreeSelectionEvent with the JTree as the source and passing it off to all the listeners. |
...basic.BasicFileChooserUI.NewFolderAction
|
NewFolderAction: Creates a new folder. | |
javax.swing.tree.TreeNode
|
TreeNode: Defines the requirements for an object that can be used as a tree | node in a JTree. |
javax.swing.tree.DefaultMutableTreeNode
|
A DefaultMutableTreeNode is a general-purpose | node in a tree data structure. |
javax.swing.tree.MutableTreeNode
|
MutableTreeNode: Defines the requirements for a tree | node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node. |
...basic.BasicTreeUI.NodeDimensionsHandler
|
NodeDimensionsHandler: Class responsible for getting size of | node, method is forwarded to BasicTreeUI method. |
javax.swing.event.TreeExpansionListener
|
TreeExpansionListener: The listener that's notified when a tree expands or collapses a | node. |
...tree.AbstractLayoutCache.NodeDimensions
|
NodeDimensions: Used by AbstractLayoutCache to determine the size and x origin of a particular node. | |
...basic.BasicTreeUI.NodeDimensionsHandler
|
NodeDimensionsHandler: Class responsible for getting size of node, method is forwarded to BasicTreeUI method. | |
javax.swing.JTree.TreeModelHandler
|
TreeModelHandler: Listens to the model and updates the expandedState accordingly when | nodes are removed, or changed. |
javax.swing.JTree.DynamicUtilTreeNode
|
DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree | nodes as necessary. |
...basic.BasicTreeUI.TreeExpansionHandler
|
TreeExpansionHandler: Updates the TreeState in response to | nodes expanding/collapsing. |
javax.swing.tree.MutableTreeNode
|
MutableTreeNode: Defines the requirements for a tree node object that can change -- by adding or removing child | nodes, or by changing the contents of a user object stored in the node. |
javax.swing.tree.VariableHeightLayoutCache
|
VariableHeightLayoutCache: | NOTE: This will become more open in a future release. |
...swing.text.DefaultEditorKit.PasteAction
|
PasteAction: Pastes the contents of the system clipboard into the selected region, or before the caret if | nothing is selected. |
javax.swing.event.AncestorListener
|
AncestorListener Interface to support | notification when changes occur to a JComponent or one of its ancestors. |
javax.swing.event.DocumentListener
|
Interface for an observer to register to receive | notifications of changes to a text document. |
javax.swing.event.DocumentEvent
|
DocumentEvent: Interface for document change | notifications. |
javax.swing.event.ListSelectionListener
|
ListSelectionListener: The listener that's | notified when a lists selection value changes. |
javax.swing.event.TreeExpansionListener
|
TreeExpansionListener: The listener that's | notified when a tree expands or collapses a node. |
javax.swing.event.TreeSelectionListener
|
TreeSelectionListener: The listener that's | notified when the selection in a TreeSelectionModel changes. |
javax.swing.DefaultListModel
|
DefaultListModel: This class loosely implements the java.util.Vector API, in that it implements the 1.1.x version of java.util.Vector, has no collection class support, and | notifies the ListDataListeners when changes occur. |
...swing.text.html.HTMLFrameHyperlinkEvent
|
HTMLFrameHyperlinkEvent is used to | notify interested parties that link was activated in a frame. |
javax.swing.event.HyperlinkEvent
|
HyperlinkEvent is used to | notify interested parties that something has happened with respect to a hypertext link. |
javax.swing.event.ChangeEvent
|
ChangeEvent is used to | notify interested parties that state has changed in the event source. |
javax.swing.event.MenuKeyEvent
|
MenuKeyEvent is used to | notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree. |
javax.swing.event.MenuDragMouseEvent
|
MenuDragMouseEvent is used to | notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions. |
javax.swing.event.MenuEvent
|
MenuEvent is used to | notify interested parties that the menu which is the event source has been posted, selected, or canceled. |
javax.swing.event.CaretEvent
|
CaretEvent is used to | notify interested parties that the text caret has changed in the event source. |
javax.swing.event.TableColumnModelEvent
|
TableColumnModelEvent is used to | notify listeners that a table column model has changed, such as a column was added, removed, or moved. |
javax.swing.event.TableModelEvent
|
TableModelEvent is used to | notify listeners that a table model has changed. |
javax.swing.event.TreeModelEvent
|
TreeModelEvent: Encapsulates information describing changes to a tree model, and used to | notify tree model listeners of the change. |
...basic.BasicComboPopup.InvocationKeyHandler
|
InvocationKeyHandler: As of Java 2 platform v 1.4, this class is | now obsolete and is only included for backwards API compatibility. |
...basic.BasicComboPopup.ListSelectionHandler
|
ListSelectionHandler: As of Java 2 platform v 1.4, this class is | now obsolete, doesn't do anything, and is only included for backwards API compatibility. |
...swing.plaf.basic.BasicMenuUI.ChangeHandler
|
ChangeHandler: As of Java 2 platform 1.4, this previously undocumented class is | now obsolete. |
...swing.text.StyleContext.SmallAttributeSet
|
SmallAttributeSet: This class holds a small | number of attributes in an array. |
javax.swing.text.TextAction
|
An Action implementation useful for key bindings that are shared across a | number of different text components. |
javax.swing.RepaintManager
|
RepaintManager: This class manages repaint requests, allowing the | number of repaints to be minimized, for example by collapsing multiple requests into a single repaint for members of a component tree. |
javax.swing.JSpinner
|
A single line input field that lets the user select a | number or an object value from an ordered sequence. |
javax.swing.JSpinner.NumberEditor
|
NumberEditor: An editor for a JSpinner whose model is a SpinnerNumberModel. | |
javax.swing.text.NumberFormatter
|
NumberFormatter subclasses InternationalFormatter adding special behavior for numbers. | |
javax.swing.SpinnerNumberModel
|
A SpinnerModel for sequences of | numbers. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be supported by any object that supports a | numerical value e.g., a scroll bar . |
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.