コード例 #1
0
 public void setFocus(SWTBotGefEditPart part) {
   gEditor.setFocus();
   part.select();
 }
コード例 #2
0
 // TODO: - test me
 //       - How to validate this???
 public void delete(SWTBotGefEditPart part) {
   gEditor.setFocus();
   part.select();
   gEditor.clickContextMenu("Delete");
 }