Package org.eclipse.sapphire.ui.assist.internal

Examples of org.eclipse.sapphire.ui.assist.internal.PropertyEditorAssistDialog


            FigureCanvas canvas = getConfigurationManager().getDiagramEditor().getFigureCanvas();
            getFigure().translateToAbsolute(draw2dPosition);
            Point swtPosition = new Point(draw2dPosition.x, draw2dPosition.y);
            swtPosition = canvas.getDisplay().map(canvas, null, swtPosition);
           
            final PropertyEditorAssistDialog dialog = new PropertyEditorAssistDialog( getConfigurationManager().getDiagramEditor().getEditorSite().getShell(),
                swtPosition, this.assistContext );

            dialog.open();
        }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.sapphire.ui.assist.internal.PropertyEditorAssistDialog

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.