软件包 | 描述 |
---|---|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
DocumentEvent.ElementChange |
DocumentEvent.getChange(Element elem)
获取给定元素的更改信息。
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDocument.ElementEdit
一个实现elementchange可添加到文件事件。
|
Modifier and Type | Method and Description |
---|---|
DocumentEvent.ElementChange |
AbstractDocument.DefaultDocumentEvent.getChange(Element elem)
获取元素的更改。
|
Modifier and Type | Method and Description |
---|---|
protected void |
View.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f)
提出了
DocumentEvent ,需要通知的变化对模型的子视图。
|
protected void |
BoxView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f)
提出了
DocumentEvent ,需要通知的变化对模型的子视图。
|
protected void |
TableView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) |
protected boolean |
View.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f)
更新子视图响应接收到的通知,该模型改变了,并且该视图的元素的更改记录是负责的。
|
protected boolean |
ZoneView.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f)
父类的行为将尝试更新孩子的意见,是不是在这种情况下所需要的,因为孩子们都带不直接影响到相关的元素的变化。
|
protected void |
View.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
响应来自模型的更改的通知更新布局。
|
protected void |
AsyncBoxView.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
响应来自模型的更改的通知更新布局。
|
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.