Class ObjectCreationToolEntry

All Implemented Interfaces:
ICreationToolEntry, IObjectCreationToolEntry, IPaletteEntry, IToolEntry

public class ObjectCreationToolEntry extends AbstractPaletteToolEntry implements IObjectCreationToolEntry
The Class ObjectCreationToolEntry creates an palette tool which creates an object.
  • Constructor Details

    • ObjectCreationToolEntry

      public ObjectCreationToolEntry(String label, String description, String iconId, String largeIconId, ICreateFeature createFeature)
      Parameters:
      label - the label
      description - the description
      iconId - the icon id
      largeIconId - the large icon id
      createFeature - the feature which should be called on creation
  • Method Details