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

Examples of org.eclipse.sapphire.ui.assist.internal.PropertyEditorAssistDialog.open()


            swtPosition = canvas.getDisplay().map(canvas, null, swtPosition);
           
            final PropertyEditorAssistDialog dialog = new PropertyEditorAssistDialog( getConfigurationManager().getDiagramEditor().getEditorSite().getShell(),
                swtPosition, this.assistContext );

            dialog.open();
        }
  }
 
  private PropertyEditorAssistContext getAssistContext()
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.