Package org.eclipse.wst.sse.ui.internal.reconcile

Examples of org.eclipse.wst.sse.ui.internal.reconcile.TemporaryAnnotation


                // create an annotation to mark the occurrence
                ReconcileAnnotationKey reconcileAnnotationKey = new ReconcileAnnotationKey(
                        null, PHPPartitionTypes.PHP_DEFAULT,
                        ReconcileAnnotationKey.TOTAL);
                TemporaryAnnotation annotation = new TemporaryAnnotation(
                        position, annotationType, description,
                        reconcileAnnotationKey)
                {

                    // Supply an occurrence image to display in the vertical
View Full Code Here

TOP

Related Classes of org.eclipse.wst.sse.ui.internal.reconcile.TemporaryAnnotation

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.