Uses of Interface
javax.swing.tree.RowMapper
-
Packages that use RowMapper 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.tree 提供用于处理javax.swing.JTree
类和接口。 -
-
Uses of RowMapper in javax.swing
Methods in javax.swing with parameters of type RowMapper 变量和类型 方法 描述 void
JTree.EmptySelectionModel. setRowMapper(RowMapper mapper)
这是重写,什么都不做;EmptySelectionModel
不允许选择。 -
Uses of RowMapper in javax.swing.tree
Classes in javax.swing.tree that implement RowMapper 变量和类型 类 描述 class
AbstractLayoutCache
警告:此类的序列化对象与以后的Swing版本不兼容。class
FixedHeightLayoutCache
注意:这将在以后的版本中变得更加开放。class
VariableHeightLayoutCache
注意:这将在以后的版本中变得更加开放。Fields in javax.swing.tree declared as RowMapper 变量和类型 字段 描述 protected RowMapper
DefaultTreeSelectionModel. rowMapper
为给定路径提供一行。Methods in javax.swing.tree that return RowMapper 变量和类型 方法 描述 RowMapper
DefaultTreeSelectionModel. getRowMapper()
返回能够将TreePath映射到行的RowMapper实例。RowMapper
TreeSelectionModel. getRowMapper()
返回能够将TreePath映射到行的RowMapper实例。Methods in javax.swing.tree with parameters of type RowMapper 变量和类型 方法 描述 void
DefaultTreeSelectionModel. setRowMapper(RowMapper newMapper)
设置RowMapper实例。void
TreeSelectionModel. setRowMapper(RowMapper newMapper)
设置RowMapper实例。
-