| 软件包 | 描述 |
|---|---|
| javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
| javax.swing.table |
处理
javax.swing.JTable提供类和接口。
|
| javax.swing.tree |
处理
javax.swing.JTree提供类和接口。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellEditor
一个
CellEditors基类提供的默认实现在
CellEditor接口的方法除了
getCellEditorValue()。
|
class |
DefaultCellEditor
用于表和树单元格的默认编辑器。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableCellEditor
这个接口定义的方法的任何对象,要等零部件的
JListBox,
JComboBox,
JTree值编辑器,或
JTable需要实现。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeCellEditor
增加了celleditor需配置一树编辑器扩展。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTreeCellEditor
一个
TreeCellEditor。
|
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.