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