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

123

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DFileOwnerAttributeViewImpl.java42 private final FileAttributeView view; field in class:FileOwnerAttributeViewImpl
45 FileOwnerAttributeViewImpl(PosixFileAttributeView view) { argument
46 this.view = view;
50 FileOwnerAttributeViewImpl(AclFileAttributeView view) { argument
51 this.view = view;
89 return ((PosixFileAttributeView)view).readAttributes().owner();
91 return ((AclFileAttributeView)view).getOwner();
100 ((PosixFileAttributeView)view)
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTextUI.java161 * @param bounds the bounding box of the view, which is not
164 * @param view View painting for
168 Shape bounds, JTextComponent c, View view) {
184 if (offs0 == view.getStartOffset() &&
185 offs1 == view.getEndOffset()) {
186 // Contained in view, can just use bounds.
211 Shape shape = view.modelToView(offs0, Position.Bias.Forward,
167 paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java24 package com.sun.hotspot.igv.view;
H A DExtendedPanAction.java24 package com.sun.hotspot.igv.view;
H A DFindPanel.java24 package com.sun.hotspot.igv.view;
H A DSlotLayout.java24 package com.sun.hotspot.igv.view;
H A DExtendedSatelliteComponent.java24 package com.sun.hotspot.igv.view;
H A DDiagramViewModel.java25 package com.sun.hotspot.igv.view;
H A DEditorTopComponent.java24 package com.sun.hotspot.igv.view;
30 import com.sun.hotspot.igv.view.actions.EnableBlockLayoutAction;
31 import com.sun.hotspot.igv.view.actions.ExpandPredecessorsAction;
32 import com.sun.hotspot.igv.view.actions.ExpandSuccessorsAction;
33 import com.sun.hotspot.igv.view.actions.ExtractAction;
34 import com.sun.hotspot.igv.view.actions.HideAction;
35 import com.sun.hotspot.igv.view.actions.NextDiagramAction;
36 import com.sun.hotspot.igv.view.actions.NodeFindAction;
37 import com.sun.hotspot.igv.view.actions.OverviewAction;
38 import com.sun.hotspot.igv.view
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DNextDiagramAction.java24 package com.sun.hotspot.igv.view.actions;
26 import com.sun.hotspot.igv.view.DiagramViewModel;
50 putValue(Action.SMALL_ICON, new ImageIcon(Utilities.loadImage("com/sun/hotspot/igv/view/images/next_diagram.png")));
H A DPrevDiagramAction.java24 package com.sun.hotspot.igv.view.actions;
27 import com.sun.hotspot.igv.view.DiagramViewModel;
50 putValue(Action.SMALL_ICON, new ImageIcon(Utilities.loadImage("com/sun/hotspot/igv/view/images/prev_diagram.png")));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java90 public Shape paintLayer(final Graphics g, final int offs0, final int offs1, final Shape bounds, final JTextComponent c, final View view) { argument
92 return super.paintLayer(g, offs0, offs1, bounds, c, view);
/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java71 static boolean hasAttribute(UserDefinedFileAttributeView view, String attr) argument
74 for (String name: view.list()) {
82 final UserDefinedFileAttributeView view =
90 int nwrote = view.write(ATTR_NAME, buf);
95 if (view.size(ATTR_NAME) != size)
100 int nread = view.read(ATTR_NAME, buf);
111 view.read(ATTR_NAME, ByteBuffer.allocateDirect(1));
118 view.write(ATTR_NAME, buf);
119 if (view.size(ATTR_NAME) != size)
123 if (!hasAttribute(view, ATTR_NAM
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java24 package com.sun.hotspot.igv.view.widgets;
29 import com.sun.hotspot.igv.view.*;
H A DDiagramConnectionWidget.java24 package com.sun.hotspot.igv.view.widgets;
28 import com.sun.hotspot.igv.view.DiagramScene;
H A DMultiConnectionWidget.java24 package com.sun.hotspot.igv.view.widgets;
30 import com.sun.hotspot.igv.view.DiagramScene;
H A DFigureWidget.java24 package com.sun.hotspot.igv.view.widgets;
27 import com.sun.hotspot.igv.view.DiagramScene;
28 import com.sun.hotspot.igv.view.SlotLayout;
H A DLineWidget.java24 package com.sun.hotspot.igv.view.widgets;
29 import com.sun.hotspot.igv.view.DiagramScene;
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java175 static void testBasicFileAttributeView(BasicFileAttributeView view, Path file) argument
179 view.readAttributes();
184 view.setTimes(null, now, now);
188 static void testPosixFileAttributeView(PosixFileAttributeView view, Path file) argument
192 PosixFileAttributes attrs = view.readAttributes();
197 view.setPermissions(attrs.permissions());
202 view.setOwner(attrs.owner());
207 view.setOwner(attrs.owner());
569 PosixFileAttributeView view =
571 if (view !
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java135 public <V extends FileStoreAttributeView> V getFileStoreAttributeView(Class<V> view) argument
137 if (view == null)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java61 private JViewport view; field in class:SourceCodePanel.RowHeader
131 void setViewport(JViewport view) { argument
132 this.view = view;
137 if (view == null) return;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultHighlighter.java105 * Adds a highlight to the view. Returns a tag that can be used
137 * Removes a highlight from the view.
291 * @param p0 starting offset of view
292 * @param p1 ending offset of view
295 * @param view View instance being rendered
299 JTextComponent editor, View view) {
309 editor, view);
446 * @param bounds the bounding box of the view, which is not
449 * @param view View painting for
453 Shape bounds, JTextComponent c, View view) {
297 paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view) argument
452 paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) argument
563 paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view) argument
[all...]
H A DUtilities.java54 * If <code>view</code>'s container is a <code>JComponent</code> it
57 static JComponent getJComponent(View view) { argument
58 if (view != null) {
59 Component component = view.getContainer();
93 * @param view View requesting rendering, may be null.
103 static final int drawTabbedText(View view, argument
106 return drawTabbedText(view, s, x, y, g, e, startOffset, null);
116 static final int drawTabbedText(View view, argument
120 JComponent component = getJComponent(view);
134 if (view !
219 getTabbedTextWidth(View view, Segment s, FontMetrics metrics, int x, TabExpander e, int startOffset, int[] justificationData) argument
306 getTabbedTextOffset(View view, Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, int[] justificationData) argument
329 getTabbedTextOffset(View view, Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round, int[] justificationData) argument
891 drawComposedText(View view, AttributeSet attr, Graphics g, int x, int y, int p0, int p1) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java157 getFileAttributeView(Path obj, Class<V> view, LinkOption... options) argument
160 if (view == null)
163 if (view == BasicFileAttributeView.class)
165 if (view == DosFileAttributeView.class)
167 if (view == AclFileAttributeView.class)
169 if (view == FileOwnerAttributeView.class)
172 if (view == UserDefinedFileAttributeView.class)
184 Class<? extends BasicFileAttributeView> view;
186 view = BasicFileAttributeView.class;
188 view
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayer.java138 * @param <V> the type of {@code JLayer}'s view component
154 private V view; field in class:JLayer
167 * Creates a new {@code JLayer} object with a {@code null} view component
181 * @param view the component to be decorated by this {@code JLayer}
185 public JLayer(V view) { argument
186 this(view, new LayerUI<V>());
190 * Creates a new {@code JLayer} object with the specified view component
193 * @param view the component to be decorated
197 public JLayer(V view, LayerUI<V> ui) { argument
199 setView(view);
224 setView(V view) argument
[all...]

Completed in 245 milliseconds

123