Beispiel #1
0
 /** @return */
 private TopicContextService findService() {
   IViewer viewer = topicPart.getSite().getViewer();
   if (viewer != null) {
     return (TopicContextService) viewer.getService(TopicContextService.class);
   }
   return null;
 }