how to access package explorer element in eclipse plugin
Posted
by Ankit Malik
on Stack Overflow
See other posts from Stack Overflow
or by Ankit Malik
Published on 2009-09-03T05:39:15Z
Indexed on
2010/06/11
12:02 UTC
Read the original article
Hit count: 255
hi i am making an eclipse plugin which make a ui on right clicking a project in eclipse workspce . the ui contains text fields , package explorer for the current project and directory explorer for current project. i have successfully made a ui which appears on clicking a menu item on right clicking the project but it seems i can't make any jface or swt ui since they are not visible when we are using eclipse command hadlers .so in order to overcome it i made dialog pages but they have limited dialog like directorty dialog and file dialog and that too for entire window directory..... but i want package explorer and directory explorer for the project i just chose like it happens when u try making a new class in a project the browse buttons just show packages and directory struture w.r.t to current selection
am i doin things wrong or is there a way out please suggest .....
© Stack Overflow or respective owner