Open Java Source File from fully qualified Name?
"c_reiter" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! I have got a fully qualified name of a Java Source File, e.g. "com.example.application.logic.SomeJavaBean" and want to open the associate java source file in the editor window if it is contained in one of the currently opened projects. If it's already opened the window should be brought to the front. How can I resolve the right file from the above string? I've searched for hours, but I'm lost. Is there also a effficient way to test if such a string refers to a known java source file in one of the currently opened projects? Thank in anticipation :) chris