openmolecules.org

 
Home » DataWarrior » Functionality » Defining columntype while appending columns (Defining columntype while appending columns)
Defining columntype while appending columns [message #2131] Thu, 15 February 2024 16:25 Go to previous message
helloWorld22 is currently offline  helloWorld22
Messages: 13
Registered: June 2022
Junior Member
Hi,
In DW SDK, while I want to define a columntype after initializing new columns, it is throwing exception.

firstNewColumn = dwInterface.initializeNewColumns(result.get(t).toArray(new String[0]Wink);
dwInterface.setColumnType(firstNewColumn, IPluginHelper.COLUMN_TYPE_STRUCTURE_FROM_SMILES);

The logic is to check if the new column added has a column header "SMILES", if so, then append the column as COLUMN_TYPE_STRUCTURE_FROM_SMILES.

It works fine when setColumnType is not used. But smiles are shown as String and not structure.

The exception occurs in line
dwInterface.setColumnType(firstNewColumn, IPluginHelper.COLUMN_TYPE_STRUCTURE_FROM_SMILES);
as nullpointer exception.

The exception occurs in com.actelion.research.datawarrior.plugin.PluginHelper line:
mCoordinateColumn[column] = mTargetTableModel.addNewColumns(1);

Since mCoordinateColumn is not set in initializeNewColumns, it is throwing nullpointer exception.

Is it possible to set up a column type while appending column?

[Updated on: Thu, 15 February 2024 18:16]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: retreive data from sqlite database?
Next Topic: Export Graph as Image
Goto Forum:
  


Current Time: Mon May 13 23:30:51 CEST 2024

Total time taken to generate the page: 0.03636 seconds