Lines Matching defs:views

48 views have been broken down into pieces.  The convenience of a substantial
50 views, and makes it easier to keep track of the view pieces as the model is
51 changed and the view must be changed to reflect the model. Simple views
52 therefore represent an Element directly and complex views do not.
137 <li>The order of views relative to the model is up to the implementation.
138 Although child views will typically be arranged in the same order that they
176 views, it has no way to filter the broadcast of change information. The view
215 * all views are visible.
275 * Child views can call this on the parent to indicate that
312 * views to enable itself to render into the given allocation.
341 // from two super-views as a child. see logicalView
350 * Returns the number of views in this view. Since
354 * @return the number of views >= 0
422 * Replaces child views. If there are no views to remove
423 * this acts as an insert. If there are no views to
430 * @param offset the starting index into the child views to insert
431 * the new views. This should be a value >= 0 and <= getViewCount
432 * @param length the number of existing child views to remove
434 * @param views the child views to add. This value can be
439 public void replace(int offset, int length, View[] views) {
459 * This enables finding out where various views
460 * are located, without assuming how the views store
462 * default is to not have any child views.
476 * Some views may not be visible,
573 * position is a boundary of two views; <code>b</code> will have one
599 * position is a boundary of two views; <code>b0</code> will have one
679 * responsible for. If this view has child views that are
681 * whatever is necessary to make sure the child views correctly
684 * to forward the DocumentEvent to the appropriate child views.
720 * responsible for. If this view has child views that are
722 * whatever is necessary to make sure the child views correctly
725 * to forward the DocumentEvent to the appropriate child views.
761 * responsible for. If this view has child views that are
763 * whatever is necessary to make sure the child views correctly
766 * to forward the DocumentEvent to the appropriate child views.
871 * called by views that try to do formatting of their
874 * views representing chunks of text can sometimes be
1010 * the view hierarchy. Normally the views are given this
1072 * Updates the child views in response to receiving notification
1075 * to assume the child views are directly responsible for the
1077 * <code>ViewFactory</code> is used to create child views for each element
1080 * child views representing the removed elements specified are
1087 * @param f the factory to use to build child views
1088 * @return whether or not the child views represent the
1090 * for. Some views create children that represent a portion
1092 * false. This information is used to determine if views
1121 * Forwards the given <code>DocumentEvent</code> to the child views
1125 * forwarding (i.e. new child views should not get