Package mmrnmhrm.ui.editor

Examples of mmrnmhrm.ui.editor.DeeEditor


   
    assertCurrentEditorIsEditing(project.getFullPath(), editorFile);
  }
 
  protected void assertCurrentEditorIsEditing(IPath prjpath, String targetpath) {
    DeeEditor deeEditor;
    deeEditor = (DeeEditor) WorkbenchUtils.getActivePage().getActiveEditor();
    IFile editorFile = ((FileEditorInput) deeEditor.getEditorInput()).getFile();
    IPath path = editorFile.getFullPath();
    assertEquals(path, prjpath.append(targetpath));
  }
View Full Code Here

TOP

Related Classes of mmrnmhrm.ui.editor.DeeEditor

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.