Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Interface javax.swing.tree.TreeModel

Uses in package javax.swing

Constructors with parameter type javax.swing.tree.TreeModel

JTree.JTree(TreeModel model)
Creates a new JTree object.

Fields of type javax.swing.tree.TreeModel

TreeModel
JTree.treeModel

Methods with parameter type javax.swing.tree.TreeModel

void
JTree.setModel(TreeModel model)
Sets the model to use in JTree.

Methods with return type javax.swing.tree.TreeModel

TreeModel
JTree.createTreeModel(Object value)
Creates a new TreeModel object.
TreeModel
JTree.getDefaultTreeModel()
Returns a sample TreeModel that can be used in a JTree.
TreeModel
JTree.getModel()
Returns the model of this JTree object.

Uses in package javax.swing.tree

Classes implementing javax.swing.tree.TreeModel

class
DefaultTreeModel
DefaultTreeModel

Fields of type javax.swing.tree.TreeModel

TreeModel
AbstractLayoutCache.treeModel
treeModel

Methods with parameter type javax.swing.tree.TreeModel

void
AbstractLayoutCache.setModel(TreeModel model)
Sets the model that provides the tree data.
void
FixedHeightLayoutCache.setModel(TreeModel newModel)
Set the tree model that will provide the data.
void
VariableHeightLayoutCache.setModel(TreeModel newModel)
Set the tree model that will provide the data.

Methods with return type javax.swing.tree.TreeModel

TreeModel
AbstractLayoutCache.getModel()
Returns the model that provides the tree data.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.tree.TreeModel

TreeModel
BasicTreeUI.treeModel
Used to determine what to display.

Methods with parameter type javax.swing.tree.TreeModel

void
BasicTreeUI.setModel(TreeModel model)
Sets the tree's model.

Methods with return type javax.swing.tree.TreeModel

TreeModel
BasicTreeUI.getModel()
Returns the tree's model
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /