Lines Matching refs:oldValue
327 String oldValue = this.text;
329 firePropertyChange("text", oldValue, text);
342 if (text == null || oldValue == null || !text.equals(oldValue)) {
377 Icon oldValue = defaultIcon;
385 if ((defaultIcon != oldValue) && !disabledIconSet) {
389 firePropertyChange("icon", oldValue, defaultIcon);
391 if ((accessibleContext != null) && (oldValue != defaultIcon)) {
394 oldValue, defaultIcon);
401 if (defaultIcon != oldValue) {
403 (oldValue == null) ||
404 (defaultIcon.getIconWidth() != oldValue.getIconWidth()) ||
405 (defaultIcon.getIconHeight() != oldValue.getIconHeight())) {
453 Icon oldValue = this.disabledIcon;
456 firePropertyChange("disabledIcon", oldValue, disabledIcon);
457 if (disabledIcon != oldValue) {
458 if (disabledIcon == null || oldValue == null ||
459 disabledIcon.getIconWidth() != oldValue.getIconWidth() ||
460 disabledIcon.getIconHeight() != oldValue.getIconHeight()) {
558 int oldValue = mnemonicIndex;
569 firePropertyChange("displayedMnemonicIndex", oldValue, index);
570 if (index != oldValue) {
661 int oldValue = this.iconTextGap;
663 firePropertyChange("iconTextGap", oldValue, iconTextGap);
664 if (iconTextGap != oldValue) {
712 int oldValue = verticalAlignment;
714 firePropertyChange("verticalAlignment", oldValue, verticalAlignment);
764 int oldValue = horizontalAlignment;
768 oldValue, horizontalAlignment);