Searched defs:view (Results 51 - 61 of 61) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java74 * @param view the View to get the baseline for
84 public static int getHTMLBaseline(View view, int w, int h) { argument
89 if (view instanceof Renderer) {
90 return getBaseline(view.getView(0), w, h);
102 View view = (View)c.getClientProperty(BasicHTML.propertyKey);
103 if (view != null) {
104 int baseline = getHTMLBaseline(view, w, h);
116 static int getBaseline(View view, int w, int h) { argument
117 if (hasParagraph(view)) {
118 view
124 getBaseline(View view, Shape bounds) argument
157 hasParagraph(View view) argument
639 private View view; field in class:BasicHTML.Renderer
[all...]
H A DBasicTextUI.java48 * basic editor view and controller services that may be useful
63 * event thread (which is expected to render, do model/view coordinate
64 * translation, etc). <em>Any access to the root view should first
74 * To build a view of the model, one of the following strategies
647 * Paints a background for the view. This will only be
673 * It is implemented to rebuild the view hierarchy
678 // create a view hierarchy
686 * Sets the current root of the view hierarchy and calls invalidate().
690 * @param v the root view
701 * the model won't change from the view o
1752 private View view; field in class:BasicTextUI.RootView
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java97 private CheckListView view; field in class:FilterTopComponent
128 view.showSelection(arr);
318 view.revalidate();
319 view.repaint();
346 view = new CheckListView();
362 this.add(view, BorderLayout.CENTER);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCViewPlatformEmbeddedFrame.java47 private CPlatformView view; field in class:CViewPlatformEmbeddedFrame
58 view = new CPlatformView();
59 view.initialize(peer, responder);
61 CWrapper.NSView.addSubview(this.target.getEmbedderHandle(), view.getAWTView());
62 view.setAutoResizable(true);
66 return view.getAWTView();
71 return view.getWindowLayerPtr();
81 CWrapper.NSView.removeFromSuperview(view.getAWTView());
82 view.dispose();
87 CWrapper.NSView.setHidden(view
[all...]
H A DCWrapper.java79 public static native void addSubview(long view, long subview); argument
80 public static native void removeFromSuperview(long view); argument
82 public static native void setFrame(long view, int x, int y, int w, int h); argument
83 public static native Rectangle2D frame(long view); argument
84 public static native long window(long view); argument
86 public static native void enterFullScreenMode(long view); argument
87 public static native void exitFullScreenMode(long view); argument
89 public static native void setToolTip(long view, String msg); argument
90 public static native void setHidden(long view, boolean hidden); argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJScrollPane.java48 * Provides a scrollable view of a lightweight component.
70 * <code>JViewport</code> view.
104 * vertical scrollbar is not present, perhaps because the view component hasn't
118 * be used if the main viewport view is smaller than the viewport, or is
130 * determines the size to make the viewport view in one of two ways:
132 * <li>If the view implements <code>Scrollable</code>
274 * Creates a <code>JScrollPane</code> that displays the view
276 * whose view position can be controlled with a pair of scrollbars.
280 * then the vertical scrollbar only appears if the view doesn't fit
287 * @param view th
293 JScrollPane(Component view, int vsbPolicy, int hsbPolicy) argument
322 JScrollPane(Component view) argument
1003 setViewportView(Component view) argument
1073 setRowHeaderView(Component view) argument
1142 setColumnHeaderView(Component view) argument
[all...]
H A DJFileChooser.java363 protected void setup(FileSystemView view) { argument
366 if(view == null) {
367 view = FileSystemView.getFileSystemView();
369 setFileSystemView(view);
1409 * file chooser to filter out files from the user's view.
1456 * Sets the file view to used to retrieve UI information, such as
1473 * Returns the current file view.
1623 * Sets the file system view that the <code>JFileChooser</code> uses for
1642 * Returns the file system view.
H A DJViewport.java46 * brings new things into view at the top of the picture and loses
54 * <ol><li>The view and parent view and checked to see if they are
60 * the viewport, stop and repaint the whole view region.
63 * <li>Message the view to repaint the newly visible region.
130 * operations instead of by accessing the view object to construct the
139 /** The view image used for a backing store. */
152 * the flag is off and the view repaints normally. Another approach
161 * Listener that is notified each time the view changes size.
215 // portion of the view (i
951 setView(Component view) argument
1577 blitDoubleBuffered(JComponent view, Graphics g, int clipX, int clipY, int clipW, int clipH, int blitFromX, int blitFromY, int blitToX, int blitToY, int blitW, int blitH) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java24 package com.sun.hotspot.igv.view;
26 import com.sun.hotspot.igv.view.widgets.BlockWidget;
27 import com.sun.hotspot.igv.view.widgets.LineWidget;
40 import com.sun.hotspot.igv.view.widgets.FigureWidget;
41 import com.sun.hotspot.igv.view.widgets.InputSlotWidget;
42 import com.sun.hotspot.igv.view.widgets.OutputSlotWidget;
43 import com.sun.hotspot.igv.view.widgets.SlotWidget;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java101 * The default view of the models are provided as a hierarchy of
1040 * <table summary="Describes the tag and view created by this factory by default">
1119 * Creates a view from an element.
1122 * @return the view
2033 * @param bounds the bounding box of the view, which is not
2036 * @param view View painting for
2040 Shape bounds, JTextComponent c, View view) {
2050 if (offs0 == view.getStartOffset() &&
2051 offs1 == view.getEndOffset()) {
2052 // Contained in view, ca
2039 paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp81 typedef lgrp_cookie_t (*lgrp_init_func_t)(lgrp_view_t view);
282 static lgrp_cookie_t lgrp_init(lgrp_view_t view) { return _lgrp_init != NULL ? _lgrp_init(view) : 0; } argument

Completed in 1094 milliseconds

123