As mentioned in Dev Doc Palette, the palette requires a model creation factory to support the creation tools. The factory's constructor requires the class to be created.
EMF provides factories to generate instances of elements.
EMF provides one factory per package.
Throughout our application, we frequently have to generate new instances of objects.
seg.jUCMNav.model.ModelCreationFactory
Central location to obtain new model element instances