示例#1
0
 @Override
 public void dataUpdated(ViewEvent e) {
   if (e.getPinnedData() == tagdata) {
     label.setText(tagdata.getFullPath());
   }
 }