Uses of Class
org.eclipse.nebula.widgets.nattable.coordinate.Range

Packages that use Range
org.eclipse.nebula.widgets.nattable   
org.eclipse.nebula.widgets.nattable.coordinate   
org.eclipse.nebula.widgets.nattable.grid.layer   
org.eclipse.nebula.widgets.nattable.grid.layer.event   
org.eclipse.nebula.widgets.nattable.hideshow   
org.eclipse.nebula.widgets.nattable.layer   
org.eclipse.nebula.widgets.nattable.layer.event   
org.eclipse.nebula.widgets.nattable.reorder   
org.eclipse.nebula.widgets.nattable.reorder.event   
org.eclipse.nebula.widgets.nattable.resize.event   
org.eclipse.nebula.widgets.nattable.selection   
org.eclipse.nebula.widgets.nattable.test.fixture   
 

Uses of Range in org.eclipse.nebula.widgets.nattable
 

Methods in org.eclipse.nebula.widgets.nattable that return types with arguments of type Range
 Collection<Range> NatTable.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> NatTable.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable with type arguments of type Range
 Collection<Range> NatTable.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> NatTable.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.coordinate
 

Methods in org.eclipse.nebula.widgets.nattable.coordinate that return types with arguments of type Range
static List<Range> PositionUtil.getRanges(Collection<Integer> numbers)
          Creates Ranges out of list of numbers.
 

Methods in org.eclipse.nebula.widgets.nattable.coordinate with parameters of type Range
 boolean Range.overlap(Range range)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.coordinate with type arguments of type Range
