Lines Matching defs:ec
698 DocumentEvent.ElementChange ec = e.getChange(elem);
699 if (ec != null) {
700 if (! updateChildren(ec, e, f)) {
703 ec = null;
706 forwardUpdate(ec, e, a, f);
707 updateLayout(ec, e, a);
739 DocumentEvent.ElementChange ec = e.getChange(elem);
740 if (ec != null) {
741 if (! updateChildren(ec, e, f)) {
744 ec = null;
747 forwardUpdate(ec, e, a, f);
748 updateLayout(ec, e, a);
780 DocumentEvent.ElementChange ec = e.getChange(elem);
781 if (ec != null) {
782 if (! updateChildren(ec, e, f)) {
785 ec = null;
788 forwardUpdate(ec, e, a, f);
789 updateLayout(ec, e, a);
1083 * @param ec the change information for the element this view
1100 protected boolean updateChildren(DocumentEvent.ElementChange ec,
1102 Element[] removedElems = ec.getChildrenRemoved();
1103 Element[] addedElems = ec.getChildrenAdded();
1112 int index = ec.getIndex();
1128 * @param ec changes to the element this view is responsible
1138 protected void forwardUpdate(DocumentEvent.ElementChange ec,
1167 Element[] addedElems = (ec != null) ? ec.getChildrenAdded() : null;
1169 hole0 = ec.getIndex();
1222 * @param ec changes to the element this view is responsible
1231 protected void updateLayout(DocumentEvent.ElementChange ec,
1233 if ((ec != null) && (a != null)) {