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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java475 public LayoutResult layoutMenuItem() {
476 LayoutResult lr = createLayoutResult();
497 private LayoutResult createLayoutResult() {
498 return new LayoutResult(
516 protected void prepareForLayout(LayoutResult lr) {
526 private void alignAccCheckAndArrowVertically(LayoutResult lr) {
547 private void fixVerticalAlignment(LayoutResult lr, Rectangle r) {
564 private void doLTRColumnLayout(LayoutResult lr, ColumnAlignment alignment) {
601 private void doLTRComplexLayout(LayoutResult lr, ColumnAlignment alignment) {
630 private void doRTLColumnLayout(LayoutResult l
1126 public static class LayoutResult { class in class:MenuItemLayoutHelper
1134 public LayoutResult() { method in class:MenuItemLayoutHelper.LayoutResult
1143 public LayoutResult(Rectangle iconRect, Rectangle textRect, method in class:MenuItemLayoutHelper.LayoutResult
[all...]

Completed in 34 milliseconds