コード例 #1
0
 @Override
 protected void createKeyInputObjects() {
   // input objects were already created in the composites.
   // update them with important information now..
   key1InputComposite.setKeyInputName(Messages.TranspositionWizardPage_inputname_firstkey);
   key2InputComposite.setKeyInputName(Messages.TranspositionWizardPage_inputname_secondkey);
 }