Package org.cfeclipse.cfml.views.explorer

Examples of org.cfeclipse.cfml.views.explorer.FileExplorerView


      //  }
      //  else {
          filePath = ((FileEditorInput)editor.getEditorInput()).getFile().getRawLocation().toString();
      //  }
        IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
        FileExplorerView explorer = (FileExplorerView)page.showView(FileExplorerView.ID_FILE_EXPLORER);
        explorer.showFile(filePath);
      }
      catch(ClassCastException e) {
        AlertUtils.alertUser("This action does not currently work with remote files.");
      }
      catch(Exception e) {
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfml.views.explorer.FileExplorerView

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.