Uses of Interface
com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation.IRuleNotificationHandler

Packages that use IRuleNotificationHandler
com.ebmwebsourcing.geasytools.diagrameditor   
com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation   
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation   
 

Uses of IRuleNotificationHandler in com.ebmwebsourcing.geasytools.diagrameditor
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor with parameters of type IRuleNotificationHandler
 void DiagramController.addRuleNotificationHandler(IRuleNotificationHandler handler)
           
 

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

Fields in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with type parameters of type IRuleNotificationHandler
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> ShowContextualNotificationsEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> NotificationSelectedEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> HideContextualNotificationsEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> ShowRulesNotificationWithLevelEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> HideRulesNotificationWithLevelEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> RuleResolvedEvent.TYPE
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation that return types with arguments of type IRuleNotificationHandler
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> ShowContextualNotificationsEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> NotificationSelectedEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> HideContextualNotificationsEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> ShowRulesNotificationWithLevelEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> HideRulesNotificationWithLevelEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<IRuleNotificationHandler> RuleResolvedEvent.getAssociatedType()
           
 

Methods in com.ebmwebsourcing.geasytools.diagrameditor.impl.events.validation with parameters of type IRuleNotificationHandler
protected  void ShowContextualNotificationsEvent.dispatch(IRuleNotificationHandler handler)
           
protected  void NotificationSelectedEvent.dispatch(IRuleNotificationHandler handler)
           
protected  void HideContextualNotificationsEvent.dispatch(IRuleNotificationHandler handler)
           
protected  void ShowRulesNotificationWithLevelEvent.dispatch(IRuleNotificationHandler handler)
           
protected  void HideRulesNotificationWithLevelEvent.dispatch(IRuleNotificationHandler handler)
           
protected  void RuleResolvedEvent.dispatch(IRuleNotificationHandler handler)
           
 

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

Classes in com.ebmwebsourcing.geasytools.diagrameditor.impl.validation that implement IRuleNotificationHandler
 class DefaultValidationNotificationHandler
           
 



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