Questions tagged [rcp]

RCP stands for Rich Client Platform, and is software that provides a platform for application developers to build on. It may also refer to the "remote copy" command in Unix. Use the eclipse-rcp tag for questions about Eclipse RCP.

RCP stands for Rich Client Platform, which is software that provides a platform for application developers to build on. This speeds production, allowing proven framework to be used rather than re-implemented. An example is the Eclipse RCP.

http://wiki.eclipse.org/index.php/Rich_Client_Platform

It may also refer to the "remote copy" command in Unix.

1706 questions
0
votes
1 answer

Running Snippet053 Jface Table Viewer troubleshoot

This could not get weirder I was trying to run this snippet when it gives an error at following line StartEditorWithContextMenuu TreeCustomMenu IStructuredSelection selection = viewer.getStructuredSelection(); gives suggestion to change but does…
Praveen
  • 101
  • 14
0
votes
1 answer

ActionFactory.SAVE in a ViewPart

My application have an Editor and some View extend ViewPart. In the Editor I can create a Save action like this Action action = (Action) ActionFactory.SAVE.create(PlatformUI.getWorkbench().getActiveWorkbenchWindow()); and the add action in a…
gamo
  • 1,549
  • 7
  • 24
  • 36
0
votes
1 answer

Error when creating an Eclipse product configuration: org.h2.jdbcx.JdbcDataSource cannot be found by org.eclipse.net4j.db

I have created a CDO server using a Run Configuration which runs org.eclipse.emf.cdo.server.product.tcp_h2 as a product. This works absolutely fine without any errors. However, I have tried to create a product configuration which is based on this…
Alex King
  • 180
  • 6
  • 17
0
votes
1 answer

Java/SWT - Want to detect the Drop area in a SWT DnD operation

Hi Stackoverflow people ! I'm implementing a Java RCP plugin for a project management tool, using SWT and close to a MVC logic. I need to do a kind of chronologic timeline in which milestones (some kind of deadline event in project management) can…
PierreH
  • 15
  • 1
  • 5
0
votes
1 answer

SWTBot - check if 3rd party application opened

Hi I am writing an SWTBot test which launches a file from a hyperlink using Program.launch. From the bot test I need to check that the 3rd party application opened to display the file. The only thing that seems obvious to me is checking that focus…
Forrie
  • 73
  • 7
0
votes
1 answer

How Exclude Plugin from integration-test in Eclipse RCP / Maven

I have an application which use the Eclipse RCP. I have severals plugins, they each have a pom.xml file, and all the project has a super pom.xml. The structure is : plugin.a ( pom.xml inside ) plugin.b ( pom.xml inside ) plugin.c ( pom.xml inside…
0
votes
0 answers

Error When enter data incorrect in FilterTree

I have create a FilterTree, when i enter correct data to filter and search, it displays the correct results. But when I enter incorrect data (For example: "asdjahsdkjhsaldkj"). It will be error, And I dont know why ? This is my src :…
Ace
  • 1
  • 1
0
votes
1 answer

Junit for MessageBoxProvider

I have code like below if (MessageBoxProvider.questionMessageBox(shell, title, message)) { return performOverwrite(file); } I wanted to test(JUnit) how many times performOverwrite(file) method called, I know I can use…
Ganesh H
  • 1,649
  • 3
  • 14
  • 20
0
votes
1 answer

How to generate java source using database details in eclipse

I need a eclipse plugin which can generate a pojo with fields based on the columns of primary table and number of secondary data base. I'm aware of AST provided by eclipse JDT plugin to generate class. I wanted to know if there is any api that can…
0
votes
0 answers

Eclipse RCP - Support for external plugins (without adding dependencies in main application)

I have an Eclipse RCP Application with a bunch of plugins. I need to distribute it and let people make plugins for it. Currently, I create new plugin projects with fragments that are integrated into the main application by adding them to the…
Aswin
  • 541
  • 4
  • 13
0
votes
1 answer

Eclipse 4 RCP - how to create project?

I am using eclipse 4 application platform for building custom ide like app, but i am still not sure what libraries i can use. For instance i can't find some API which is responsible for maintaining projects. Is it even possible to create project or…
Krab
  • 6,526
  • 6
  • 41
  • 78
0
votes
1 answer

Sharing a model between two views

I am still learning how to use rich client platform and window builder. what I have at the moment is a simple plugin project with a view, I then added a second view and in the perspetiveextensions extension, I made it so that both of the views are…
user2405469
  • 1,953
  • 2
  • 22
  • 43
0
votes
1 answer

getActivePage().showView() pass model

using the EMF to start another view I would do this: PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView("viewid") thing is, what if I want to pass some object through as well, is there a way to do this? EDIT I can just…
user2405469
  • 1,953
  • 2
  • 22
  • 43
0
votes
1 answer

Error while launching multiple instance of an e4 application in linux system of an exe

I am creating multiple instances of an e4 rcp application using -data @ none. By using this multiple instances are getting created in Windows 7 successfully but when I run the application in linux in the terminal by ./applicationname it throws an…
vinod raj
  • 69
  • 2
  • 10
0
votes
0 answers

Reload CSS in Eclipse RCP Application

I try design a CSS for my app rcp in eclipse 3.6, but i need refresh or reload applicationCSS attribute (in command o event), I don't use Theme, I only use the applicationCSS attribute in my product definition, with default theme.