Package javax.swing.tree
javax.swing.JTree
.See: Description
-
Interface Summary Interface Description 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.RowMapper Defines the requirements for an object that translates paths in the tree into display rows.TreeCellEditor Adds to CellEditor the extensions necessary to configure an editor in a tree.TreeCellRenderer Defines the requirements for an object that displays a tree node.TreeModel The model used byJTree
.TreeNode Defines the requirements for an object that can be used as a tree node in a JTree.TreeSelectionModel This interface represents the current state of the selection for the tree component. -
Class Summary Class Description AbstractLayoutCache Warning: Serialized objects of this class will not be compatible with future Swing releases.AbstractLayoutCache.NodeDimensions Used byAbstractLayoutCache
to determine the size and x origin of a particular node.DefaultMutableTreeNode ADefaultMutableTreeNode
is a general-purpose node in a tree data structure.DefaultTreeCellEditor ATreeCellEditor
.DefaultTreeCellRenderer Displays an entry in a tree.DefaultTreeModel A simple tree data model that uses TreeNodes.DefaultTreeSelectionModel Default implementation of TreeSelectionModel.FixedHeightLayoutCache NOTE: This will become more open in a future release.TreePath TreePath
represents an array of objects that uniquely identify the path to a node in a tree.VariableHeightLayoutCache NOTE: This will become more open in a future release. -
Exception Summary Exception Description ExpandVetoException Exception used to stop and expand/collapse from happening.
Package javax.swing.tree Description
javax.swing.JTree
. You use these classes and interfaces if you want
control over how trees are constructed, updated, and rendered, as well
as how data associated with the tree nodes are viewed and managed.
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- How to Use Trees, a section in The Java Tutorial
- Since:
- 1.2
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/tree/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.