Uses of Interface
pl.netanel.swt.matrix.NumberCollection

Packages that use NumberCollection
pl.netanel.swt.matrix Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. 
 

Uses of NumberCollection in pl.netanel.swt.matrix
 

Subinterfaces of NumberCollection in pl.netanel.swt.matrix
 interface NumberContinuum<N extends Number>
          Represents a continuum of integer numbers, from 0 to given count.
 interface NumberList<N extends Number>
          List of integer numbers.
 interface NumberSet<N extends Number>
          Represents a set of unique numbers.
 

Methods in pl.netanel.swt.matrix that return NumberCollection
 NumberCollection<N> NumberCollection.copyNumberCollection()
          Returns a copy of this collection.
 NumberCollection<N> Section.getInvisible()
          Returns a union set hidden, collapsed and filtered indexes.
 

Methods in pl.netanel.swt.matrix with parameters of type NumberCollection
 boolean NumberSet.add(NumberCollection<N> set)
          Adds the content of the given set to this set.
 boolean NumberCollection.containsAll(NumberCollection<N> set)
          Returns true if this set contains all the numbers from the given set.
 boolean NumberCollection.containsAny(NumberCollection<N> set)
           
 boolean NumberContinuum.move(NumberCollection<N> subject, Matrix.DropPosition dropPosition, N target)
           
 boolean NumberSet.remove(NumberCollection<N> set)
          Removes the content of the given set from this set.
 



Copyright © 2011 netanel.pl. All Rights Reserved.