Package org.jampa.gui.runnables

Examples of org.jampa.gui.runnables.DirectoryAdder


   * @param playFirst Play the first file after having enqueued directory
   */
  public void addDirectoryToPlaylist(String playlistName, DirectoryItem directoryItem, boolean playFirst) {
    if (_items.containsKey(playlistName)) {                 
     
      DirectoryAdder adder = new DirectoryAdder(playlistName, directoryItem);     
      ProgressMonitorDialog dialog = new ProgressMonitorDialog(Display.getDefault().getActiveShell());
     
      try {
        dialog.run(true, true, adder);
      } catch (InvocationTargetException e) {
View Full Code Here

TOP

Related Classes of org.jampa.gui.runnables.DirectoryAdder

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.