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
0
votes
1 answer

nebula integration test with java

I am a java developer in my project, I want to have an integration test with nebula I want to know more about samples and best practices for Seed info in my DB with the Factory then Assert them. is there any nice package or module or library that…
saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58
0
votes
2 answers

execute command in nebula studio to create vertex item in database

as mentioned in nebula documentation here : https://docs.nebula-graph.io/1.2.0/manual-EN/2.query-language/1.data-types/data-types/ nebula> INSERT VERTEX school(name, create_time) VALUES hash("new"):("new", "1985-10-01 08:00:00") error…
saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58
0
votes
1 answer

login error when nebula studio want to connect nebula graph docker instance

I have nebula graph instances as docker-machine and those worked as well. I want to connect via nebula graph studio Version:v3.5.0 to my instance there are 2 ways: 1- using graphd:[port] like this graphd:9669 2- using ip:port like this:…
saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58
0
votes
1 answer

nebula graph studio error when create tag from console link

I have nebula graph as many instance of dockers on my pc. this is my project, I'm using nebula graph studio docker image to access data. i can create tags and edges from java to this space and worked ok. i want to browse my space after connecting to…
saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58
0
votes
1 answer

Auto edit cell in nebula nattable

My nattable is a tree table that has custom root objects. I want to edit a cell in the table. The second column is static. But row index is dynamic. Im not able to get the correct row index for nattable edit after I add an entry into the table. The…
georgek
  • 1
  • 3
0
votes
1 answer

Is it possible to put a button in a NatTable?

enter image description here Is it possible to put a button in the table like the attached image?
dammuck
  • 11
  • 2
0
votes
1 answer

How to show specific color on top when multiple background colors are combined in nattable?

enter image description here I added nattable configLabel to add background color. But what if you want to display the blue color at the top when multiple background colors are combined?
dammuck
  • 11
  • 2
0
votes
1 answer

How to sort config labels in natTable as well? (Is there a simple way to get relative coordinates from a nattable?)

I'm using the natTable's config label as an identifier to color each cell in the table. config Labels are assigned to the table in absolute coordinates. However, when sorting, the corresponding label is in absolute coordinates, so when the values…
dammuck
  • 11
  • 2
0
votes
1 answer

How to skip or not apply cellpainter for a specific cell in NatTable

I am using NatTable tree table in my project. In that table one column is not applicable for parent element. It is applicable only for children. The column uses checkbox CellPainter. Since the parent row does not have that attribute I don't want to…
0
votes
0 answers

Is latest RCPTT 2.5.2 supports NatTable?

I need to add some RCPTT testcases on Nebula NatTable. I tried RCPTT with version 2.3.0 and 2.5.2 nightly build but not able to capture table data. Please let me know if RCPTT supports NatTable or even if there is any workaround to do so.
0
votes
1 answer

How to show complete header label name in Select Columns header menu dialog(Column Chooser),when header column labels contain new line character?

I've header menu configuration added in my nat table as follows,where I've included "Select Columns" menu as well: // Popup menu this.natTable.addConfiguration(new HeaderMenuConfiguration(this.natTable) { @Override protected PopupMenuBuilder…
User134
  • 1
  • 2
0
votes
1 answer

move in any step of nebular stepper

I am working with Nebular in angular 2, I am using the stepper with four steps, how can I move with the buttons of the steps to any desired step ? without having previously selected the steps ?, for example from step 1 to step 4 or from step 1 to…
0
votes
1 answer

NatTable - how to implement custom CopyDataToClipboardSerializer

in CopyDataToClipboardSerializer I need to override copiedCells variable. I do use NatTableFactory.class where I create table, register new CopyDataCommandHandler, override table style and so on. But I do not know how to override…
Michal Kotus
  • 157
  • 1
  • 10
0
votes
1 answer

NatTable - copy & paste cell data with line separator inside cell

My copy & paste works well for Nattables. Problem comes, if some cell contains line separator. When I paste data, line separator is taken as a row separator and structure of my table is destructed. In CopyDataToClipboardCommand.class: public…
Michal Kotus
  • 157
  • 1
  • 10
0
votes
1 answer

How to implement text wrapping in group by column header layer in nattable

I want to implement text wrapping in heading titles.I also have group by layer added on top column header layer Text wrapping is not working in group by header region with below configuration.How to implement text wrapping in this scenario // Column…
User134
  • 1
  • 2
1 2 3
8 9