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 变量和类型 方法 描述 voidJTree.EmptySelectionModel. setRowMapper(RowMapper mapper)这是重写,什么都不做;EmptySelectionModel不允许选择。 -
Uses of RowMapper in javax.swing.tree
Classes in javax.swing.tree that implement RowMapper 变量和类型 类 描述 classAbstractLayoutCache警告:此类的序列化对象与以后的Swing版本不兼容。classFixedHeightLayoutCache注意:这将在以后的版本中变得更加开放。classVariableHeightLayoutCache注意:这将在以后的版本中变得更加开放。Fields in javax.swing.tree declared as RowMapper 变量和类型 字段 描述 protected RowMapperDefaultTreeSelectionModel. rowMapper为给定路径提供一行。Methods in javax.swing.tree that return RowMapper 变量和类型 方法 描述 RowMapperDefaultTreeSelectionModel. getRowMapper()返回能够将TreePath映射到行的RowMapper实例。RowMapperTreeSelectionModel. getRowMapper()返回能够将TreePath映射到行的RowMapper实例。Methods in javax.swing.tree with parameters of type RowMapper 变量和类型 方法 描述 voidDefaultTreeSelectionModel. setRowMapper(RowMapper newMapper)设置RowMapper实例。voidTreeSelectionModel. setRowMapper(RowMapper newMapper)设置RowMapper实例。
-