Package org.erlide.ui.editors.erl.outline

Examples of org.erlide.ui.editors.erl.outline.ErlangElementImageDescriptor


        final int adornmentFlags = computeAdornmentFlags(obj);
        if (adornmentFlags != 0) {
            final ImageDescriptor baseImage = new ImageImageDescriptor(image);
            final Rectangle bounds = image.getBounds();
            return ErlideUIPlugin.getImageDescriptorRegistry().get(
                    new ErlangElementImageDescriptor(baseImage, adornmentFlags,
                            new Point(bounds.width, bounds.height)));
        }
        return image;
    }
View Full Code Here

TOP

Related Classes of org.erlide.ui.editors.erl.outline.ErlangElementImageDescriptor

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.