Uses of Package
org.eclipse.ocl.examples.common.label

Packages that use org.eclipse.ocl.examples.common.label
org.eclipse.ocl.examples.common.label   
org.eclipse.ocl.examples.common.label.generators   
org.eclipse.ocl.examples.common.utils   
 

Classes in org.eclipse.ocl.examples.common.label used by org.eclipse.ocl.examples.common.label
AbstractLabelGeneratorBuilder
          AbstractLabelGeneratorBuilder builds the formatted description on behalf of a ILabelGenerator.Builder.
ILabelGenerator
          ILabelGenerator provides an extensible capability to derive a customized text string for an object.
ILabelGenerator.Builder
          An ILabelGenerator.Builder (typically realised by a StringBuilder) builds the generated label.
ILabelGenerator.Descriptor
          An ILabelGenerator.Descriptor may be used by the ILabelGenerator.Registry to defer loading of the labelled class until an instance needs a label.
ILabelGenerator.Option
          An ILabelGenerator.Builder may have options with an associated typed value.
ILabelGenerator.Registry
          An ILabelGenerator.Registry maintains a mapping from the class name to be labelled and the label generator that can build its label.
 

Classes in org.eclipse.ocl.examples.common.label used by org.eclipse.ocl.examples.common.label.generators
AbstractLabelGenerator
           
ILabelGenerator
          ILabelGenerator provides an extensible capability to derive a customized text string for an object.
ILabelGenerator.Builder
          An ILabelGenerator.Builder (typically realised by a StringBuilder) builds the generated label.
ILabelGenerator.Registry
          An ILabelGenerator.Registry maintains a mapping from the class name to be labelled and the label generator that can build its label.
 

Classes in org.eclipse.ocl.examples.common.label used by org.eclipse.ocl.examples.common.utils
ILabelGenerator.Registry
          An ILabelGenerator.Registry maintains a mapping from the class name to be labelled and the label generator that can build its label.