Uses of Class
javax.swing.tree.AbstractLayoutCache
-
Packages that use AbstractLayoutCache 软件包 描述 javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.tree 提供用于处理javax.swing.JTree
类和接口。 -
-
Uses of AbstractLayoutCache in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as AbstractLayoutCache 变量和类型 字段 描述 protected AbstractLayoutCache
BasicTreeUI. treeState
负责处理大小调整和扩展问题的对象。Methods in javax.swing.plaf.basic that return AbstractLayoutCache 变量和类型 方法 描述 protected AbstractLayoutCache
BasicTreeUI. createLayoutCache()
创建负责管理扩展内容的对象以及节点的大小。 -
Uses of AbstractLayoutCache in javax.swing.tree
Subclasses of AbstractLayoutCache in javax.swing.tree 变量和类型 类 描述 class
FixedHeightLayoutCache
注意:这将在以后的版本中变得更加开放。class
VariableHeightLayoutCache
注意:这将在以后的版本中变得更加开放。
-