Uses of Class
org.eclipse.nebula.widgets.nattable.layer.event.StructuralDiff

Packages that use StructuralDiff
org.eclipse.nebula.widgets.nattable.freeze.event   
org.eclipse.nebula.widgets.nattable.hideshow.event   
org.eclipse.nebula.widgets.nattable.layer.event   
org.eclipse.nebula.widgets.nattable.reorder.event   
org.eclipse.nebula.widgets.nattable.resize.event   
org.eclipse.nebula.widgets.nattable.viewport.event   
 

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 StructuralDiff
 Collection<StructuralDiff> UnfreezeEvent.getColumnDiffs()
           
 Collection<StructuralDiff> FreezeEvent.getColumnDiffs()
           
 Collection<StructuralDiff> UnfreezeEvent.getRowDiffs()
           
 Collection<StructuralDiff> FreezeEvent.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 StructuralDiff
 Collection<StructuralDiff> ShowColumnPositionsEvent.getColumnDiffs()
           
 Collection<StructuralDiff> HideColumnPositionsEvent.getColumnDiffs()
           
 Collection<StructuralDiff> ShowRowPositionsEvent.getRowDiffs()
           
 Collection<StructuralDiff> HideRowPositionsEvent.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 StructuralDiff
 Collection<StructuralDiff> StructuralRefreshEvent.getColumnDiffs()
           
 Collection<StructuralDiff> RowStructuralChangeEvent.getColumnDiffs()
           
 Collection<StructuralDiff> ResizeStructuralRefreshEvent.getColumnDiffs()
           
 Collection<StructuralDiff> IStructuralChangeEvent.getColumnDiffs()
           
 Collection<StructuralDiff> ColumnInsertEvent.getColumnDiffs()
           
 Collection<StructuralDiff> ColumnDeleteEvent.getColumnDiffs()
           
 Collection<StructuralDiff> StructuralRefreshEvent.getRowDiffs()
           
 Collection<StructuralDiff> RowInsertEvent.getRowDiffs()
           
 Collection<StructuralDiff> RowDeleteEvent.getRowDiffs()
           
 Collection<StructuralDiff> ResizeStructuralRefreshEvent.getRowDiffs()
           
 Collection<StructuralDiff> IStructuralChangeEvent.getRowDiffs()
           
 Collection<StructuralDiff> ColumnStructuralChangeEvent.getRowDiffs()
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.layer.event with type arguments of type StructuralDiff
static 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.handleColumnInsert(Collection<StructuralDiff> columnDiffs, ILayer underlyingLayer, Collection<Integer> 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.handleRowInsert(Collection<StructuralDiff> rowDiffs, ILayer underlyingLayer, Collection<Integer> 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 StructuralDiff
 Collection<StructuralDiff> ColumnReorderEvent.getColumnDiffs()
           
 Collection<StructuralDiff> 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 StructuralDiff
 Collection<StructuralDiff> ColumnResizeEvent.getColumnDiffs()
           
 Collection<StructuralDiff> 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
 Collection<StructuralDiff> ScrollEvent.getColumnDiffs()
           
 Collection<StructuralDiff> ScrollEvent.getRowDiffs()
           
 



Copyright © 2015. All rights reserved.