コード例 #1
0
 public void setReadOnly(boolean b) {
   propertyChangePublisherSupport.firePropertyChanged(READONLY_PROPERTY, this.readOnly, b);
   this.readOnly = b;
 }
コード例 #2
0
 public void setDisabled(boolean b) {
   propertyChangePublisherSupport.firePropertyChanged(DISABLED_PROPERTY, this.disabled, b);
   this.disabled = b;
 }