コード例 #1
0
 /* (non-Javadoc)
  * @see org.eclipse.jface.action.Action#run()
  */
 public final void run() {
   if (teamAction != null) {
     teamAction.setActivePart(
         this,
         PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActivePart());
     teamAction.run(this);
   }
 }