Questions tagged [nebula]

Use this tag for questions about Eclipse Nebula which provides custom SWT widgets and other UI components.

Eclipse Nebula is a place where different Eclipse projects and independent developers collaborate on building custom widgets and reusable UI components for applications built using SWT, JFace and Eclipse RCP and RAP.

121 questions
1
vote
1 answer

Multiline tooltip for Nebula Grid

I am working on the Nebula Grid Table. The string that I am returning to the getToolTipText() method does not fit in the multiline, meanwhile it is showing in the single line. I am using the following code to achieve the Multiline toooltip. But…
1
vote
1 answer

SWT ComboViewer with ContentProposal and Pagination Control (large anmount of data)

I have implemented a ComboViewer that also uses content proposal (ContentProposalAdapter) functionality in Eclipse RCP application (using SWT). User is able to type first letter of e.g. a street and he gets all valid proposals e.g. streets that…
user3464862
  • 21
  • 1
  • 2
1
vote
1 answer

Nebula gridTableViewer cell content should wrap

I am using nebula gridTableViewer for my application, in its cell some time content is so lengthy, so I want to show as WRAP (in multiline). I did changes for it but it is not reflecting: I added SWT.WRAP but not works, I tried to wrap the text in…
RTA
  • 1,251
  • 2
  • 14
  • 33
1
vote
1 answer

Nebula GridTreeViewer - Is there a way to show the filter like FilteredTree in eclipse?

I am using a Nebula GridTreeViewer for which I need to add filters like eclipse filters. When we go to Window->Preferences, we get a filter on top of the left side tree which says 'type filter text'. I tried the TreeViewer with the FilteredTree…
metal7
  • 265
  • 1
  • 3
  • 9
1
vote
1 answer

how to add nebula dependency to maven project?

I am trying to add a dependency to nebula to a small project, because I want to use nebula gridviewer and ganttchart. I use maven to build my project. What should I put in my pom.xml file? I am not able to find any hint online...
Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58
1
vote
1 answer

Nebula: CalendarCombo. How to setDate()?

Successefully created CalendarCombo, but all my attempts to set date for it ruined. All the time i get only blank field. Below the fragment of my code: cComboStart = new CalendarCombo(shlEngineConfigurationHelper,…
egoLED
  • 25
  • 2
  • 5
1
vote
0 answers

How to implement custom nebula GridHeaderRenderer implementation?

There doesn't seem to be enough documentation here to work with, when I create a GridHeaderRenderer there are three methods to implement, but the measure and notify methods are a mystery to me, and the on the paint one I don't know how much room I…
Link19
  • 586
  • 1
  • 18
  • 47
1
vote
2 answers

Can not use SWT nebula widget in my application

I have installed Nebula Release in my Eclipse Juno. I wanted to use CDateTime so I added a dependency in my MANIFEST.MF of my plugin project: I.e. added: org.eclipse.nebula.widgets.cdatetime in the dependencies tab. I also made sure that it is part…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
0
votes
0 answers

Can the exchange feature of NebulaGraph database be used for data updates?

exchange 2.6.0 nebula:3.5.0 In NebulaGraph, if the current data is already stored, and I want to update a specific property of a large number of nodes under a certain tag, can I update this property based on the original Parquet file and then…
0
votes
1 answer

BuildRpm task with kotlin dsl

I am migrating my groovy syntac to kotlin dsl and struggling while building the buildRpm() task provided by nebula plugin. Currntly I have in my builod.gradle.kts plugins { id("nebula.ospackage") version "8.3.0" } apply(plugin = "nebula.rpm") I…
JPV
  • 1,079
  • 1
  • 18
  • 44
0
votes
1 answer

Nattable Display converter shifts columns when the table is scrolled horizontally

I have used a custom DisplayConverter on some columns of my Nattable.This displayconverter shows long values as hex strings. Whenever I scroll my Nattable horizontally, this converter shifts one/mulitple columns. This results in columns which show…
0
votes
0 answers

How to draw image with device zoom set over 175%?

I want to display preview of a model before print on Windows10. My dialog window: protected Control createDialogArea( Composite parent ) { // some code preview = new PrintPreview( previewComp, SWT.NONE ); GridData previewLayoutData =…
know
  • 3
  • 4
0
votes
0 answers

how do i export a gltf file from blender

the problems I'm facing is that I created a nebula in blender and now i need to export it in gltf format but after exporting it and viewing it on a gltf viewer. it becomes a flat box and all the details are not showing as it should be. So i need…
0
votes
0 answers

Nattable tree hierarchy change to show children modules first

I want a particular desired behavior for my Nattable tree structure. In the following diagram, contents of Row no 36, 37 are children of content in Row 20. Row 21, 23, 23 … 34 are in turn children of Row 20. Row 22 is a child of Row 21. (you could…
0
votes
1 answer

how to confirm whether a vertex has the tag in NebulaGraph Database

My NebulaGraph database version is v3.0.1. When I use graph database, I want to check a vertex has certain tag. I has tried the queries as below, but can't get the right way. FETCH PROP ON tagName 'vid' YIELD vertex AS node I want to know whether a…
Q Steam
  • 1
  • 5
1 2
3
8 9