void | FlowView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
void | GlyphView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f) | 从文档中发出通知,告知该视图负责的位置中的属性已更改。 |
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 | 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.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
void | GlyphView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置将某些内容插入到文档中。 |
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) | 通知在该视图负责的位置将某些内容插入到文档中。 |
protected void | AsyncBoxView.loadChildren(ViewFactory f) | 加载所有子项以初始化视图。 |
protected void | CompositeView.loadChildren(ViewFactory f) | 加载所有子项以初始化视图。 |
protected void | FlowView.loadChildren(ViewFactory f) | 加载所有子项以初始化视图。 |
protected void | WrappedPlainView.loadChildren(ViewFactory f) | 加载所有子项以初始化视图。 |
protected void | ZoneView.loadChildren(ViewFactory f) | 加载所有子项以初始化视图。 |
void | FieldView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | FlowView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
void | GlyphView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f) | 通知在该视图负责的位置从文档中删除了某些内容。 |
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) | 重新绘制给定文档事件所涵盖的更改区域。 |