Package | Description |
---|---|
org.hkijena.jipipe.api.data | |
org.hkijena.jipipe.ui.batchassistant | |
org.hkijena.jipipe.ui.cache | |
org.hkijena.jipipe.ui.datatable | |
org.hkijena.jipipe.utils.data |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataItemStore
Manages virtual data
This class can store data in memory or in a temporary path.
|
Constructor and Description |
---|
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTable)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
List<Store<JIPipeDataAnnotation>> |
JIPipeDataTableRowUI.getDataAnnotationStores() |
Constructor and Description |
---|
JIPipeCachedDataPreview(Component parentComponent,
Store<JIPipeDataItemStore> data,
boolean deferRendering)
Creates a new instance
|
JIPipeDataTableRowUI(JIPipeWorkbench workbench,
Store<JIPipeDataTable> dataTableStore,
int row)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
Store<JIPipeDataTable> |
JIPipeExtendedMultiDataTableModel.getSlotStore(int row)
Gets the slot that defined the specified row
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExtendedMultiDataTableModel.add(JIPipeProject project,
Store<JIPipeDataTable> dataTableStore)
Adds an
JIPipeDataTableMetadata |
void |
JIPipeExtendedDataTableUI.setDataTable(Store<JIPipeDataTable> dataTableStore) |
Constructor and Description |
---|
JIPipeExtendedDataTableModel(JTable table,
Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
JIPipeExtendedDataTableUI(JIPipeWorkbench workbenchUI,
Store<JIPipeDataTable> dataTableStore,
boolean updateWithCache) |
WrapperColumnHeaderRenderer(Store<JIPipeDataTable> dataTableStore)
Creates a new instance
|
Constructor and Description |
---|
JIPipeExtendedMultiDataTableUI(JIPipeWorkbench workbenchUI,
List<Store<JIPipeDataTable>> dataTableStores,
boolean withCompartmentAndAlgorithm) |
JIPipeSimpleDataBatchTableModel(JTable table,
List<JIPipeMergingDataBatch> dataBatchList,
Class<? extends Store> storeClass) |
Modifier and Type | Class and Description |
---|---|
class |
OwningStore<T>
A store that keeps a strong reference to the data
|
class |
WeakStore<T>
A weakly owning store (using a
WeakReference |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.