예제 #1
0
 @Override
 public void run() {
   try {
     getPage().showView("org.eclipse.ui.views.PropertySheet");
   } catch (PartInitException exception) {
     FSMEditorPlugin.INSTANCE.log(exception);
   }
 }