static void Range.sortByStart(List<Range> ranges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.grid.layer
 

Methods in org.eclipse.nebula.widgets.nattable.grid.layer that return types with arguments of type Range
 Collection<Range> DimensionallyDependentLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> DimensionallyDependentLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.grid.layer with type arguments of type Range
 Collection<Range> DimensionallyDependentLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> DimensionallyDependentLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.grid.layer.event
 

Constructors in org.eclipse.nebula.widgets.nattable.grid.layer.event with parameters of type Range
ColumnHeaderSelectionEvent(ILayer layer, Range... columnPositionRanges)
           
 

Constructor parameters in org.eclipse.nebula.widgets.nattable.grid.layer.event with type arguments of type Range
ColumnHeaderSelectionEvent(ILayer layer, Collection<Range> columnPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.hideshow
 

Methods in org.eclipse.nebula.widgets.nattable.hideshow that return types with arguments of type Range
 Collection<Range> AbstractColumnHideShowLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractRowHideShowLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.hideshow with type arguments of type Range
 Collection<Range> AbstractColumnHideShowLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractRowHideShowLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.layer
 

Methods in org.eclipse.nebula.widgets.nattable.layer that return types with arguments of type Range
 Collection<Range> InvertedLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> ILayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> DataLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> CompositeLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractLayerTransform.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractIndexLayerTransform.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> InvertedLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> ILayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> DataLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> CompositeLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> AbstractLayerTransform.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> AbstractIndexLayerTransform.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.layer with type arguments of type Range
 Collection<Range> InvertedLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> ILayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> DataLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> CompositeLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractLayerTransform.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> AbstractIndexLayerTransform.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> InvertedLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> ILayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> DataLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> CompositeLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> AbstractLayerTransform.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 Collection<Range> AbstractIndexLayerTransform.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.layer.event
 

Methods in org.eclipse.nebula.widgets.nattable.layer.event that return Range
 Range StructuralDiff.getAfterPositionRange()
           
 Range StructuralDiff.getBeforePositionRange()
           
 

Methods in org.eclipse.nebula.widgets.nattable.layer.event that return types with arguments of type Range
 Collection<Range> ColumnVisualChangeEvent.getColumnPositionRanges()
           
 Collection<Range> RowVisualChangeEvent.getRowPositionRanges()
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.layer.event with type arguments of type Range
protected  void ColumnVisualChangeEvent.setColumnPositionRanges(Collection<Range> columnPositionRanges)
          Sets the column position ranges for the columns that have changed.
protected  void RowVisualChangeEvent.setRowPositionRanges(Collection<Range> rowPositionRanges)
           
 

Constructors in org.eclipse.nebula.widgets.nattable.layer.event with parameters of type Range
ColumnDeleteEvent(ILayer layer, Range... columnPositionRanges)
          Creates a new ColumnDeleteEvent based on the given information.
ColumnInsertEvent(ILayer layer, Range... columnPositionRanges)
          Creates a new ColumnInsertEvent based on the given information.
ColumnStructuralChangeEvent(ILayer layer, Range... columnPositionRanges)
          Creates a new ColumnStructuralChangeEvent based on the given information.
ColumnVisualChangeEvent(ILayer layer, Range... columnPositionRanges)
          Creates a new ColumnVisualChangeEvent based on the given information.
RowDeleteEvent(ILayer layer, Range... rowPositionRanges)
          Creates a new RowDeleteEvent based on the given information.
RowInsertEvent(ILayer layer, Range... rowPositionRanges)
          Creates a new RowInsertEvent based on the given information.
RowStructuralChangeEvent(ILayer layer, Range... rowPositionRanges)
           
RowUpdateEvent(ILayer layer, Range rowPositionRange)
           
RowVisualChangeEvent(ILayer layer, Range... rowPositionRanges)
           
StructuralDiff(StructuralDiff.DiffTypeEnum diffType, Range beforePositionRange, Range afterPositionRange)
           
 

Constructor parameters in org.eclipse.nebula.widgets.nattable.layer.event with type arguments of type Range
ColumnDeleteEvent(ILayer layer, Collection<Range> columnPositionRanges)
          Creates a new ColumnDeleteEvent based on the given information.
ColumnInsertEvent(ILayer layer, Collection<Range> columnPositionRanges)
          Creates a new ColumnInsertEvent based on the given information.
ColumnStructuralChangeEvent(ILayer layer, Collection<Range> columnPositionRanges)
          Creates a new ColumnStructuralChangeEvent based on the given information.
ColumnVisualChangeEvent(ILayer layer, Collection<Range> columnPositionRanges)
          Creates a new ColumnVisualChangeEvent based on the given information.
RowDeleteEvent(ILayer layer, Collection<Range> rowPositionRanges)
          Creates a new RowDeleteEvent based on the given information.
RowInsertEvent(ILayer layer, Collection<Range> rowPositionRanges)
          Creates a new RowInsertEvent based on the given information.
RowStructuralChangeEvent(ILayer layer, Collection<Range> rowPositionRanges)
           
RowVisualChangeEvent(ILayer layer, Collection<Range> rowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.reorder
 

Methods in org.eclipse.nebula.widgets.nattable.reorder that return types with arguments of type Range
 Collection<Range> ColumnReorderLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> RowReorderLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.reorder with type arguments of type Range
 Collection<Range> ColumnReorderLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> RowReorderLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.reorder.event
 

Methods in org.eclipse.nebula.widgets.nattable.reorder.event that return types with arguments of type Range
 Collection<Range> ColumnReorderEvent.getBeforeFromColumnPositionRanges()
           
 Collection<Range> RowReorderEvent.getBeforeFromRowPositionRanges()
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.resize.event
 

Constructors in org.eclipse.nebula.widgets.nattable.resize.event with parameters of type Range
ColumnResizeEvent(ILayer layer, Range columnPositionRange)
           
RowResizeEvent(ILayer layer, Range rowPositionRange)
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.selection
 

Methods in org.eclipse.nebula.widgets.nattable.selection that return types with arguments of type Range
 Set<Range> SelectionModel.getSelectedRowPositions()
           
 Set<Range> SelectionLayer.getSelectedRowPositions()
           
 Set<Range> RowSelectionModel.getSelectedRowPositions()
           
 Set<Range> ISelectionModel.getSelectedRowPositions()
           
 

Uses of Range in org.eclipse.nebula.widgets.nattable.test.fixture
 

Methods in org.eclipse.nebula.widgets.nattable.test.fixture that return types with arguments of type Range
 Collection<Range> TestLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> TestLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 

Method parameters in org.eclipse.nebula.widgets.nattable.test.fixture with type arguments of type Range
 Collection<Range> TestLayer.underlyingToLocalColumnPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingColumnPositionRanges)
           
 Collection<Range> TestLayer.underlyingToLocalRowPositions(ILayer sourceUnderlyingLayer, Collection<Range> underlyingRowPositionRanges)
           
 



Copyright © 2014. All rights reserved.