/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | ClippedBorder.java | 44 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 D | ScaledIconPanel.java | 82 int height = icon.getIconHeight() + insets.top + insets.bottom; 97 int height = getHeight() - insets.top - insets.bottom; 103 int y = insets.top;
|
H A D | OverlayTable.java | 175 // 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 D | ListCellOverlay.java | 89 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 D | RoundRecessedBorder.java | 113 insets.left = insets.top = insets.right = insets.bottom = 4;
|
H A D | HintTextField.java | 125 viewR.y = insets.top; 127 viewR.height = getHeight() - (insets.top + insets.bottom);
|
H A D | WrappingText.java | 119 int height = lines.length * metrics.getHeight() + insets.top + 145 int y = insets.top + metrics.getAscent();
|
H A D | GUIUtil.java | 687 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 D | Constraints.java | 58 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 D | DoubleTreesLayout.java | 262 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 D | SelPanel.java | 284 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 D | Makefile | 25 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 D | PanelFrame.java | 68 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 D | basic.css | 68 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 D | sidebar.js | 114 'margin-top': (viewport_height - sidebar.position().top - 20) / 2 125 'padding-top': '1px',
|
H A D | default.css | 153 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 D | SimpleViewportLayout.java | 57 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 D | AbstractTableLayout.java | 399 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 D | TabbedPaneOverlayLayout.java | 65 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 D | UniformLayout.java | 132 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 D | TokenLabel.java | 163 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 D | PathField.java | 88 d.height += insets.top + insets.bottom;
|
/solaris-userland-s11u3/components/openstack/horizon/files/branding/css/ |
H A D | solaris2.css | 25 margin-top: 20px; 37 margin-top: 18px; 74 top: 0;
|
H A D | solaris1.css | 32 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 D | FMRI.java | 93 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);
|