Searched defs:top (Results 1 - 3 of 3) sorted by relevance

/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...]
/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 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

Completed in 21 milliseconds