void |
FlowView.changedUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
GlyphView.changedUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
LabelView.changedUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
ParagraphView.changedUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
PlainView.changedUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
View.changedUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
void |
WrappedPlainView.changedUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification from the document that attributes were changed
in a location that this view is responsible for.
|
protected void |
BoxView.forwardUpdate(DocumentEvent.ElementChange ec,
DocumentEvent e,
Shape a,
ViewFactory f) |
Forwards the given DocumentEvent to the child views
that need to be notified of the change to the model.
|
protected void |
View.forwardUpdate(DocumentEvent.ElementChange ec,
DocumentEvent e,
Shape a,
ViewFactory f) |
Forwards the given DocumentEvent to the child views
that need to be notified of the change to the model.
|
protected void |
View.forwardUpdateToView(View v,
DocumentEvent e,
Shape a,
ViewFactory f) |
Forwards the DocumentEvent to the give child view.
|
void |
FieldView.insertUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into the document
in a location that this view is responsible for.
|
void |
FlowView.insertUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into the document
in a location that this view is responsible for.
|
void |
GlyphView.insertUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into
the document in a location that this view is responsible for.
|
void |
PlainView.insertUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into the document
in a location that this view is responsible for.
|
void |
View.insertUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into
the document in a location that this view is responsible for.
|
void |
WrappedPlainView.insertUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into the
document in a location that this view is responsible for.
|
void |
ZoneView.insertUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was inserted into the document
in a location that this view is responsible for.
|
protected void |
AsyncBoxView.loadChildren(ViewFactory f) |
Loads all of the children to initialize the view.
|
protected void |
CompositeView.loadChildren(ViewFactory f) |
Loads all of the children to initialize the view.
|
protected void |
FlowView.loadChildren(ViewFactory f) |
Loads all of the children to initialize the view.
|
protected void |
WrappedPlainView.loadChildren(ViewFactory f) |
Loads all of the children to initialize the view.
|
protected void |
ZoneView.loadChildren(ViewFactory f) |
Loads all of the children to initialize the view.
|
void |
FieldView.removeUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
void |
FlowView.removeUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
void |
GlyphView.removeUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
void |
PlainView.removeUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
void |
View.removeUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
void |
WrappedPlainView.removeUpdate(DocumentEvent e,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the
document in a location that this view is responsible for.
|
void |
ZoneView.removeUpdate(DocumentEvent changes,
Shape a,
ViewFactory f) |
Gives notification that something was removed from the document
in a location that this view is responsible for.
|
protected boolean |
View.updateChildren(DocumentEvent.ElementChange ec,
DocumentEvent e,
ViewFactory f) |
Updates the child views in response to receiving notification
that the model changed, and there is change record for the
element this view is responsible for.
|
protected boolean |
ZoneView.updateChildren(DocumentEvent.ElementChange ec,
DocumentEvent e,
ViewFactory f) |
The superclass behavior will try to update the child views
which is not desired in this case, since the children are
zones and not directly effected by the changes to the
associated element.
|
protected void |
PlainView.updateDamage(DocumentEvent changes,
Shape a,
ViewFactory f) |
Repaint the region of change covered by the given document
event.
|