Uses of Interface
com.cc.framework.common.AlgorithmFilter

Packages that use AlgorithmFilter
com.cc.framework.ui.control   
com.cc.framework.util   
 

Uses of AlgorithmFilter in com.cc.framework.ui.control
 

Classes in com.cc.framework.ui.control that implement AlgorithmFilter
protected static class ListControl.RowFilter
          Simple Row Filter
 

Uses of AlgorithmFilter in com.cc.framework.util
 

Classes in com.cc.framework.util that implement AlgorithmFilter
static class Algorithms.AccessFilter
          Filter that excludes nodes which the user is not allowed to see
static class Algorithms.NullFilter
          Filter that excludes nothing
 

Methods in com.cc.framework.util with parameters of type AlgorithmFilter
static void TreeHelp.uncheck(TreeNodeDataModel root, java.lang.String property, AlgorithmFilter filter)
          Unchecks all tree nodes
static TreeNodeDataModel TreeHelp.iterateNodes(TreeNodeDataModel root, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the tree.
static TreeNodeDataModel TreeHelp.iterateNodes(TreeNodeDataModel root, TreeStateModel state, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the tree.
static TreeNodeDataModel TreeHelp.iterateNodes(TreeIterator iter, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the tree.
static java.lang.Object ListHelp.iterateNodes(ListDataModel list, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the list.
static java.lang.Object ListHelp.iterateNodes(LineIterator iter, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the list.
static void ListHelp.uncheck(ListDataModel list, AlgorithmFilter filter)
          Clears all selected elements in a list.
static void ListHelp.uncheck(ListDataModel list, java.lang.String property, AlgorithmFilter filter)
          Unchecks only the checked Items in a List
static void ListHelp.check(ListDataModel list, AlgorithmFilter filter)
          Checks all elements in a list.
static void ListHelp.check(ListDataModel list, java.lang.String property, AlgorithmFilter filter)
          Checks a property for all elements in a list.
 



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