Uses of Package
project35.soa.alerts

Packages that use project35.soa.alerts
project35.soa.alerts The Project35 Alerts system is based on the concept of an Alert, which is a collection of matching criteria associated with an intent such as an error, a warning, a request for communication or a desire to post a bulletin. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
project35.tabletDeployment   
 

Classes in project35.soa.alerts used by project35.soa.alerts
Alert
          a collection of matching criteria that are associated with an intent such as an error, warning, request for more information or an information bulletin.
AlertActionType
          an enumeration class for the different kinds of alerts that are supported by the Alerts system
AlertNode
          a node class for representing alerts in a tree display.
AlertsViewer
          interface describing something which is capable of viewing the alerts this has been developed to help abstract away from whether the viewer is a panel, a dialog etc.
CriterionView
          a base UI class for representing an field matching criterion
EditFieldComparator
          an enumeration class for describing field operators that can be applied to edit fields
EditFieldMatchingCriterion
          represents a matching criterion for an edit field.
ListFieldComparator
          an enumeration class for reprenting field operators in list fields
ListFieldMatchingCriterion
          represents a list field matching criterion, each of which contains: a field name a field operator that includes >,>=,<,<=,=,!= a comparison value that will be a number
MatchingCriteria
          a collection of field matching criteria.
MatchingCriterion
          base class that holds common properties of ListFieldMatchingCriterion and EditFieldMatchingCritierion .
Project35AlertsEditor
          the dialog for creating and editing alert bundles.
 

Classes in project35.soa.alerts used by project35.soa.validation
Alert
          a collection of matching criteria that are associated with an intent such as an error, warning, request for more information or an information bulletin.
 

Classes in project35.soa.alerts used by project35.tabletDeployment
AlertsViewer
          interface describing something which is capable of viewing the alerts this has been developed to help abstract away from whether the viewer is a panel, a dialog etc.