Searched refs:views (Results 1 - 17 of 17) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/org/w3c/dom/views/
H A Dpackage-info.java37 package org.w3c.dom.views;
H A DDocumentView.java42 package org.w3c.dom.views;
H A DAbstractView.java42 package org.w3c.dom.views;
45 * A base interface that all views shall derive from.
/openjdk9/jaxp/src/java.xml/share/classes/org/w3c/dom/events/
H A DUIEvent.java44 import org.w3c.dom.views.AbstractView;
H A DMouseEvent.java44 import org.w3c.dom.views.AbstractView;
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/css/
H A DViewCSS.java45 import org.w3c.dom.views.AbstractView;
/openjdk9/jdk/src/java.desktop/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 DAsyncBoxView.java37 * on a granularity of operations on the child views.
241 * fetching the child views new preferences.
268 * fetching the child views new preferences.
363 * Calls the superclass to update the child views, and
370 * @param offset the starting offset into the child views >= 0
371 * @param length the number of existing views to replace >= 0
372 * @param views the child views to insert
374 public void replace(int offset, int length, View[] views) { argument
389 if (views !
[all...]
H A DTableView.java208 * Change the child views. This is implemented to
212 public void replace(int offset, int length, View[] views) { argument
213 super.replace(offset, length, views);
224 // determine which views are table rows and clear out
327 * each of the child views. This is a return value and is
656 * Change the child views. This is implemented to
660 public void replace(int offset, int length, View[] views) { argument
661 super.replace(offset, length, views);
726 * each of the child views. This is a return value and is
770 * each of the child views
[all...]
H A DFlowView.java38 * <li>A logical set of child views, which as used as a
45 * of the logical views are placed to create the flow.
67 * Fetches the axis along which views should be
73 * @return the axis along which views should be
313 * These are the views that represent the child elements
448 * all of the rows (child views) to be rebuilt to match the given
450 * to update the child views in the flow.
501 * Creates a row of views that will fit within the
511 * @param rowIndex the index of the row to fill in with views. The
514 * this views elemen
[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
175 views, it has no way to filter the broadcast of change information. The view
213 * all views are visible.
273 * Child views can call this on the parent to indicate that
310 * views t
438 replace(int offset, int length, View[] views) argument
[all...]
/openjdk9/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java112 JMenu views = buildViewsMenu();
142 menuBar.add(views);
214 JMenu views = new JMenu("Views");
227 views.add(inBox);
228 views.add(outBox);
229 return views;
/openjdk9/jdk/test/java/nio/file/FileSystem/
H A DBasic.java70 static void checkSupported(FileSystem fs, String... views) { argument
71 for (String view: views) {
/openjdk9/jaxp/src/java.xml/share/classes/
H A Dmodule-info.java66 exports org.w3c.dom.views;
/openjdk9/jaxws/src/java.xml.ws/share/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
/openjdk9/jdk/src/java.desktop/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...]
/openjdk9/jdk/test/java/util/Collection/
H A DMOAT.java1304 NavigableMapView[] views = {
1359 for (NavigableMapView view : views) {

Completed in 139 milliseconds