Searched refs:top (Results 1 - 25 of 34) sorted by relevance

12

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DClippedBorder.java44 private boolean top; field in class:ClippedBorder
59 * @param top
60 * {@code true} to include the top side of {@code border} in
75 public ClippedBorder(Border border, boolean top, boolean left, argument
81 this.top = top;
95 int top = this.top ? i.top : 0;
100 return new Insets(top, lef
[all...]
H A DScaledIconPanel.java82 int height = icon.getIconHeight() + insets.top + insets.bottom;
97 int height = getHeight() - insets.top - insets.bottom;
103 int y = insets.top;
H A DOverlayTable.java175 // Do bounds span beyond the top of the table?
330 rBounds.translate(rInsets.left, rInsets.top);
332 rBounds.height -= rInsets.top + rInsets.bottom;
415 insets.top += spacing.height / 2;
424 int cHeight = cSize.height - insets.top - insets.bottom;
429 insets.top, cWidth, cHeight);
H A DListCellOverlay.java89 d.height += insets.top + insets.bottom;
106 int y = insets.top;
108 int height = getHeight() - insets.top - insets.bottom;
522 cellRect.y - panelInsets.top - panelScrollInsets.y,
H A DRoundRecessedBorder.java113 insets.left = insets.top = insets.right = insets.bottom = 4;
H A DHintTextField.java125 viewR.y = insets.top;
127 viewR.height = getHeight() - (insets.top + insets.bottom);
H A DWrappingText.java119 int height = lines.length * metrics.getHeight() + insets.top +
145 int y = insets.top + metrics.getAscent();
H A DGUIUtil.java687 int top = metrics.getDescent();
689 c.setBorder(BorderFactory.createEmptyBorder(top, left, top, left));
751 margin.top, margin.left, margin.bottom, margin.right);
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DConstraints.java58 int top,
73 if (top+bottom+left+right > 0)
74 gbc.insets = new Insets(top, left, bottom, right);
111 int top,
119 0.0, 0.0, top, left, bottom, right);
47 constrain( Container container, Component component, int gridx, int gridy, int gridwidth, int gridheight, int fill, int anchor, double weightx, double weighty, int top, int left, int bottom, int right) argument
104 constrain( Container container, Component component, int gridx, int gridy, int gridwidth, int gridheight, int top, int left, int bottom, int right) argument
H A DDoubleTreesLayout.java262 bh += bc.insets.top + bc.insets.bottom;
297 llh + llc.insets.top + llc.insets.bottom,
298 rlh + rlc.insets.top + rlc.insets.bottom);
380 (int) (y + insets.top));
383 (int) (height - insets.top - insets.bottom));
H A DSelPanel.java284 boolean top, boolean select) {
285 initBranch(src, dst, parent, top, select, false);
289 boolean top, boolean select, boolean force) {
338 if (top)
529 // Try from top of current tree...
283 moveBranch(JTree src, JTree dst, DblTreeNode parent, boolean top, boolean select) argument
288 initBranch(JTree src, JTree dst, DblTreeNode parent, boolean top, boolean select, boolean force) argument
/solaris-userland-s11u3/components/top/
H A DMakefile25 COMPONENT_NAME= top
33 COMPONENT_BUGDB= utility/top
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DPanelFrame.java68 JPanel top = new JPanel(new BorderLayout());
69 top.setOpaque(false);
72 top.add(header, BorderLayout.NORTH);
77 top.add(navBar, BorderLayout.CENTER);
83 if (top.getComponentCount() != 0) {
84 top.setBorder(new ClippedBorder(GUIUtil.getEmptyBorder(), true,
86 panel.add(top, BorderLayout.NORTH);
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Dbasic.css68 margin-top: 0;
73 margin-top: 10px;
139 padding-top: 5px;
151 vertical-align: top;
155 margin-top: 0;
164 margin-top: 10px;
170 margin-top: 3px;
175 border-top: 1px solid #ddd;
182 border-top: 1px solid #ddd;
217 margin-top
[all...]
H A Dsidebar.js114 'margin-top': (viewport_height - sidebar.position().top - 20) / 2
125 'padding-top': '1px',
H A Ddefault.css153 div.body h1 { margin-top: 0; font-size: 200%; }
254 border-top: 1px solid #ac9;
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/layout/
H A DSimpleViewportLayout.java57 int cHeight = cSize.height - insets.top - insets.bottom;
89 c.setBounds(insets.left, insets.top, width, height);
103 int height = insets.top + insets.bottom;
H A DAbstractTableLayout.java399 int cHeight = aSize.height - insets.top - insets.bottom;
402 int top = insets.top;
406 top += fitToSize(cHeight, rows, getVerticalAnchor());
416 top += rows.getGap(r);
439 comp.setBounds(left + xAndWidth[0], top + yAndHeight[0],
446 top += rSize;
466 height += insets.top + insets.bottom;
559 int top = 0;
576 top
[all...]
H A DTabbedPaneOverlayLayout.java65 int aHeight = cSize.height - insets.top - insets.bottom;
99 insets.left + aWidth - cWidth, insets.top, cWidth, cHeight);
104 insets.left, insets.top + tOffsetY, aWidth, aHeight - tOffsetY);
153 height += insets.top + insets.bottom;
165 // Find the tab whose bottom edge is closest to the top
H A DUniformLayout.java132 int cHeight = cSize.height - insets.top - insets.bottom;
199 int height = insets.top + insets.bottom;
281 return new Insets(i.left, i.top, i.right, i.bottom);
/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/path/
H A DTokenLabel.java163 g.fillRect(insets.left, insets.top,
165 size.height - insets.top - insets.bottom);
192 int top = getInsets().top;
194 float hAlign = (float)(ascent + top) / (float)height;
H A DPathField.java88 d.height += insets.top + insets.bottom;
/solaris-userland-s11u3/components/openstack/horizon/files/branding/css/
H A Dsolaris2.css25 margin-top: 20px;
37 margin-top: 18px;
74 top: 0;
H A Dsolaris1.css32 top: 0;
41 border-top: 0;
51 border-top: 0;
66 .datepicker-dropdown.datepicker-orient-top:before {
67 top: -7px; }
69 .datepicker-dropdown.datepicker-orient-top:after {
70 top: -6px; }
75 border-top: 7px solid #999; }
80 border-top: 6px solid #fff; }
740 top
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/smf-old/com/oracle/solaris/scf/common/
H A DFMRI.java93 String[] top = uri.getPath().split("/:properties/", 2);
95 String[] next = top[0].split(":", 2);
111 if (top.length == 2) {
112 next = top[1].split("/", 2);

Completed in 5573 milliseconds

12