Uses of Class
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation.RuleLevel

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

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation that return RuleLevel
 RuleLevel IShowRulesNotificationWithLevelEvent.getRuleLevel()
           
 RuleLevel IHideRulesNotificationWithLevelEvent.getRuleLevel()
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation that return RuleLevel
 RuleLevel ShowRulesNotificationWithLevelEvent.getRuleLevel()
           
 RuleLevel HideRulesNotificationWithLevelEvent.getRuleLevel()
           
 

Constructors in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with parameters of type RuleLevel
HideRulesNotificationWithLevelEvent(RuleLevel ruleLevel, java.util.HashSet<IConformityRule> rules)
           
ShowRulesNotificationWithLevelEvent(RuleLevel ruleLevel, java.util.HashSet<IConformityRule> rules)
           
 

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

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that return RuleLevel
static RuleLevel RuleLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleLevel[] RuleLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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