Tree Table input text in specific cells? [message #1793127] |
Tue, 31 July 2018 11:53 |
romano clemens Messages: 5 Registered: July 2018 |
Junior Member |
|
|
Greetings,
is there a way to replace text in specific cells of a Tree-Table?
If I try the table methods I get toolkit not supported exceptions.
My current workaround looks like this
table.selectCell(row, rowOperator, column, columnOperator, numberOfClicks, xPosition, xUnits, yPosition, yUnits, extendSelection, mouseButton)
SwtComponents.createApplication().inputText(textToEnter)
SwtComponents.createApplication().keyCombination(new Modifier[] {Modifier.none}, "ENTER")
Also tried using the record mode which, then exported to api which suggested
AbstractComponents.createTextInputComponent(OM).replaceText(String)
Throwing "Operation not supported by the selected toolkit"
[Updated on: Thu, 09 August 2018 13:56] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03849 seconds