Package net.sf.myway.edit.ui.editors

Examples of net.sf.myway.edit.ui.editors.ObjectCreationFactory


    for (final MapObjectType type : MapObjectType.values())
      if (_profile.defines(type)) {
        final PaletteDrawer g = _groups.get(type.getGroup());
        final ImageDescriptor ico = EditUIPlugin.getImageDescriptor("/icons/" //$NON-NLS-1$
          + _profile.getIcon(type) + ".png"); //$NON-NLS-1$
        final ObjectCreationFactory fac = new ObjectCreationFactory(type);
        final PaletteEntry entry = new CombinedTemplateCreationEntry(type.name(), "", fac, //$NON-NLS-1$
          fac, ico, ico);
        g.add(entry);
      }
    return drawers;
View Full Code Here

TOP

Related Classes of net.sf.myway.edit.ui.editors.ObjectCreationFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.