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

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

Uses of NumberSet in pl.netanel.swt.matrix
 

Subinterfaces of NumberSet in pl.netanel.swt.matrix
 interface NumberList<N extends Number>
          List of integer numbers.
 

Methods in pl.netanel.swt.matrix that return NumberSet
 NumberSet<N> NumberSet.copy()
          Deprecated. use copyNumberSet(), becuase copy cannot be overriden by subclasses in a type safe manner similarily as the #clone() method cannot.
 NumberSet<N> NumberSet.copyNumberSet()
          Returns a copy of this set.
 NumberSet<N> Section.getCollapsed()
          Returns the set of numbers representing indexes of items that are collapsed in the result of folding the nodes of hierarchy (tree or groups).
 NumberSet<N> Section.getDefaultHiddenSet()
          Deprecated. 
 NumberSet<N> Section.getFiltered()
          Returns the set of numbers representing indexes of the items filtered out by the applicaiton logic.
 NumberSet<N> Section.getFolded()
           
 NumberSet<N> Section.getHidden()
          Returns the set of numbers representing indexes of the items hidden by the user invoking the "hide" action.
 NumberSet<N> NumberSet.getUnchecked()
          Returns a better performing but less user friendly implementation for this number set that is more loop efficient: does not check validity of the method arguments does not mark the layout as required computing on every method call, instead relying on the client to call Matrix.refresh()
 

Methods in pl.netanel.swt.matrix with parameters of type NumberSet
 boolean NumberSet.addAll(NumberSet<N> set)
          Deprecated. Use add(NumberCollection)
 boolean NumberSet.removeAll(NumberSet<N> set)
          Deprecated. Use remove(NumberCollection)
 



Copyright © 2011 netanel.pl. All Rights Reserved.