软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCellEditor
用于表和树单元格的默认编辑器。
|
Modifier and Type | Field and Description |
---|---|
protected TreeCellEditor |
JTree.cellEditor
条目编辑器。
|
Modifier and Type | Method and Description |
---|---|
TreeCellEditor |
JTree.getCellEditor()
返回用于在树中编辑条目的编辑器。
|
Modifier and Type | Method and Description |
---|---|
void |
JTree.setCellEditor(TreeCellEditor cellEditor)
设置单元格编辑器。
|
Modifier and Type | Field and Description |
---|---|
protected TreeCellEditor |
BasicTreeUI.cellEditor
树的编辑器。
|
Modifier and Type | Method and Description |
---|---|
protected TreeCellEditor |
BasicTreeUI.createDefaultCellEditor()
创建一个默认的单元格编辑器。
|
protected TreeCellEditor |
BasicTreeUI.getCellEditor() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTreeUI.setCellEditor(TreeCellEditor editor)
设置单元格编辑器。
|
Modifier and Type | Method and Description |
---|---|
protected TreeCellEditor |
SynthTreeUI.createDefaultCellEditor()
创建一个默认的单元格编辑器。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeCellEditor
一个
TreeCellEditor 。
|
Modifier and Type | Field and Description |
---|---|
protected TreeCellEditor |
DefaultTreeCellEditor.realEditor
编辑处理编辑。
|
Modifier and Type | Method and Description |
---|---|
protected TreeCellEditor |
DefaultTreeCellEditor.createTreeCellEditor()
这是一个
TreeCellEditor 调用如果不在构造函数提供。
|
Constructor and Description |
---|
DefaultTreeCellEditor(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor)
构建了一个
JTree 使用指定的渲染和指定编辑器的
DefaultTreeCellEditor 对象。
|
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.