ariba.ui.meta.editor
Class EditManager.EditSet

java.lang.Object
  extended by ariba.ui.meta.editor.EditManager.EditSet
Enclosing class:
EditManager

public class EditManager.EditSet
extends Object


Constructor Summary
EditManager.EditSet(AWFileResource resource)
           
 
Method Summary
 Rule addRule(Context.InspectorInfo contextInfo)
           
 Rule addRule(List<Rule.Selector> selectors, Map<String,Object> properties)
           
 void deleteRule(Rule rule)
           
 Rule editableRuleForContext(Context.InspectorInfo contextInfo)
           
 Rule existingEditableRuleMatchingContext(Context.InspectorInfo contextInfo)
           
 List<Rule> getEditRules()
           
 String getPackageName()
           
 boolean isDirty()
           
 Rule ruleForContextAlternate(Context.InspectorInfo contextInfo, String alternateScopeVal)
           
 void save()
           
 void updateRule(Rule rule, Map<String,Object> props)
           
 void updateRuleSelectors(Context.InspectorInfo contextInfo, Rule rule, Collection<String> keys)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditManager.EditSet

public EditManager.EditSet(AWFileResource resource)
Method Detail

getPackageName

public String getPackageName()

getEditRules

public List<Rule> getEditRules()

addRule

public Rule addRule(List<Rule.Selector> selectors,
                    Map<String,Object> properties)

addRule

public Rule addRule(Context.InspectorInfo contextInfo)

existingEditableRuleMatchingContext

public Rule existingEditableRuleMatchingContext(Context.InspectorInfo contextInfo)

editableRuleForContext

public Rule editableRuleForContext(Context.InspectorInfo contextInfo)

ruleForContextAlternate

public Rule ruleForContextAlternate(Context.InspectorInfo contextInfo,
                                    String alternateScopeVal)

updateRule

public void updateRule(Rule rule,
                       Map<String,Object> props)

updateRuleSelectors

public void updateRuleSelectors(Context.InspectorInfo contextInfo,
                                Rule rule,
                                Collection<String> keys)

deleteRule

public void deleteRule(Rule rule)

isDirty

public boolean isDirty()

save

public void save()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.