软件包 | 描述 |
---|---|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentListener.changedUpdate(DocumentEvent e)
通知通知一个属性或一组属性的更改。
|
void |
DocumentListener.insertUpdate(DocumentEvent e)
通知有一个插入到文档中的通知。
|
void |
DocumentListener.removeUpdate(DocumentEvent e)
发出通知,该文档的一部分已被删除。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocument.DefaultDocumentEvent
当正在修改文档时,存储文档更改。
|
Modifier and Type | Method and Description |
---|---|
void |
JTextComponent.AccessibleJTextComponent.changedUpdate(DocumentEvent e)
处理文件删除(火适当的属性改变事件,这是accessibleContext. accessible_text_property)。
|
void |
WrappedPlainView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
View.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
PlainView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
ParagraphView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
GlyphView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
FlowView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
LabelView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
FlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
从该视图负责的位置上更改属性的文档的通知。
|
protected void |
AbstractDocument.fireChangedUpdate(DocumentEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
protected void |
AbstractDocument.fireInsertUpdate(DocumentEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
protected void |
AbstractDocument.fireRemoveUpdate(DocumentEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
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 void |
View.forwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f)
将
DocumentEvent 去给孩子看。
|
void |
JTextComponent.AccessibleJTextComponent.insertUpdate(DocumentEvent e)
处理文档中插入(火适当的属性改变事件是accessibleContext. accessible_text_property)。
|
void |
WrappedPlainView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
View.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
PlainView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
FieldView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
ZoneView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
GlyphView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
FlowView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
FlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
给出通知,在给定的流程视图负责的位置中插入到文档中的某个位置。
|
void |
JTextComponent.AccessibleJTextComponent.removeUpdate(DocumentEvent e)
处理文件删除(火适当的属性改变事件,这是accessibleContext. accessible_text_property)。
|
void |
WrappedPlainView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
View.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
PlainView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
FieldView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
ZoneView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
GlyphView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
FlowView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
void |
FlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
给出通知,在给定的流程视图负责的位置上从文档中删除了某个东西。
|
protected boolean |
View.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f)
更新子视图响应接收到的通知,该模型改变了,并且该视图的元素的更改记录是负责的。
|
protected boolean |
ZoneView.updateChildren(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f)
父类的行为将尝试更新孩子的意见,是不是在这种情况下所需要的,因为孩子们都带不直接影响到相关的元素的变化。
|
protected void |
PlainView.updateDamage(DocumentEvent changes, Shape a, ViewFactory f)
重画变化覆盖给定区域文件事件。
|
protected void |
View.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
响应来自模型的更改的通知更新布局。
|
protected void |
AsyncBoxView.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
响应来自模型的更改的通知更新布局。
|
Modifier and Type | Method and Description |
---|---|
void |
BlockView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
void |
InlineView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
从该视图负责的位置上更改属性的文档的通知。
|
void |
ImageView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
当元素属性更改时调用。
|
protected void |
HTMLDocument.fireChangedUpdate(DocumentEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
void |
InlineView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
给出了一个在该视图负责的位置上插入到文档中的通知。
|
void |
InlineView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
给予通知,该视图是由该视图负责的位置中的某个文件被删除的。
|
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.