frysk.gui.monitor.filters
Class ComboFactory

java.lang.Object
  extended by frysk.gui.monitor.filters.ComboFactory

public class ComboFactory
extends Object

Takes a ObserverRoot and returns all possible combinations of its FilterPoints and their applicable filters. Instead of presenting the user with two lists -one for an observers Action/Filter points and another list for their respective appllicable Actions/Filters- Permutations of those can be calculated and the user presented with a single list. Calculating this list is what combo factory does.


Field Summary
static ComboFactory theFactory
           
 
Constructor Summary
ComboFactory()
           
 
Method Summary
 ObservableLinkedList getActionCombos(ObserverRoot observer)
           
 ObservableLinkedList getFilterCombos(ObserverRoot observer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFactory

public static ComboFactory theFactory
Constructor Detail

ComboFactory

public ComboFactory()
Method Detail

getFilterCombos

public ObservableLinkedList getFilterCombos(ObserverRoot observer)

getActionCombos

public ObservableLinkedList getActionCombos(ObserverRoot observer)