Uses of Interface
com.ebmwebsourcing.geasytools.diagrameditor.api.validation.IConformityRule

Packages that use IConformityRule
com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation   
com.ebmwebsourcing.geasytools.diagrameditor.api.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation   
 

Uses of IConformityRule in com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation that return IConformityRule
 IConformityRule IRuleResolvedEvent.getResolvedRule()
           
 IConformityRule INotificationSelectedEvent.getSelectedRule()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation that return types with arguments of type IConformityRule
 java.util.HashSet<IConformityRule> IShowRulesNotificationWithLevelEvent.getRules()
           
 java.util.HashSet<IConformityRule> IHideRulesNotificationWithLevelEvent.getRules()
           
 java.util.HashSet<IConformityRule> IValidationFailureEvent.getRulesInFailure()
           
 java.util.HashSet<IConformityRule> IValidationFailureEvent.getRulesInWarning()
           
 java.util.HashSet<IConformityRule> IValidationWarningEvent.getRulesInWarning()
           
 

Uses of IConformityRule in com.ebmwebsourcing.geasytools.diagrameditor.api.validation
 

Subinterfaces of IConformityRule in com.ebmwebsourcing.geasytools.diagrameditor.api.validation
 interface IDiagramElementViewConformityRule
          Use to check if a diagram element state is conform to a specific rule
 interface IDiagramViewConformityRule
          Use to check if a diagram state is conform to a specific rule
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation that return types with arguments of type IConformityRule
 java.util.HashSet<IConformityRule> IRuleNotificationRegistry.getResolvedRules()
           
 java.util.HashSet<IConformityRule> IRuleNotificationRegistry.getRulesInFailure()
           
 java.util.HashSet<IConformityRule> IRuleNotificationRegistry.getRulesInWarning()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.validation with parameters of type IConformityRule
 void IRuleNotificationRegistry.addResolvedRule(IConformityRule rule)
           
 

Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.api.validation with type arguments of type IConformityRule
 void IRuleNotificationRegistry.setRulesInFailure(java.util.HashSet<IConformityRule> rules)
           
 void IRuleNotificationRegistry.setRulesInWarning(java.util.HashSet<IConformityRule> rules)
           
 

Uses of IConformityRule in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation that return IConformityRule
 IConformityRule RuleResolvedEvent.getResolvedRule()
           
 IConformityRule NotificationSelectedEvent.getSelectedRule()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation that return types with arguments of type IConformityRule
 java.util.HashSet<IConformityRule> ShowRulesNotificationWithLevelEvent.getRules()
           
 java.util.HashSet<IConformityRule> HideRulesNotificationWithLevelEvent.getRules()
           
 java.util.HashSet<IConformityRule> ValidationFailureEvent.getRulesInFailure()
           
 java.util.HashSet<IConformityRule> ValidationFailureEvent.getRulesInWarning()
           
 java.util.HashSet<IConformityRule> ValidationWarningEvent.getRulesInWarning()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with parameters of type IConformityRule
NotificationSelectedEvent(IConformityRule rule)
           
RuleResolvedEvent(IConformityRule rule)
           
 

Constructor parameters in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with type arguments of type IConformityRule
HideRulesNotificationWithLevelEvent(RuleLevel ruleLevel, java.util.HashSet<IConformityRule> rules)
           
ShowRulesNotificationWithLevelEvent(RuleLevel ruleLevel, java.util.HashSet<IConformityRule> rules)
           
ValidationFailureEvent(java.util.HashSet<IConformityRule> rulesInFailure, java.util.HashSet<IConformityRule> rulesInWarning)
           
ValidationFailureEvent(java.util.HashSet<IConformityRule> rulesInFailure, java.util.HashSet<IConformityRule> rulesInWarning)
           
ValidationWarningEvent(java.util.HashSet<IConformityRule> rulesInWarning)
           
 

Uses of IConformityRule in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
 

Classes in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that implement IConformityRule
 class AbstractDiagramElementViewConformityRule
           
 class AbstractDiagramViewConformityRule
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that return types with arguments of type IConformityRule
 java.util.HashSet<IConformityRule> RuleNotificationRegistry.getResolvedRules()
           
 java.util.HashSet<IConformityRule> RuleNotificationRegistry.getRulesInFailure()
           
 java.util.HashSet<IConformityRule> RuleNotificationRegistry.getRulesInWarning()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation with parameters of type IConformityRule
 void RuleNotificationRegistry.addResolvedRule(IConformityRule rule)
           
 

Method parameters in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation with type arguments of type IConformityRule
 void RuleNotificationRegistry.setRulesInFailure(java.util.HashSet<IConformityRule> rules)
           
 void RuleNotificationRegistry.setRulesInWarning(java.util.HashSet<IConformityRule> rules)
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation with parameters of type IConformityRule
RuleNotificationViewElement(RuleNotificationView view, IConformityRule rule)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.