DZone Forums
Go Back   DZone Forums > Community > Tools & IDEs > Eclipse
Reload this Page Help with Resource "Navigation" View PLEASE
Notices
Reply
 
LinkBack Thread Tools Display Modes
  (#1 (permalink)) Old
Member
 
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: May 2008
Default Help with Resource "Navigation" View PLEASE - 05-27-2008, 07:05 PM

Hi Everyone..

I am Perl programmer recently started working on Eclipse..Ur help is much appreciated.

What I have done is, created an eclipse GUI skeleton...(Please see below for the code in perspective.Java)

Then I added "Multi-page editor file" sample wizard to eclipse application ("file->other" It also has "General->file,project,folder,etc")

When I created a new project or Multi-page editor file, I am not able to see it in the resource "Navigator" view as a tree. Its only showing as: "--|" , where "|" should be newly created project name..

My task is to simply create a wizard to select file from hard disk, then "performFinish" completed - it should show on resource navigator view.. I am struggling to get this done for past 2 days searching google,eclipse tutorials - but no help..
Any ideas where I have done wrong? or any useful material??

---------------------
String editorArea = layout.getEditorArea();
// Top left: Resource Navigator view and Bookmarks view placeholder
IFolderLayout topLeft = layout.createFolder("topLeft", IPageLayout.LEFT, 0.25f, editorArea);
topLeft.addView(IPageLayout.ID_RES_NAV);
topLeft.addView(IPageLayout.ID_BOOKMARKS);

// Bottom left: Outline view and Property Sheet view
IFolderLayout bottomLeft = layout.createFolder("bottomLeft", IPageLayout.BOTTOM, 0.50f,"topLeft");
bottomLeft.addView(IPageLayout.ID_OUTLINE);
bottomLeft.addView(IPageLayout.ID_PROP_SHEET);

// Bottom right: Task List view
layout.addView(IPageLayout.ID_TASK_LIST, IPageLayout.BOTTOM, 0.66f, editorArea);

--------

Thanks for ur time n help

Dushi
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Special" folder layout for an EAR application - Migration from JBuilder doraemon Eclipse 1 11-13-2008 01:01 PM
Eclipse CDT "An internal error occurred during: "Launching"" aluminumpork Eclipse 1 10-08-2008 05:48 AM
Error:"Cannot complete the request." while adding plugins using an update site. amit123solanki Eclipse 0 07-28-2008 08:33 AM
Error when launching Eclipse: In Project Explorer window: "Error creating the view" barbuceanu Eclipse 1 05-07-2008 01:41 PM
How to supress html validation errors in "target" folder thebugslayer Eclipse 0 02-27-2008 09:06 AM


Copyright 1997-2009, DZone, Inc.
vBulletin Skin developed by: vBStyles.com