Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Using DTP in RCP/Plugins
Using DTP in RCP/Plugins [message #587626] Sat, 25 August 2007 08:05
M. Bashir Al-Noimi is currently offline M. Bashir Al-NoimiFriend
Messages: 65
Registered: July 2009
Member
Hi folks,

I would like to use eclipse datatools inside my RCP project, so is there
anybody knows how i can do that?

I tried to add DataSourceExplorerNavigator ViewPart to my Perspective by
using the following code:

public void createInitialLayout(IPageLayout layout) {
addFastViews(layout);
layout.setEditorAreaVisible(false);
addPerspectiveShortcuts(layout);
addViewShortcuts(layout);

layout.addView(" org.eclipse.datatools.connectivity.DataSourceExplorerNavigat or ",

IPageLayout.TOP, 0.5f, layout.getEditorArea());
}

but when i launched the project, DataSourceExplorerNavigator ViewPart
didn't appear !



--
Best Regards تحياتي
Muhammad Bashir Al-Noimi محمد بشير النعيمي

My Blog مدونتي
http://hali-sy.com/
Previous Topic:Viewing Sybase ASE stored procedures
Next Topic:Adding CIMOM as a data source : Building DTP
Goto Forum:
  


Current Time: Fri Mar 29 09:37:21 GMT 2024

Powered by FUDForum. Page generated in 0.02678 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top