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