Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

A B C D E F G H I L M N O P R S T U V X

C

Category - Class in org.eclipse.emf.validation.model
A constraint category, defining a hierarchical organization of constraints.
CategoryManager - Class in org.eclipse.emf.validation.model
Central point by which clients discover the available categories and constraints in the system.
CLASS_PARAMETER - Static variable in interface org.eclipse.emf.validation.service. IParameterizedConstraintDescriptor
Parameter corresponding to the "class" attribute of the <constraint> element in plugin.xml constraint declarations.
compareTo(Category) - Method in class org.eclipse.emf.validation.model. Category
 
configureEventTypes(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service. EventTypeService
Deprecated. 1.2 This method is no longer implemented
configureListeners(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service. ModelValidationService
Deprecated. 1.2 This method is no longer implemented.
configureProviders(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service. ModelValidationService
Deprecated. 1.2 This method is no longer implemented.
constraintChanged(ConstraintChangeEvent) - Method in interface org.eclipse.emf.validation.service. IConstraintListener
Notifies me that a constraint change event has taken place.
ConstraintChangeEvent - Class in org.eclipse.emf.validation.service
Event notifying IConstraintListeners that a constraint has been changed.
ConstraintChangeEvent(IConstraintDescriptor, ConstraintChangeEventType, Category) - Constructor for class org.eclipse.emf.validation.service. ConstraintChangeEvent
Initializes me with the constraint that has changed, an event that details the change and the category associated with the event.
ConstraintChangeEvent(IConstraintDescriptor, ConstraintChangeEventType) - Constructor for class org.eclipse.emf.validation.service. ConstraintChangeEvent
Initializes me with the constraint that has changed and the event that details the change.
ConstraintChangeEventType - Enum in org.eclipse.emf.validation.service
Enumeration for a constraint change event type.
ConstraintExistsException - Exception in org.eclipse.emf.validation.service
Constraint thrown to indicate that a constraint descriptor cannot be registered because a constraint is already registered under the same ID.
ConstraintExistsException(String) - Constructor for exception org.eclipse.emf.validation.service. ConstraintExistsException
Initializes me with a message.
ConstraintFactory - Class in org.eclipse.emf.validation.service
A constraint factory creates constraint implementations from descriptors.
ConstraintFactory() - Constructor for class org.eclipse.emf.validation.service. ConstraintFactory
Initializes me.
ConstraintParserException - Exception in org.eclipse.emf.validation.xml
A checked exception indicating failure to parse a constraint.
ConstraintParserException(String) - Constructor for exception org.eclipse.emf.validation.xml. ConstraintParserException
Initializes me with a user-friendly message but no cause.
ConstraintParserException(String, Throwable) - Constructor for exception org.eclipse.emf.validation.xml. ConstraintParserException
Initializes me with a user-friendly message and a root cause.
ConstraintRegistry - Class in org.eclipse.emf.validation.service
A centralized registry of descriptors for the constraints that are available in the validation system.
ConstraintSeverity - Enum in org.eclipse.emf.validation.model
Describes the severity of failure to meet a constraint.
ConstraintsSelectionBlock - Class in org.eclipse.emf.validation.ui.preferences
Encapsulation of the control for browsing and manipulating constraints in the constraints preference page.
ConstraintsSelectionBlock() - Constructor for class org.eclipse.emf.validation.ui.preferences. ConstraintsSelectionBlock
Initializes me without a constraint filter.
ConstraintsSelectionBlock(IConstraintFilter) - Constructor for class org.eclipse.emf.validation.ui.preferences. ConstraintsSelectionBlock
Initializes me with a constraint filter.
ConstraintStatus - Class in org.eclipse.emf.validation.model
Indicates the result of evaluating a constraint on a model object.
ConstraintStatus(IModelConstraint, EObject, String, Set<? extends EObject>) - Constructor for class org.eclipse.emf.validation.model. ConstraintStatus
Initializes me as a failure of the specified constraint with a message to be displayed somehow to the user.
ConstraintStatus(IModelConstraint, EObject) - Constructor for class org.eclipse.emf.validation.model. ConstraintStatus
Initializes me as a successful execution of the specified constraint.
ConstraintStatus(IModelConstraint, EObject, int, int, String, Set<? extends EObject>) - Constructor for class org.eclipse.emf.validation.model. ConstraintStatus
Constructor that explicitly initializes all of my parts.
countElements(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. AbstractTraversalStrategy
Implemented by subclasses to compute the number of elements that will be validated within the scope of the specified root elements.
countElements(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. ITraversalStrategy.Flat
 
countElements(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. ITraversalStrategy.Recursive
 
CREATE - Static variable in class org.eclipse.emf.validation. EMFEventType
A custom "Create" event, which is not implemented by EMF any longer but may be simulated by clients of the validation framework.
createComposite(Composite) - Method in class org.eclipse.emf.validation.ui.preferences. ConstraintsSelectionBlock
Creates the constraints selection composite on the given parent and filters the composite based on the provided filter.
createConstraint(IXmlConstraintDescriptor) - Method in class org.eclipse.emf.validation.service. ConstraintFactory
Deprecated. Use the ConstraintFactory.createConstraint(IConstraintDescriptor) method, instead
createConstraint(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service. ConstraintFactory
Implemented by subclasses to do the hard work of creating a constraint.
createEnvironmentFactory() - Method in class org.eclipse.emf.validation.ocl. AbstractOCLModelConstraint
Deprecated. Override the createOCLEnvironmentFactory() method, instead.
createFailureStatus(Object...) - Method in interface org.eclipse.emf.validation. IValidationContext
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element.
createIterator(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. AbstractTraversalStrategy
Implemented by subclasses to return an iterator that provides all of the elements to be validated, within the scope of the specified root elements.
createIterator(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. ITraversalStrategy.Flat
 
createIterator(Collection<? extends EObject>) - Method in class org.eclipse.emf.validation.service. ITraversalStrategy.Recursive
 
createMarkers(IStatus) - Static method in class org.eclipse.emf.validation.marker. MarkerUtil
Creates markers with default validation marker type for all resources that had validation failures or warnings.
createMarkers(IStatus, int) - Static method in class org.eclipse.emf.validation.marker. MarkerUtil
Creates markers with default validation marker type for all resources that had validation failures or warnings.
createMarkers(IStatus, String, IMarkerConfigurator) - Static method in class org.eclipse.emf.validation.marker. MarkerUtil
Creates markers with the provided marker type for all resources that had validation failures or warnings.
createMarkers(IStatus, int, String, IMarkerConfigurator) - Static method in class org.eclipse.emf.validation.marker. MarkerUtil
Creates markers with the provided marker type for all resources that had validation failures or warnings.
createModelConstraint(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service. AbstractConstraintProvider
Creates the model constraint implementation from the descriptor.
createModelConstraintProxy(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service. AbstractConstraintProvider
Creates a contraint proxy which lazily initializes the actual constraint implementation represented by the given descriptor.
createMultiStatus(IValidationContext, Collection<? extends IStatus>) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a multi-status from the specified problem statuses.
createMultiStatus(IValidationContext, String, Object[], Collection<? extends IStatus>) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a multi-status from the specified problem statuses.
createOCLEnvironmentFactory() - Method in class org.eclipse.emf.validation.ocl. AbstractOCLModelConstraint
Creates an Environment Factory suitable for the parsing of the client's OCL constraints.
createStatus(IValidationContext, EObject, Collection<? extends EObject>, String, Object...) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
createStatus(IValidationContext, EObject, Collection<? extends EObject>, int, int, String, Object...) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
createStatus(IValidationContext, Collection<? extends EObject>, String, Object...) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
createStatus(IValidationContext, Collection<? extends EObject>, int, int, String, Object...) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
createSuccessStatus() - Method in interface org.eclipse.emf.validation. IValidationContext
Creates a status object indicating successful evaluation of the current constraint on the current target element.
createSuccessStatus(IValidationContext, EObject, Collection<? extends EObject>) - Static method in class org.eclipse.emf.validation.model. ConstraintStatus
Creates a status object indicating successful evaluation of the current constraint on the provided target element.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V X

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire