软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
Modifier and Type | Method and Description |
---|---|
void |
JTree.EmptySelectionModel.setRowMapper(RowMapper mapper)
这是覆盖,什么也不做;
EmptySelectionModel 不允许选择。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLayoutCache
警告:序列化该类的对象与以后的Swing版本不兼容。
|
class |
FixedHeightLayoutCache
注意:这将在未来的版本中变得更加开放。
|
class |
VariableHeightLayoutCache
注意:这将在未来的版本中变得更加开放。
|
Modifier and Type | Field and Description |
---|---|
protected RowMapper |
DefaultTreeSelectionModel.rowMapper
为给定路径提供一个行。
|
Modifier and Type | Method and Description |
---|---|
RowMapper |
TreeSelectionModel.getRowMapper()
返回RowMapper实例,能够绘制一个树路径的一排。
|
RowMapper |
DefaultTreeSelectionModel.getRowMapper()
返回RowMapper实例,能够绘制一个树路径的一排。
|
Modifier and Type | Method and Description |
---|---|
void |
TreeSelectionModel.setRowMapper(RowMapper newMapper)
RowMapper实例集。
|
void |
DefaultTreeSelectionModel.setRowMapper(RowMapper newMapper)
RowMapper实例集。
|
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.