void | FlowView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | FlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | GlyphView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | JTextComponent.AccessibleJTextComponent.changedUpdate(DocumentEvent e) | 处理文档删除(触发适当的属性更改事件,即AccessibleContext.ACCESSIBLE_TEXT_PROPERTY)。 |
void | LabelView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | ParagraphView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | PlainView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | View.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | WrappedPlainView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
protected void | AbstractDocument.fireChangedUpdate(DocumentEvent e) | 通知所有已注册对此事件类型的通知感兴趣的听众。 |
protected void | AbstractDocument.fireInsertUpdate(DocumentEvent e) | 通知所有已注册对此事件类型的通知感兴趣的听众。 |
protected void | AbstractDocument.fireRemoveUpdate(DocumentEvent e) | 通知所有已注册对此事件类型的通知感兴趣的听众。 |
protected void | BoxView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) | 将给定的 DocumentEvent 转发到需要通知模型更改的子视图。 |
protected void | View.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) | 将给定的 DocumentEvent 转发到需要通知模型更改的子视图。 |
protected void | View.forwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f) | 将 DocumentEvent 转发到给 DocumentEvent 视图。 |
void | FieldView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | FlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | 通知在给定流视图负责的位置将某些内容插入到文档中。 |
void | FlowView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | GlyphView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | JTextComponent.AccessibleJTextComponent.insertUpdate(DocumentEvent e) | 处理文档插入(触发适当的属性更改事件,即AccessibleContext.ACCESSIBLE_TEXT_PROPERTY)。 |
void | PlainView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | View.insertUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | WrappedPlainView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | ZoneView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | FieldView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | FlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | 通知在给定流视图负责的位置从文档中删除了某些内容。 |
void | FlowView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | GlyphView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | JTextComponent.AccessibleJTextComponent.removeUpdate(DocumentEvent e) | 处理文档删除(触发适当的属性更改事件,即AccessibleContext.ACCESSIBLE_TEXT_PROPERTY)。 |
void | PlainView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | View.removeUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | WrappedPlainView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | ZoneView.removeUpdate(DocumentEvent changes, 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 | PlainView.updateDamage(DocumentEvent changes, Shape a, ViewFactory f) | 重新绘制给定文档事件所涵盖的更改区域。 |
protected void | AsyncBoxView.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) | 更新布局以响应从模型接收更改通知。 |
protected void | View.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) | 更新布局以响应从模型接收更改通知。 |