com.cc.framework.util
Class Algorithms

java.lang.Object
  extended bycom.cc.framework.util.Algorithms

public abstract class Algorithms
extends java.lang.Object

Collection of predefined Algorithms for List processing

Since:
1.6
Version:
$Revision$
Author:
Harald Schulz

Nested Class Summary
static class Algorithms.AccessFilter
          Filter that excludes nodes which the user is not allowed to see
static class Algorithms.CheckCheckableAlg
          Algorithm to check row beans that implement the Checkable interface
static class Algorithms.CheckPropertyAlg
          Algorithm to check a property on each row of a ListDataModel
static class Algorithms.CollectCheckableAlg
          Algorithm to collect rows of a given check state
static class Algorithms.CollectItemsAlg
          Algorithm to collect all items of a List or Tree in a Map
static class Algorithms.CollectPropertyAlg
          Algorithm to collect rows of a given check state
static class Algorithms.KeySearchAlg
          Algorithm to search for a key in a ListDataModel
static class Algorithms.NullFilter
          Filter that excludes nothing
static class Algorithms.VisibleNodeCounterAlg
          Algorithm to count the number of visible nodes in a Tree
 
Field Summary
static Algorithms.NullFilter nullFilter
          Null Filter Instance
 
Constructor Summary
Algorithms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullFilter

public static Algorithms.NullFilter nullFilter
Null Filter Instance

Constructor Detail

Algorithms

public Algorithms()


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.