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 Modifier and Type 方法 描述 void
JTree.EmptySelectionModel. setRowMapper(RowMapper mapper)
这样做是无效的EmptySelectionModel
不允许进行选择。 -
Uses of RowMapper in javax.swing.tree
Classes in javax.swing.tree that implement RowMapper Modifier and Type Class 描述 class
AbstractLayoutCache
警告:此类的序列化对象与将来的Swing版本不兼容。class
FixedHeightLayoutCache
注意:在将来的版本中这将变得更加开放。class
VariableHeightLayoutCache
注意:在将来的版本中这将变得更加开放。Fields in javax.swing.tree declared as RowMapper Modifier and Type Field 描述 protected RowMapper
DefaultTreeSelectionModel. rowMapper
为给定的路径提供一行。Methods in javax.swing.tree that return RowMapper Modifier and Type 方法 描述 RowMapper
DefaultTreeSelectionModel. getRowMapper()
返回能够将TreePath映射到行的RowMapper实例。RowMapper
TreeSelectionModel. getRowMapper()
返回能够将TreePath映射到行的RowMapper实例。Methods in javax.swing.tree with parameters of type RowMapper Modifier and Type 方法 描述 void
DefaultTreeSelectionModel. setRowMapper(RowMapper newMapper)
设置RowMapper实例。void
TreeSelectionModel. setRowMapper(RowMapper newMapper)
设置RowMapper实例。
-