Package tech.molecules.leet.table.chem
Class NSynthonWithContextColumn
- java.lang.Object
-
- tech.molecules.leet.table.chem.NSynthonWithContextColumn
-
- All Implemented Interfaces:
NColumn<NSynthonWithContextDataProvider,String>
public class NSynthonWithContextColumn extends Object implements NColumn<NSynthonWithContextDataProvider,String>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSynthonWithContextColumn.SYNTHON_COLUMN_MODE-
Nested classes/interfaces inherited from interface tech.molecules.leet.table.NColumn
NColumn.CellSpecificAction, NColumn.ColumnDataListener, NColumn.NexusRowFilter<U>
-
-
Constructor Summary
Constructors Constructor Description NSynthonWithContextColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddColumnDataListener(NColumn.ColumnDataListener cdl)NColumn.NexusRowFilter<NSynthonWithContextDataProvider>createRowFilter(NexusTableModel tableModel, String name)NOTE: There are columns that have different row filters available depending on the colunn configuration.TableCellEditorgetCellEditor()StringgetData(String rowid)NSynthonWithContextDataProvidergetDataProvider()StringgetName()Map<String,NumericalDatasource<NSynthonWithContextDataProvider>>getNumericalDataSources()List<String>getRowFilterTypes()NOTE: There are columns that have different row filters available depending on the colunn configuration.booleanremoveColumnDataListener(NColumn.ColumnDataListener cdl)voidsetDataProvider(NSynthonWithContextDataProvider dataprovider)voidstartAsyncReinitialization(NexusTableModel model)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tech.molecules.leet.table.NColumn
addCellPopupAction, getClassifications
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceNColumn<NSynthonWithContextDataProvider,String>
-
setDataProvider
public void setDataProvider(NSynthonWithContextDataProvider dataprovider)
- Specified by:
setDataProviderin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
getDataProvider
public NSynthonWithContextDataProvider getDataProvider()
- Specified by:
getDataProviderin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
getData
public String getData(String rowid)
- Specified by:
getDatain interfaceNColumn<NSynthonWithContextDataProvider,String>
-
getCellEditor
public TableCellEditor getCellEditor()
- Specified by:
getCellEditorin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
getNumericalDataSources
public Map<String,NumericalDatasource<NSynthonWithContextDataProvider>> getNumericalDataSources()
- Specified by:
getNumericalDataSourcesin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
startAsyncReinitialization
public void startAsyncReinitialization(NexusTableModel model)
- Specified by:
startAsyncReinitializationin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
getRowFilterTypes
public List<String> getRowFilterTypes()
Description copied from interface:NColumnNOTE: There are columns that have different row filters available depending on the colunn configuration. For these, the call to getRowFilterTypes() initializes the currently available filters. I.e. to create a filter, it is necessary to call getRowFilterTypes() before.- Specified by:
getRowFilterTypesin interfaceNColumn<NSynthonWithContextDataProvider,String>- Returns:
-
createRowFilter
public NColumn.NexusRowFilter<NSynthonWithContextDataProvider> createRowFilter(NexusTableModel tableModel, String name)
Description copied from interface:NColumnNOTE: There are columns that have different row filters available depending on the colunn configuration. For these, the call to getRowFilterTypes() initializes the currently available filters. I.e. to create a filter, it is necessary to call getRowFilterTypes() before.- Specified by:
createRowFilterin interfaceNColumn<NSynthonWithContextDataProvider,String>- Returns:
-
addColumnDataListener
public void addColumnDataListener(NColumn.ColumnDataListener cdl)
- Specified by:
addColumnDataListenerin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
removeColumnDataListener
public boolean removeColumnDataListener(NColumn.ColumnDataListener cdl)
- Specified by:
removeColumnDataListenerin interfaceNColumn<NSynthonWithContextDataProvider,String>
-
-