Exemplo n.º 1
0
 /** For dynamically remove all properties to this tab */
 public void clearProperties() {
   if (propertiesNames == null) return;
   propertiesNames.clear();
   resetAfterAddRemoveProperty();
 }