public interface RowMapper
| Modifier and Type | Method and Description |
|---|---|
int[] |
getRowsForPaths(TreePath[] path)
返回中的TreePath实例的行
path正在以显示。
|
int[] getRowsForPaths(TreePath[] path)
path正在以显示。
接收方应返回与传入的数据长度相同的数组,如果path中的一个path无效,则数组中的条目应设置为-1。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.