示例#1
0
 private static String getTabPosition(CTabFolder folder) {
   return folder.getTabPosition() == SWT.TOP ? "top" : "bottom";
 }