Example usage for org.springframework.ide.eclipse.beans.ui BeansUIUtils openInEditor

List of usage examples for org.springframework.ide.eclipse.beans.ui BeansUIUtils openInEditor

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.beans.ui BeansUIUtils openInEditor.

Prototype

public static IEditorPart openInEditor(IResourceModelElement element) 

Source Link

Usage

From source file:org.dozer.eclipse.plugin.sourcepage.hyperlink.SourceModelHyperlink.java

public void open() {
    BeansUIUtils.openInEditor(modelElement);
}