예제 #1
0
파일: ViewData.java 프로젝트: schugabe/FWS
 /** @return the key for the hashmap that is selected in the list */
 private String getCurrentKey() throws Exception {
   return dataList.getSelection()[0].split(";")[0];
 }