Searched defs:views (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/views/
H A DAbstractView.java42 package org.w3c.dom.views;
45 * A base interface that all views shall derive from.
H A DDocumentView.java42 package org.w3c.dom.views;
/openjdk7/jdk/test/java/nio/file/FileSystem/
H A DBasic.java44 static void checkSupported(FileSystem fs, String... views) { argument
45 for (String view: views) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java34 * implementation which manages one or more child views.
36 * for managing relatively small numbers of child views.)
94 * their child views in a different manner. The default
144 * Returns the number of child views of this view.
146 * @return the number of views >= 0
164 * Replaces child views. If there are no views to remove
165 * this acts as an insert. If there are no views to
171 * @param offset the starting index into the child views to insert
172 * the new views; >
179 replace(int offset, int length, View[] views) argument
[all...]
H A DTableView.java207 * Change the child views. This is implemented to
211 public void replace(int offset, int length, View[] views) { argument
212 super.replace(offset, length, views);
223 // determine which views are table rows and clear out
326 * each of the child views. This is a return value and is
640 * Change the child views. This is implemented to
644 public void replace(int offset, int length, View[] views) { argument
645 super.replace(offset, length, views);
663 * each of the child views. This is a return value and is
707 * each of the child views
[all...]
H A DView.java48 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 t
439 replace(int offset, int length, View[] views) argument
[all...]
H A DAsyncBoxView.java37 * on a granularity of operations on the child views.
227 * fetching the child views new preferences.
252 * fetching the child views new preferences.
346 * Calls the superclass to update the child views, and
353 * @param offset the starting offset into the child views >= 0
354 * @param length the number of existing views to replace >= 0
355 * @param views the child views to insert
357 public void replace(int offset, int length, View[] views) { argument
372 if (views !
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DQNameMap.java296 return views;
299 private transient Iterable<V> views = new Iterable<V>() { field in class:QNameMap
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java268 // determine which views are table rows and clear out
638 * each of the child views. This is a return value and is
681 * each of the child views; this is a return value and is
908 * Change the child views. This is implemented to
912 public void replace(int offset, int length, View[] views) { argument
913 super.replace(offset, length, views);
921 * views that actually represent pieces of the table.
1469 * Change the child views. This is implemented to
1473 public void replace(int offset, int length, View[] views) { argument
1474 super.replace(offset, length, views);
[all...]

Completed in 2487 milliseconds