Plugin: how to get all the types available in my eclipse Workspace?
        Posted  
        
            by Ido
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ido
        
        
        
        Published on 2009-08-26T10:50:22Z
        Indexed on 
            2010/03/12
            2:47 UTC
        
        
        Read the original article
        Hit count: 379
        
Hi,
I'm writing an eclipse plugin, and I want to get all the types that are available in my workspace,
like when pressing Ctrl+Shift+T,
but in a list or array. 
How can I do it?
© Stack Overflow or respective owner