Package | Description |
---|---|
javax.swing.plaf.basic |
Provides user interface objects built according to the
Basic look and feel.
|
javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree . |
Modifier and Type | Class and Description |
---|---|
class |
BasicTreeUI.NodeDimensionsHandler
Class responsible for getting size of node, method is forwarded
to BasicTreeUI method.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractLayoutCache.NodeDimensions |
BasicTreeUI.nodeDimensions
Reponsible for telling the TreeState the size needed for a node.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractLayoutCache.NodeDimensions |
BasicTreeUI.createNodeDimensions()
Creates an instance of NodeDimensions that is able to determine
the size of a given node in the tree.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractLayoutCache.NodeDimensions |
AbstractLayoutCache.nodeDimensions
Object responsible for getting the size of a node.
|
Modifier and Type | Method and Description |
---|---|
AbstractLayoutCache.NodeDimensions |
AbstractLayoutCache.getNodeDimensions()
Returns the object that renders nodes in the tree, and which is
responsible for calculating the dimensions of individual nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableHeightLayoutCache.setNodeDimensions(AbstractLayoutCache.NodeDimensions nd)
Sets the renderer that is responsible for drawing nodes in the tree.
|
void |
AbstractLayoutCache.setNodeDimensions(AbstractLayoutCache.NodeDimensions nd)
Sets the renderer that is responsible for drawing nodes in the tree
and which is therefore responsible for calculating the dimensions of
individual nodes.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.