Uses of Interface javax.swing.tree.TreeModel

Uses in package javax.swing

Constructors with parameter type javax.swing.tree.TreeModel

Creates a new JTree object.

Fields of type javax.swing.tree.TreeModel

TreeModel

Methods with parameter type javax.swing.tree.TreeModel

void
Sets the model to use in JTree.

Methods with return type javax.swing.tree.TreeModel

TreeModel
Creates a new TreeModel object.
TreeModel
Returns a sample TreeModel that can be used in a JTree.
TreeModel
Returns the model of this JTree object.

Uses in package javax.swing.tree

Classes implementing javax.swing.tree.TreeModel

class
DefaultTreeModel

Fields of type javax.swing.tree.TreeModel

TreeModel
treeModel

Methods with parameter type javax.swing.tree.TreeModel

void
Sets the model that provides the tree data.
void
Set the tree model that will provide the data.
void
Set the tree model that will provide the data.

Methods with return type javax.swing.tree.TreeModel

TreeModel
Returns the model that provides the tree data.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.tree.TreeModel

TreeModel
Used to determine what to display.

Methods with parameter type javax.swing.tree.TreeModel

void
Sets the tree's model.

Methods with return type javax.swing.tree.TreeModel

TreeModel
Returns the tree's model