@Override
 public void commit(boolean onSave) {
   fOsText.commit();
   fWsText.commit();
   fNlText.commit();
   fArchText.commit();
   super.commit(onSave);
 }
Example #2
0
 /* (non-Javadoc)
  * @see org.eclipse.ui.forms.AbstractFormPart#commit(boolean)
  */
 public void commit(boolean onSave) {
   fIdEntry.commit();
   fNameEntry.commit();
   fVersionEntry.commit();
   super.commit(onSave);
 }
 @Override
 public void commit(boolean onSave) {
   fProgramArgs.commit();
   fVMArgs.commit();
   super.commit(onSave);
 }