Package com.life.audiotageditor.input

Examples of com.life.audiotageditor.input.AudioInput


          .getRoot()).getFile(StringUtil.formatPath(path));
      if (path != null) {
        IWorkbenchPage page = workbench.getActiveWorkbenchWindow()
            .getActivePage();
        try {
          page.openEditor(new AudioInput((AudioModel) audioFile),
              AudioTagEditor.ID);
        } catch (PartInitException e) {
          throw new RuntimeException(e);
        }
      }
View Full Code Here

TOP

Related Classes of com.life.audiotageditor.input.AudioInput

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.