java.lang.Object
org.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myEmplode
private Emplode myEmplode
EmplodePlaylistManager
public EmplodePlaylistManager(Emplode _emplode)
- Instantiantes an Emplode
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.