Lines Matching refs:by

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
83 * Key bindings are now defined by the LookAndFeel, please refer to
93 * Key bindings are now defined by the LookAndFeel, please refer to
103 * Key bindings are now defined by the LookAndFeel, please refer to
113 * Key bindings are now defined by the LookAndFeel, please refer to
240 * Invoked by <code>installUI</code> to create
268 * Invoked by installUI.
327 * Invoked by uninstallUI.
567 * Sets the tab the mouse is over by location. This is a cover method
714 * Returns the amount the baseline is offset by. This is typically
717 * @return amount to offset the baseline by
794 // painted by the scrollable tab panel instead.
806 * Invoked by paint().
909 * For tabs placed on TOP and BOTTOM, this righthand torn edge is created by
910 * line segments which are defined by coordinates obtained by
913 * For tabs placed on LEFT or RIGHT, the bottom torn edge is created by
1450 * silently fail. We handle that by forcing a layout if tabPane
1516 * are by default defined in the coordinate space of the component where
2722 // the bottom, flip x positions and adjust by widths
3068 int by = 0;
3080 by = (child == tabScroller.scrollForwardButton) ?
3096 by = (tabPlacement == TOP ? ty + th - bsize.height : ty);
3101 child.setBounds(bx, by, bw, bh);
3233 // the bottom, flip x positions and adjust by widths
3642 // This will trigger the focusIndex to change by way
3689 or removed by listening for the container events. we then
3706 replaced by something which uses that. */