[ 
https://issues.apache.org/jira/browse/UIMA-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128967#comment-13128967
 ] 

Peter Klügl commented on UIMA-2252:
-----------------------------------

I decided to keep my own objects for the treeviewer/content provider for now, 
was looking for the IAdaptable stuff and found: 

 mNext = (FeatureStructure) ((IAdaptable) item).getAdapter(AnnotationFS.class); 
(FeatureStructureSelectionIterator line 58)

I was wondering about the adapter class. Why do you use AnnotationFS.class? I 
first used FeatureStructure in the interface implementation and that obviously 
didn't work then... I hope that's not a stupid question.
                
> Migrate TextMarker visualization to CAS Editor
> ----------------------------------------------
>
>                 Key: UIMA-2252
>                 URL: https://issues.apache.org/jira/browse/UIMA-2252
>             Project: UIMA
>          Issue Type: New Feature
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>
> Start the migration of the CEV plugins of the TextMarker using the CAS Editor 
> code base. Investigate the which changes in the CAS Editor are needed to 
> support the existing TextMarker functionality.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to