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
0 answers

How to create a custom PerspectiveBar in RCP application?

In my application, when I call getWindowConfigurer().setShowPerspectiveBar(true); the application will show a default PerspectiveBar look like this Now I want to customize my PerspectiveBar by remove the small icon at the left and add few more…
gamo
  • 1,549
  • 7
  • 24
  • 36
0
votes
2 answers

How to un-install a bundle in an RCP application during its launch

I'm having an RCP application, when i copy a new plugin (say com.XXX.version) into plugins folder of my RCP product and upon launching the product this newly copied plugin gets loaded by the framework and it replaces the old one (provided the…
Ragu
  • 187
  • 1
  • 11
0
votes
1 answer

Connect e4 RCP and Hibernate

I did hibernate tutorial separately and eclipse rcp tutorial separately later I tried to include hibernate in build path in rcp application and assumed it would work. But it does not when I need to use hibernate it errors out …
0
votes
0 answers

Setting color using IStylingEngine in MAC

In my SWT application in MAC, I was trying to set some colour in the text box when the validation is wrong using org.eclipse.e4.ui.services.IStylingEngine method(IStylingEngine cssengine){ cssengine.setClassname(txtEnterNumberHere,…
pvsnambiar
  • 113
  • 1
  • 10
0
votes
0 answers

How to re align the components in Grid layout in swt in java?

I have a page. in that three composites are there one by one.simply i am putting the composites into grid layout . composite1 Composite2 Composite3 Based on some condition, i will set visible false composite 1. So remaining components will be…
Sri
  • 669
  • 2
  • 13
  • 25
0
votes
1 answer

SWT - current platform in

I've got two questions: How I can to know the type of the current platform in code? Is it Mac or Linux or Windows. Is there something in SWT?
0
votes
2 answers

Eclipselink read complex object model in an ordered way

I need to read a complex model in an ordered way with eclipselink. The order is mandantory because it is a huge database and I want to have an output of a small portion of the database in a jface tableview. Trying to reorder it in the…
Raven
  • 561
  • 6
  • 19
0
votes
1 answer

Eclipse plug-in where to create resources ans dispose them

General question when developing a eclipse plugin which is exported as a product and deployable plug-in (jar). Where is the best place to create resources (Colors etc.) and dispose them? Tried it in the start() of the Activator class. Problem is i…
lolung
  • 460
  • 3
  • 16
0
votes
1 answer

All ViewPart does not get refresh for first time after changing the local

Consider a RCP application having some views. If you change the local in .ini files and restart the application all of the views does not get changed to the expected language until user clicked on them.
Prashant
  • 31
  • 4
0
votes
1 answer

Eclipse RCP Show tabs(Views) in two rows

I need show tabs in two rows, please can you help me? I'm using ECLIPSE RCP. I tried and used IFolderLayout but only show in one row.
0
votes
1 answer

How do I show all perspectives in my rcp project eclipse perspective bar (coolbar) upon startup?

Upon startup I only have the Open Perspective button and the default perspective that I set in method getInitialWindowPerspectiveId on its right. I want to show all my other perspectives on that coolbar. Until now i tried: config.ini file with…
xzplay
  • 1
0
votes
0 answers

How can I make a view active among multiple views in RCP eclipse

I am building a RCP application in which I am using two views say viewA and viewB and one editor. I added listener to viewB which listens any selection from viewA and displays it, and I added one listener to editor which listens double click events…
Baber
  • 301
  • 2
  • 6
  • 17
0
votes
1 answer

Problems with duplicate filenames when creating via widget

I've got a widget that allows the user to drag and drop an email message or a file into the widget to copy it to their file system. It's the FileExplorer project in OpenNTF, designed by people far more experienced than I am. I want to modify it to…
David Navarre
  • 1,022
  • 10
  • 27
0
votes
1 answer

Missing launchfile after exporting E(fx)clipse RCP product application

I'm trying to export a Eclipse FX application as an product. So far I did the tutorial from here to create an example application. The application can be started via the Launch an Eclipse application button which shows up in the product file editor.…
Westranger
  • 1,308
  • 19
  • 29
0
votes
1 answer

How to open a java file with java editor that eclipse owns?

I build a RCP application.And I want to use the java editor to open the java file.So how could I connect to the java editor when I double click the java file,the RCP application will open the file with the java editor that the eclipse owns?
user2301210
  • 399
  • 3
  • 12