Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.emplode
Class EmplodePlaylistManager  view EmplodePlaylistManager download EmplodePlaylistManager.java

java.lang.Object
  extended byorg.jempeg.empeg.emplode.EmplodePlaylistManager

public class EmplodePlaylistManager
extends java.lang.Object

Emplode is the main class for the Java Emplode clone. Much like Emptool, the various methods of Emplode implement the various functions that can be executed by the user. The binding of these methods to buttons and panels is done through the .dialog and .action packages.

Version:
$Revision: 1.1 $

Field Summary
private  Emplode myEmplode
           
 
Constructor Summary
EmplodePlaylistManager(Emplode _emplode)
          Instantiantes an Emplode
 
Method Summary
 void copy(org.jempeg.empeg.emplode.model.FIDTreeNodeIfc[] _treeNodes, org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc _targetPlaylistTreeNode)
          Copies the given list of source tree nodes to the given target tree node.
 void delete(org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc[] _treeNodes)
          Deletes the given array of tree nodes from their playlists.
 void move(org.jempeg.empeg.emplode.model.FIDTreeNodeIfc[] _treeNodes, org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc _targetPlaylistTreeNode)
          Moves the given list of source tree nodes into the target tree node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myEmplode

private Emplode myEmplode
Constructor Detail

EmplodePlaylistManager

public EmplodePlaylistManager(Emplode _emplode)
Instantiantes an Emplode

Method Detail

delete

public void delete(org.jempeg.empeg.emplode.model.EmpegTreeNodeIfc[] _treeNodes)
Deletes the given array of tree nodes from their playlists.


copy

public void copy(org.jempeg.empeg.emplode.model.FIDTreeNodeIfc[] _treeNodes,
                 org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc _targetPlaylistTreeNode)
Copies the given list of source tree nodes to the given target tree node.


move

public void move(org.jempeg.empeg.emplode.model.FIDTreeNodeIfc[] _treeNodes,
                 org.jempeg.empeg.emplode.model.FIDPlaylistTreeNodeIfc _targetPlaylistTreeNode)
Moves the given list of source tree nodes into the target tree node. Like upload, this ignores exceptions for the sake of the batch process.