graphlab.main.preferences
Class Preferences

java.lang.Object
  extended by graphlab.main.core.action.AbstractAction
      extended by graphlab.main.preferences.Preferences
All Implemented Interfaces:
Action, Notifiable

public class Preferences
extends AbstractAction

User: Rouzbeh Date: Dec 4, 2005 Time: 9:35:49 AM


Field Summary
static Event preferencesEvent
           
 java.util.HashSet<AbstractPreference> set
           
 java.util.HashSet<NotifiableAttributeSetImplX> setOfSttributes
           
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
Preferences(BlackBoard bb)
           
 
Method Summary
 void performJob(java.lang.String name)
          like Action
 void putNewSetOfAttributes(AbstractPreference ap)
           
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preferencesEvent

public static final Event preferencesEvent

setOfSttributes

public java.util.HashSet<NotifiableAttributeSetImplX> setOfSttributes

set

public java.util.HashSet<AbstractPreference> set
Constructor Detail

Preferences

public Preferences(BlackBoard bb)
Method Detail

putNewSetOfAttributes

public void putNewSetOfAttributes(AbstractPreference ap)

performJob

public void performJob(java.lang.String name)
Description copied from class: AbstractAction
like Action

Specified by:
performJob in class AbstractAction