Searched refs:horizontalMaster (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java3593 // horizontalMaster and/or verticalMaster reference the group of
3595 private LinkInfo horizontalMaster; field in class:GroupLayout.ComponentInfo
3613 if (horizontalMaster != null) {
3614 horizontalMaster.remove(this);
3688 return horizontalMaster != null;
3696 horizontalMaster = linkInfo;
3709 if (horizontalMaster == null && create) {
3710 // horizontalMaster field is directly set by adding
3714 return horizontalMaster;
3727 if (horizontalMaster !
[all...]

Completed in 32 milliseconds