Uses of Class
org.eclipse.nebula.widgets.nattable.layer.event.StructuralDiff
Packages that use StructuralDiff
Package
Description
-
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.columnRename
Method parameters in org.eclipse.nebula.widgets.nattable.columnRename with type arguments of type StructuralDiffModifier and TypeMethodDescriptionvoid
RenameColumnHelper.handleStructuralChanges
(Collection<StructuralDiff> columnDiffs) Handle the given collection ofStructuralDiff
objects to update the indexes of the renamed column labels. -
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.datachange
Method parameters in org.eclipse.nebula.widgets.nattable.datachange with type arguments of type StructuralDiffModifier and TypeMethodDescriptionvoid
UpdateDataChangeHandler.handleColumnDelete
(Collection<StructuralDiff> columnDiffs) Will check for events that indicate that columns have been deleted.void
UpdateDataChangeHandler.handleColumnInsert
(Collection<StructuralDiff> columnDiffs) Will check for events that indicate that columns are added. -
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.freeze.event
Methods in org.eclipse.nebula.widgets.nattable.freeze.event that return types with arguments of type StructuralDiffModifier and TypeMethodDescriptionFreezeEvent.getColumnDiffs()
UnfreezeEvent.getColumnDiffs()
FreezeEvent.getRowDiffs()
UnfreezeEvent.getRowDiffs()
-
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.hideshow.event
Methods in org.eclipse.nebula.widgets.nattable.hideshow.event that return types with arguments of type StructuralDiffModifier and TypeMethodDescriptionHideColumnPositionsEvent.getColumnDiffs()
ShowColumnPositionsEvent.getColumnDiffs()
HideRowPositionsEvent.getRowDiffs()
ShowRowPositionsEvent.getRowDiffs()
-
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.layer.event
Methods in org.eclipse.nebula.widgets.nattable.layer.event that return types with arguments of type StructuralDiffModifier and TypeMethodDescriptionColumnDeleteEvent.getColumnDiffs()
ColumnInsertEvent.getColumnDiffs()
IStructuralChangeEvent.getColumnDiffs()
ResizeStructuralRefreshEvent.getColumnDiffs()
RowStructuralChangeEvent.getColumnDiffs()
StructuralRefreshEvent.getColumnDiffs()
ColumnStructuralChangeEvent.getRowDiffs()
IStructuralChangeEvent.getRowDiffs()
ResizeStructuralRefreshEvent.getRowDiffs()
RowDeleteEvent.getRowDiffs()
RowInsertEvent.getRowDiffs()
StructuralRefreshEvent.getRowDiffs()
Method parameters in org.eclipse.nebula.widgets.nattable.layer.event with type arguments of type StructuralDiffModifier and TypeMethodDescriptionstatic void
StructuralChangeEventHelper.handleColumnDelete
(Collection<StructuralDiff> columnDiffs, ILayer underlyingLayer, Collection<Integer> cachedColumnIndexes, boolean handleNotFound) Will check for events that indicate that columns has been deleted.static void
StructuralChangeEventHelper.handleColumnDelete
(Collection<StructuralDiff> columnDiffs, ILayer underlyingLayer, org.eclipse.collections.api.collection.primitive.MutableIntCollection cachedColumnIndexes, boolean handleNotFound) Will check for events that indicate that columns has been deleted.static void
StructuralChangeEventHelper.handleColumnInsert
(Collection<StructuralDiff> columnDiffs, ILayer underlyingLayer, Collection<Integer> cachedColumnIndexes, boolean addToCache) Will check for events that indicate that columns are added.static void
StructuralChangeEventHelper.handleColumnInsert
(Collection<StructuralDiff> columnDiffs, ILayer underlyingLayer, org.eclipse.collections.api.collection.primitive.MutableIntCollection cachedColumnIndexes, boolean addToCache) Will check for events that indicate that columns are added.static void
StructuralChangeEventHelper.handleRowDelete
(Collection<StructuralDiff> rowDiffs, ILayer underlyingLayer, Collection<Integer> cachedRowIndexes, boolean handleNotFound) Will check for events that indicate that rows has been deleted.static void
StructuralChangeEventHelper.handleRowDelete
(Collection<StructuralDiff> rowDiffs, ILayer underlyingLayer, org.eclipse.collections.api.collection.primitive.MutableIntCollection cachedRowIndexes, boolean handleNotFound) Will check for events that indicate that rows has been deleted.static void
StructuralChangeEventHelper.handleRowInsert
(Collection<StructuralDiff> rowDiffs, ILayer underlyingLayer, Collection<Integer> cachedRowIndexes, boolean addToCache) Will check for events that indicate that rows are added.static void
StructuralChangeEventHelper.handleRowInsert
(Collection<StructuralDiff> rowDiffs, ILayer underlyingLayer, org.eclipse.collections.api.collection.primitive.MutableIntCollection cachedRowIndexes, boolean addToCache) Will check for events that indicate that rows are added.static boolean
StructuralChangeEventHelper.isReorder
(Collection<StructuralDiff> structuralDiffs) Method to indicate if the collection of StructuralDiffs marks a reorder event. -
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.reorder.event
Methods in org.eclipse.nebula.widgets.nattable.reorder.event that return types with arguments of type StructuralDiffModifier and TypeMethodDescriptionColumnReorderEvent.getColumnDiffs()
RowReorderEvent.getRowDiffs()
-
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.resize.event
Methods in org.eclipse.nebula.widgets.nattable.resize.event that return types with arguments of type StructuralDiffModifier and TypeMethodDescriptionColumnResizeEvent.getColumnDiffs()
RowResizeEvent.getRowDiffs()
-
Uses of StructuralDiff in org.eclipse.nebula.widgets.nattable.viewport.event
Methods in org.eclipse.nebula.widgets.nattable.viewport.event that return types with arguments of type StructuralDiff