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 java.lang.Object


Constructor Summary
EditManager.EditSet(AWFileResource resource)
           
 
Method Summary
 Rule addRule(Context.InspectorInfo contextInfo)
           
 Rule addRule(java.util.List<Rule.Selector> selectors, java.util.Map<java.lang.String,java.lang.Object> properties)
           
 void deleteRule(Rule rule)
           
 Rule editableRuleForContext(Context.InspectorInfo contextInfo)
           
 Rule existingEditableRuleMatchingContext(Context.InspectorInfo contextInfo)
           
 java.util.List<Rule> getEditRules()
           
 java.lang.String getPackageName()
           
 boolean isDirty()
           
 Rule ruleForContextAlternate(Context.InspectorInfo contextInfo, java.lang.String alternateScopeVal)
           
 void save()
           
 void updateRule(Rule rule, java.util.Map<java.lang.String,java.lang.Object> props)
           
 void updateRuleSelectors(Context.InspectorInfo contextInfo, Rule rule, java.util.Collection<java.lang.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 java.lang.String getPackageName()

getEditRules

public java.util.List<Rule> getEditRules()

addRule

public Rule addRule(java.util.List<Rule.Selector> selectors,
                    java.util.Map<java.lang.String,java.lang.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,
                                    java.lang.String alternateScopeVal)

updateRule

public void updateRule(Rule rule,
                       java.util.Map<java.lang.String,java.lang.Object> props)

updateRuleSelectors

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

deleteRule

public void deleteRule(Rule rule)

isDirty

public boolean isDirty()

save

public void save()


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