Lines Matching defs:ltr
567 boolean ltr = target.getComponentOrientation().isLeftToRight();
575 result = ltr ? firstItem : lastItem;
580 result = ltr ? lastItem : firstItem;
649 boolean ltr = target.getComponentOrientation().isLeftToRight();
652 if ((c=getChild(EAST,ltr)) != null) {
657 if ((c=getChild(WEST,ltr)) != null) {
662 if ((c=getChild(CENTER,ltr)) != null) {
667 if ((c=getChild(NORTH,ltr)) != null) {
672 if ((c=getChild(SOUTH,ltr)) != null) {
705 boolean ltr = target.getComponentOrientation().isLeftToRight();
708 if ((c=getChild(EAST,ltr)) != null) {
713 if ((c=getChild(WEST,ltr)) != null) {
718 if ((c=getChild(CENTER,ltr)) != null) {
723 if ((c=getChild(NORTH,ltr)) != null) {
728 if ((c=getChild(SOUTH,ltr)) != null) {
810 boolean ltr = target.getComponentOrientation().isLeftToRight();
813 if ((c=getChild(NORTH,ltr)) != null) {
819 if ((c=getChild(SOUTH,ltr)) != null) {
825 if ((c=getChild(EAST,ltr)) != null) {
831 if ((c=getChild(WEST,ltr)) != null) {
837 if ((c=getChild(CENTER,ltr)) != null) {
848 * @param ltr Is the component line direction left-to-right?
850 private Component getChild(String key, boolean ltr) {
860 result = ltr ? firstItem : lastItem;
866 result = ltr ? lastItem : firstItem;