예제 #1
0
 public List<PsiType> getSelectedExceptionTypes() {
   return exceptionForm.getSelectedExceptionTypes();
 }
예제 #2
0
 @Nullable
 @Override
 protected JComponent createCenterPanel() {
   return exceptionForm.getSplitter();
 }